MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Mittel- und Neulatein macht Schule!
imported>Mnlmachtschule |
Admin (Diskussion | Beiträge) |
||
| (22 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. ACHTUNG: < | + | /* 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 td {padding:3px 1em; border:1px solid #ccc; border-radius:5px; background-color: #d3dffd; font-family:"Segoe UI"} | ||
| Zeile 11: | Zeile 11: | ||
.selectedAnswer {font-weight:bold; color:#060} | .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; } | ||
| + | } | ||
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; }
}