ilch Forum » Ilch Clan 1.1 » Design und Templates » CSS Konfigurieren

Geschlossen
  1. #1
    User Pic
    B0mB3r Mitglied
    Registriert seit
    09.06.2006
    Beiträge
    26
    Beitragswertungen
    0 Beitragspunkte
    Hallo Leute,
    Ich hab ein prob ich weis net wie ich die schrift für die LastWars auf Weiss setzte. Hier die CSS:

    body
    {
    background-color: #F2F2F2;
    scrollbar-face-color: #DDDDDD;
    scrollbar-highlight-color: #EFEFEF;
    scrollbar-shadow-color: #003366;
    scrollbar-3dlight-color: #000000;
    scrollbar-arrow-color: #038E3B;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #DDDDDD;
    }

    .abg
    {
    background-color: #003366;
    }

    td
    {
    font-family: Verdana;
    font-size: 10px;
    }

    a
    {
    color: #000000; // Überschriften_text_bei_wars_hyperlinks
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    }

    a:hover
    {
    text-decoration: none;
    }

    a.box
    {
    color: #FFFFFF; // Schriftfarbe_fuer_last_news
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    }

    a.box:hover
    {
    text-decoration: none;
    }

    .Chead
    {
    background-color: ; // Hintergrund_fuer_ueberschriften
    color: #FFA800
    }

    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
    color: #ffffff; // Schriftfarbe_fuer_kleine_ueberschriften
    }

    .Callg
    {
    background-color: ;
    color: #396F44
    }

    .Callg td
    {
    color: #ffffff; // Textfarbe
    }

    .Cnorm
    {
    background-color: #EBEBEB; // Feld_bei_kontakt
    }
    .Cmite
    {
    background-color: #C9C9C9; // Zeile
    }
    .Cdark
    {
    background-color: #D7D7D7; // Zeile
    }

    #Ballg
    {
    color: #ffffff;
    }
    #Ballg td
    {
    color: #CCCCCC;
    }

    .Bhead

    {
    background-color: #4E7AA5;
    color: #ffffff;
    }
    .Bbody
    {
    background-color: #B4C6D8;
    color: #ffffff;
    }

    .rand
    {
    border: 1px solid #000000; // Rand
    }

    .smalfont
    {
    font-size: 10px;
    text-decoration: none;
    }

    .border
    {
    background-color: #; // Rand
    }
    hr
    {
    height: 0px;
    border: solid #003366 0px;
    border-top-width: 1px;
    }

    input, textarea, select
    {
    border:1px solid none; color: #000000; // Shoutboxtextwasvorgegebenist
    font: 10px Verdana;
    font-weight: none;
    text-decoration: none;
    background-color: #EFEFEF
    }

    #menu {}
    #menu ul { padding-left: 9px; margin-left: 9px; }
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }

    Wär echt cool wenn das ging
    THX im Vorraus
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Design und Templates

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten