[Main Page] Main Page | Recent changes | View source | Page history

Printable version | All content dual-licensed under the GNU FDL and the Creative Commons Share-alike Attribution license. | Privacy policy | Latest revision

Not logged in
Log in | Help
 

MediaWiki:Common.css

(Difference between revisions)

(Created page with "- CSS placed here will be applied to all skins: 12 #column-content { 13 width: 80%; 14 float: right; 15 margin: 0 0 0.6em -12.2em; 16 padding:0; 17 } ...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
12 #column-content {
 
13    width: 80%;
 
14    float: right;
 
15    margin: 0 0 0.6em -12.2em;
 
16    padding:0;
 
17 }
 
18 #content {
 
19    margin: 2.8em 0 0 12.2em;
 
20    padding: 0em 1em 1.5em 1em;
 
21    background: Black;
 
22    border: 1px solid #aaaaaa;
 
23    border-right: none;
 
24    line-height: 1.5em;
 
25    position: relative;
 
26    z-index: 2;
 
27 }
 
28 #column-one { padding-top: 160px; }
 

Revision as of 14:19, 21 July 2012

/* CSS placed here will be applied to all skins */