User: gaute Date: 2007/04/11 02:55:39 Modified: no/www/test.css
Log: colours from the English page File Changes: Directory: /no/www/ =================== File [changed]: test.css Url: http://no.openoffice.org/source/browse/no/www/test.css?r1=1.23&r2=1.24 Delta lines: +19 -13 --------------------- --- test.css 11 Apr 2007 08:51:07 -0000 1.23 +++ test.css 11 Apr 2007 09:55:36 -0000 1.24 @@ -22,8 +22,12 @@ margin: 0px; margin-bottom: 4px; padding: 0px; + color: #505256; + background: #C4DAE9 no-repeat; +/* color: #000000; background-repeat: no-repeat; +*/ font-size: 1.3em; font-weight: bold; text-align: left; @@ -31,7 +35,9 @@ text-transform: none; } .button:hover { - color: #000000; + color: #395073; + background-color: #E1ECF4; +/* color: #000000; */ cursor: pointer; } .button span { @@ -102,52 +108,52 @@ } .contentpart#spotlight .buttongroup #buttonneu { - background-color: rgb(69,107,204); +/* background-color: rgb(69,107,204); */ background-image: url("http://de.openoffice.org/pics/button_neu.gif"); } .contentpart#spotlight .buttongroup #buttonproblem { - background-color: rgb(165,89,191); +/* background-color: rgb(165,89,191); */ background-image: url("http://de.openoffice.org/pics/button_problem.gif"); } .contentpart#spotlight .buttongroup #buttonmithelfen { - background-color: rgb(255,170,102); +/* background-color: rgb(255,170,102); */ background-image: url("http://de.openoffice.org/pics/button_mithelfen.gif"); } .contentpart#spotlight .buttongroup #buttonkontakt { - background-color: rgb(255,255,102); +/* background-color: rgb(255,255,102); */ background-image: url("http://de.openoffice.org/pics/button_kontakt.gif"); } .contentpart#spotlight .buttongroup #buttonwo { - background-color: rgb(217,59,59); +/* background-color: rgb(217,59,59); */ background-image: url("http://de.openoffice.org/pics/button_wo.gif"); } .contentpart#spotlight .buttongroup #buttonnews { - background-color: rgb(255,255,40); +/* background-color: rgb(255,255,40); */ background-image: url("http://de.openoffice.org/pics/button_news.gif"); } .contentpart#spotlight .buttongroup #buttonneu:hover { - background-color: rgb(94,132,229); +/* background-color: rgb(94,132,229); */ background-image: url("http://de.openoffice.org/pics/button_neu.gif"); } .contentpart#spotlight .buttongroup #buttonproblem:hover { - background-color: rgb(191,115,217); +/* background-color: rgb(191,115,217); */ background-image: url("http://de.openoffice.org/pics/button_problem.gif"); } .contentpart#spotlight .buttongroup #buttonkontakt:hover { - background-color: rgb(255,255,178); +/* background-color: rgb(255,255,178); */ background-image: url("http://de.openoffice.org/pics/button_kontakt.gif"); } .contentpart#spotlight .buttongroup #buttonmithelfen:hover { - background-color: rgb(255,212,178); +/* background-color: rgb(255,212,178); */ background-image: url("http://de.openoffice.org/pics/button_mithelfen.gif"); } .contentpart#spotlight .buttongroup #buttonwo:hover { - background-color: rgb(242,84,84); +/* background-color: rgb(242,84,84); */ background-image: url("http://de.openoffice.org/pics/button_wo.gif"); } .contentpart#spotlight .buttongroup #buttonnews:hover { - background-color: rgb(255,255,178); +/* background-color: rgb(255,255,178); */ background-image: url("http://de.openoffice.org/pics/button_news.gif"); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
