MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Markenheftchen
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Zeile 50: Zeile 50:
}
}


#overlayW61 {
.overlayW61 {
   position: absolute;
   position: absolute;
   display: none;
   display: none;
Zeile 66: Zeile 66:
}
}


#chromo-zd-container:hover #overlayW61 {
.chromo-zd-container:hover .overlayW61 {
   opacity: 1;
   opacity: 1;
}
}

Version vom 24. März 2025, 12:56 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,1);
  border-style: solid;
  border-color: red;
  z-index: 2;
  cursor: pointer;
}

.chromo-zd-container:hover .overlayW61 {
  opacity: 1;
}