User: markomlm Date: 05/11/02 07:38:11 Modified: /de/www/styles/ DeHome2.css
Log: Update css 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.1&r2=1.2 Delta lines: +55 -57 --------------------- --- DeHome2.css 1 Nov 2005 12:06:59 -0000 1.1 +++ DeHome2.css 2 Nov 2005 15:38:08 -0000 1.2 @@ -21,6 +21,47 @@ margin: 0px; width: 100%; } +/*--------------------------- NavBar 2---------------------------*/ +/* modify the toptabs2 - want one single line without additional spacing*/ +#toptabs2 { + float: left; + padding: 0px; + margin: 0px; + margin-top: 0.5em; + background: #06348C; + width: 100%; +} +#toptabs2 ul { + float: left; + margin: 0px; + padding: 0px; + width: 100%; + list-style: none; + color: #fff; + font-weight: bold; + border-bottom: none; /* maybe we want this border for the whole bar? */ +} +#toptabs2 li { + float: left; + color: #fff; +} +#toptabs2 a, #toptabs a:hover { + float: left; + padding: 0.3em 1em; + text-decoration: none; + color: #fff; +} +#toptabs2 a:hover { + background: #fff; + color: #698ed1; +} +#toptabs2 li.th a { + background: #fff; + color: #06348C; +} +.tabs { +margin-top:0px; +} /*-------------------- Standard Button Design ---------------------------*/ @@ -75,10 +116,10 @@ clear: none; } .contentpart .contentsubpart { - float: left; + float: right; display: block; clear: none; - width: 45%; + width: 30%; } /*----------------Standard table design------------------------------------*/ /* might move this to global styles? */ @@ -92,7 +133,7 @@ margin: 0px; clear: none; padding: 4px; - width: 85%; + width: 74%; border-top: 3px #fff solid; } thead td { @@ -107,9 +148,8 @@ td.headcol { background: #ecf1f5; color: #698ed1; - margin-top: 0px; text-align: right; - width: 15%; + width: 24%; padding: 4px; font-weight: bold; border-bottom: #f6f8fb; @@ -165,6 +205,11 @@ padding: 0px; } +.contentpart#spotlight .buttongroup #buttondownload { + background-color: rgb(99,178,76); + background-image: url("../pics/button_download.gif"); +} + .contentpart#spotlight .buttongroup #buttonneu { background-color: rgb(69,107,204); background-image: url("../pics/button_neu.gif"); @@ -181,9 +226,10 @@ background-color: rgb(255,255,102); background-image: url("../pics/button_kontakt.gif"); } -.contentpart#spotlight .buttongroup #buttonnews { - background-color: rgb(255,255,40); - background-image: url("../pics/button_news.gif"); + +.contentpart#spotlight .buttongroup #buttondownload:hover { + background-color: rgb(138,217,115); + background-image: url("../pics/button_download.gif"); } .contentpart#spotlight .buttongroup #buttonneu:hover { @@ -202,49 +248,7 @@ background-color: rgb(255,255,178); background-image: url("../pics/button_kontakt.gif"); } -.contentpart#spotlight .buttongroup #buttonnews:hover { - background-color: rgb(255,255,178); - background-image: url("../pics/button_news.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; @@ -357,7 +361,7 @@ margin-top: -4x; padding: 4px; color: #06348C; - font-size: 0.6em; + font-size: 1.2em; background: #DEE4EE url("http://www.openoffice.org/branding/images/lesslightbluefadeout.gif") repeat-y top right; border-bottom: solid 1px #e9edf4; font-weight: bold; @@ -366,12 +370,6 @@ .contentpart#news .item .wichtig h1 { color: #C04040; - -} - -.contentpart#news .item .wichtig2 h1 { - color: #C04040; - } .contentpart#news img { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
