MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Freiheit statt Angst!
Zur Navigation springen Zur Suche springen
(versuch macht kluch: Hintergrundfarbe inaktiver Tabs grau)
(unklar, deshalb Änderung 57353 von Peu (Diskussion) wurde rückgängig gemacht.)
Zeile 44: Zeile 44:
 
}
 
}
 
.reiter a {
 
.reiter a {
background-color: #ccc;
+
background: #ccc;
 
border: 1px gray solid;
 
border: 1px gray solid;
 
}
 
}

Version vom 17. Juli 2008, 20:18 Uhr

/** erst in '''[[intern:Monobook.css]]''' geht die Post ab: */
@import "/mediawiki-edit/index.php?title=intern:Monobook.css&action=raw&ctype=text/css&smaxage=86400";

 /** für Überschriften 2.Ordnung: Schrift weiß, Hintergrund grün */
 .ns-104 h2 { 
   border:1px solid #AAAAAA; 
   color: white;
   background-color:#008B45; 
   padding:0.2em 0; 
   padding-left:0.5em; 
   margin:0; 
   font-size:110%; 
   font-weight:bold; 
   text-indent:0.5em !important;
 }
 
 /** für Überschriften 3.Ordnung: Schrift weiß, Hintergrund grün */
 .ns-104 h3 { 
   border:1px solid #AAAAAA; 
   color: white;
   background-color:#008B45; 
   padding:0.2em 0; 
   padding-left:0.5em; 
   margin:0; 
   font-size:100%; 
   font-weight:bold; 
   text-indent:0.5em !important;
 }

/** Kleinschreibung nicht erzwingen */
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
  text-transform: none;
}


/** Reiter ng**/
.reiter {
font-size: 90%;
font-weight: bold;
color: #00b;
border-left: 1px gray solid; 
border-top: 1px gray solid; 
border-right: 1px gray solid;
}
.reiter a {
background: #ccc;
border: 1px gray solid;
}