User: SimonAW Date: 2008-03-10 10:16:13+0000 Modified: de/www/styles/main_am.css
Log: Besuchte Links weiterhin unterstrichen darstellen File Changes: Directory: /de/www/styles/ ========================== File [changed]: main_am.css Url: http://de.openoffice.org/source/browse/de/www/styles/main_am.css?r1=1.2&r2=1.3 Delta lines: +21 -0 -------------------- --- main_am.css 2007-11-16 16:29:51+0000 1.2 +++ main_am.css 2008-03-10 10:16:11+0000 1.3 @@ -1,6 +1,27 @@ /* Main CSS */ +/* Besuchte Links immer noch unterstrichen darstellen */ +a:link { + text-decoration: underline !important; + color: rgb( 6, 42, 140 ) !important; +} + +a:visited { + text-decoration: underline !important; + color: rgb( 100, 100, 100 ) !important; +} + +#toptabs a:link { + color: white !important; +} + +#toptabs li.th a:link { + color: rgb( 6, 42, 140 ) !important; +} + +/* -- */ + #navcol { display: none; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
