PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
CSS / stylesheet erstellen für Ilch?
Beitrag
<blockquote data-quote="Tattoomaus78" data-source="post: 1337163" data-attributes="member: 10018"><p><strong>AW: CSS / stylesheet erstellen für Ilch?</strong></p><p></p><p></p><p></p><p>auch nix anderes wie in jede andere CSS, das hat mit dem gewählten CMS nix zu tun...</p><p></p><p>grundsätzlich: :uhm:</p><p></p><p>body </p><p>#wrapper</p><p>#header</p><p>#navigation</p><p>#subnavigation</p><p>#content</p><p>#leftcontent</p><p>#middlecontent</p><p>#rightcontent</p><p>#footer</p><p>h1, h2, h3, h4.....</p><p>a:link, a:visited, a:active, a:hover</p><p>ul, li</p><p>p</p><p>.</p><p>.</p><p>.</p><p>usw</p><p></p><p>aber ob das dir jetzt weiterhilft wage ich zu bezweifeln...</p><p></p><p>befasse dich einfach mit einschlägiger Literatur und oder Webseiten/Tutorials. Vielleicht ganz hilfreich sich auch mal die CSS der ilch-demoseite anzusehen...</p><p></p><p>[CODE]</p><p> </p><p>body {</p><p>background-color:#4A4849;</p><p>font-family:Verdana,sans-serif;</p><p>font-size:12px;</p><p>margin:0;</p><p>padding:0;</p><p>text-align:center;</p><p>}</p><p>#wrap {</p><p>margin:0 auto;</p><p>position:relative;</p><p>text-align:left;</p><p>width:967px;</p><p>}</p><p>#top {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:transparent url(img/top.gif) repeat scroll 0 0;</p><p>height:67px;</p><p>}</p><p>#header {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:transparent url(img/logo.gif) repeat scroll 0 0;</p><p>height:153px;</p><p>text-align:center;</p><p>vertical-align:middle;</p><p>}</p><p>#header h1 {</p><p>color:#FFFFFF;</p><p>display:inline;</p><p>font-family:'Trebuchet MS';</p><p>font-size:24px;</p><p>font-weight:normal;</p><p>left:100px;</p><p>position:absolute;</p><p>top:110px;</p><p>}</p><p>#top2 {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:transparent url(img/top2.gif) repeat scroll 0 0;</p><p>height:31px;</p><p>}</p><p>#top2 font {</p><p>display:inline;</p><p>font-size:10px;</p><p>left:172px;</p><p>margin-top:2px;</p><p>position:absolute;</p><p>text-decoration:none;</p><p>}</p><p>#content {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:transparent url(img/contentbg.gif) repeat scroll 0 0;</p><p>width:964px;</p><p>}</p><p>#footer {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:transparent url(img/footer.gif) repeat scroll 0 0;</p><p>height:33px;</p><p>text-align:center;</p><p>vertical-align:middle;</p><p>}</p><p>#left_col {</p><p>color:#FFFFFF;</p><p>float:left;</p><p>overflow:hidden;</p><p>padding:0 18px 0 9px;</p><p>width:158px;</p><p>}</p><p>#left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {</p><p>color:#000000;</p><p>}</p><p>#left_col a {</p><p>color:#CCCCCC;</p><p>}</p><p>#left_col .menu_heading {</p><p>color:#000000;</p><p>display:block;</p><p>font-size:11px;</p><p>letter-spacing:1px;</p><p>padding:0 0 3px 5px;</p><p>}</p><p>#main_col {</p><p>clear:none;</p><p>float:left;</p><p>min-height:100px;</p><p>overflow:auto;</p><p>padding:0 20px 0 5px;</p><p>width:440px;</p><p>}</p><p>#right_col1 {</p><p>float:left;</p><p>overflow:hidden;</p><p>padding:0 10px 0 7px;</p><p>width:141px;</p><p>}</p><p>#right_col2 {</p><p>float:right;</p><p>overflow:hidden;</p><p>padding:0 14px 0 0;</p><p>width:141px;</p><p>}</p><p>#right_col1 .menu_heading, #right_col2 .menu_heading {</p><p>color:#FFFFFF;</p><p>font-size:11px;</p><p>letter-spacing:1px;</p><p>}</p><p>#left_col ul {</p><p>list-style-image:url(img/box_menu_pfeil.gif);</p><p>list-style-position:inside;</p><p>list-style-type:disc;</p><p>margin:0;</p><p>padding:0;</p><p>width:149px;</p><p>}</p><p>#left_col li {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:transparent url(img/box_menu_trennlinie.gif) no-repeat scroll center bottom;</p><p>margin:0;</p><p>padding:5px 0 0 2px;</p><p>}</p><p>#left_col li ul {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:transparent url(img/box_menu_trennlinie.gif) no-repeat scroll center top;</p><p>width:146px;</p><p>}</p><p>#left_col li li {</p><p>padding-left:16px;</p><p>}</p><p>#left_col li a {</p><p>color:#FFFFFF;</p><p>font-size:11px;</p><p>font-weight:normal;</p><p>padding-left:8px;</p><p>text-decoration:none;</p><p>}</p><p>td {</p><p>font-family:Verdana;</p><p>font-size:12px;</p><p>}</p><p>a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a {</p><p>color:#003366;</p><p>font-family:Verdana;</p><p>font-size:11px;</p><p>text-decoration:underline;</p><p>}</p><p>a:hover {</p><p>text-decoration:none;</p><p>}</p><p>a.box {</p><p>color:#003366;</p><p>font-family:Verdana;</p><p>font-size:11px;</p><p>text-decoration:underline;</p><p>}</p><p>a.box:hover {</p><p>text-decoration:none;</p><p>}</p><p>.Chead {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:#16639B none repeat scroll 0 0;</p><p>color:#9DBDD4;</p><p>}</p><p>.Chead a {</p><p>color:#9DBDD4;</p><p>}</p><p>.Chead td, .Chead td strong, .Chead h4, .Chead td b {</p><p>-moz-background-clip:border;</p><p>-moz-background-inline-policy:continuous;</p><p>-moz-background-origin:padding;</p><p>background:#16639B none repeat scroll 0 0;</p><p>color:#9DBDD4;</p><p>}</p><p>.Callg {</p><p>background-color:#EFEFEF;</p><p>color:#000000;</p><p>}</p><p>.Callg td {</p><p>color:#000000;</p><p>}</p><p>.Cnorm {</p><p>background-color:#E5E5E5;</p><p>}</p><p>.Cmite {</p><p>background-color:#B4C6D8;</p><p>}</p><p>.Cdark {</p><p>background-color:#9AB1C8;</p><p>}</p><p>.rand {</p><p>border:1px solid #185685;</p><p>}</p><p>.smalfont {</p><p>font-size:10px;</p><p>text-decoration:none;</p><p>}</p><p>.border {</p><p>background-color:#185685;</p><p>}</p><p>hr {</p><p>border-color:#003366;</p><p>border-style:solid;</p><p>border-width:1px 0 0;</p><p>height:0;</p><p>}</p><p>input, textarea, select {</p><p>-x-system-font:none;</p><p>background-color:#EFEFEF;</p><p>border:1px solid #185685;</p><p>color:#000000;</p><p>font-family:Verdana;</p><p>font-size:12px;</p><p>font-size-adjust:none;</p><p>font-stretch:normal;</p><p>font-style:normal;</p><p>font-variant:normal;</p><p>font-weight:normal;</p><p>line-height:normal;</p><p>text-decoration:none;</p><p>}</p><p>[/CODE]</p><p></p><p></p><p>ohne ein spezielles Problem zu nennen wird man dir hier kaum weiterhelfen können...</p></blockquote><p></p>
[QUOTE="Tattoomaus78, post: 1337163, member: 10018"] [b]AW: CSS / stylesheet erstellen für Ilch?[/b] auch nix anderes wie in jede andere CSS, das hat mit dem gewählten CMS nix zu tun... grundsätzlich: :uhm: body #wrapper #header #navigation #subnavigation #content #leftcontent #middlecontent #rightcontent #footer h1, h2, h3, h4..... a:link, a:visited, a:active, a:hover ul, li p . . . usw aber ob das dir jetzt weiterhilft wage ich zu bezweifeln... befasse dich einfach mit einschlägiger Literatur und oder Webseiten/Tutorials. Vielleicht ganz hilfreich sich auch mal die CSS der ilch-demoseite anzusehen... [CODE] body { background-color:#4A4849; font-family:Verdana,sans-serif; font-size:12px; margin:0; padding:0; text-align:center; } #wrap { margin:0 auto; position:relative; text-align:left; width:967px; } #top { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/top.gif) repeat scroll 0 0; height:67px; } #header { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/logo.gif) repeat scroll 0 0; height:153px; text-align:center; vertical-align:middle; } #header h1 { color:#FFFFFF; display:inline; font-family:'Trebuchet MS'; font-size:24px; font-weight:normal; left:100px; position:absolute; top:110px; } #top2 { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/top2.gif) repeat scroll 0 0; height:31px; } #top2 font { display:inline; font-size:10px; left:172px; margin-top:2px; position:absolute; text-decoration:none; } #content { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/contentbg.gif) repeat scroll 0 0; width:964px; } #footer { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/footer.gif) repeat scroll 0 0; height:33px; text-align:center; vertical-align:middle; } #left_col { color:#FFFFFF; float:left; overflow:hidden; padding:0 18px 0 9px; width:158px; } #left_col .Cmite, #left_col .Cnorm, #left_col .Cdark { color:#000000; } #left_col a { color:#CCCCCC; } #left_col .menu_heading { color:#000000; display:block; font-size:11px; letter-spacing:1px; padding:0 0 3px 5px; } #main_col { clear:none; float:left; min-height:100px; overflow:auto; padding:0 20px 0 5px; width:440px; } #right_col1 { float:left; overflow:hidden; padding:0 10px 0 7px; width:141px; } #right_col2 { float:right; overflow:hidden; padding:0 14px 0 0; width:141px; } #right_col1 .menu_heading, #right_col2 .menu_heading { color:#FFFFFF; font-size:11px; letter-spacing:1px; } #left_col ul { list-style-image:url(img/box_menu_pfeil.gif); list-style-position:inside; list-style-type:disc; margin:0; padding:0; width:149px; } #left_col li { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/box_menu_trennlinie.gif) no-repeat scroll center bottom; margin:0; padding:5px 0 0 2px; } #left_col li ul { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/box_menu_trennlinie.gif) no-repeat scroll center top; width:146px; } #left_col li li { padding-left:16px; } #left_col li a { color:#FFFFFF; font-size:11px; font-weight:normal; padding-left:8px; text-decoration:none; } td { font-family:Verdana; font-size:12px; } a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a { color:#003366; font-family:Verdana; font-size:11px; text-decoration:underline; } a:hover { text-decoration:none; } a.box { color:#003366; font-family:Verdana; font-size:11px; text-decoration:underline; } a.box:hover { text-decoration:none; } .Chead { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#16639B none repeat scroll 0 0; color:#9DBDD4; } .Chead a { color:#9DBDD4; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#16639B none repeat scroll 0 0; color:#9DBDD4; } .Callg { background-color:#EFEFEF; color:#000000; } .Callg td { color:#000000; } .Cnorm { background-color:#E5E5E5; } .Cmite { background-color:#B4C6D8; } .Cdark { background-color:#9AB1C8; } .rand { border:1px solid #185685; } .smalfont { font-size:10px; text-decoration:none; } .border { background-color:#185685; } hr { border-color:#003366; border-style:solid; border-width:1px 0 0; height:0; } input, textarea, select { -x-system-font:none; background-color:#EFEFEF; border:1px solid #185685; color:#000000; font-family:Verdana; font-size:12px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:normal; text-decoration:none; } [/CODE] ohne ein spezielles Problem zu nennen wird man dir hier kaum weiterhelfen können... [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 7, ▼ = 3, ◇ = 2 und die Summe von ▲ und ▼ durch ◇ geteilt wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
CSS / stylesheet erstellen für Ilch?
Oben