MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Alarya (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Alarya (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
font-weight: normal; | font-weight: normal; | ||
margin: 0 0 0 0; | margin: 0 0 0 0; | ||
/* padding: 0.4em 0.4em; */ | |||
cursor: default; | cursor: default; | ||
border: 0; | border: 0; | ||
background: #cd0000; | background: #cd0000; | ||
/* width: 11.6em; */ | |||
padding: 0.2em 11em 0.2em 0.5em; | |||
} | } | ||
} | } | ||
Version vom 9. Februar 2025, 06:40 Uhr
/* Das folgende CSS wird für Benutzer der Benutzeroberfläche MonoBook geladen */
@media screen {
body {
background-image: none;
background-color: #003993;
}
}
@media screen {
.portlet h3 {
color: white;
font-weight: normal;
margin: 0 0 0 0;
/* padding: 0.4em 0.4em; */
cursor: default;
border: 0;
background: #cd0000;
/* width: 11.6em; */
padding: 0.2em 11em 0.2em 0.5em;
}
}
body.skin--responsive #p-personal li a {
color: white;
}
body.skin--responsive #p-personal li a:hover {
background-color: rebeccapurple;
}
body.skin--responsive #p-personal li a.oo-ui-icon-bell {
background-image: url("eigene_includes/bell.php?fill=ffffff");
}
body.skin--responsive #p-personal li a.oo-ui-icon-tray {
background-image: url("eigene_includes/tray.php?fill=ffffff");
}
body.skin--responsive .pBody {
margin: 0.2em 0em 0em 0em;
}