ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » Style.css

Geschlossen
  1. #1
    User Pic
    Boda Mitglied
    Registriert seit
    10.09.2007
    Beiträge
    110
    Beitragswertungen
    0 Beitragspunkte
    Hallo,
    gibt es eine Beschreibung, welche der Anweisungen im CSS für was ist? Leider fehlen die Komentare. Ich habe schon einiges selbst gefunden und Kommentiert, aber ich kann so manches immer noch nicht zuordnen.

    Danke für Hilfe


    verwendete ilchClan Version: 1.1
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    387 Beitragspunkte
    Was kannst du denn nicht zuordnen?
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    boehserdavid Mitglied
    Registriert seit
    26.08.2006
    Beiträge
    2.122
    Beitragswertungen
    2 Beitragspunkte
    Hey, Boda!

    Also:
    .Chead, .Cmite, .Cnorm, .Cdark, .Callg sind Klassen die sich durch das ganze Ilch ziehen!
    #main oder #col usw. sind Klassen von <div> die nur in der index.htm vom Design vorkommen
    hr ist für eine horizontale Linie
    input, textarea, select ist für die Textfelder zum eintippen
    a sind Links
    a:hover sind Mousover Links
    a.box sind Links, wo die Klasse box ist
    a.box:hover sind Mousover Links, wo die Klasse box ist
    body ist der komplette Hintergrund der index.htm

    Oder wolltest was anderes wissen?

    Mit böhsen Grüßen
    BöhserDavid
    -Heute schon böhse gewesen?- Ab zur Community
    -No Support via Contact-
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    Boda Mitglied
    Registriert seit
    10.09.2007
    Beiträge
    110
    Beitragswertungen
    0 Beitragspunkte
    Hallo,

    ich möchte alles wissen zwinker ich brauche den Kommentar, damit ich auch nach ein paar Tagen noch weiß, was wofür ist. Ein paar Sachen habe ich schon kommentiert und ein paar andere sind für mich ein Rätsel, weil ich ja nicht alles auf der Seite sehe bzw. in die Seite eingebunden habe.
    Hier mal meine Kommentarversuche ^^ habe nur 8 bis jetzt gefunden, die sind ziemlich weit unten.

    Es geht mir auch darum, dass wenn ich die Seite abgebe, dass mein Nachfolger weiß, wofür das alles ist.

    Danke euch


    /*
      css Datei copyright by ilch.de
      erstellt von scaRFhogg
      seite: www.daiwai.de
      
      --
      
      Design copyright by ilch.de
      erstellt von fanguro
      seite: www.zurro.de
      
      --
      
      Support auf www.ilch.de
    */
    
    body {
      margin: 0;
      padding: 0;
      text-align: center;
      background-color: #000000;
      font-size: 12px;
      font-family: "Calligraph421 BT", "Magic Cards";
    }
    #wrap {
      position: relative;
      width: 967px;
      text-align: left;
      margin: 0 auto 0 auto;
    }
    #top {
      background: url(img/top.gif);
      height: 67px;
    }
    #header {
      background: url(img/logo.gif);
      height: 153px;
      text-align: center;
      vertical-align:middle;
    }
    #header h1 {
      display: inline;
      position: absolute; 
      top: 110px; left: 100px;
      color: #fff;
      font-family: "Calligraph421 BT", "Magic Cards";
      font-weight: normal;
      font-size: 24px;
    }
    #top2 {
      background: url(img/top2.gif);
      height: 31px;
    }
    #top2 font {
      display: inline;
      position: absolute; 
      left: 172px;
      margin-top: 2px;
      font-size: 10px;
    	text-decoration: none; 
    }
    #content {
      background: url(img/contentbg.gif);
      background-repeat: repeat;
      width: 964px;
    }
    #footer {
      background: url(img/footer.gif);
      height: 33px;
      text-align: center;
      vertical-align: middle;
    }
    #left_col {
      width: 158px;
      float: left;
      padding-top: 0px;
      padding-left: 9px;
      padding-right: 18px;
      padding-bottom: 0px;
      color: #00FFCC;
      overflow: hidden;
    }
    
    #left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
      color: #000000;
    }
    
    #left_col a {
      color: #CCCCCC;
    }
    
    #left_col .menu_heading
    {
      color: #00FF00;
      display:block;
      letter-spacing: 1px;
      font-size: 11px;
      padding: 0  0 3px 5px;
    }
    
    #main_col {
      width: 440px;
      float: left;
      padding-top: 0px;
      padding-left: 5px;
      padding-right: 20px;
      padding-bottom: 0px;
      clear: none;
      min-height: 100px;
      overflow: auto;
    }
    #right_col1 { 
      width: 141px;
      float: left;
      padding-top: 0px;
      padding-left: 7px;
      padding-right: 10px;
      padding-bottom: 0px;
      overflow: hidden;
    }
    #right_col2 { 
      width: 141px;
      float: right;
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 14px;
      padding-bottom: 0px;
      overflow: hidden;
    }
    
    #right_col1 .menu_heading,
    #right_col2 .menu_heading 
    {
      color:#00FF00;
      font-size:11px;
      letter-spacing: 1px;
    }
    
    #left_col ul
    {
      padding: 0;
      margin: 0;
      list-style: inside url(img/box_menu_pfeil.gif);
      width: 149px;
    }
    
    #left_col li
    {
      margin:0;
      padding: 5px 0 0 2px;
      background: url(img/box_menu_trennlinie.gif) no-repeat bottom;
    } 
    
    #left_col li ul
    {
      width: 146px;
      background: url(img/box_menu_trennlinie.gif) no-repeat top;
    }
    
    #left_col li li
    {
        padding-left: 16px;
    }
    #left_col li a
    {
      color: #00FF00;
      padding-left: 8px;
      font-size: 11px;
      font-weight: normal;
      text-decoration: none;
    }
    
    td 
    {
      font-family: "Calligraph421 BT", "Magic Cards"; 
      font-size: 12px;
    }
    
    a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a 
    {
      color: #000000; 
    	font-family: "Calligraph421 BT", "Magic Cards"; 
    	font-size: 14px; 
    	text-decoration: underline; 
    }
    
    a:hover 
    {   
      text-decoration: none;  
    }
    
    a.box 
    { 
      color: #000000; 
    	font-family: "Calligraph421 BT", "Magic Cards"; 
    	font-size: 16px; 
    	text-decoration: underline; 
    }
    /* Menülinks */
    a.box:hover 
    {   
      text-decoration: blink;  
    }
    /* Forumkopf */
    .Chead
    {
    	background: #000000;
    	color: #996666;
    	font-size: 18px;
    }
    /* Tabellenkopf wie z.B Umfrage*/
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      background: #000000;
      color: #996666;
      font-size: 18px;
    }
    /*  */
    .Callg
    {
      background-color: #000000;
    	color: #996666;
    }
    
    .Callg td
    {
      color: #996666;
    }
    /*  Box Hintergrund Feld 1*/
    .Cnorm 
    {
      background-color: #CC9900;
    }
    /* Box Hintergrund Feld 2 */
    .Cmite
    {
      background-color: #9D7A31;
    }
    /* Box Hintergrund Feld 3 */
    .Cdark
    {
      background-color: #CC9966;
    }
    
    .rand
    {
      border: solid #185685 1px;
    }
    
    .smalfont 
    { 
        font-size: 16px;
    		text-decoration: none; 
    }
    /* Forumrand & Boxrand*/
    .border 
    { 
       background-color: #996666; 
    }
    hr 
    { 
        height: 0px; 
    		border: solid #003366 0px; 
    		border-top-width: 1px; 
    }
    /* Formularfelder */
    input, textarea, select
    { 
        color: #000000;  
        font: 14px Verdana;  
        border-color: #000000;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;  
        background-color: #EFEFEF;  
    }



    Zuletzt modifiziert von Boda am 11.09.2007 - 12:02:44
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten