User: SimonAW Date: 2009-06-15 20:09:00+0000 Modified: de/www/styles/main.css
Log: Style: main_am -> main.css File Changes: Directory: /de/www/styles/ ========================== File [changed]: main.css Url: http://de.openoffice.org/source/browse/de/www/styles/main.css?r1=1.1&r2=1.2 Delta lines: +123 -20 ---------------------- --- main.css 2007-11-16 09:39:29+0000 1.1 +++ main.css 2009-06-15 20:08:57+0000 1.2 @@ -1,5 +1,34 @@ /* Main CSS */ +/* Besuchte Links immer noch unterstrichen darstellen */ +a:link { + text-decoration: underline !important; + color: rgb( 6, 42, 140 ) !important; +} + +a:visited { + text-decoration: underline !important; + color: rgb( 100, 100, 100 ) !important; +} + +#navigation a:link { +/* color: white !important; */ + text-decoration: none !important; +} + +#navigation a:visited { +/* color: white !important; */ + text-decoration: none !important; +} + +#navigation li.th a:link { + color: rgb( 6, 42, 140 ) !important; + text-decoration: none !important; +} +/* minitab-Links (die Box oben rechts) */ +#minitabs a:link { color: white !important; text-decoration: none !important; } +#minitabs a:visited { color: white !important; text-decoration: none !important; } +/* -- */ #navcol { display: none; @@ -16,31 +45,44 @@ } #info-section { - background: #cfdffe url("counterwave.png") repeat-y -4px 0; + background: #cde4ff url("../pics/counterwave.png") repeat-y -4px 0; margin-left: 30%; padding-bottom: 14px; } #greeter { - /*background: url("lines.gif") no-repeat 100% 0;*/ + /*background: url("../pics/lines.gif") no-repeat 100% 0;*/ padding-left: 60px; } #containerLines { - /*background: url("lines.png") no-repeat 100% 0%;*/ + /*background: url("../pics/lines.png") no-repeat 100% 0%;*/ } #opener { - border: 1px solid #cfdffe; + border: 1px solid #cde4ff; } #download { - /* background: url("dnarrow.png") no-repeat 14px 14px; */ + /* background: url("../pics/dnarrow.png") no-repeat 14px 14px; */ + font-weight: bold; + /*font-size: 2em;*/ + margin-top: 20px; + padding: 12px; +} + +/* Update Box */ +#updateinfo { font-weight: bold; - font-size: 2.5em; + font-size: 2em; margin-top: 20px; padding: 12px; +} +#update-sub-links { + font-size: .5em; + margin-top: 0em; + line-height: 1.8em; } #download-sub-links { @@ -59,9 +101,9 @@ } .sectMainLink { - padding-top: 10px; - font-size: 1.7em; - background: url("sectwave.png") no-repeat 0% 0%; + padding-top: 10px; /* was 3px */ + font-size: 1.4em; /*was 1.7*/ + background: url("../pics/sectwave.png") no-repeat 0% 0%; /*height: 100%;*/ height: 90px; padding-left: 30px; @@ -70,14 +112,14 @@ .sectMainLinkDoubleHeight { padding-top: 10px; - font-size: 1.7em; - background: url("sectwave-news.png") repeat-y 0% 0%; + font-size: 1.4em; /*was 1.7*/ + background: url("../pics/sectwave-news.png") repeat-y 0% 0%; height: 190px; padding-left: 30px; } .sectSubLink { - font-size: .6em; + font-size: .57em; margin-top: 4px; margin-left: 4px; width: 80%; @@ -86,41 +128,44 @@ .sectItem { height: 100px; margin-bottom: 20px; - background-color: #cfdffe; + background-color: #cde4ff; background-position: 100% 0%; background-repeat: no-repeat; } #sect1 { - background-image: url("item1.png"); + background-image: url("../pics/item1.png"); } #sect2 { - background-image: url("item2.png"); + background-image: url("../pics/item2.png"); } #sect3 { - background-image: url("item3.png"); + background-image: url("../pics/item3.png"); } #sect4 { - background-image: url("item4.png"); + background-image: url("../pics/item4.png"); } /* #sect5 { - background-image: url("item5.png"); + background-image: url("../pics/item5.png"); } #sect6 { - background-image: url("item1.png"); + background-image: url("../pics/item1.png"); } */ .newstable { margin-top: 10px; font-size: .9em; + margin-left: auto; + margin-right: auto; + width: 80%; } .sectNews { @@ -157,10 +202,15 @@ } .date-row { - padding-top: 10px; + padding-top: 20px; + padding-bottom: 0; font-weight: bold; } +.news-row { + padding-top: 0; +} + #validXHTMLIcon { padding-top: 8px; text-align: right; @@ -175,3 +225,56 @@ padding: 0 8px 0 8px; } +/* Added by SimonAW on March 26 2008 */ +td { + padding: 4px; + vertical-align: top; +} + +h1.main { + background: #cde4ff !important; + padding-left: 0; + border: 0; +} + +/* Added by SimonAW on Oct 16 2008 */ +#download-links { + font-size: 2em; +} + +#fraud-info { + font-size: .75em; + text-align: left; + padding-left: 2em; + padding-right: 1em; +} + +#fraud-frame { + border: 2px solid red; + padding: 8px; + background: #ffdddd; +} + +#fraud-headline { + font-size: 1.5em; + font-weight: bold; + text-align: left; +} +/* Added by MarkoMLM Jan 20 2009 */ +#positioner h1 { text-transform: capitalize } + +/* Added by SimonAW Jun 16 2009 */ +#sect-news { + background: #e0f1a0 url('../pics/radiostation.png') no-repeat 90% 4px; + width: 50%; + + border: 2px solid #a0d080; + +} + +#sect-events { + background: #e0f1a0 url('../pics/calendar.png') no-repeat 90% 4px; + border: 2px solid #a0d080; +} + +/* -- */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
