MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Copedia
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
span.button a { color:white; } | |||
Version vom 20. Juni 2017, 12:57 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
.button {
box-shadow: 5px 5px 5px grey;
font-size: 16px;
font-weight: bold;
color: #ffffff;
background: #ff6600;
padding: 0.84375em 0.875em 0.78125em;
}
.button:hover {
background: #ff6600;
box-shadow: none;
}
span.button a { color:white; }