MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus VolynWiki
Admin (Diskussion | Beiträge) K |
Admin (Diskussion | Beiträge) K |
||
Zeile 46: | Zeile 46: | ||
background: #DFF1FF; | background: #DFF1FF; | ||
} | } | ||
− | |||
pre { | pre { | ||
Zeile 59: | Zeile 58: | ||
overflow-x: auto; /* need for Firefox, extreme long string :( */ | overflow-x: auto; /* need for Firefox, extreme long string :( */ | ||
font-size: 100%; | 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*/ | ||
} | } |
Version vom 8. März 2017, 17:17 Uhr
/* 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*/ }