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

Aus Ritterburg WIKI
Zur Navigation springenZur Suche springen
 
(2 dazwischenliegende Versionen desselben Benutzers werden 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 {
 +
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;
}