• Wikisimpsons needs more Featured Article, Picture, Quote, Episode and Comprehensive article nominations!
  • Wikisimpsons has a Discord server! Click here for your invite! Join to talk about the wiki, Simpsons and Tapped Out news, or just to talk to other users.
  • Make an account! It's easy, free, and your work on the wiki can be attributed to you.
TwitterFacebookDiscord

Difference between revisions of "MediaWiki:Monaco.css"

Wikisimpsons - The Simpsons Wiki
 
(71 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
/*** MAIN COLORS ***/
 
/*** MAIN COLORS ***/
 
+
div#wikia_page {
 +
background-color: #FFF9CF !important;
 +
}
 
.color1, .color1 a {
 
.color1, .color1 a {
 
background-color: #FED51B;
 
background-color: #FED51B;
 
color: #000;
 
color: #000;
 +
}
 +
#content {
 +
  background: #FFF9CF !important;
 +
 
}
 
}
 
.color2 {
 
.color2 {
background: #399BC0 url(http://images2.wikia.nocookie.net/simpsons/images/8/80/Simp2.jpg);  
+
background: #399BC0 url(http://simpsonswiki.net/w/images/8/80/Simp2.jpg);
 +
 
 +
#catlinks {
 +
background: url("http://simpsonswiki.net/w/images/8/80/Simp2.jpg") 0px 0px repeat;
 +
}
 +
 
 
}
 
}
 
#background_strip {
 
#background_strip {
Line 14: Line 25:
  
 
/*** HEADER & FOOTER ***/
 
/*** HEADER & FOOTER ***/
 
+
#header {
#wikia_header {
+
background: none;
 
border: none;
 
border: none;
 
}
 
}
Line 24: Line 35:
 
color: #000;
 
color: #000;
 
}
 
}
#wikia_logo {
+
#header a {
background-image: url(http://images2.wikia.nocookie.net/simpsons/images/6/62/WikiaLogo.png);
+
color: #000000;
 
}
 
}
* html #wikia_logo {
+
#header_username a {
background-image: none;
+
color: #000000;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoade (src='http://images2.wikia.nocookie.net/simpsons/images/6/62/WikiaLogo.png', sizingMethod='crop');
 
 
}
 
}
 +
 
.headerMenuButton dt, .headerMenuButton dd {
 
.headerMenuButton dt, .headerMenuButton dd {
background: url(http://images1.wikia.nocookie.net/simpsons/images/9/90/HeaderButton.png);
+
background: url(http://www.shoutwiki.com/w/images/simpsons/9/90/HeaderButton.png);
 
color: #FED51B;
 
color: #FED51B;
 
}
 
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
+
* html .headerMenuButton dt, * html .headerMenuButton dd {
 
background-image: none;
 
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/simpsons/images/9/90/HeaderButton.png', sizingMethod='crop');
+
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.shoutwiki.com/w/images/simpsons/9/90/HeaderButton.png', sizingMethod='crop');
 
}
 
}
#wikia_footer, #wikia_footer a {
+
 
 +
#footer, #footer a {
 
color: #000;
 
color: #000;
 
}
 
}
#wikia_corporate_footer {
+
#corporate_footer {
 
border-top: none;
 
border-top: none;
 +
}
 +
#monaco_footer, #footer {
 +
color: #FFCC33;
 +
}
 +
#monaco_footer a, #footer a {
 +
color: #FFCC33;
 
}
 
}
  
 
/*** WIDGETS ***/
 
/*** WIDGETS ***/
 
 
.widget dd {
 
.widget dd {
 
background: #FDF6A5;
 
background: #FDF6A5;
Line 69: Line 86:
 
}
 
}
 
#search_button {
 
#search_button {
background: transparent url(http://images3.wikia.nocookie.net/simpsons/images/4/40/SearchButton.png);
+
background: transparent url(http://www.shoutwiki.com/w/images/simpsons/4/40/SearchButton.png) !important;
 
}
 
}
 
#search_box {
 
#search_box {
Line 86: Line 103:
 
background: #FFF4C4;
 
