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 18: | Line 18: | ||
#content, #footer, .pBody, #p-cactions li { | #content, #footer, .pBody, #p-cactions li { | ||
background: # | background: #8ac; | ||
color: # | color: #8ac; | ||
border-color: # | border-color: #8ac; | ||
} | } | ||
hr { | hr { | ||
background: # | background: #ddf; | ||
color: # | color: #ddf; | ||
border-color: #eef; | border-color: #eef; | ||
} | } | ||
Line 60: | Line 60: | ||
a:hover { text-decoration: underline; } | a:hover { text-decoration: underline; } | ||
a.stub { color: #5c9; } | a.stub { color: #5c9; } | ||
a.new, #p-personal a.new { color: # | a.new, #p-personal a.new { color: #c36; } | ||
a.new:visited, #p-personal a.new:visited { color:# | a.new:visited, #p-personal a.new:visited { color:#c68; } | ||
#p-personal li a:hover { background: #99b; } | #p-personal li a:hover { background: #99b; } | ||
Line 72: | Line 72: | ||
background: #004; | background: #004; | ||
} | } | ||
#p-cactions .new a { color: # | #p-cactions .new a { color: #c36; } | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #f8f8ff; | color: #f8f8ff; | ||
border-color: # | border-color: #8ac; | ||
} | } | ||
Revision as of 09:25, 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: #8ac; color: #8ac; border-color: #8ac; } hr { background: #ddf; color: #ddf; border-color: #eef; } #pagehistory li { border: 1px solid #59c; } #pagehistory li.selected { background: #116; border: 1px dashed #6ac; } .autocomment { color: #77a; } div.gallerybox div.thumb { border-color: #59c; } table { background: #004; color: #f8f8ff; } pre { border: 1px dashed #6ac; color: #f8f8ff; background: #115; } 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: #c36; } a.new:visited, #p-personal a.new:visited { color:#c68; } #p-personal li a:hover { background: #99b; } #p-cactions li.selected { border-color: #f8f8ff; } #p-cactions li a { color: #39c; background: #004; } #p-cactions .new a { color: #c36; } h1, h2, h3, h4, h5, h6 { color: #f8f8ff; border-color: #8ac; } abbr, acronym, .explain { border-color: #f8f8ff; color: #f8f8ff; } /* </pre> */