• 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
Line 14: Line 14:
 
#p-cactions li.selected { border-collapse:collapse; border-bottom: none; padding-bottom: 0.5em }
 
#p-cactions li.selected { border-collapse:collapse; border-bottom: none; padding-bottom: 0.5em }
  
/* general styles */
+
/* references */
 
   
 
   
table {
+
ol.references li:target,
background: #2E2E33;
+
sup.reference:target
color: #FFFFFF;
+
{
 +
  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() {
 +
};

Revision as of 12:49, 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() {
};