MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Markenheftchen
T1qj7p (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
T1qj7p (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 46: | Zeile 46: | ||
width:50%; | width:50%; | ||
height:50%; | height:50%; | ||
border-style: solid; | |||
border-color: red; | |||
} | } | ||
Version vom 24. März 2025, 05:07 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Artikelname in Kapitälchen */
.mw-page-title-main {
font-variant: small-caps;
}
.mw-mh-deckel {
display:inline-block;
box-shadow:
/* inset 0 -3em 3em rgb(0 200 0 / 30%), */
/* 0 0 0 2px white, */
0.3em 0.3em 1em rgb(200 200 200 / 60%);
}
.mw-drop-shadow-soft {
display:inline-block;
box-shadow:
0.3em 0.3em 1em rgb(200 200 200 / 60%);
}
.bild-mittig {
/* width: 200px; */
/* height: 200px; */
/* background-color: #0a0a23; */
display: flex;
justify-content: center;
align-items: center;
}
/* Quellenangabe akmh */
/*.quelleakmh img { width: 100%; } */
.quelleakmh { position: relative; }
.quelleakmh::after {
content: " Quelle: akmh ";
position: absolute;
bottom: -5%;
right: 0;
opacity: 1;
font-size: 1em;
color: gray;
/* writing-mode: vertical-lr; */
}
#rectangle11{
width:50%;
height:50%;
border-style: solid;
border-color: red;
}
