MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Inventar Medienzentrum
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
 
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
 
/** Hide sidebar **/
 
/** Hide sidebar **/
body {
+
/*body {
 
  font-size:0.9em;
 
  font-size:0.9em;
 
  background-color: #FFFFFF !important;
 
  background-color: #FFFFFF !important;
Zeile 75: Zeile 75:
 
   background-color:#ffffff !important;
 
   background-color:#ffffff !important;
 
}
 
}
 +
*/

Version vom 26. April 2016, 12:45 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/** Hide sidebar **/
/*body {
 font-size:0.9em;
 background-color: #FFFFFF !important;
}
div#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}
#firstHeading {
  font-family:Verdana,Arial;
  display:none;
  position:relative;
  height:10px;
}
#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 {
  position:relative;
  height:30px;
  margin:0px;
  top:-20px;
  display:none;
}
#mw-head-base {
  position:relative;
  height:30px;
  margin:0px;
  top:-20px;
}
#p-views {
  display:none;
}
#p-namespaces {
  display:none;
}
#p-search {
  position:relative;
  top:-46px;
}
#content {
  margin-left:0px;
}
.mw-body {
  margin-left: 2px !important;
  margin-right: 2px;
  border: 1px solid #E5E5E5 !important;
}
#mw-base {
  border: 1px solid #E5E5E5 !important;
}
#mw-head {
  position:relative;
  height:10px;
}

table.wikitable {
  background-color:#ffffff !important;
}
*/