Difference between revisions of "MediaWiki:Common.css"
Line 3: | Line 3: | ||
*{font-family: "verdana"} | *{font-family: "verdana"} | ||
+ | body | ||
+ | { | ||
+ | margin-left:200px; | ||
+ | background:#5d9ab2 url('img_tree.png') no-repeat top left; | ||
+ | } | ||
+ | |||
+ | .container | ||
+ | { | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .center_div | ||
+ | { | ||
+ | border:1px solid gray; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | width:90%; | ||
+ | background-color:#d0f0f6; | ||
+ | text-align:left; | ||
+ | padding:8px; | ||
+ | } |
Revision as of 18:37, 30 October 2013
/* CSS placed here will be applied to all skins */ *{font-family: "verdana"} body { margin-left:200px; background:#5d9ab2 url('img_tree.png') no-repeat top left; } .container { text-align:center; } .center_div { border:1px solid gray; margin-left:auto; margin-right:auto; width:90%; background-color:#d0f0f6; text-align:left; padding:8px; }