Difference between revisions of "MediaWiki:Monobook.css"

From Sydapedia
Jump to navigationJump to search
m
(Added info at top of page for standard syd colors and also added footer colors.)
Line 1: Line 1:
 
/* <nowiki> CSS placed here will affect users of the Monobook skin */
 
/* <nowiki> CSS placed here will affect users of the Monobook skin */
 
/* http://en.wikibooks.org/wiki/Help:User_style#CSS_selectors for details about this page */
 
/* http://en.wikibooks.org/wiki/Help:User_style#CSS_selectors for details about this page */
 +
/* Common Syd Colors ---- Purple: #9966FF ---- Green: #00FF00 ---- White: #FFFFFF ---- Gray: #333333  */
 
:link {}
 
:link {}
 
:link:link {}
 
:link:link {}
Line 32: Line 33:
 
p-logo {}
 
p-logo {}
 
p-navigation {}
 
p-navigation {}
#p-search {background:#887799;}
+
#p-search {background:#9966FF; color:#FFFFFF;}}
 
p-tb {}
 
p-tb {}
footer {}
+
footer {background:#9966FF; color:#FFFFFF;}
 
f-poweredbyico {}
 
f-poweredbyico {}
 
f-list {}
 
f-list {}
  
 
</nowiki>
 
</nowiki>

Revision as of 17:35, 1 January 2008

/* <nowiki> CSS placed here will affect users of the Monobook skin */
/* http://en.wikibooks.org/wiki/Help:User_style#CSS_selectors for details about this page */
/* Common Syd Colors ---- Purple: #9966FF ---- Green: #00FF00 ---- White: #FFFFFF ---- Gray: #333333  */
:link {}
:link:link {}
:link:visited {}
:link#contentTop {}
:link.external {}
:link.extiw {}
:link.image {}
:link.internal {}
:link.new example {}
body.ns-0 {}
div#bodyContent {}
div#column-content {}
div#editsection {}
div#globalWrapper {}
div#tocindent {}
div.tocline {}
h1.firstHeading {}
h2 {}
h3 {}
img.tex {}
small {}
table.toc {}
column-content {}
content {}
firstHeading {}
bodyContent {}
contentSub {}
p-cactions {}
p-personal {}
p-logo {}
p-navigation {}
#p-search {background:#9966FF; color:#FFFFFF;}}
p-tb {}
footer {background:#9966FF; color:#FFFFFF;}
f-poweredbyico {}
f-list {}

</nowiki>