MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Kempedia
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
.Person {font-variant: small-caps; }
.Person {font-variant: small-caps; }


 
/*
p:first-letter {
p:first-letter {
   font-size: 200%;
   font-size: 200%;
Zeile 14: Zeile 14:
   float: both
   float: both
}
}
*/

Version vom 11. April 2021, 22:45 Uhr

/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */
.mw-body
#p-cactions li.selected a {
	background-color:#f3f3ff ; /* ein leichtes blau */
}

.Person {font-variant: small-caps; }

/*
p:first-letter {
  font-size: 200%;
  /*color: red*/
  font-weight: bold;
  float: both
}
*/