MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Mittel- und Neulatein macht Schule!
imported>Mnlmachtschule |
Admin (Diskussion | Beiträge) |
||
(12 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 12: | Zeile 12: | ||
s {display:none} | s {display:none} | ||
+ | |||
+ | |||
+ | #p-logo a, | ||
+ | #p-logo a:hover { | ||
+ | display: block; | ||
+ | height: 200px; | ||
+ | width: 12.2em; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: 35% 50% !important; | ||
+ | text-decoration: none; | ||
+ | background-size: contain; /* schaltet die komische Skalierungsfunktion aus */ | ||
+ | } | ||
+ | |||
+ | |||
+ | @media screen and (min-width: 851px) { /* sollte Content-Breite auf großen Bildschirmen entrelativieren */ | ||
+ | .color-middle-container, | ||
+ | .ts-inner { max-width: none; } | ||
+ | } |
Aktuelle Version vom 13. August 2021, 08:20 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. ACHTUNG: <s> (Durchstreichung) ist gerade ausgehebelt! */ #qTable td {padding:3px 1em; border:1px solid #ccc; border-radius:5px; background-color: #d3dffd; font-family:"Segoe UI"} #qTable {width:100%; border-spacing:0.5em} #qTable li {cursor:pointer} #qTable li:hover { text-decoration:underline} #qTable tr:nth-child(n+2) {display:none} #qTable p {font-weight:bold; line-height:50%} #errdiv {display:none; font-weight:bold; color:#903; padding:0.3em} .selectedAnswer {font-weight:bold; color:#060} s {display:none} #p-logo a, #p-logo a:hover { display: block; height: 200px; width: 12.2em; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; background-size: contain; /* schaltet die komische Skalierungsfunktion aus */ } @media screen and (min-width: 851px) { /* sollte Content-Breite auf großen Bildschirmen entrelativieren */ .color-middle-container, .ts-inner { max-width: none; } }