MediaWiki:Monobook.css: Difference between revisions
From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
#content, #footer, .pBody, #p-cactions li { | #content, #footer, .pBody, #p-cactions li { | ||
background: #004; | background: #004; | ||
color: # | color: #f8f8ff; | ||
border-color: #59c; | border-color: #59c; | ||
} | } | ||
Line 25: | Line 25: | ||
table { | table { | ||
background: #004; | background: #004; | ||
color: # | color: #f8f8ff; | ||
} | } | ||
Line 40: | Line 36: | ||
a:active { color: #39c; } | a:active { color: #39c; } | ||
a:hover { text-decoration: underline; } | a:hover { text-decoration: underline; } | ||
a.stub { color: # | a.stub { color: #5c9; } | ||
a.new, #p-personal a.new { color: # | a.new, #p-personal a.new { color: #c33; } | ||
a.new:visited, #p-personal a.new:visited { color:# | a.new:visited, #p-personal a.new:visited { color:#c66; } | ||
#p-cactions li a { | |||
color: #39c; | |||
background: #004; | |||
} | |||
#p-cactions .new a { color: #6ac; } | |||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: # | color: #f8f8ff; | ||
} | } | ||
abbr, acronym, .explain { | abbr, acronym, .explain { | ||
border-color: # | border-color: #f8f8ff; | ||
color: # | color: #f8f8ff; | ||
} | } | ||
Revision as of 08:42, 27 April 2005
/* edit this file to customize the monobook skin for the entire site */ /* <pre> */ @import url("/w/index.php?title=MediaWiki:Extra.css&action=raw&ctype=text/css"); #siteSub { display: inline; font-size: 100%; font-weight: normal; } /******************************* * Colour scheme customisation * *******************************/ body { background: #88a; } #content, #footer, .pBody, #p-cactions li { background: #004; color: #f8f8ff; border-color: #59c; } table { background: #004; color: #f8f8ff; } a { text-decoration: none; color: #39c; background: none; } a:visited { color: #6ac; } a:active { color: #39c; } a:hover { text-decoration: underline; } a.stub { color: #5c9; } a.new, #p-personal a.new { color: #c33; } a.new:visited, #p-personal a.new:visited { color:#c66; } #p-cactions li a { color: #39c; background: #004; } #p-cactions .new a { color: #6ac; } h1, h2, h3, h4, h5, h6 { color: #f8f8ff; } abbr, acronym, .explain { border-color: #f8f8ff; color: #f8f8ff; } /******************************************** * Light yellow background for draft pages. * ********************************************/ .ns-100 * #content { background: #fffff8; } .ns-100 * #content div.thumb { border-color: #fffff8; } .ns-100 * #mytabs li { background: #fffff8; } .ns-100 * #mytabs li a { background-color: #fffff8; } .ns-100 * #p-cactions li a { background-color: #fffff8; } .ns-100 * #article-infobox { background-color: #f8f8f8 !important; border-color: #999 !important; } /* </pre> */