MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
padding-top:0; | padding-top:0; | ||
left:auto; | left:auto; | ||
position: | position:absolute; | ||
float:left; | float:left; | ||
margin-left:90px; | |||
} | } | ||
div#mw-panel li{ | div#mw-panel li{ | ||
| Line 45: | Line 46: | ||
width: 80px; | width: 80px; | ||
background-size: 80px 80px; | background-size: 80px 80px; | ||
} | } | ||
Revision as of 2015-07-28T14:07:24
/* CSS placed here will be applied to all skins */
#left-navigation {display:none}
body{
width:1002px;
margin:auto;
}
div#mw-head{
width:1002px;
right:auto;
}
div#mw-panel{
top:0;
width:auto;
padding-left:0;
padding-top:0;
left:auto;
position:absolute;
float:left;
margin-left:90px;
}
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;
}