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


.top-bar-section ul li,
.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 .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;
}
}

Versie van 10 mrt 2024 05:27

.top-bar,
.top-bar-section ul li,
.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 .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;
}