ilch Forum » Ilch Clan 1.1 » Module und Modifikationen » schriftfarbe ändern?

Geschlossen
  1. #1
    User Pic
    h-man Mitglied
    Registriert seit
    21.06.2008
    Beiträge
    67
    Beitragswertungen
    0 Beitragspunkte
    hallo kann mir jemand sagen wie ich die schriftfarbe weiss bekomme in der style.css finde ich nichts
    und in der index.html weiß ich nicht wo ich da suchen muss
    gesperrtes Bild
    ich sage schon mal danke in voraus;)

    betroffene Homepage: externer Link
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    rubberduck2006 Mitglied
    Registriert seit
    09.10.2007
    Beiträge
    459
    Beitragswertungen
    0 Beitragspunkte
    müßte eigendlich in der style css stehen genauer suchen zwinker

    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    h-man Mitglied
    Registriert seit
    21.06.2008
    Beiträge
    67
    Beitragswertungen
    0 Beitragspunkte
    unter was für einen namen kenne mich halt mit sowas noch nicht so gut aus
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    rubberduck2006 Mitglied
    Registriert seit
    09.10.2007
    Beiträge
    459
    Beitragswertungen
    0 Beitragspunkte
    poste mal deine style css.

    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    h-man Mitglied
    Registriert seit
    21.06.2008
    Beiträge
    67
    Beitragswertungen
    0 Beitragspunkte
    body {
    background-color: #444444;
    margin: 0;
    }
    .bodyspacer {
    background-image: url(../Bilder/bodyspacer.jpg);
    background-repeat: repeat-y;
    }
    .loginspacer {
    background-image: url(../Bilder/loginspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .warsspacer {
    background-image: url(../Bilder/warsspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 496px;
    }
    .lpostspacer {
    background-image: url(../Bilder/lpostspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .contenttop {
    background-image: url(../Bilder/contenttop.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 496px;
    }

    .contentspacer {
    background-image: url(../Bilder/contentspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 496px;
    }
    .menuspacer_le {
    background-image: url(../Bilder/menuspacer_le.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .menuspacer_re {
    background-image: url(../Bilder/menuespacer_re.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .menutop_le {
    background-image: url(../Bilder/menu_le.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 252px;
    }
    .menutop_re {
    background-image: url(../Bilder/menun_re.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 252px;
    }
    #hmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 60px;
    }




    #explode {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    width: auto;
    margin-right: 12px;
    margin-left: 12px;
    }
    #boxes_lpost {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    margin-right: 38px;
    margin-left: 8px;
    }
    #boxes_login {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: 125px;
    width: auto;
    margin-right: 8px;
    margin-left: 32px;
    }
    #boxes_warsabstand {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    }
    .log1 /*für nickname hg*/
    {
    color: #CCCCCC;
    width: 198px;
    height: 19px;
    border-width: 1px;
    border-color: #2E2D2D;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: 20%;
    padding-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../Bilder/name.jpg);
    background-repeat: no-repeat;
    background-color: #2E2D2D;
    background-position: left top;
    }
    .log2 /*für pw hg*/
    {
    color: #CCCCCC;
    background-color: 2E2D2D;
    width: 198px;
    height: 19px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../Bilder/passw.jpg);
    background-repeat: no-repeat;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #2E2D2D;
    border-right-color: #2E2D2D;
    border-bottom-color: #2E2D2D;
    border-left-color: #2E2D2D;
    vertical-align: bottom;
    background-position: center top;
    }
    .logbutton /*für loginbutton*/
    {
    width: 59px;
    height: 49px;
    border-width: 0px;
    font-weight: normal;
    text-decoration: none;
    background-image: url(../Bilder/login.jpg);
    background-repeat: no-repeat;
    padding-bottom: -2px;
    }
    .menulinksinner {
    height: auto;
    width: auto;
    margin-right: 6px;
    margin-left: 37px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .menulinkstitel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    height: auto;
    width: auto;
    margin-right: 8px;
    margin-left: 82px;
    margin-top: 8px;
    }
    .menurechtsinner {
    height: auto;
    width: auto;
    margin-right: 38px;
    margin-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .menurechtstitel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    height: auto;
    width: auto;
    margin-right: 36px;
    margin-left: 52px;
    margin-top: 8px;
    }
    .menu
    {
    display:block;
    color: #FFFFFF;
    font-size: 11px;
    width: 208px;
    height: 26px;
    text-indent: 50px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    line-height: 19px;
    background-image: url(../Bilder/mainbutton.jpg);
    background-repeat: no-repeat;
    }
    .menu:hover
    {
    display:block;
    color: #CCCCCC;
    font-size: 11px;
    width: 208px;
    height: 26px;
    text-indent: 50px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    line-height: 19px;
    background-image: url(../Bilder/mainbutton-over.jpg);
    background-repeat: no-repeat;
    }
    #lastpost a:visited {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    }
    #lastpost a:hover {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    }
    #lastpost a:link {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    }
    #lastwarsabstand a:visited {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    }
    #lastwarsabstand a:hover {
    color: #165C5C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    }
    #lastwarsabstand a:link {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    }
    a:hover
    {
    text-decoration: none;
    color: #990000;
    }
    a:link {
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    }
    a:visited {
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    }
    a.box
    {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    }
    a.box:hover
    {
    text-decoration: none;
    color: #990000;
    }

    .Chead
    {
    color: #666666;
    background-repeat: repeat-x;
    height: 20px;
    background-color: #1D1D1D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
    color: #666666;
    background-repeat: repeat-x;
    height: 20px;
    background-color: #1D1D1D;
    font-size: 10px;
    }

    .Callg
    {
    background-color: #1D1D1D;
    color: #FFFFFF;
    }

    .Callg td
    {
    color: #FFFFFF;
    }

    .Cnorm
    {
    background-color: #1D1D1D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .Cmite
    {
    background-color: #1D1D1D;
    height: auto;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .Cdark
    {
    background-color: #1D1D1D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }

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

    .border
    {
    background-color: #666666;
    }
    hr
    {
    height: 0px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: groove;
    border-right-style: groove;
    border-bottom-style: groove;
    border-left-style: groove;
    border-top-color: #6D6C6C;
    border-right-color: #6D6C6C;
    border-bottom-color: #6D6C6C;
    border-left-color: #6D6C6C;
    }

    input, textarea, select
    {
    color: #FFFFFF;
    font: 12px Verdana;
    font-weight: none;
    text-decoration: none;
    background-color: #1D1D1D;
    border: 1px solid #949494;
    }
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    rubberduck2006 Mitglied
    Registriert seit
    09.10.2007
    Beiträge
    459
    Beitragswertungen
    0 Beitragspunkte
    versuch mal hier:

    color: #CCCCCC;
    width: 198px;
    height: 19px;
    border-width: 1px;
    border-color: #2E2D2D;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: 20%;
    padding-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../Bilder/name.jpg);
    background-repeat: no-repeat;
    background-color: #2E2D2D;
    background-position: left top;


    folgendes zu ändern in eine andere farbe: color: #CCCCCC;


    mfg


    Zuletzt modifiziert von rubberduck2006 am 27.06.2008 - 22:39:39

    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    h-man Mitglied
    Registriert seit
    21.06.2008
    Beiträge
    67
    Beitragswertungen
    0 Beitragspunkte
    ne leider kein treffer:'(
    0 Mitglieder finden den Beitrag gut.
  8. #8
    User Pic
    rubberduck2006 Mitglied
    Registriert seit
    09.10.2007
    Beiträge
    459
    Beitragswertungen
    0 Beitragspunkte
    du mußt einfach mal alle farb codes die in der css stehen ausprobieren am besten nimmst du dir eine farbtabelle und vergelichst die codes dann und bei den farben wo es passen könnte da versuchst du ein anderen farbcode so mache ich das jedenfals immer.

    0 Mitglieder finden den Beitrag gut.
  9. #9
    User Pic
    h-man Mitglied
    Registriert seit
    21.06.2008
    Beiträge
    67
    Beitragswertungen
    0 Beitragspunkte
    ja ich schaue mal fals ein anderer weiss ich ich das hin bekomme were ich sehr dankbar fur eine antwort und dier danke ich auch fur deine hilfe
    0 Mitglieder finden den Beitrag gut.
  10. #10
    User Pic
    Babulo Mitglied
    Registriert seit
    13.05.2008
    Beiträge
    152
    Beitragswertungen
    0 Beitragspunkte
    body {
    background-color: #444444;
    margin: 0;
    }
    .bodyspacer {
    background-image: url(../Bilder/bodyspacer.jpg);
    background-repeat: repeat-y;
    }
    .loginspacer {
    background-image: url(../Bilder/loginspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .warsspacer {
    background-image: url(../Bilder/warsspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 496px;
    }
    .lpostspacer {
    background-image: url(../Bilder/lpostspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .contenttop {
    background-image: url(../Bilder/contenttop.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 496px;
    }
    
    .contentspacer {
    background-image: url(../Bilder/contentspacer.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 496px;
    }
    .menuspacer_le {
    background-image: url(../Bilder/menuspacer_le.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .menuspacer_re {
    background-image: url(../Bilder/menuespacer_re.jpg);
    background-repeat: repeat-y;
    height: 100%;
    width: 252px;
    }
    .menutop_le {
    background-image: url(../Bilder/menu_le.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 252px;
    }
    .menutop_re {
    background-image: url(../Bilder/menun_re.jpg);
    background-repeat: no-repeat;
    height: 32px;
    width: 252px;
    }
    #hmenu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 60px;
    }
    
    
    
    
    #explode {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    width: auto;
    margin-right: 12px;
    margin-left: 12px;
    }
    #boxes_lpost {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    margin-right: 38px;
    margin-left: 8px;
    }
    #boxes_login {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: 125px;
    width: auto;
    margin-right: 8px;
    margin-left: 32px;
    }
    #boxes_warsabstand {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: auto;
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    }
    .log1 /*für nickname hg*/
    {
    color: #CCCCCC;
    width: 198px;
    height: 19px;
    border-width: 1px;
    border-color: #2E2D2D;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: 20%;
    padding-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../Bilder/name.jpg);
    background-repeat: no-repeat;
    background-color: #2E2D2D;
    background-position: left top;
    }
    .log2 /*für pw hg*/
    {
    color: #CCCCCC;
    background-color: 2E2D2D;
    width: 198px;
    height: 19px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../Bilder/passw.jpg);
    background-repeat: no-repeat;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #2E2D2D;
    border-right-color: #2E2D2D;
    border-bottom-color: #2E2D2D;
    border-left-color: #2E2D2D;
    vertical-align: bottom;
    background-position: center top;
    }
    .logbutton /*für loginbutton*/
    {
    width: 59px;
    height: 49px;
    border-width: 0px;
    font-weight: normal;
    text-decoration: none;
    background-image: url(../Bilder/login.jpg);
    background-repeat: no-repeat;
    padding-bottom: -2px;
    }
    .menulinksinner {
    height: auto;
    width: auto;
    margin-right: 6px;
    margin-left: 37px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .menulinkstitel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    height: auto;
    width: auto;
    margin-right: 8px;
    margin-left: 82px;
    margin-top: 8px;
    }
    .menurechtsinner {
    height: auto;
    width: auto;
    margin-right: 38px;
    margin-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .menurechtstitel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    height: auto;
    width: auto;
    margin-right: 36px;
    margin-left: 52px;
    margin-top: 8px;
    }
    .menu
    {
    display:block;
    color: #FFFFFF;
    font-size: 11px;
    width: 208px;
    height: 26px;
    text-indent: 50px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    line-height: 19px;
    background-image: url(../Bilder/mainbutton.jpg);
    background-repeat: no-repeat;
    }
    .menu:hover
    {
    display:block;
    color: #CCCCCC;
    font-size: 11px;
    width: 208px;
    height: 26px;
    text-indent: 50px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    line-height: 19px;
    background-image: url(../Bilder/mainbutton-over.jpg);
    background-repeat: no-repeat;
    }
    #lastpost a:visited {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    }
    #lastpost a:hover {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    }
    #lastpost a:link {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    }
    #lastwarsabstand a:visited {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    }
    #lastwarsabstand a:hover {
    color: #165C5C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    }
    #lastwarsabstand a:link {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    }
    a:hover
    {
    text-decoration: none;
    color: #990000;
    }
    a:link {
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    }
    a:visited {
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    }
    a.box
    {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    }
    a.box:hover
    {
    text-decoration: none;
    color: #990000;
    }
    
    .Chead
    {
    color: #FFFFFF;
    background-repeat: repeat-x;
    height: 20px;
    background-color: #1D1D1D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
    color: #FFFFFF;
    background-repeat: repeat-x;
    height: 20px;
    background-color: #1D1D1D;
    font-size: 10px;
    }
    
    .Callg
    {
    background-color: #1D1D1D;
    color: #FFFFFF;
    }
    
    .Callg td
    {
    color: #FFFFFF;
    }
    
    .Cnorm
    {
    background-color: #1D1D1D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .Cmite
    {
    background-color: #1D1D1D;
    height: auto;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    .Cdark
    {
    background-color: #1D1D1D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }
    
    .smalfont
    {
    font-size: 10px;
    text-decoration: none;
    }
    
    .border
    {
    background-color: #FFFFFF;
    }
    hr
    {
    height: 0px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: groove;
    border-right-style: groove;
    border-bottom-style: groove;
    border-left-style: groove;
    border-top-color: #6D6C6C;
    border-right-color: #6D6C6C;
    border-bottom-color: #6D6C6C;
    border-left-color: #6D6C6C;
    }
    
    input, textarea, select
    {
    color: #FFFFFF;
    font: 12px Verdana;
    font-weight: none;
    text-decoration: none;
    background-color: #1D1D1D;
    border: 1px solid #949494;
    }



    Zuletzt modifiziert von Babulo am 27.06.2008 - 23:43:38
    0 Mitglieder finden den Beitrag gut.
  11. #11
    User Pic
    h-man Mitglied
    Registriert seit
    21.06.2008
    Beiträge
    67
    Beitragswertungen
    0 Beitragspunkte
    Babulo das geht auch nicht ich kriege noch die krise
    irgend wie muss es doch klappen
    0 Mitglieder finden den Beitrag gut.
  12. #12
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    In dem Code der Box muss <font color="#666666"> stehen, und das ist das Problem, wenn du es entfernst achte auch darauf, das </font> zu entfernen.
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  13. #13
    User Pic
    h-man Mitglied
    Registriert seit
    21.06.2008
    Beiträge
    67
    Beitragswertungen
    0 Beitragspunkte
    hat sich erledigt ich danke trodem allen die mir geholfen haben danke euch allen für eure hilfe lächeln
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Module und Modifikationen

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten