MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus LFK syBOS
Zur Navigation springen Zur Suche springen
Zeile 30: Zeile 30:
 
color:  #ffffff !important;
 
color:  #ffffff !important;
 
font-weight: bold !important;
 
font-weight: bold !important;
 +
}
 +
 +
div.vectorTabs{
 +
background: none;
 
}
 
}

Version vom 30. Oktober 2018, 13:38 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Hintergrund entfernen */
body, #mw-head{
	background: #ffffff;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2{
	font-family:Helvetica;
}

#content{
	border: 1px solid  #727374;
}
#p-logo{
	background: #ffffff;
	padding: 0 0 0 5px;
}

#mw-panel{
	background: #CF4128;
	padding-left: 0px;
}

#mw-panel li a{
	color: #ffffff !important;
}

#mw-panel h3{
	color:  #ffffff !important;
	font-weight: bold !important;
}

div.vectorTabs{
	background: none;
}