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