User: jrahemipour Date: 05/05/29 09:13:38 Modified: /de/www/doc/einfuehrungen/calc/images/ format.css
Log: Einfuehrung Calc auf 0505 aktualisiert File Changes: Directory: /de/www/doc/einfuehrungen/calc/images/ ================================================= File [changed]: format.css Url: http://de.openoffice.org/source/browse/de/www/doc/einfuehrungen/calc/images/format.css?r1=1.1&r2=1.2 Delta lines: +19 -5 -------------------- --- format.css 4 Mar 2004 19:36:46 -0000 1.1 +++ format.css 29 May 2005 16:13:35 -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]
