MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus LFK syBOS
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
  
 
/* Hintergrund entfernen */
 
/* Hintergrund entfernen */
body, #mw-head{
+
body, #mw-head{background: #ffffff;}
background: #ffffff;
 
}
 
  
.mw-body h1, .mw-body-content h1, .mw-body-content h2{
+
.mw-body h1, .mw-body-content h1, .mw-body-content h2{font-family:Helvetica;}
font-family:Helvetica;
 
}
 
  
#content{
+
/* Rahmen links und unterhalb von Content ausblenden */
border: none;
+
#content{border: none;}
}
 
#p-logo{
 
background: #ffffff;
 
padding: 0 0 0 5px;
 
}
 
  
#mw-panel{
+
/* Hintergrund hinter Logo auf weiß */
background: #CF4128;
+
#p-logo{background: #ffffff;padding: 0 0 0 5px;}
padding-left: 0px;
 
}
 
  
#mw-panel li a{
+
/* Hintergrund bei Navigation auf rot, und Schrift auf weiß, Überschriften Fettgeschrieben */
color: #ffffff !important;
+
#mw-panel{background: #CF4128;padding-left: 0px;}
}
+
#mw-panel li a{color: #ffffff !important;}
 
+
#mw-panel h3{color:  #ffffff !important;font-weight: bold !important;}
#mw-panel h3{
 
color:  #ffffff !important;
 
font-weight: bold !important;
 
}
 
  
 
/* Rahmen unter Überschriften */
 
/* Rahmen unter Überschriften */
h1, h2, h3, h4, h5, h6{
+
h1, h2, h3, h4, h5, h6{border-bottom: 1px solid  #727375;}
border-bottom: 1px solid  #727375;
 
}
 
  
 
/* Hintergrundverlauf in Reiter ausblenden */
 
/* Hintergrundverlauf in Reiter ausblenden */
div.vectorTabs, .collapsible, .new, div.vectorTabs span, div.vectorTabs ul{
+
div.vectorTabs, .collapsible, .new, div.vectorTabs span, div.vectorTabs ul{background: none !important;}
background: none !important;
+
 
}
+
.collapsible{background: grey;}
.collapsible{
 
background: grey;
 
}
 

Version vom 30. Oktober 2018, 13:55 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;}

/* Rahmen links und unterhalb von Content ausblenden */
#content{border: none;}

/* Hintergrund hinter Logo auf weiß */
#p-logo{background: #ffffff;padding: 0 0 0 5px;}

/* Hintergrund bei Navigation auf rot, und Schrift auf weiß, Überschriften Fettgeschrieben */
#mw-panel{background: #CF4128;padding-left: 0px;}
#mw-panel li a{color: #ffffff !important;}
#mw-panel h3{color:  #ffffff !important;font-weight: bold !important;}

/* Rahmen unter Überschriften */
h1, h2, h3, h4, h5, h6{border-bottom: 1px solid  #727375;}

/* Hintergrundverlauf in Reiter ausblenden */
div.vectorTabs, .collapsible, .new, div.vectorTabs span, div.vectorTabs ul{background: none !important;}

.collapsible{background: grey;}