MediaWiki:Common.css: Difference between revisions
From Game Making Tools Wiki
(Widen sidebar test) |
m (more logo testing) |
||
| Line 2: | Line 2: | ||
/* Widen sidebar */ | /* Widen sidebar */ | ||
div#mw-panel { width: 12em; } | /*div#mw-panel { width: 12em; } | ||
div#footer, #mw-head-base, div#content { margin-left: 12em; } | div#footer, #mw-head-base, div#content { margin-left: 12em; } | ||
#left-navigation { margin-left: 12em; } | #left-navigation { margin-left: 12em; } */ | ||
logo dims 173x176 | |||
#p-logo { | |||
top:-176px; | |||
left:0; | |||
width:12em; | |||
height:176px; | |||
} | |||
#p-logo a{ | |||
height:176px; | |||
} | |||
Revision as of 09:30, 10 July 2016
/* CSS placed here will be applied to all skins */
/* Widen sidebar */
/*div#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { margin-left: 12em; } */
logo dims 173x176
#p-logo {
top:-176px;
left:0;
width:12em;
height:176px;
}
#p-logo a{
height:176px;
}