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 */ | ||
html {/*allways show scrollbars*/ | |||
overflow-y: scroll; | |||
} | |||
body{ | body{ | ||
| Line 6: | Line 8: | ||
margin:auto; | margin:auto; | ||
} | } | ||
#left-navigation {display:none} | |||
div#mw-head{ | div#mw-head{ | ||
| Line 27: | Line 31: | ||
margin-left:6em; | margin-left:6em; | ||
} | } | ||
#footer-icons{ | #footer-icons{ | ||
display:none; | display:none; | ||
Revision as of 2015-07-28T14:27:26
/* CSS placed here will be applied to all skins */
html {/*allways show scrollbars*/
overflow-y: scroll;
}
body{
width:1002px;
margin:auto;
}
#left-navigation {display:none}
div#mw-head{
width:1002px;
right:auto;
}
div#mw-panel{
top:0;
width:auto;
padding-left:0;
padding-top:0;
left:auto;
position:static;
float:left;
}
div#mw-panel li{
display:inline;
}
div#footer{
margin-left:6em;
}
#footer-icons{
display:none;
}
div#content{
margin-left:0;
}
#p-logo{
top:0;
position:absolute;
left:auto;
height:80px;
width: 80px;
}
#p-logo a{
height: 80px;
width: 80px;
background-size: 80px 80px;
}
#p-navigation{
top:0;
position:absolute;
left:auto;
}
#mw-panel.collapsible-nav .portal.first {
margin-left: 80px;
}
#mw-panel.collapsible-nav .portal{
margin-top:0;
}