MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
 
(5 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
 
/* CSS placed here will be applied to all skins */
 
/* 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 {
 
.lock-button.locked {
Regel 21: Regel 6:
 
}
 
}
  
.related-subportals p {
+
.portal-for-subportal {
    color: #212529;
+
background-color: #f68b24;
 
}
 
}
  
.card.subportal-card {
+
.portal-for-subportal h4 a {
    border: unset;
+
color: white;
 
}
 
}
  
.card-body.related-subportals {
+
.card .card-body.podcast-form {
     border: 1px solid lightgrey;
+
     background-color: white;  
     border-radius: 0 0 5px 5px;
+
     min-height: 100px;
     margin-bottom: 2rem;
+
     color: #0576a8;
 
}
 
}
  
.subportal-card h4 a {
+
.card .card-body.profile-card {
color:white;
+
    background-color: white;
 +
    min-height: 300px;
 +
    color: black;
 
}
 
}

Huidige versie van 18 mei 2022 om 11:31

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

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

.card .card-body.profile-card {
    background-color: white; 
    min-height: 300px;
    color: black;
}