• 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:Monobook.css"

Wikisimpsons - The Simpsons Wiki
(Undo revision 28 by Solar Dragon (Talk))
Line 1: Line 1:
/*** MAIN COLORS ***/
+
/* CSS placed here will affect users of the Monobook skin */
 
+
body {
#wikia_page {
+
background: #399BC0 url(http://images2.wikia.nocookie.net/simpsons/images/8/80/Simp2.jpg);
background-color: #FFF9CF;
 
}
 
.color1, .color1 a {
 
background-color: #FED51B;
 
color: #000;
 
}
 
.color2 {
 
background: #399BC0 url(http://images2.wikia.nocookie.net/simpsons/images/8/80/Simp2.jpg);  
 
 
}
 
}
 
#background_strip {
 
#background_strip {
 
background: transparent;
 
background: transparent;
 
border: none;
 
border: none;
}
 
  
/*** HEADER & FOOTER ***/
+
#column-one { padding-top: 145px; }
 +
#p-logo { top: 0em; }
 +
#p-personal { top: 0.6em; }
 +
#p-cactions { top: 1.7em; }
 +
#p-cactions li { border-collapse:separate; border-bottom: 1px solid #aaa; padding-bottom: 0.4em }
 +
#p-cactions li.selected { border-collapse:collapse; border-bottom: none; padding-bottom: 0.5em }
  
#wikia_header {
+
/* references */
border: none;
+
 +
ol.references li:target,
 +
sup.reference:target
 +
{
 +
  background: #FFEFD5;
 +
  border: 1px solid yellow;
 +
  padding: 1px 2px;
 
}
 
}
#userData a, #wikiaBranding a {
+
 
color: #000;
+
div.ajax-poll {
}
+
  width:auto !important;
#header_username a {
 
color: #000;
 
}
 
#wikia_logo {
 
background-image: url(http://images1.wikia.nocookie.net/__cb20100714060529/simpsons/images/5/53/Wikia_logo_in_simpsons_font.png);
 
}
 
* html #wikia_logo {
 
background-image: none;
 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoade (src='http://images1.wikia.nocookie.net/__cb20100714060529/simpsons/images/5/53/Wikia_logo_in_simpsons_font.png', sizingMethod='crop');
 
}
 
.headerMenuButton dt, .headerMenuButton dd {
 
background: url(http://images1.wikia.nocookie.net/simpsons/images/9/90/HeaderButton.png);
 
color: #FED51B;
 
}
 
* html .headerMenuButton dt, * html .headerMenuButton dd  {
 
background-image: none;
 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images1.wikia.nocookie.net/simpsons/images/9/90/HeaderButton.png', sizingMethod='crop');
 
}
 
#wikia_footer, #wikia_footer a {
 
color: #000;
 
}
 
#wikia_corporate_footer {
 
border-top: none;
 
 
}
 
}
 +
 +
/* infobox */
 +
 +
.infobox {
 +
  border:1px solid #FFD733 !important;
  
 
/*** WIDGETS ***/
 
/*** WIDGETS ***/
Line 91: Line 75:
 
CreatePage.redLinkClick = function() {
 
CreatePage.redLinkClick = function() {
 
};
 
};
 
.headerMenuButton dt, .headerMenuButton dd {
 
background-image: url(http://images2.wikia.nocookie.net/__cb20100518160420/simpsons/images/6/62/WikiaLogo.png);
 
}
 
* html .headerMenuButton dt, * html .headerMenuButton dd  {
 
background-image: none;
 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images2.wikia.nocookie.net/__cb20100518160420/simpsons/images/6/62/WikiaLogo.png', sizingMethod='crop');
 
}
 
 
.star-rating, .star-rating a:hover, .star-rating .current-rating {
 
background-image: url(http://trac.wikia-code.com/export/19974/wikia/trunk/skins/monaco/images/monaco-sprite.png)
 
}
 
 
#wikia_header { background: none; }
 
 
a.wikia-button,
 
a.wikia-button:visited,
 
span.wikia-button a,
 
span.wikia-button a:visited,
 
input[type="submit"],
 
input[type="reset"],
 
input[type="button"],
 
button {
 
background-color: #FFCC00;
 
background-image: -moz-linear-gradient(top, #FFCC00 20%, #CCA300 70%);
 
background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#FFCC00), to(#CCA300));
 
border-color: #FFFFFF;
 
box-shadow: 0 1px 0 #4C3D00, 0 -1px 0 #4C3D00, 1px 0 0 #4C3D00, -1px 0 0 #4C3D00;
 
color: #000000;
 
-moz-box-shadow: 0 0 0 1px #4C3D00;
 
-webkit-box-shadow: 0 1px 0 #4C3D00, 0 -1px 0 #4C3D00, 1px 0 0 #4C3D00, -1px 0 0 #4C3D00;
 
}
 
 
/* IE Styles */
 
a.wikia-button,
 
span.wikia-button a,
 
input[type="submit"],
 
input[type="reset"],
 
input[type="button"],
 
button {
 
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FFFFCC00", EndColorStr="#FFCCA300");
 
outline: 1px solid #4C3D00\9;
 
}
 
 
/* Hover and Active states */
 
a.wikia-button:hover,
 
span.wikia-button a:hover,
 
input[type="submit"]:hover,
 
input[type="reset"]:hover,
 
input[type="button"]:hover,
 
button:hover {
 
text-shadow: #FFFFFF 0 1px 1px;
 
}
 
 
a.wikia-button:active,
 
span.wikia-button a:active,
 
input[type="submit"]:active,
 
input[type="reset"]:active,
 
input[type="button"]:active,
 
button:active {
 
color: #000000;
 
background-image: -moz-linear-gradient(top, #CCA300 20%, #FFCC00 70%);
 
background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#CCA300), to(#FFCC00));
 
}
 
 
}
 
#wikia_header a {
 
color: #FFCC33;
 
}
 
#header_username a {
 
color: #FFCC33;
 
}
 
 
}
 
#monaco_footer, #wikia_footer {
 
  color: #FFCC33;
 
 
}
 
#monaco_footer a, #wikia_footer a {
 
  color: #FFCC33;
 
}
 
 
/* references */
 
 
ol.references li:target,
 
sup.reference:target
 
{
 
  background: #FFEFD5;
 
  border: 1px solid yellow;
 
  padding: 1px 2px;
 
}
 
 
div.ajax-poll {
 
  width:auto !important;
 
}
 
 
/* infobox */
 
 
.infobox {
 
  border:1px solid #FFD733 !important;
 
}
 

Revision as of 12:50, September 27, 2010

/* CSS placed here will affect users of the Monobook skin */
body {
background: #399BC0 url(http://images2.wikia.nocookie.net/simpsons/images/8/80/Simp2.jpg);
}
#background_strip {
	background: transparent;
	border: none;

#column-one { padding-top: 145px; }
#p-logo { top: 0em; }
#p-personal { top: 0.6em; }
#p-cactions { top: 1.7em; }
#p-cactions li { border-collapse:separate; border-bottom: 1px solid #aaa; padding-bottom: 0.4em }
#p-cactions li.selected { border-collapse:collapse; border-bottom: none; padding-bottom: 0.5em }

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

div.ajax-poll {
   width:auto !important;
}

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

/*** 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://images3.wikia.nocookie.net/simpsons/images/4/40/SearchButton.png);
}
#search_box {
	background-image: none;
}
.WidgetCommunity .community_header {
	background: transparent;
	border-bottom: none;
}
.WidgetCommunity .toolbar {
	background: transparent;
	border-top: none;
}

.accent {
	background: #FFF4C4;
}
CreatePage.redLinkClick = function() {
};