MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Admin |
imported>Admin |
||
Zeile 11: | Zeile 11: | ||
.qvalues {background-color:#E1CCA4;} | .qvalues {background-color:#E1CCA4;} | ||
.qvalue {} | .qvalue {} | ||
− | + | ||
article.infobox section h2 { | article.infobox section h2 { | ||
position: absolute; | position: absolute; | ||
Zeile 27: | Zeile 27: | ||
z-index: 1; | z-index: 1; | ||
} | } | ||
+ | </style> |
Version vom 11. Juni 2020, 12:27 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ <style> .statements {border-spacing: 1px;} .statement {border-spacing: 1px;} .property {background-color: Tomato; color: #E6E6E6; font-size: 14px;} .values {background-color: #FEF3DD;} .value {} .qstatements {background-color:#E1CCA4; border-color: grey;} .qstatement {background-color:#E1CCA4;} .qproperty {background-color:#E1CCA4;} .qvalues {background-color:#E1CCA4;} .qvalue {} article.infobox section h2 { position: absolute; left: 0; top: -30px; width: 124px; height: 29px; font-family: Verdana; font-size: 15px; margin: 0; background-color: #194b7d; border-radius: 15px 15px 0 0; border: solid #ffffff; border-width: 1px 1px 0 0; z-index: 1; } </style>