Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Geodäsie Knowledge Hub

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
   border-radius: 10px;
   border-radius: 10px;
   box-sizing: border-box;
   box-sizing: border-box;
   color: #202122;
 
   color: #e2001a;           /* <-- Fachbereichs-Rot */
  font-weight: 500;
 
   transition: background-color 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out;
}
}
Zeile 17: Zeile 20:
a:hover .fbg-button-label {
a:hover .fbg-button-label {
   background: #eef0f2;
   background: #eef0f2;
  color: #a8ccd1;            /* minimal dunkler beim Hover */
}
}

Version vom 7. März 2026, 15:35 Uhr

h3#tagline {
  display: none;
}
.fbg-button-label {
  display: inline-block;
  min-width: 120px;
  padding: 7px 14px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #c8ccd1;
  border-radius: 10px;
  box-sizing: border-box;

  color: #e2001a;            /* <-- Fachbereichs-Rot */
  font-weight: 500;

  transition: background-color 0.15s ease-in-out;
}

a:hover .fbg-button-label {
  background: #eef0f2;
  color: #a8ccd1;            /* minimal dunkler beim Hover */
}