MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(20 dazwischenliegende Versionen derselben Benutzerin werden nicht angezeigt)
Zeile 20: Zeile 20:
    background: #cd0000; /* Almadaner-Rot */
    background: #cd0000; /* Almadaner-Rot */
padding: 0.2em 11em 0.2em 0.5em; /* Breite auf die Breite des Kastens darunter ausdehnen */
padding: 0.2em 11em 0.2em 0.5em; /* Breite auf die Breite des Kastens darunter ausdehnen */
}
#p-personal li a.oo-ui-icon-bell { /* lade Glockensymbol in weiß, sonst schwarz */
background-image: url("eigene_includes/bell.php?fill=ffffff");
}
#p-personal li a.oo-ui-icon-tray { /* lade Briefkastensymbol in weiß, sonst schwarz */
background-image: url("eigene_includes/tray.php?fill=ffffff");
}
}
.pBody { /* kleiner Abstand oberhalb der Menü-Inhaltskästen, damit Überschrift optisch abgesetzt wird */
.pBody { /* kleiner Abstand oberhalb der Menü-Inhaltskästen, damit Überschrift optisch abgesetzt wird */
margin: 0.2em 0em 0em 0em;
margin: 0.2em 0em 0em 0em;
background-color: white;
}
}
}
}
Zeile 75: Zeile 69:
color: white;
color: white;
}
}
#searchBody {
position: fixed;
    top: 3px;
    left: 57px;
    width: 65%;
}
#echo-hack-badges {
left: -30px;
pointer-events: unset;
}
#p-cactions-mobile li#talk-mobile a {
background-image: url(images/speech_balloon.svg);
    background-size: 18px;
}
li#ca-addsection a:after{
content: " neuer Abschnitt";
}
#p-cactions-mobile .pBody {
background: unset;
}
}
}
}
Zeile 81: Zeile 94:
@media screen and (min-width: 551px) {
@media screen and (min-width: 551px) {
body:not(.skin--responsive), body.skin--responsive {
body:not(.skin--responsive), body.skin--responsive {
#p-personal li a { /* Links in der Menüzeile ganz oben weiß einfärben, sonst zu dunkel */
#p-personal li a {
/* Links in der Menüzeile ganz oben weiß einfärben, sonst zu dunkel */
color: white;
color: white;
}
}
#p-personal li a:hover { /* visueller Indikator */
#p-personal li a:hover { /* visueller Indikator */
background-color: rebeccapurple;
background-color: rebeccapurple;
}
#ca-favorite.icon a, #ca-favorite.icon a:hover {
display: unset;
background-image: url(/images/fav-icons.png);
background-position: 4px 3px;
background-size: 60px;
}
#ca-unfavorite.icon a, #ca-unfavorite.icon a:hover {
display: unset;
background-image: url(/images/fav-icons.png);
background-position: -45px 3px;
background-size: 60px;
}
#ca-unfavorite.icon a:before, #ca-favorite.icon a:before {
content: "  ";
}
}
}
}
}
}
body.skin--responsive #p-cactions-mobile li#ca-more a
 
.oo-ui-icon-bell { /* lade Glockensymbol in weiß, sonst schwarz */
background-image: url("eigene_includes/bell.php?fill=ffffff");
}
.oo-ui-icon-tray { /* lade Briefkastensymbol in weiß, sonst schwarz */
background-image: url("eigene_includes/tray.php?fill=ffffff");
}