MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Admin |
imported>Admin |
||
Zeile 12: | Zeile 12: | ||
.qvalue {} | .qvalue {} | ||
</style> | </style> | ||
+ | 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; | ||
+ | } |
Version vom 11. Juni 2020, 12:24 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 {} </style> 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; }