MediaWiki:Foreground.css: verschil tussen versies

Uit Mad Pride Nederland
Ga naar:navigatie, zoeken
Geen bewerkingssamenvatting
(Versie 21 van Alice (overleg) ongedaan gemaakt)
Label: Ongedaan maken
 
(6 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
.top-bar,
@media only screen and (min-width: 40.0625em) {
.top-bar-section ul li,
.top-bar-logo {
.top-bar-section .has-form,
max-height: 6rem;
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
vertical-align: top;
background: #ccc;
}
}
 
.top-bar-section .active:not(.has-form) a:not(.button),
.top-bar .title-name {
color: #333 !important;
}
 
.top-bar-section .has-dropdown > a::after {
border-top-color:#333;
}
 
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
background: #ddd;
color: #000;
}
 
.top-bar,
.top-bar-section .dropdown {
border: 2px solid #999;
border-top-width: 0;
}
 
#searchInput {
border:1px solid #333;
}
 
.top-bar-section .search.button {
padding-top: .3em;
color: #ccc;
background-color: #333;
}
}

Huidige versie van 10 mrt 2024 om 06:54

@media only screen and (min-width: 40.0625em) {
	.top-bar-logo {
		max-height: 6rem;
		vertical-align: top;
	}
}