MediaWiki:Common.css: Difference between revisions
From Aquawiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
color:#c8c8ff | color:#c8c8ff | ||
} | } | ||
#piccaption { | #piccaption { | ||
text-align:center; | text-align:center; |
Revision as of 08:21, 5 March 2008
/** 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; } /* 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; }