MediaWiki:Monobook.css
From Bulbanews, your community Pokémon newspaper.
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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: #D4ECBE; background-image: none; } #content, #footer, .pBody, #p-cactions li { background: #D4ECBE; color: #000; border-color: #829c69; } hr { background: #D4ECBE; color: #000; border-color: #829c69; } #preftoc li, #pagehistory li { border: 1px solid #829c69; } #preftoc li.selected, #pagehistory li.selected { background: none; border: 1px dashed #829c69; } .autocomment { color: #77a; } legend { background: none; } div.gallerybox div.thumb { background: none; border-color: none; } div.thumb { background: none; border-color: none; } div.thumb div { border-color: none; background: none; } div.thumb div a img { border-color: none; background: none; } table { background: #D4ECBE; color: #000; } code { background-color: none; } pre { border: 1px dashed #829c69; color: #000; background: #D4ECBE; } a { text-decoration: none; color: #000; 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 { color: #39c; } #p-personal li a:hover { color: #008; background: none; } #p-cactions li.selected { border-color: #829c69; } #p-cactions li a { color: #39c; background: none; } #p-cactions .new a { color: #c36; } h1, h2, h3, h4, h5, h6 { color: #000; border-color: #8ac; } ul { list-style-type: square; list-style-image: none; } abbr, acronym, .explain { border-color: #829c69; color: #000; } #catlinks { border-color: #829c69; background: none; } /* </pre> */