Difference between revisions of "MediaWiki:Common.css"

From Creative Commons
Jump to: navigation, search
Line 10: Line 10:
  
 
.printfooter { display:none }
 
.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%; }
 
 
div#downloadbox a {
 
width: 100%;
 
height: 100%;
 
display: block;
 
color: #CC0000;
 
}
 
 
.resourceboxred a {
 
color: #CC0000;
 
}
 
 
.resourcebox {
 
margin: 5px;
 
padding:7px;
 
overflow:hidden;
 
width:100%;
 
background-color: #F8F8F8;
 
clear:both;
 
}
 
 
.resourcebox p {
 
margin-bottom: 0px;
 
padding-bottom: 0px;
 
}
 
 
.grantformfield {
 
height: 150px;
 
margin-top:7px;
 
width: 100%;
 
}
 

Revision as of 22:29, 9 July 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 }