Difference between revisions of "MediaWiki:Monobook.css"
From Sydapedia
Jump to navigationJump to searchGpfontaine (talk | contribs) m |
Gpfontaine (talk | contribs) m |
||
| (26 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/* 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 */ | /* Common Syd Colors ---- Purple: #9966FF ---- Green: #00FF00 ---- White: #FFFFFF ---- Gray: #333333 */ | ||
| − | :link {color:# | + | |
| − | :link:link {color:# | + | |
| − | :link:visited {color:# | + | |
| − | :link#contentTop {color:# | + | /* This whole section below is commented out because it is only about 70% completed |
| − | :link.external {color:# | + | :link {color:#9966FF;} |
| − | :link.extiw {color:# | + | :link:link {color:#9966FF;} |
| − | :link.image {} | + | :link:visited {color:#5926bF;} |
| − | :link.internal {color:# | + | :link#contentTop {color:#9966FF;} |
| − | :link.new {color:# | + | :link.external {color:#9966FF;} |
| + | :link.extiw {color:#9966FF;} | ||
| + | :link.image {color:#9966FF} | ||
| + | :link.internal {color:#9966FF;} | ||
| + | :link.selected {color:#9966FF;} | ||
| + | :link.new {color:#FF0000;} | ||
body.ns-0 {} | body.ns-0 {} | ||
| − | + | body {} | |
div#bodyContent {} | div#bodyContent {} | ||
div#column-content {} | div#column-content {} | ||
| Line 19: | Line 24: | ||
div#tocindent {} | div#tocindent {} | ||
div.tocline {} | div.tocline {} | ||
| − | + | ||
h2 {} | h2 {} | ||
h3 {} | h3 {} | ||
| Line 26: | Line 31: | ||
table.toc {} | table.toc {} | ||
column-content {} | column-content {} | ||
| − | content | + | |
| − | # | + | #content, #content table, #internal, #h1.firstHeading, #n-mainpage |
| − | # | + | #p-cactions ul li a { background: #000000; color:#FFFFFF; } |
| − | # | + | #p-cactions ul li.selected a {border:1px solid #00FF00;background:#000000; color:#FFFFFF;} |
| − | # | + | |
| − | #p-personal { | + | #firstHeading {} |
| − | #p-logo { | + | #bodyContent {} |
| + | #contentSub {} | ||
| + | #p-personal {} | ||
| + | #p-logo {} | ||
#p-navigation {border:1px solid #333333; background:#9966FF; color:#333333;} | #p-navigation {border:1px solid #333333; background:#9966FF; color:#333333;} | ||
#p-search {border:1px solid #333333; background:#9966FF; color:#333333;} | #p-search {border:1px solid #333333; background:#9966FF; color:#333333;} | ||
| Line 43: | Line 51: | ||
</nowiki> | </nowiki> | ||
| + | */ | ||
Latest revision as of 07:53, 13 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 */
/* This whole section below is commented out because it is only about 70% completed
:link {color:#9966FF;}
:link:link {color:#9966FF;}
:link:visited {color:#5926bF;}
:link#contentTop {color:#9966FF;}
:link.external {color:#9966FF;}
:link.extiw {color:#9966FF;}
:link.image {color:#9966FF}
:link.internal {color:#9966FF;}
:link.selected {color:#9966FF;}
:link.new {color:#FF0000;}
body.ns-0 {}
body {}
div#bodyContent {}
div#column-content {}
div#editsection {}
div#globalWrapper {}
div#tocindent {}
div.tocline {}
h2 {}
h3 {}
img.tex {}
small {}
table.toc {}
column-content {}
#content, #content table, #internal, #h1.firstHeading, #n-mainpage
#p-cactions ul li a { background: #000000; color:#FFFFFF; }
#p-cactions ul li.selected a {border:1px solid #00FF00;background:#000000; color:#FFFFFF;}
#firstHeading {}
#bodyContent {}
#contentSub {}
#p-personal {}
#p-logo {}
#p-navigation {border:1px solid #333333; background:#9966FF; color:#333333;}
#p-search {border:1px solid #333333; background:#9966FF; color:#333333;}
#p-searchBody {background:#000000;}
#searchInput {border:1px solid #00FF00; background:#333333; color: #FFFFFF}
p-tb {}
#footer {background:#9966FF; color:#333333; border:1px solid #00FF00;}
#f-poweredbyico {display: none;}
#f-list {border:1px solid #333333; background:#FFFFFF; padding:5px;}
</nowiki>
*/