MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Inventar Medienzentrum
Wechseln zu: Navigation, Suche
Zeile 23: Zeile 23:
 
#footer-icons { display:none; }
 
#footer-icons { display:none; }
  
/*#mw-page-base {
+
#mw-page-base {
 
   height:50px;
 
   height:50px;
 
}
 
}
 
#mw-head-base {
 
#mw-head-base {
 
   height:50px;
 
   height:50px;
}*/
+
}

Version vom 11. März 2016, 14:41 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/** Hide sidebar **/
 div#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}
#pt-anontalk { display:none; }
#pt-anonuserpage { display:none; }
#pt-login { display:none; }

#ca-talk { display:none; }
#ca-view { display:none; }
#ca-nstab-main { display:none; }

#footer-places { display:none; }
#footer-icons { display:none; }

#mw-page-base {
  height:50px;
}
#mw-head-base {
  height:50px;
}