MediaWiki:Common.css: Difference between revisions

From Game Making Tools Wiki
m (more logo testing)
m (testing)
Line 9: Line 9:


#p-logo {
#p-logo {
   top:-176px;
   top:0;
   left:0;
   left:0;
   width:12em;
   width:173px;
  height:176px;
}
 
#p-logo a{
   height:176px;
   height:176px;
}
}

Revision as of 09:37, 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:0;
  left:0;
  width:173px;
  height:176px;
}