Vorlage:Hauptseite/style.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 7: Zeile 7:
}
}


.highlight-marker a:hover {
.author a:hover,.highlight-marker a:hover {
   text-decoration: none;
   text-decoration: none;
   color: #fba080;
   color: #f97547;
}
}


Zeile 17: Zeile 17:
}
}


.header-image {
.wiki-header img {
   width: 100%;
   width: 100%;
   height: auto;
   height: auto;
   display: block;
   display: block;
  border-radius: 4px;
}
}


Zeile 42: Zeile 41:


.content-box:hover {
.content-box:hover {
     transform: scale(1.01);
     transform: scale(1.025);
    transition: transform 0.5s ease-in;
     border-color: rgba(0,0,0,0.12);
     border-color: rgba(0,0,0,0.12);
     z-index: 2; /* Erhöhter z-index beim Hover */
     z-index: 2; /* Erhöhter z-index beim Hover */
Zeile 69: Zeile 69:
     border-radius: 6px;
     border-radius: 6px;
     box-shadow: 0 0.3rem 0.8rem rgba(51,51,51,0.08);
     box-shadow: 0 0.3rem 0.8rem rgba(51,51,51,0.08);
}
.box-content img {
    border-radius: 10px;
    height: auto;
    margin: 0 0 5px 0;
}
}


Zeile 126: Zeile 132:
   line-height: 1.7;
   line-height: 1.7;
   border-bottom: 2px solid #80dbfb;
   border-bottom: 2px solid #80dbfb;
}
.warning-marker {
  margin: 0 0 0.5rem 0;
  line-height: 1.7;
  border-bottom: 2px solid #ff0f0f;
}
}