MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Mittel- und Neulatein macht Schule!
imported>Mnlmachtschule |
imported>Mnlmachtschule |
||
| 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; | ||
| + | } | ||
Version vom 1. Februar 2021, 22:37 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;
}