MediaWiki:Foreground.css: verschil tussen versies

Uit Mad Pride Nederland
Ga naar:navigatie, zoeken
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 2: Regel 2:
.top-bar-section ul li,
.top-bar-section ul li,
.top-bar-section .has-form,
.top-bar-section .has-form,
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {  
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
background: #ccc;  
background: #ccc;
}
}


.top-bar-section .active:not(.has-form) a:not(.button),
.top-bar-section .active:not(.has-form) a:not(.button),
.top-bar .title-name {  
.top-bar .title-name {
color: #333 !important;  
color: #333 !important;
}
}


.top-bar-section .has-dropdown > a::after { border-top-color:#333; }
.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) {  
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
background: #ddd;  
background: #ddd;
color: #000;  
color: #000;
}
}


.top-bar,
.top-bar,
.top-bar-section .dropdown {
.top-bar-section .dropdown {
  border: 2px solid #999;
border: 2px solid #999;
  border-top-width: 0;
border-top-width: 0;
}
 
#searchInput {
border:1px solid #333;
}
}


#searchInput { outline:1px solid #333; border-width: 0; }
.top-bar-section .search.button {
padding-top: .3em;
color: #ccc;
background-color: #333;
}

Versie van 10 mrt 2024 05:48

.top-bar,
.top-bar-section ul li,
.top-bar-section .has-form,
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	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;
}