User: SimonAW Date: 2008-03-10 10:41:40+0000 Modified: de/www/styles/inst_de.css
Log: Besuchte Links weiterhin unterstrichen darstellen - auf auf anderen Seiten, nicht nur Startseite File Changes: Directory: /de/www/styles/ ========================== File [changed]: inst_de.css Url: http://de.openoffice.org/source/browse/de/www/styles/inst_de.css?r1=1.5&r2=1.6 Delta lines: +31 -2 -------------------- --- inst_de.css 2005-12-16 09:51:46+0000 1.5 +++ inst_de.css 2008-03-10 10:41:38+0000 1.6 @@ -1,4 +1,4 @@ -/* $Id: inst_de.css,v 1.5 2005/12/16 09:51:46 markomlm Exp $ +/* $Id: inst_de.css,v 1.6 2008/03/10 10:41:38 SimonAW Exp $ This file contains rules that extend or override the more basic formatting defined in tigris.css. Edit it to customize the look of applications using tigris.css (instances). @@ -50,3 +50,32 @@ .tabs { margin-top:0px; } \ No newline at end of file + + +/* 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]
