MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus LFK syBOS
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
  
 
#mw-panel li a{
 
#mw-panel li a{
color: white !important;
+
color: #ffffff !important;
 
}
 
}
  
 
#mw-panel h3{
 
#mw-panel h3{
color:  #727375 !important;
+
color:  #ffffff !important;
 +
font-weight: bold;
 
}
 
}

Version vom 29. Oktober 2018, 08:37 Uhr

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

#mw-panel{
	background: #CF4128;
}

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

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