MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 11: Regel 11:
 
div.p-navbar {
 
div.p-navbar {
 
     background-color: #1d84b0;
 
     background-color: #1d84b0;
 +
}
 +
div.navbar li.nav-item a.nav-link {
 +
    color: red;
 
}
 
}

Versie van 26 okt 2020 14:08

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

/* For MediaWiki:Ws-header */
.row.row-wsheader {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

/* For Template:WSNavMenu */
div.p-navbar {
    background-color: #1d84b0;
}
div.navbar li.nav-item a.nav-link {
    color: red;
}