Banater Orte

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Banater Orte
Wechseln zu:Navigation, Suche
Zeile 13: Zeile 13:
 
}
 
}
  
 +
/*Hyperlinks*/
 
a{
 
a{
 
color:#69883a;
 
color:#69883a;
Zeile 19: Zeile 20:
 
a:hover, a:active{
 
a:hover, a:active{
 
  color: #c25244;
 
  color: #c25244;
 +
}
 +
 +
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
 +
    color: #c25244;
 
}
 
}

Version vom 26. Januar 2021, 20:01 Uhr

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

.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #c25244;
}