MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 5: Regel 5:
 
}
 
}
  
.card-body.inhoud {
+
.portal-cards .card-body.inhoud {
  background-color: #f68b24;  
+
    background-color: #f68b24;  
  color: white;  
+
    color: white;  
  font-weight: 600;
+
    font-weight: 600;
 +
}
 +
 
 +
.portal-cards .card-header {
 +
background-color: #E87510;
 +
color: white;
 
}
 
}

Versie van 16 mrt 2022 13:14

/* CSS placed here will be applied to all skins */

.portals-title {
	color: #E87510 !important;
}

.portal-cards .card-body.inhoud {
    background-color: #f68b24; 
    color: white; 
    font-weight: 600;
}

.portal-cards .card-header {
	background-color: #E87510; 
	color: white;
}