MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Freiheit statt Angst!
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: →‎* 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"; /...)
 
(Reiternavi müsste gleich - wesentlich verainfacht - funktionieren)
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/** erst in '''[[intern:Monobook.css]]''' geht die Post ab: */
 
/** 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";
 
@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 */
 
/** Kleinschreibung nicht erzwingen */
 
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
 
.portlet h5, .portlet h6, #p-personal ul, #p-cactions li a {
 
   text-transform: none;
 
   text-transform: none;
 +
}
 +
 +
 +
/** Optik für Navigationsreiter allein nach Position auswählen */
 +
span.reiternavi {
 +
  font-size: 90%;
 +
  font-weight: bold;
 +
}
 +
span.reiternavi * {
 +
  padding: 0.2em 0.8em;
 +
}
 +
span.reiternavi a {
 +
  background: #ddd;
 +
  border: thin gray solid;
 +
}
 +
span.reiternavi .selflink {
 +
  background: white;
 +
  color: black;
 +
  border-left: thin gray solid;
 +
  border-top: thin gray solid;
 +
  border-right: thin gray solid;
 
}
 
}

Aktuelle Version vom 13. Februar 2009, 23:17 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;
}


/** Optik für Navigationsreiter allein nach Position auswählen */
span.reiternavi {
  font-size: 90%;
  font-weight: bold;
}
span.reiternavi * {
  padding: 0.2em 0.8em;
}
span.reiternavi a {
  background: #ddd;
  border: thin gray solid;
}
span.reiternavi .selflink {
  background: white;
  color: black;
  border-left: thin gray solid;
  border-top: thin gray solid;
  border-right: thin gray solid;
}