• 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
(fixes)
(comment out some parts; we still want the text to be readable and the tabs to look nice...)
Line 11: Line 11:
 
top: 0em;
 
top: 0em;
 
}
 
}
 
+
/*
 
#p-personal {
 
#p-personal {
 
top: 0.6em;
 
top: 0.6em;
Line 19: Line 19:
 
top: 1.7em;
 
top: 1.7em;
 
}
 
}
 
+
*/
 
#p-cactions li {
 
#p-cactions li {
 
border-collapse: separate;
 
border-collapse: separate;
Line 45: Line 45:
 
}
 
}
  
/* change font colour to white */
+
/* change font colour to white
 
#content, #siteNotice, #mw-dismissable-notice,
 
#content, #siteNotice, #mw-dismissable-notice,
 
h1, h2, h3, h4, h5, h6, label, table,
 
h1, h2, h3, h4, h5, h6, label, table,
Line 51: Line 51:
 
color: #ffffff !important;
 
color: #ffffff !important;
 
}
 
}
 
+
*/
 
#footer-info-lastmod,
 
#footer-info-lastmod,
 
#footer-info-copyright,
 
#footer-info-copyright,

Revision as of 10:31, October 7, 2010

/* CSS placed here will affect users of the Monobook skin */

/* Background image*/
body {
	background: #399BC0 url(http://images2.wikia.nocookie.net/simpsons/images/8/80/Simp2.jpg);
}

#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;
}

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

/* change font colour to white
#content, #siteNotice, #mw-dismissable-notice,
h1, h2, h3, h4, h5, h6, label, table,
abbr {
	color: #ffffff !important;
}
*/
#footer-info-lastmod,
#footer-info-copyright,
#footer-info-viewcount {
	color: #a3a3a3 !important;
}

#content {
	border: 1px solid #73abe6 !important;
	border-right: none !important;
}

.icon div {
	display: inline !important;
}

/* Main Page */
.page-Wikisimpsons #firstHeading {
	display: none;
}