Foreground.css: Unterschied zwischen den Versionen
Aus Geodäsie Knowledge Hub
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 36: | Zeile 36: | ||
/* ============================= */ | /* ============================= */ | ||
.top-bar, | |||
.top-bar-section .has-form, | |||
.top-bar-section ul li { | |||
background: #e2001a !important; | |||
} | |||
.top-bar .has-form { | .top-bar .has-form { | ||
padding: 0.35rem 0.75rem !important; | |||
padding: 0.35rem 0. | |||
} | } | ||
/* | /* Eingabefeld */ | ||
.top-bar input, | |||
.top-bar input[type="text"], | |||
.top-bar input[type="search"], | .top-bar input[type="search"], | ||
#searchInput { | |||
#searchInput | height: 2.2rem !important; | ||
margin: 0 !important; | |||
padding: 0 0.9rem !important; | |||
border: 0 !important; | border: 0 !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
background: #fff !important; | |||
color: #444 !important; | |||
border-top-left-radius: 15px !important; | |||
border-bottom-left-radius: 15px !important; | |||
border-top-right-radius: 0 !important; | |||
border-bottom-right-radius: 0 !important; | |||
} | } | ||
/* Suchbutton */ | /* Suchbutton */ | ||
.top-bar .button, | .top-bar .button.search, | ||
.top-bar button, | .top-bar button.search, | ||
#searchButton { | #searchButton { | ||
height: 2.2rem !important; | |||
margin: 0 0 0 -1px !important; | |||
padding: 0 1rem !important; | |||
border: 0 !important; | border: 0 !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
height: 2. | background: #fff !important; | ||
color: #e2001a !important; | |||
line-height: 2.2rem !important; | |||
border-top-left-radius: 0 !important; | |||
border-bottom-left-radius: 0 !important; | |||
border-top-right-radius: 15px !important; | |||
border-bottom-right-radius: 15px !important; | |||
} | |||
/* Suchformular als eine Einheit ausrichten */ | |||
.top-bar form, | |||
.top-bar .has-form form { | |||
display: flex !important; | |||
align-items: center !important; | |||
margin: 0 !important; | |||
} | } | ||
/* | /* Tagline ausblenden */ | ||
#tagline { | |||
display: none; | |||
} | } | ||
Version vom 7. März 2026, 11:16 Uhr
/* ============================= */
/* DV-Wiki Rot Theme (#e2001a) */
/* ============================= */
/* komplette obere Leiste */
.top-bar,
.top-bar-section ul,
.top-bar-section li,
.contain-to-grid,
.tab-bar,
.fixed {
background: #e2001a !important;
background-color: #e2001a !important;
border: 0 !important;
box-shadow: none !important;
}
/* Menülinks – KEIN dunkler Hover mehr */
.top-bar-section li:not(.has-form) a,
.top-bar-section li.active > a,
.top-bar-section li:hover > a,
.top-bar-section .dropdown li a,
.top-bar-section .dropdown li:hover > a {
background: #e2001a !important;
color: #ffffff !important;
}
/* Hover nur über Transparenz */
.top-bar-section li:not(.has-form) a:hover {
background: #e2001a !important;
opacity: 0.85;
}
/* ============================= */
/* Suchfeld Styling */
/* ============================= */
.top-bar,
.top-bar-section .has-form,
.top-bar-section ul li {
background: #e2001a !important;
}
.top-bar .has-form {
padding: 0.35rem 0.75rem !important;
}
/* Eingabefeld */
.top-bar input,
.top-bar input[type="text"],
.top-bar input[type="search"],
#searchInput {
height: 2.2rem !important;
margin: 0 !important;
padding: 0 0.9rem !important;
border: 0 !important;
box-shadow: none !important;
background: #fff !important;
color: #444 !important;
border-top-left-radius: 15px !important;
border-bottom-left-radius: 15px !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
/* Suchbutton */
.top-bar .button.search,
.top-bar button.search,
#searchButton {
height: 2.2rem !important;
margin: 0 0 0 -1px !important;
padding: 0 1rem !important;
border: 0 !important;
box-shadow: none !important;
background: #fff !important;
color: #e2001a !important;
line-height: 2.2rem !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-top-right-radius: 15px !important;
border-bottom-right-radius: 15px !important;
}
/* Suchformular als eine Einheit ausrichten */
.top-bar form,
.top-bar .has-form form {
display: flex !important;
align-items: center !important;
margin: 0 !important;
}
/* Tagline ausblenden */
#tagline {
display: none;
}