MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(24 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 { /* Links in der Menüzeile ganz oben weiß einfärben, sonst zu dunkel */
color: white;
}
#p-personal li a:hover { /* visueller Indikator */
background-color: rebeccapurple;
}
#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 55: Zeile 43:
}
}


#ca-favorite.icon a, #ca-unfavorite.icon a {
@media screen and (max-width: 550px) {
/*background-image: url(/images/fav-icons.png);
body:not(.skin--responsive), body.skin--responsive {
  background-position: 0px -25%;*/
#ca-favorite.icon a, #ca-unfavorite.icon a {
  background: none;
/*background-image: url(/images/fav-icons.png);
  padding-top: 0.65em;
  background-position: 0px -25%;*/
  padding-bottom: 2em;
  background: none;
  width: inherit;
  padding-top: 0.65em;
  visibility: hidden;
  padding-bottom: 2em;
  width: inherit;
  visibility: hidden;
}
#ca-favorite.icon a:hover, #ca-unfavorite.icon a:hover {
background: none;
}
#ca-favorite.icon a:before {
content: "zu Favoriten hinzufügen";
visibility: visible;
}
#ca-unfavorite.icon a:before {
content: "aus Favoriten entfernen";
visibility: visible;
}
#p-cactions-mobile li#ca-more a {
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;
}
}
}
}
#ca-favorite.icon a:hover, #ca-unfavorite.icon a:hover {
 
background: none;
@media screen and (min-width: 551px) {
body:not(.skin--responsive), body.skin--responsive {
#p-personal li a {
/* Links in der Menüzeile ganz oben weiß einfärben, sonst zu dunkel */
color: white;
}
#p-personal li a:hover { /* visueller Indikator */
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: "  ";
}
}
}
}
#ca-favorite.icon a:before {
 
content: "zu Favoriten hinzufügen";
.oo-ui-icon-bell { /* lade Glockensymbol in weiß, sonst schwarz */
visibility: visible;
background-image: url("eigene_includes/bell.php?fill=ffffff");
}
}
 
.oo-ui-icon-tray { /* lade Briefkastensymbol in weiß, sonst schwarz */
#ca-unfavorite.icon a:before {
background-image: url("eigene_includes/tray.php?fill=ffffff");
content: "aus Favoriten entfernen";
visibility: visible;
}
}