Benutzer:JonnyJD/monobook.css: Unterschied zwischen den Versionen

Aus Ritterburg WIKI
Zur Navigation springenZur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
a {
+
body {
color: blue;
+
font-family: Georgia;
 
}
 
}
  
a.new, #ca-talk a.new {
+
 
color: #FF0000;
+
a.new, #p-personal a.new {
 +
color: #ff0000;
 
}
 
}
 
+
a.new:visited, #p-personal a.new:visited {
:link.new, #ca-talk :link.new {
+
color: #ff0000;
color: #FF0000;
 
 
}
 
}

Aktuelle Version vom 6. Januar 2009, 04:00 Uhr

body {
font-family: Georgia;
}


a.new, #p-personal a.new {
	color: #ff0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #ff0000;
}