MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
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 {
 
     background-color: #ff3c3c;
 
     background-color: #ff3c3c;
 
     border: red;
 
     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;
 
}
 
 
.subportal-card h4 a {
 
color:white;
 
 
}
 
}

Versie van 13 apr 2022 17:14

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



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