MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Mittel- und Neulatein macht Schule!
imported>Mnlmachtschule K |
imported>Mnlmachtschule K |
||
| Zeile 22: | Zeile 22: | ||
background-position: 35% 50% !important; | background-position: 35% 50% !important; | ||
text-decoration: none; | text-decoration: none; | ||
| − | background-size: contain; | + | background-size: contain; /* schaltet die komische Skalierungsfunktion aus */ |
} | } | ||
Version vom 1. Februar 2021, 23:28 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 */
}