User: markomlm Date: 05/11/30 05:54:24 Modified: /de/www/styles/ de_navbar.css
Log: Fehler in Verlinkung der stylesheets beseitigt. M. Moeller File Changes: Directory: /de/www/styles/ ========================== File [changed]: de_navbar.css Url: http://de.openoffice.org/source/browse/de/www/styles/de_navbar.css?r1=1.6&r2=1.7 Delta lines: +66 -1 -------------------- --- de_navbar.css 24 Apr 2005 15:59:00 -0000 1.6 +++ de_navbar.css 30 Nov 2005 13:54:21 -0000 1.7 @@ -4,7 +4,7 @@ - Spezielle Styles für Navbar - Navbar eingeblendet - $Id: de_navbar.css,v 1.6 2005/04/24 15:59:00 andreschnabel Exp $ + $Id: de_navbar.css,v 1.7 2005/11/30 13:54:21 markomlm Exp $ -------------------------------------------------------------*/ #navbar_de { @@ -44,3 +44,68 @@ text-decoration: none; color: 0; } /*-------------------------------------------------------------*/ +/*-------------------- Standard Content area design ---------------------------*/ +.content { + float: left; + width: 100%; + margin: 0px; + padding: 0px; +} +.contentpart { + float: left; + width: 100%; + padding: 1em; + border: none 0px; +} +.contentpart img { + float: right; + margin: 0px; + clear: none; +} +.contentpart .contentsubpart { + float: right; + display: block; + clear: none; + width: 30%; +} +/*-------------------- Styling the news excerpts --------------------------*/ +.contentpart#news { + float: left; + width: 100%; + padding: 0px; + margin: 0px; + padding-top: 2em; + margin-top: -1px; + color: #444; + background: #fff url("http://www.openoffice.org/branding/images/shadow.gif") repeat-x; +} + +.contentpart#news .item { + width: 60%; + padding: 1%; + padding-top: 0%; + padding-bottom: 1%; +} +.contentpart#news .item h1 { + margin: 0px; + margin-top: -4x; + padding: 4px; + color: #06348C; + 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; +} + + +.contentpart#news .item .wichtig h1 { + color: #C04040; +} + +.contentpart#news img { + float: right; +} + +.contentpart#news #newsprimaryarticle { + background: #f6f8fb url("http://www.openoffice.org/branding/images/lightbluefadeout.gif") repeat-y top right; +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
