MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 23: Regel 23:
 
.related-subportals p {
 
.related-subportals p {
 
     color: #212529;
 
     color: #212529;
 +
}
 +
 +
.card.subportal-card {
 +
    border: unset;
 
}
 
}
  

Versie van 13 apr 2022 12:20

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

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

.related-subportals p {
    color: #212529;
}

.card.subportal-card {
    border: unset;
}

.card-body.related-subportals {
    border: 1px solid lightgrey;
    border-radius: 0 0 5px 5px;
    margin-bottom: 2rem;
}