MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Banater Orte
Herwig (Diskussion | Beiträge) |
Herwig (Diskussion | Beiträge) |
||
Zeile 2: | Zeile 2: | ||
/* Farbe der Navigation */ | /* Farbe der Navigation */ | ||
/* | /* | ||
+ | |||
+ | dunkeldunkelgrün #374d15 | ||
dunkelgrün #69883a | dunkelgrün #69883a | ||
hellgrün #a3b561 | hellgrün #a3b561 | ||
Zeile 41: | Zeile 43: | ||
.pagetools a:hover, .pagetools .tab-group a:hover{ | .pagetools a:hover, .pagetools .tab-group a:hover{ | ||
color:#c25244 ; | color:#c25244 ; | ||
+ | } | ||
+ | |||
+ | .p-navbar .navbar-nav .nav-link{ | ||
+ | color:#374d15; | ||
} | } |
Version vom 26. Januar 2021, 19:15 Uhr
/* Farbe der Navigation */
/*
dunkeldunkelgrün #374d15
dunkelgrün #69883a
hellgrün #a3b561
rot #c25244
bage #d2c4b9
braun #655847
*/
.p-navbar {
background-color: #a3b561;
}
/*Hyperlinks*/
a{
color:#69883a;
}
a:hover, a:active{
color: #c25244;
}
a[href].external {
color: #c25244;
}
a[href].external:hover {
color: #c25244;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #655847;
}
.pagetools a.selected, .pagetools .tab-group a.selected{
color:#c25244;
}
.pagetools a, .pagetools .tab-group a{
color:#69883a ;
}
.pagetools a:hover, .pagetools .tab-group a:hover{
color:#c25244 ;
}
.p-navbar .navbar-nav .nav-link{
color:#374d15;
}