User: SimonAW Date: 2008-03-11 09:51:35+0000 Modified: de/www/styles/de.css
Log: Besuchte Links immer unterstrichen File Changes: Directory: /de/www/styles/ ========================== File [changed]: de.css Url: http://de.openoffice.org/source/browse/de/www/styles/de.css?r1=1.11&r2=1.12 Delta lines: +33 -2 -------------------- --- de.css 2005-04-29 17:55:21+0000 1.11 +++ de.css 2008-03-11 09:51:33+0000 1.12 @@ -1,7 +1,7 @@ /*------------------------------------------------------------- Lokales Stylesheet für de - Projekt - $Id: de.css,v 1.11 2005/04/29 17:55:21 andreschnabel Exp $ + $Id: de.css,v 1.12 2008/03/11 09:51:33 SimonAW Exp $ -------------------------------------------------------------*/ /*-------------------------------------------------------------*/ @@ -82,3 +82,34 @@ #body_de .white-background { background-color:#ffffff; } \ No newline at end of file + +/* SimonAW, Mar 11 2008 + * 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; + text-decoration: none !important; +} + +#toptabs a:visited { + color: white !important; + text-decoration: none !important; +} + +#toptabs li.th a:link { + color: rgb( 6, 42, 140 ) !important; + text-decoration: none !important; +} + +/* -- */ + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
