ilch Forum » Ilch Clan 1.1 » Design und Templates » DDvSE style.css

Geschlossen
  1. #1
    User Pic
    CaptainJack Mitglied
    Registriert seit
    11.02.2010
    Beiträge
    519
    Beitragswertungen
    2 Beitragspunkte
    Moin,

    ich habe mir das Design DDvSE installiert. Was mir nur misfällt, ist das die Schrift in Orange ist und Tabellen in grau-weiß hinterlegt sind.

    Hier seht ihr was ich meine:

    uni-sols.de/index.php?user-details-1

    uni-sols.de/index.php?Richtigbewerben

    Hier mal cie style.css

    Kann mir einer sagen was ich in welcher Zeile ändern muss, damit die Schrift in Weiß und die Tabellen in schwarz hinterlegt sind?

    Gruß

    .menu
    {
            display:block;
    
            color: #000000;
    
    
    }
    .menu:hover
    {
            display:block;
    
            color: #fc6600;
    
    }
    
    .title
    
    {
    
            color: #fc6600;
    
    }
    
    .login_1
    
    {
    
        color: #fc6600;
    
            text-align: center;
    
    
    }
    
    .login_2
    
    {
    
        color: #FFFFFF;
    
    
    }
    
    
    
    .btitle
    
    {
    
            color: #000000;
    
    
    }
    
    
    
    td
    
    {
    
      color: #fc6600;
    
    }
    
    a
    
    {
    
      color: #fc6600;
    
    }
    
    a:hover
    
    {
    
      color: #FFFFFF;
    
    }
    
    
    a.box:active {
        color:#00e4ff;
        text-decoration:underline;
    
    }
    
    a.box
    
    {
    
      color: #666666;
    
    
     }
    
    a.box:hover
    
    {
    
      color: #fc6600;
    
      text-decoration: none;
    
    }
    
    .Chead
    
    {
    
      background-color: #0b0b0b;
            color: #cccccc;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
                      background-image: url('Bilder/td_bg.jpg');
            background-repeat: repeat-x
    
    
    
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    
    {
    
      color: #FFFFFF;
    
    }
    
    .Callg
    
    {
    
            color: #666666;
    
    }
    
    .Callg td
    
    {
    
      color: #666666;
    
    }
    
    
    .Cmite
    
    {
    
      color:#ffffff;
    
      background-color: #666666;
    
    }
    
    
    #Ballg
    
    {
    
            color: #ffffff;
    
            background-color: #111111;
    
    }
    
    #Ballg td
    
    {
    
            color: #666666;
    
            background-color: #111111;
    
    }
    
    .Bhead
    
    {
    
            color: #000000;
    
    }
    
    .Bbody
    
    {
    
            color: #ffffff;
    
    }
    
    
    
    .smalfont
    
    {
    
            color: #ffffff;
    
            text-decoration: none;
    
    }
    
    .smalfont_copyright
    
    {
    
            color: #FFFFFF;
    
            text-decoration: none;
    
    }
    
    .border
    
    {
    
        background-color: #333333;
    
    }
    
    
    input, textarea, select
    
    {
    
        color: #333333;
    
            background-color: #999999;
    
        border-color: #333333;
    
        text-decoration: none;
    
    }
    
    
    body
    
    {
    
            background: #020202 url(bg.jpg);
    
            background-attachment:fixed;
    
            background-position:top center;
    
            background-repeat:no-repeat;
    
            margin : 0 auto;
    
    }
    #header {
            background-image: url(img/bg1.gif);
    }
    .hmenu {
            font-family: Arial, Helvetica, sans-serif;
            color: #fc6600;
            font-size: 18px;
            text-decoration: none;
            width: 650px;
            text-align: center;
    }
    .explode {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #fc6600;
            text-decoration: none;
    }
    .boxes_right {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #666666;
            text-decoration: none;
    }
    .boxes_right_hmenu {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #CCCCCC;
            text-decoration: none;
            padding-top: 10px;
    }
    .boxes_right_abstand {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #CCCCCC;
            text-decoration: none;
            padding-top: 6px;
    }
    .menu_botton:hover
    {
            color:#FFFFFF;
            font-size:14px;
            background:url(img/button_normal.jpg) no-repeat;
            display:block;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            padding-top: 4px;
            padding-right: 0px;
            padding-bottom: 5px;
            padding-left: 40px;
            vertical-align: middle;
    }
    .menu_botton
    {
            color:#FFFFFF;
            font-size:14px;
            background:url(img/button_hover.jpg) no-repeat;
            display:block;
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            padding-top: 4px;
            padding-right: 0px;
            padding-bottom: 5px;
            padding-left: 40px;
            vertical-align: middle;
    }
    .menue {
            padding-left: 13px;
    }
    
    
    select {
            color: #fc6600;
            font-weight: normal;
            text-decoration: none;
            padding: 2px;
            word-spacing: 1px;
            margin: 1px;
            border: 1px inset #666666;
            font-family: Verdana;
            font-size: 12px;
            background-image: url(http://localhost/cms/ilch/include/designs/pb_free/Bilder/pb_freetemplate_01.jpg);
            background-position: center center;
    }
    input, textarea {
            color: #999999;
            font-weight: none;
            text-decoration: none;
            background-color: #CCCCCC;
            padding: 2px;
            word-spacing: 1px;
            margin: 1px;
            border: 1px inset #666666;
            font-family: Verdana;
            font-size: 12px;
    }
    
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #fc6600;
    }
    a.Chead
    {
    color:#FFFFFF;
    }
    
    .Callg
    {
      background-color: #EFEFEF;
            color: #0b0b0b;
    }
    
    .Callg td
    {
      color: #0b0b0b;
    }
    
    .Cnorm
    {
      background-color: #EEEEEE;
      color: #000000;
    }
    .Cmite
    {
      background-color: #D7D7D7;
      color:#0b0b0b;
    }
    .mite
    {
      background-color: #D7D7D7;
      color:#ff00dd;
    }
    .Cdark
    
    {
    
                      background-color: #0b0b0b;   //foren beitrag-hintergrund, letzter beitrag hintergrund
            color: #000000;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
                      background-image: url('Bilder/td_bg.jpg');
            background-repeat: repeat-x
    }
    
    #Ballg
    {
            color: #0b0b0b;
    }
    #Ballg td
    {
            color: #0b0b0b;
    }
    
    .Bhead
    
    {
      background-color: #fc6600;
            color: #FFFFFF;
    }
    .Bbody
    {
      background-color: #fc6600;
            color: #0b0b0b;
    }
    
    .rand
    {
      border: 1px solid #fc6600;
    }
    
    
    .hmenu a.smalfont
    {
            font-size: 11px;
            text-decoration: none;
                    color:#fc6600;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 16px;
            height:20px;
    
    }
    a.hmenu
    {
            font-size: 11px;
            text-decoration: none;
                    color:#FFFFFF;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 10px;
            height:20px;
    
    }
    .cbg1
    {
                    color:#666666;
            font-size: 9px;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 10px;
            height:20px;
    
    }
    .deinemudda
    {
                    color:#CCCCCC;
            font-size: 11px;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
    }
    .smalfont
    {
                    color:#fc6600;
            font-size: 10px;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 10px;
            height:20px;
    
    }
    a.smalfont
    {
            font-size: 11px;
            text-decoration: none;
                    color:#666666;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 10px;
            height:20px;
    
    }
    
    a.box
    {
            font-family: Arial, Helvetica, sans-serif;
            color: #fc6600;
            font-size: 11px;
    }
    
    .border
    {
       background-color: #fc6600;
    }
    a.border
    {
       color: #FFFFFF;
    }
    hr
    {
        height: 0px;
                    border: solid #666666 0px;
                    border-top-width: 1px;
                                    width: 100%;
    }
    
    .lastnews {
            font-family: Arial, Helvetica, sans-serif;
            color: #FFFFFF;
            padding-top: 8px;
            text-decoration: none;
            font-size: 11px;
            line-height: 5px;
    }
    .lastnewsU {
            font-family: Arial, Helvetica, sans-serif;
            color: #fc6600;
            padding-top: 2px;
            text-decoration: none;
            font-size: 8px;
            line-height: 4px;
    }
    .lastnewsD {
            font-family: Arial, Helvetica, sans-serif;
            color: #fc6600;
            padding-top: 2px;
            text-decoration: none;
            font-size: 8px;
            line-height: 4px;
    }
    .lastforum {
            font-family: Arial, Helvetica, sans-serif;
            color: #FFFFFF;
            padding-top: 8px;
            text-decoration: none;
            font-size: 11px;
            line-height: 5px;
    }
    
    .lastbox {
            font-family: Arial, Helvetica, sans-serif;
            color: #999999;
            padding-top: 8px;
            text-decoration: none;
            font-size: 11px;
            line-height: 19px;
    }
    
    .sbback
    {
        background-color: #575757;
        color:#0b0b0b;
    }
    .sbback2
    {
        background-color: #6b6b6b;
        color:#0b0b0b;
    }
    
    .topuser
    
    {
            font-family: Arial, Helvetica, sans-serif;
            color: #fc6600;
            padding-top: 8px;
            text-decoration: none;
            font-size: 11px;
            line-height: 19px;
    }
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Chapter Hall Of Fame
    Registriert seit
    21.10.2007
    Beiträge
    5.951
    Beitragswertungen
    229 Beitragspunkte
    weiße schrift:

    ab zeile 267
    #
    .explode {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fc6600;
    text-decoration: none;
    }


    erstz
    #fc6600
    durch
    #ffffff



    tabellen schwarz, haste ja grad geschafft lachen
    Spamming, sinnlose Beiträge, Pushing, Doppelposting und Werbung sind verboten
    externer Link
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    CaptainJack Mitglied
    Registriert seit
    11.02.2010
    Beiträge
    519
    Beitragswertungen
    2 Beitragspunkte
    ZitatZitat geschrieben von Chapter

    weiße schrift:

    ab zeile 267
    #
    .explode {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fc6600;
    text-decoration: none;
    }


    erstz
    #fc6600
    durch
    #ffffff



    tabellen schwarz, haste ja grad geschafft lachen


    Ja. Da musste ich mir auch einen zurecht wühlen. :-)

    Soll ich ab 267 bis zum Ende überall die fc6600 durch ffffff ersetzen? Ich will ja alle Texte, egal ob Forum oder GB in weisser Schrift haben.


    Gruss


    Zuletzt modifiziert von CaptainJack am 26.07.2010 - 20:08:27
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    Chapter Hall Of Fame
    Registriert seit
    21.10.2007
    Beiträge
    5.951
    Beitragswertungen
    229 Beitragspunkte
    ja kannst du machen. alles was dann in orange ist, wird dann weiß
    aber ich würde die css-datei an deiner stelle stück für stück durchgehen und nicht alles einfach ändern.
    Spamming, sinnlose Beiträge, Pushing, Doppelposting und Werbung sind verboten
    externer Link
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    CaptainJack Mitglied
    Registriert seit
    11.02.2010
    Beiträge
    519
    Beitragswertungen
    2 Beitragspunkte
    ZitatZitat geschrieben von Chapter

    ja kannst du machen. alles was dann in orange ist, wird dann weiß
    aber ich würde die css-datei an deiner stelle stück für stück durchgehen und nicht alles einfach ändern.



    Hay,

    thx hab es soweit geschafft, das einzigste was ich nur nicht finden kann ist der Code um folgendes in Schwarz zu ändern.

    uni-sols.de/index.php?omember
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Design und Templates

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten