MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Negaia Chronicles
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
 
(20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@font-face {font-family: Tenebris; src: url(fonts/Tenebris.ttf);}
.tenebris { font-family: Tenebris }


head {
    background-color: #2a2a2a;
}


body {
figure[typeof~='mw:File/Thumb'],
background-color: #2a2a2a;
figure[typeof~='mw:File/Frame'] {
    background-color: #4b4b4b;
    border: 0px solid #002000;
    border-bottom: 0;
}
}
 
figure[typeof~='mw:File/Thumb'] > figcaption,
footer {
figure[typeof~='mw:File/Frame'] > figcaption {
  text-decoration: none;
    background-color: #4b4b4b;
  color: #c1c1b4;
    border: 0px solid #002000;
}
    border-top: 0;
 
    padding: 1px 3px 4px 3px;
 
a {
  text-decoration: none;
  color: #e69710;
}
}

Aktuelle Version vom 29. September 2023, 14:40 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@font-face {font-family: Tenebris; src: url(fonts/Tenebris.ttf);}
.tenebris { font-family: Tenebris }


figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'] {
    background-color: #4b4b4b;
    border: 0px solid #002000;
    border-bottom: 0;
}
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption {
    background-color: #4b4b4b;
    border: 0px solid #002000;
    border-top: 0;
    padding: 1px 3px 4px 3px;
}