MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Kempedia
Zur Navigation springenZur Suche springen
Zeile 7: Zeile 7:
 
.Person {font-variant: small-caps; }
 
.Person {font-variant: small-caps; }
  
/*
+
 
 
p:first-of-type:first-letter {
 
p:first-of-type:first-letter {
 
   font-size: 200%;
 
   font-size: 200%;
Zeile 13: Zeile 13:
 
   font-weight: bold;
 
   font-weight: bold;
 
}
 
}
*/
 

Version vom 14. April 2021, 12:39 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-of-type:first-letter {
  font-size: 200%;
  color: red
  font-weight: bold;
}