background: #FFF4C4;
 
}
 
}
CreatePage.redLinkClick = function() {
 
};
 
  
.sprite,.sprite-small{
+
/* references */
    background-image:url('http://images4.wikia.nocookie.net/__cb20100502090601/simpsons/images/2/28/Monaco-sprite.png')
+
ol.references li:target,
 +
sup.reference:target {
 +
background: #FFEFD5;
 +
border: 1px solid yellow;
 +
padding: 1px 2px;
 +
}
 +
 
 +
/* infobox */
 +
.infobox {
 +
border: 1px solid #FFD733 !important;
 
}
 
}
 +
 +
/* new message box */
 +
div.notice, div.usermessage {
 +
margin: 1.0em auto 0.5em auto;
 +
padding: 5px;
 +
text-align: center;
 +
border-width: 2px;
 +
border-color: yellow;
 +
background: #399BC0 url(http://www.shoutwiki.com/w/images/simpsons/8/80/Simp2.jpg);
 +
color: #000000;
 +
line-height: 120%;
 +
}
 +
 +
/* Template:Disambig */
 +
#disambig {
 +
max-width: 1040px;
 +
}
 +
 +
.disambig-table {
 +
background: -moz-linear-gradient(top, lightyellow, yellow);
 +
/* IE 5.5 - 7 */
 +
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0);
 +
/* IE8+ */
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0)";
 +
}
 +
 +
/* BUTTONS */
 +
input[type="submit"], .bigButton {
 +
background: -webkit-gradient(linear,0 0,0 100%,from(#4687DF),to(#2D5FBE)) !important;
 +
background: -moz-linear-gradient(top,#FFCC00,#FFCC66) !important;
 +
border: 1px solid;
 +
border-color: #4E8FE5 #4C8BE2 #5394E9 #4886DD !important;
 +
border-radius: 3px;
 +
-webkit-border-radius: 3px;
 +
-moz-border-radius: 3px;
 +
color: #000000 !important;
 +
font-size: 14px !important;
 +
line-height: 16px !important;
 +
}
 +
 +
a.bigButton big, a.bigButton small {
 +
background: url(http://www.shoutwiki.com/w/images/simpsons/c/cf/Big_button.png) no-repeat;
 +
color: #000000 !important;
 +
font-size: 12px !important;
 +
line-height: 16px !important;
 +
}
 +
 +
/* Community box */
 +
.community_details {
 +
background: #FDF6A5;
 +
}
 +
 +
/* Main Page */
 +
.page-Main_Page #firstHeading {
 +
display: none;
 +
}
 +
 +
/* Tables (i.e. sitenotice, Special:SpecialPages etc.) */
 +
table {
 +
background-color: transparent;
 +
}
 +
 +
/* Thumb and gallery colors */
 +
.thumb {
 +
background: transparent !important;
 +
border-color: transparent !important;
 +
}
 +
 +
.gallery {
 +
background: #FFF4C4 !important;
 +
border: 1px solid yellow !important;
 +
}
 +
 +
.gallery td {
 +
vertical-align: top;
 +
padding: 0 !important;
 +
background: none !important;
 +
border: none !important;
 +
}
 +
 +
.gallery .thumb {
 +
border-color: #FFF4C4 !important;
 +
margin: 0 !important;
 +
background: #FFF4C4 !important;
 +
}
 +
 +
.gallerybox {
 +
margin: 2px;
 +
padding: 0 3px;
 +
background: none !important;
 +
}
 +
 +
/** Social tools **/
 +
/* White background on profile pages, which is the default, looks ugly... */
 +
#profile-top,
 +
.profile-info /* Special:UpdateProfile */ {
 +
background-color: transparent !important;
 +
}
 +
 +
html body.skin-monaco ul {list-style-image: url(http://simpsonswiki.net/w/images/thumb/9/98/Full_donut.png/15px-Full_donut.png);}

Latest revision as of 09:22, March 27, 2012

/*** MAIN COLORS ***/
div#wikia_page {
	background-color: #FFF9CF !important;
}
.color1, .color1 a {
	background-color: #FED51B;
	color: #000;
}
#content {
  background: #FFF9CF !important;

}
.color2 {
	background: #399BC0 url(http://simpsonswiki.net/w/images/8/80/Simp2.jpg);

#catlinks {
	background: url("http://simpsonswiki.net/w/images/8/80/Simp2.jpg") 0px 0px repeat;
}

}
#background_strip {
	background: transparent;
	border: none;
}

/*** HEADER & FOOTER ***/
#header {
	background: none;
	border: none;
}
#userData a, #wikiaBranding a {
	color: #000;
}
#header_username a {
	color: #000;
}
#header a {
	color: #000000;
}
#header_username a {
	color: #000000;
}

