Difference between revisions of "MediaWiki:Common.css"
Line 18: | Line 18: | ||
div.catlinks div (display: table; font-size: 90%; } | div.catlinks div (display: table; font-size: 90%; } | ||
+ | |||
+ | #downloadbox a{ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | display: block; | ||
+ | color: #CC0000; | ||
+ | } | ||
+ | |||
+ | #resourceboxred a{ | ||
+ | color: #CC0000; | ||
+ | } | ||
+ | |||
+ | #resourcebox p { | ||
+ | margin-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | #resourcebox { | ||
+ | margin: 5px; | ||
+ | padding:7px; | ||
+ | overflow:hidden; | ||
+ | width:100%; | ||
+ | background-color: #F8F8F8; | ||
+ | clear:both; | ||
+ | } |
Revision as of 18:42, 25 March 2010
/* CSS placed here will be applied to all skins */ .floatleft { float: left; margin-right: 10px; } .floatright { float: right; margin-left: 10px; } .containerBox, .exploreBox { overflow: auto; } .exploreBox { padding: 0.75em; margin-bottom: 1.5em; background-color: #eee; -moz-border-radius: 4px; -webkit-border-radius: 4px; } .exploreBox p { margin-left: 160px; } .printfooter { display:none } div.odepolabel { font-family: Georgia,serif; width: 100%; padding-bottom: 4px; font-size: 105%;} span.fielddata {margin:0px;padding:0px;padding-bottom:9px;display:block; font-size:115%;} div.odepocontainer p { margin-bottom:0px;padding-bottom:0px; } div.catlinks div (display: table; font-size: 90%; } #downloadbox a{ width: 100%; height: 100%; display: block; color: #CC0000; } #resourceboxred a{ color: #CC0000; } #resourcebox p { margin-bottom: 0px; } #resourcebox { margin: 5px; padding:7px; overflow:hidden; width:100%; background-color: #F8F8F8; clear:both; }