MediaWiki:Common.css
From Aquawiki
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.
/** CSS placed here will be applied to all skins */ body { background: #0000D9 url(http://aqua.gjovaag.com/pics/sea.gif) repeat fixed; } #p-personal li { color:#ffffff } #p-personal li a { color:#c8c8ff } #p-personal li a:hover { background-color:#0000D9; } #p-personal a.new { color:#ea5f1b } #p-personal a.new:visited { color:#dc5817 } #p-navigation h5 { color:#c8c8ff } #p-search h5 { color:#c8c8ff } #p-tb h5 { color:#c8c8ff } #piccaption { text-align:center; font:65% "Trebuchet MS",Verdana,Sans-serif; margin:0; padding:0; } #coverimage { vertical-align:top; text-align:center; font:65% "Trebuchet MS",Verdana,Sans-serif; } /* ** navbar */ #nvbr, .nvbr, { border: 1px solid #081080; background-color: #5d66de; padding: 5px; font-size: 90%; text-align: center; } #nvbr h2, .nvbr h2 { display: inline; border: none; padding: 0; font-size: 100%; font-weight: bold; } #nvbr #nvbrtitle, .nvbr #nvbrtitle, #nvbr .nvbrtitle, .nvbr .nvbrtitle { text-align: center; } #nvbr ul, .nvbr ul { list-style-type: none; list-style-image: none; margin-left: 0; padding-left: 0; text-align: left; } #nvbr ul ul, .nvbr ul ul { margin: 0 0 0 2em; } #nvbr .nvbrtoggle, .nvbr .nvbrtoggle { font-size: 94%; } /* Infobox template style */ .infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaaaaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; border-right: 1px solid #aaaaaa; } /* Single Issue template style */ .singleissue { border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: center; } .singleissue caption { text-align:center; font:65% "Trebuchet MS",Verdana,Sans-serif; margin:0; padding:0; } .singleissue td, .singleissue th { vertical-align: top; }