.headerMenuButton dt, .headerMenuButton dd {
	background: url(http://www.shoutwiki.com/w/images/simpsons/9/90/HeaderButton.png);
	color: #FED51B;
}
* html .headerMenuButton dt, * html .headerMenuButton dd {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.shoutwiki.com/w/images/simpsons/9/90/HeaderButton.png', sizingMethod='crop');
}

#footer, #footer a {
	color: #000;
}
#corporate_footer {
	border-top: none;
}
#monaco_footer, #footer {
	color: #FFCC33;
}
#monaco_footer a, #footer a {
	color: #FFCC33;
}

/*** WIDGETS ***/
.widget dd {
	background: #FDF6A5;
}
#navigation a {
	background: #FDF6A5;
	color: #111;
}
#navigation a:hover, .navigation-hover {
	background: #FED51B;
	color: #111;
}
#navigation .menu-item {
	border-color: #CCC;
}
#link_box, #link_box_dynamic {
	background: #FEE46E;
}
#link_box_table td {
	padding: 1px 4px;
}
#search_button {
	background: transparent url(http://www.shoutwiki.com/w/images/simpsons/4/40/SearchButton.png) !important;
}
#search_box {
	background-image: none;
}
.WidgetCommunity .community_header {
	background: transparent;
	border-bottom: none;
}
.WidgetCommunity .toolbar {
	background: transparent;
	border-top: none;
}

.accent {
	background: #FFF4C4;
}

/* references */
ol.references li:target,
sup.reference:target {
	background: #FFEFD5;
	border: 1px solid yellow;
	padding: 1px 2px;
}

/* infobox */
.infobox {
	border: 1px solid #FFD733 !important;
}

/* new message box */
div.notice, div.usermessage {
	margin: 1.0em auto 0.5em auto;
	padding: 5px;
	text-align: center;
	border-width: 2px;
	border-color: yellow;
	background: #399BC0 url(http://www.shoutwiki.com/w/images/simpsons/8/80/Simp2.jpg);
	color: #000000;
	line-height: 120%;
}

/* Template:Disambig */
#disambig {
	max-width: 1040px;
}

.disambig-table {
	background: -moz-linear-gradient(top, lightyellow, yellow);
	/* IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0);
	/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0)";
}

/* BUTTONS */
input[type="submit"], .bigButton {
	background: -webkit-gradient(linear,0 0,0 100%,from(#4687DF),to(#2D5FBE)) !important;
	background: -moz-linear-gradient(top,#FFCC00,#FFCC66) !important;
	border: 1px solid;
	border-color: #4E8FE5 #4C8BE2 #5394E9 #4886DD !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #000000 !important;
	font-size: 14px !important;
	line-height: 16px !important;
}
 
a.bigButton big, a.bigButton small {
	background: url(http://www.shoutwiki.com/w/images/simpsons/c/cf/Big_button.png) no-repeat;
	color: #000000 !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

/* Community box */
.community_details {
	background: #FDF6A5;
}

/* Main Page */
.page-Main_Page #firstHeading {
	display: none;
}
 
/* Tables (i.e. sitenotice, Special:SpecialPages etc.) */
table {
	background-color: transparent;
}

/* Thumb and gallery colors */
.thumb {
	background: transparent !important;
	border-color: transparent !important;
}
 
.gallery {
	background: #FFF4C4 !important;
	border: 1px solid yellow !important;
}
 
.gallery td {
	vertical-align: top;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}
 
.gallery .thumb {
	border-color: #FFF4C4 !important;
	margin: 0 !important;
	background: #FFF4C4 !important;
}
 
.gallerybox {
	margin: 2px;
	padding: 0 3px;
	background: none !important;
}

/** Social tools **/
/* White background on profile pages, which is the default, looks ugly... */
#profile-top,
.profile-info /* Special:UpdateProfile */ {
	background-color: transparent !important;
}

html body.skin-monaco ul {list-style-image: url(http://simpsonswiki.net/w/images/thumb/9/98/Full_donut.png/15px-Full_donut.png);}