MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
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 */ | ||
#left-navigation {display:none} | #left-navigation {display:none} | ||
body{ | |||
width:1002px; | |||
margin:auto; | |||
} | |||
div#mw-head{ | |||
width:1002px; | |||
} | |||
div#mw-panel{ | div#mw-panel{ | ||
| Line 6: | Line 15: | ||
width:6em; | width:6em; | ||
padding-left:0em; | padding-left:0em; | ||
} | } | ||
Revision as of 2015-07-28T09:17:11
/* CSS placed here will be applied to all skins */
#left-navigation {display:none}
body{
width:1002px;
margin:auto;
}
div#mw-head{
width:1002px;
}
div#mw-panel{
top:0;
width:6em;
padding-left:0em;
}
div#mw-panel{
left:auto;
}
div#footer{
margin-left:0;
}
#footer-icons{
display:none;
}