User: mkirchner
Date: 05/08/27 11:05:04

Added:
 /de/www/testdir/
  button_download.gif, button_kontakt.gif, button_neu.gif, button_problem.gif,
  button_wo.gif

Modified:
 /de/www/testdir/
  DeHome.css

Log:
 neue Buttongrafiken und kleinere Aenderungen im css

File Changes:

Directory: /de/www/testdir/
===========================

File [added]: button_download.gif
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/button_download.gif?rev=1.1&content-type=text/vnd.viewcvs-markup
File [added]: button_kontakt.gif
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/button_kontakt.gif?rev=1.1&content-type=text/vnd.viewcvs-markup
File [added]: button_neu.gif
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/button_neu.gif?rev=1.1&content-type=text/vnd.viewcvs-markup
File [added]: button_problem.gif
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/button_problem.gif?rev=1.1&content-type=text/vnd.viewcvs-markup
File [added]: button_wo.gif
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/button_wo.gif?rev=1.1&content-type=text/vnd.viewcvs-markup
File [changed]: DeHome.css
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/DeHome.css?r1=1.6&r2=1.7
Delta lines:  +24 -45
---------------------
--- DeHome.css  27 Aug 2005 11:43:56 -0000      1.6
+++ DeHome.css  27 Aug 2005 18:05:02 -0000      1.7
@@ -25,10 +25,10 @@
        display: block;
        width: 193px;
        margin: 0px;
-       margin-bottom: .5em;
+       margin-bottom: 8px;
        padding: 0px;
-       color: #505256;
-       background: #C4DAE9 no-repeat;   
+       color: #000000;
+       background-repeat: no-repeat;   
        font-size: 1.3em; 
        font-weight: bold;
        text-align: left;
@@ -36,8 +36,7 @@
        text-transform: none;
 }
 .button:hover {
-       color: #395073;
-       background-color: #E1ECF4;
+       color: #000000;
        cursor: pointer; 
 }
 .button span {
@@ -161,57 +160,39 @@
        margin-bottom: .5em;
        padding: 0px;
 }
-.contentpart#spotlight .buttongroup #buttonnativelang {
-       background-image: 
url("http://www.openoffice.org/style/buttonsmallnativelang_top.gif";);
-}
-.contentpart#spotlight .buttongroup #buttonnew {
-       background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
-}
 
 .contentpart#spotlight .buttongroup #buttonneu {
-       color: #000000;
-       background: #FFFF80 no-repeat;   
-       /*background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);*/
-       background-image: url("button_tuer.png");
+       background-color: rgb(69,107,204);   
+       background-image: url("button_neu.gif");
 }
 .contentpart#spotlight .buttongroup #buttonproblem {
-       color: #000000;
-       background: #b4608B no-repeat;   
-/* background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);*/
-       background-image: url("button_fluch.png");
+       background-color: rgb(165,89,191);   
+       background-image: url("button_problem.gif");
 }
 .contentpart#spotlight .buttongroup #buttonwo {
-       color: #000000;
-       background: #c44040 no-repeat;   
-/*     background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);*/
-       background-image: url("button_wo.png");
+       background-color: rgb(229,59,59);   
+       background-image: url("button_wo.gif");
 }
 .contentpart#spotlight .buttongroup #buttonkontakt {
-       color: #000000;
-       background: #6060FF no-repeat;   
-/*     background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);*/
-       background-image: url("button_kontakt.png");
+       background-color: rgb(255,255,102);   
+       background-image: url("button_kontakt.gif");
 }
 
 .contentpart#spotlight .buttongroup #buttonneu:hover  {
-       color: #000000;
-       background: #FFFF00 no-repeat;   
-       background-image: url("button_tuer.png");
+       background-color: rgb(94,132,229);   
+       background-image: url("button_neu.gif");
 }
 .contentpart#spotlight .buttongroup #buttonproblem:hover  {
-       color: #000000;
-       background: #a4207B no-repeat;   
-       background-image: url("button_fluch.png");
+       background-color: rgb(178,102,204);   
+       background-image: url("button_problem.gif");
 }
 .contentpart#spotlight .buttongroup #buttonwo:hover  {
-       color: #000000;
-       background: #DC0020 no-repeat;   
-       background-image: url("button_wo.png");
+       background-color: rgb(242,84,84);   
+       background-image: url("button_wo.gif");
 }
 .contentpart#spotlight .buttongroup #buttonkontakt:hover  {
-       color: #000000;
-       background: #4040FF no-repeat;   
-       background-image: url("button_kontakt.png");
+       background-color: rgb(255,255,178);   
+       background-image: url("button_kontakt.gif");
 }
 
 
@@ -223,12 +204,12 @@
        font-size: 1.4em;
        color: #000000;
 /*     background: 
url("http://www.openoffice.org/style/buttondownload_top.gif";) no-repeat;*/
-       background-color: #60DF60;
-       background: #60DF60 url("button_down.png") no-repeat;
+       background-color: rgb(99,178,76);   
+       background-image: url("button_download.gif");
 }
 .contentpart#spotlight #buttondownload:hover {
-       background-color: #00DF00;
-       background-image: url("button_down.png") no-repeat;
+       background-color: rgb(138,217,115);   
+       background-image: url("button_download.gif");
 }
 .contentpart#spotlight #buttondownload {
        display: block;
@@ -240,8 +221,6 @@
        padding-left: 35px;
        vertical-align: bottom;
        background-image: url("button_down.png") no-repeat top left;
-/*     background: 
url("http://www.openoffice.org/style/buttondownload_bottom.gif";) no-repeat 
bottom left; */
-/*     background: none; /*temporary*/
 }
 .contentpart#spotlight #buttondownload sub {
        font-size: .6em;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Antwort per Email an