MediaWiki:Foreground.css: verschil tussen versies

Uit Mad Pride Nederland
Ga naar:navigatie, zoeken
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 1: Regel 1:
.top-bar,
.top-bar,
.top-bar-section ul li,
.top-bar-section ul li,
.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;  
Regel 9: Regel 10:
color: #333 !important;  
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) {  
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {  
Regel 20: Regel 23:
   border-top-width: 0;
   border-top-width: 0;
}
}
#searchInput { outline:1px solid #333; border-width: 0; }

Versie van 10 mrt 2024 05:36

.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 { outline:1px solid #333; border-width: 0; }