User: jrahemipour Date: 05/05/29 08:23:49 Modified: /de/www/doc/einfuehrungen/writer/images/ format.css
Log: Einfuehrung Writer auf 0505 aktualisiert File Changes: Directory: /de/www/doc/einfuehrungen/writer/images/ =================================================== File [changed]: format.css Url: http://de.openoffice.org/source/browse/de/www/doc/einfuehrungen/writer/images/format.css?r1=1.1&r2=1.2 Delta lines: +19 -5 -------------------- --- format.css 27 Feb 2004 22:27:32 -0000 1.1 +++ format.css 29 May 2005 15:23:46 -0000 1.2 @@ -45,6 +45,20 @@ } +/* Formatierungen f�r die Site */ +.menue + { + font-weight: bold; + } + +a.menue:hover + { + color: #0000AA; + font-weight: bold; + text-decoration: none; + } + + /* Formatierungen f�r das Inhaltsverzeichnis im Lexikon */ P.lexikoninhalt { @@ -200,7 +214,7 @@ /* Hyperlink */ a { - color: #0000AA; + color: #2323C8; text-decoration: none; } @@ -208,7 +222,7 @@ /* besuchter Hyperlink */ a:visited { - color: #800000; + color: #0000FF; text-decoration: none; } @@ -224,6 +238,6 @@ /* Hyperlink bei Mausber�hrung */ a:hover { - color: #0000FF; - text-decoration: none; + color: #BD4542; + text-decoration: underline; } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
