MediaWiki:Common.css: Difference between revisions
From MicrobeWiki, the student-edited microbiology resource
(f) |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
* { | * { | ||
font- | font-family: courier new; | ||
.box-rounded { | .box-rounded { | ||
background-color: black | background-color: black |
Revision as of 19:05, 25 July 2013
/* CSS placed here will be applied to all skins */ * { font-family: courier new; .box-rounded { background-color: black } /*.box-container { height: auto; width: 350px; float: left; padding:35px; } .box-header h2 { background: #DDDDDD; border: 1px solid #ccc; padding: 10px 15px; -moz-border-radius: 2em 0; -webkit-border-radius: 10px; margin:-15px; padding-top: 15px; padding-left: 15px; width: 333px; border-left-width: 0px; border-top-width: 0px; color: #468259; } .box { background: #D8E7EC; border: 1px solid #ccc; padding: 15px; -moz-border-radius: 2em 0; -webkit-border-radius: 10px; width: 333px; }*/