MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 4: Regel 4:
 
     background-color: #ff3c3c;
 
     background-color: #ff3c3c;
 
     border: red;
 
     border: red;
 +
}
 +
 +
.portal-for-subportal {
 +
background-color: #f68b24;
 +
}
 +
 +
.portal-for-subportal h4 a {
 +
color: white;
 
}
 
}

Versie van 14 apr 2022 14:09

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

.lock-button.locked {
    background-color: #ff3c3c;
    border: red;
}

.portal-for-subportal {
	background-color: #f68b24;
}

.portal-for-subportal h4 a {
	color: white;
}