MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus Liebliches-Feld.net
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen: body { background: url(/wiki/images/titel31.png) no-repeat #fff5ce; }“)
 
Zeile 4: Zeile 4:
 
   
 
   
 
     background: url(/wiki/images/titel31.png) no-repeat #fff5ce;
 
     background: url(/wiki/images/titel31.png) no-repeat #fff5ce;
 +
}
 +
 +
#p-cactions li.selected a {
 +
z-index: 3;
 +
padding: 0 1em .2em!important;
 +
background-color: #FFF5CE;
 +
}
 +
#p-cactions .new a {
 +
color: #ba0000;
 +
}
 +
#p-cactions li a:hover {
 +
z-index: 3;
 +
text-decoration: none;
 +
background-color: #FFF5CE;
 
}
 
}

Version vom 5. Februar 2023, 18:27 Uhr

/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */

body {
 
    background: url(/wiki/images/titel31.png) no-repeat #fff5ce;
}

#p-cactions li.selected a {
	z-index: 3;
	padding: 0 1em .2em!important;
	background-color: #FFF5CE;
}
#p-cactions .new a {
	color: #ba0000;
}
#p-cactions li a:hover {
	z-index: 3;
	text-decoration: none;
	background-color: #FFF5CE;
}