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{background: #ffffff;}*/
+
body, #mw-head{background: #ffffff;}
  
/*#mw-head a{text-decoration: underline;}*/
+
#mw-head a{text-decoration: underline;}
  
/*.mw-body h1, .mw-body-content h1, .mw-body-content h2{font-family:Helvetica;}*/
+
.mw-body h1, .mw-body-content h1, .mw-body-content h2{font-family:Helvetica;}
  
 
/* Rahmen links und unterhalb von Content ausblenden */
 
/* Rahmen links und unterhalb von Content ausblenden */
/*#content{border: none;}*/
+
#content{border: none;}
  
 
/* Hintergrund hinter Logo auf weiß */
 
/* Hintergrund hinter Logo auf weiß */
/*#p-logo{background: #ffffff;padding: 0 0 0 5px;}*/
+
#p-logo{background: #ffffff;padding: 0 0 0 5px;}
  
 
/* Hintergrund bei Navigation auf rot, und Schrift auf weiß, Überschriften Fettgeschrieben */
 
/* Hintergrund bei Navigation auf rot, und Schrift auf weiß, Überschriften Fettgeschrieben */
/*#mw-panel{background: #727375;padding-left: 0px;}
+
#mw-panel{background: #727375;padding-left: 0px;}
 
#mw-panel li a{color: #ffffff !important;}
 
#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 */
/*#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{border-bottom: 1px solid  #727375;}*/
+
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{border-bottom: 1px solid  #727375;}
  
 
/* Inhaltsverzeichnis Border-Bottom */
 
/* Inhaltsverzeichnis Border-Bottom */
/*.toctitle h1, .toctitle h2{border-bottom:none !important;}*/
+
.toctitle h1, .toctitle h2{border-bottom:none !important;}
  
  
 
/* Hintergrundverlauf in Reiter ausblenden */
 
/* Hintergrundverlauf in Reiter ausblenden */
/*div.vectorTabs, .collapsible, .new, div.vectorTabs span, div.vectorTabs ul{background: none !important;}*/
+
div.vectorTabs, .collapsible, .new, div.vectorTabs span, div.vectorTabs ul{background: none !important;}

Version vom 25. November 2020, 14:21 Uhr

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

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

#mw-head a{text-decoration: underline;}

.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: #727375;padding-left: 0px;}
#mw-panel li a{color: #ffffff !important;}
#mw-panel h3{color:  #ffffff !important;font-weight: bold !important;}

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

/* Inhaltsverzeichnis Border-Bottom */
.toctitle h1, .toctitle h2{border-bottom:none !important;}


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