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 {} | ||
− | + | .infobox section { | |
position: absolute; | position: absolute; | ||
display: block; | display: block; | ||
Zeile 19: | Zeile 19: | ||
background-color: #c5d2de; | background-color: #c5d2de; | ||
} | } | ||
− | + | .infobox section h2 { | |
position: absolute; | position: absolute; | ||
left: 0; | left: 0; |
Version vom 11. Juni 2020, 12:33 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 {} .infobox section { position: absolute; display: block; width: 400px; height: 200px; top: 100px; background-color: #c5d2de; } .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>