monobook.css: Unterschied zwischen den Versionen

Aus RMG-Wiki
Wechseln zu: Navigation, Suche
K
(Linktest)
Zeile 1: Zeile 1:
a[class*="external text"]      { background:#E0E0FF; }      /* hellblau;*/
+
a.external:after {
 +
color: #002bb8;
 +
text-decoration: none;
 +
font-size: smaller;
 +
font-style: oblique;
 +
font-family: Garamond /*serif*/;
 +
        content:" (W)";
 +
}

Version vom 9. Oktober 2009, 17:26 Uhr

a.external:after {
	color: #002bb8;
	text-decoration: none;
	font-size: smaller;
	font-style: oblique;
	font-family: Garamond /*serif*/;
        content:" (W)";
}