MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 12: Regel 12:
 
.portal-for-subportal h4 a {
 
.portal-for-subportal h4 a {
 
color: white;
 
color: white;
 +
}
 +
 +
.podcast-form {
 +
    background-color: white;
 +
    min-height: 100px;
 +
    color: #0576a8;
 
}
 
}

Versie van 18 mei 2022 10:30

/* 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;
}

.podcast-form {
    background-color: white; 
    min-height: 100px;
    color: #0576a8;
}