MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Markenheftchen
T1qj7p (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
T1qj7p (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 59: | Zeile 59: | ||
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
background-color: rgba(0,0,0,0.5); | |||
border-style: solid; | border-style: solid; | ||
border-color: red; | border-color: red; |
Version vom 24. März 2025, 12:27 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; } #overlayW61 { position: absolute; display: none; width: 50%; height: 50%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); border-style: solid; border-color: red; z-index: 2; cursor: pointer; }