Difference between revisions of "MediaWiki:Common.css"
From DISCO4.COM Knowledge Base
Line 9: | Line 9: | ||
.helpblock | .helpblock | ||
{ | { | ||
+ | margin-top:1em; | ||
background-color:pink; | background-color:pink; | ||
padding:1em; | padding:1em; |
Revision as of 17:55, 7 October 2011
/** CSS placed here will be applied to all skins */ #bodyContent { font-size:85%; line-height:1.6em; } .helpblock { margin-top:1em; background-color:pink; padding:1em; padding-left:3em; background-repeat:no-repeat; background-position:1em center; } .helpblock p { margin:0; } .infoblock { background-color:lightblue; }