User: markomlm Date: 05/11/02 07:49:43 Modified: /de/www/styles/ DeHome2.css
Log: css 2. Vorschlag fuer neue Startseite M. Moeller File Changes: Directory: /de/www/styles/ ========================== File [changed]: DeHome2.css Url: http://de.openoffice.org/source/browse/de/www/styles/DeHome2.css?r1=1.2&r2=1.3 Delta lines: +42 -2 -------------------- --- DeHome2.css 2 Nov 2005 15:38:08 -0000 1.2 +++ DeHome2.css 2 Nov 2005 15:49:40 -0000 1.3 @@ -205,7 +205,7 @@ padding: 0px; } -.contentpart#spotlight .buttongroup #buttondownload { +.contentpart#spotlight .buttongroup #buttondownloads { background-color: rgb(99,178,76); background-image: url("../pics/button_download.gif"); } @@ -227,7 +227,7 @@ background-image: url("../pics/button_kontakt.gif"); } -.contentpart#spotlight .buttongroup #buttondownload:hover { +.contentpart#spotlight .buttongroup #buttondownloads:hover { background-color: rgb(138,217,115); background-image: url("../pics/button_download.gif"); } @@ -249,7 +249,47 @@ background-image: url("../pics/button_kontakt.gif"); } +.contentpart#spotlight #buttondownload { + float:left; + width: 240px; + margin-top: 0.5em; + margin-left: 4%; + font-size: 1.4em; + color: #000000; +/* background: url("http://www.openoffice.org/style/buttondownload_top.gif") no-repeat;*/ + background-color: rgb(99,178,76); + background-image: url("../pics/button_download.gif"); +} +.contentpart#spotlight #buttondownload:hover { + background-color: rgb(138,217,115); + background-image: url("../pics/button_download.gif"); } +.contentpart#spotlight #buttondownload { + display: block; + width: 240px; + min-height: 85px; + height: auto!important; /*ie hack for minheight*/ + height: 85px; + padding-top: 15px; + padding-left: 35px; + vertical-align: bottom; + background-image: url("../pics/button_down.png") no-repeat top left; +} +.contentpart#spotlight #buttondownload sub { + font-size: .6em; + font-weight: normal; + margin-top: .2em; +} +.contentpart#spotlight #buttondownload ul { + list-style-type: none; + list-style-position: inside; /* scheint nicht zu funktionieren */ + font-size: .6em; +} +.contentpart#spotlight #buttondownload p { + font-size: .6em; +} + + .contentpart#spotlight .graphicalpresentation { float: right; clear: none; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
