Common.css: Unterschied zwischen den Versionen
Aus Geodäsie Knowledge Hub
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 21: | Zeile 21: | ||
background: #eef0f2; | background: #eef0f2; | ||
color: #a8ccd1; /* minimal dunkler beim Hover */ | color: #a8ccd1; /* minimal dunkler beim Hover */ | ||
} | |||
#toc, .toc { | |||
float: right; | |||
margin: 0 0 1em 1.5em; | |||
width: 300px; | |||
} | } | ||
Aktuelle Version vom 7. März 2026, 16:02 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 */
}
#toc, .toc {
float: right;
margin: 0 0 1em 1.5em;
width: 300px;
}