MediaWiki:Mobile.css
Version vom 22. März 2016, 10:23 Uhr von ASchmidt (Diskussion | Beiträge)
Hinweis: Leeren Sie nach dem Speichern 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: 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 Nutzer der mobilen Version geladen. */ .mw-collapsible.fixtoggle > .mw-collapsible-toggle { float: none; } .infobox { color: black; display: block; width: height: 60px; /*background-color: rgb(255, 255, 255);*/ padding: 10px 10px; text-align: left; font-family: Arial; font-size: 0.9em; text-decoration: none; border-radius: 0px; border-top: #B70000 1px solid; border-left: #B70000 1px solid; border-bottom: #B70000 1px solid; border-right: #B70000 1px solid; } .tabelleinfobox{ border:1px; align:left; width: height:57px;} .zitierhinweis { color: black; display: block; width: height: 60px; /*background-color: rgb(255, 255, 255);*/ padding: 10px 10px; text-align: left; font-family: Arial; font-size: 0.9em; text-decoration: none; border-radius: 0px; border-top: #2EB800 1px solid; border-left: #2EB800 1px solid; border-bottom: #2EB800 1px solid; border-right: #2EB800 1px solid; } .tabellezitierhinweis{ border:1px; align:left; width: height:57px;} /* Buttons von Vorlage:pers */ .button2{ color: black; display: block; width: 140px; height: 40px; background-color: rgb(239, 233, 217); padding: 10px 15px; text-align: left; font-family: Arial; font-size: 1.0em; text-decoration: none; border-radius:5px; border-top: #e5e5e5 1px solid; border-left: #e5e5e5 1px solid; border-bottom: #e5e5e5 1px solid; border-right: #e5e5e5 1px solid; } .button2:hover{ border-bottom: #a9a9a9 1px solid; border-right: #a9a9a9 1px solid; border-top: #a9a9a9 1px solid; border-left: #a9a9a9 1px solid; padding: 11px 14px 9px 16px; border-radius:5px; background-color: rgb(180, 150, 80); } .unterstreichen{ color:#e5e5e5; text-decoration:underline; } .tabelle{ border:1px; align:center; width:140px; height:40px; }