Foreground.css: Unterschied zwischen den Versionen
Aus Geodäsie Knowledge Hub
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* | /* ============================= */ | ||
/* DV-Wiki Rot Theme (#e2001a) */ | |||
/* ============================= */ | |||
/* komplette obere Leiste */ | |||
.top-bar, | .top-bar, | ||
.top-bar-section ul, | .top-bar-section ul, | ||
.top-bar-section li, | .top-bar-section li, | ||
.contain-to-grid, | .contain-to-grid, | ||
.tab-bar, | .tab-bar, | ||
. | .fixed { | ||
background: #e2001a !important; | |||
background: # | background-color: #e2001a !important; | ||
background-color: # | |||
border: 0 !important; | border: 0 !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/* Menülinks | /* Menülinks – KEIN dunkler Hover mehr */ | ||
.top-bar-section li:not(.has-form) a, | .top-bar-section li:not(.has-form) a, | ||
.top-bar-section li.active > a, | .top-bar-section li.active > a, | ||
.top-bar-section li:hover > a, | .top-bar-section li:hover > a, | ||
.top-bar-section .dropdown li a, | .top-bar-section .dropdown li a, | ||
.top-bar-section .dropdown li:hover | .top-bar-section .dropdown li:hover > a { | ||
background: #e2001a !important; | |||
background: # | color: #ffffff !important; | ||
color: # | |||
} | } | ||
/* | /* Hover nur über Transparenz */ | ||
.top-bar-section li:not(.has-form) | .top-bar-section li:not(.has-form) a:hover { | ||
background: #e2001a !important; | |||
background: # | opacity: 0.85; | ||
opacity: 0. | |||
} | } | ||
/* | /* ============================= */ | ||
/* Suchfeld Styling */ | |||
/* ============================= */ | |||
/* | /* Suchformular Container */ | ||
.top-bar .has-form | .top-bar .has-form { | ||
background: #e2001a !important; | |||
padding: 0.35rem 0.6rem !important; | |||
} | } | ||
/* Suchfeld | /* Suchfeld (leicht abgerundet wie DV-Wiki) */ | ||
.top-bar input[type="search"], | .top-bar input[type="search"], | ||
.top-bar input[type="text"], | .top-bar input[type="text"], | ||
#searchInput, | #searchInput, | ||
#searchText { | #searchText { | ||
border-radius: | border-radius: 18px !important; | ||
border: 0 !important; | |||
border: | |||
box-shadow: none !important; | box-shadow: none !important; | ||
height: 2. | height: 2.1rem !important; | ||
padding: 0 1rem !important; | |||
} | } | ||
/* Suchbutton | /* Suchbutton */ | ||
.top-bar .button, | .top-bar .button, | ||
.top-bar button, | .top-bar button, | ||
#searchButton { | #searchButton { | ||
border-radius: | border-radius: 18px !important; | ||
background: # | background: #ffffff !important; | ||
color: #e2001a !important; | |||
border: 0 !important; | border: 0 !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
height: 2. | height: 2.1rem !important; | ||
margin-left: 0.4rem !important; | |||
. | |||
} | } | ||
/* | /* Icons rechts weiß */ | ||
.top-bar *, | .top-bar *, | ||
.top-bar | .top-bar a, | ||
.top-bar i { | .top-bar i { | ||
color: # | color: #ffffff !important; | ||
} | } | ||
Version vom 7. März 2026, 11:14 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 */
/* ============================= */
/* Suchformular Container */
.top-bar .has-form {
background: #e2001a !important;
padding: 0.35rem 0.6rem !important;
}
/* Suchfeld (leicht abgerundet wie DV-Wiki) */
.top-bar input[type="search"],
.top-bar input[type="text"],
#searchInput,
#searchText {
border-radius: 18px !important;
border: 0 !important;
box-shadow: none !important;
height: 2.1rem !important;
padding: 0 1rem !important;
}
/* Suchbutton */
.top-bar .button,
.top-bar button,
#searchButton {
border-radius: 18px !important;
background: #ffffff !important;
color: #e2001a !important;
border: 0 !important;
box-shadow: none !important;
height: 2.1rem !important;
margin-left: 0.4rem !important;
}
/* Icons rechts weiß */
.top-bar *,
.top-bar a,
.top-bar i {
color: #ffffff !important;
}