MediaWiki:Common.css
Aus VolynWiki
Version vom 8. März 2017, 17:47 Uhr von Admin (Diskussion | Beiträge)
Hinweis: Leere 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: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Wiki name is a bit too long on this wiki */ .title-name { line-height: 1.2em; } /* Hide "Main Page" titles */ body.page-Main_Page .title, body.page-Main_Page #tagline { display:none; } /* Layout fuer 2-Spaltentabellen */ .tabelle2 { border: 0px solid #4D64CF; border-collapse: collapse; empty-cells: show; margin: 0.5em 0; background: transparent; border-spacing: 0 0; } .tabelle2 td, .tabelle2 th { border: 0px solid #4D64CF; padding: 0.25em 1em 0.25em 0; /* oben rechts unten links */ vertical-align: baseline; } .tabelle2 th { /* hightlighting */ text-align: left; border-bottom: 0px solid #4D64CF; border-top: 0px solid #4D64CF; background: transparent; /*#DFF1FF*/ } .nowrap { nowrap: nowrap; /*kein Umbruch*/ } /* Layout fuer Statistik-Tabellen */ .statistik { width:100%; border: 0px solid #4D64CF; border-collapse: collapse; empty-cells: show; margin: 0.8em 0; background: transparent; border-spacing: 0 0; } .statistik td, .statistik th { border-bottom: 1px solid #4D64CF; padding: 0.3em 1em 0.3em 1px; /* oben rechts unten links */ vertical-align: baseline; } .statistik th { /* hightlighting */ font-size:100%; font-weight:normal; text-align: left; border-bottom: 1px solid #4D64CF; border-top: 1px solid #4D64CF; background: #DFF1FF; } pre { white-space: -moz-pre-wrap; /* need for Firefox */ overflow-x: visible; /* need for Firefox, extreme long string :( */ padding: 10px 12px; border: 1px dashed #2f6fab; color: #222; background: #f9f9f9; /*#F1FFFF*/ line-height: 1.1em; margin: .2em 0; overflow-x: auto; /* need for Firefox, extreme long string :( */ font-size: 100%; } /* Custom Foreground menubar colors */ .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form { background: #33B5E5; /*Balken oben blau*/ color: #000; } .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-color: #ABD42E; /*Trennstrich grün*/ } /* Darker color for the hover over items */ .top-bar-section ul li.hover > a, .top-bar-section ul li ul.dropdown li.hover > a { background: #ABD42E; /*Dropdown hover grün*/ } /* Slightly darker color for the dropdowns */ .top-bar-section ul li ul.dropdown li > a { background: #33B5E5; /*Dropdownmenu Hintergrund blau*/ } /* Hinweis ausblenden */ .mw-editsection { display: none; }