MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Markenheftchen
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 19: Zeile 19:
   content: " Quelle: akmh ";
   content: " Quelle: akmh ";
   position: absolute;
   position: absolute;
   bottom: 0;
   bottom: -1;
   right: 0;
   right: 0;
   opacity: 1;
   opacity: 1;

Version vom 18. März 2025, 19:45 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%);
}

/*.watermark img { width: 100%; } */
.watermark { position: relative; }
.watermark::after {
  content: " Quelle: akmh ";
  position: absolute;
  bottom: -1;
  right: 0;
  opacity: 1;
  font-size: 1em;
  color: black;
/*  writing-mode: vertical-lr; */
}