MediaWiki:Mobile.css

Aus Winterrodeln

Hinweis: Leeren Sie nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer / Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehen Sie zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

#localNotice {
    margin-bottom: 1em;
    padding: 4px 10px 0px 10px;
    background-color: #cae4f0;
    border: 1px;
    overflow: auto; 
}
#localNotice div.floatleft {
    float: left;
    margin-right: 1em;
}

.wrinfobox {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
}

.wrtextbox {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: black;
    font-weight: bold;
    margin: 2em 0 1em;
    padding: .5em 1em;
    vertical-align: middle;
}

.wrreporttable, .wrreportform, .wrrouteform, .wrinfobox, .wrtable, .wikitable {
    border-collapse: collapse;
}

.wrreporttable th, .wrreporttable td, .wrreportform th, .wrreportform td, .wrinfobox th, .wrinfobox td, .wrtable th, .wrtable td, #mw-content-text .wikitable th, #mw-content-text .wikitable td {
    border: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
}

.wrinfobox th {
    padding-top: 5px;
    padding-bottom: 0px;
}

.wrreporttable th, .wrreporttable td, .wrreportform th, .wrinfobox th, .wrtable th, .wikitable th {
    text-align: center;
}

.wrreporttable td, .wrreportform td, .wrinfobox td, .wrtable td, #mw-content-text .wikitable td {
    background-color: #eee;
}

.wrreporttable th, .wrreportform th, .wrinfobox th, .wrtable th, #mw-content-text .wikitable th {
    color: white;
    background-color: #014e9a;
}

td.wrreportdescription {
    text-align: left;
}

.content a > img.wrbutton {
    max-width: 15em !important;
}

div.wrimagebanner {
    background-color: #cccccc;
    padding: 10px;
    overflow: auto;
}

div.wrimagebanner .floatleft {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 15px;
}
.header-container.header-chrome {
    color: white;
    background-color: #014e9a;
}