kostenloser Webspace werbefrei: lima-city


Farben ändern

lima-cityForumProgrammiersprachenPHP, MySQL & .htaccess

  1. Autor dieses Themas

    trottel

    trottel hat kostenlosen Webspace.

    ich weis nicht genau ob ich hier richtig bin (wenn nicht bitte woanders hintun).
    ich habe das kleine problem das ich mir letztens einen skin für meine webspell seite verändert habe nun weis ich leider nicht wie ich die normale schrifftfarbe ändern kann (sollte weiß werden) ich habe keine ahnung wie das gehen soll ich habs mit allen farben probiert die da sind aber es klappt net hoffe ihr könnt mir helfen hier die style datei

    body {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;



    scrollbar-base-color:#cccccc;

    scrollbar-3dlight-color:#333333;

    scrollbar-arrow-color:#333333;

    scrollbar-darkshadow-color:#333333;

    scrollbar-face-color:#cccccc;

    scrollbar-highlight-color#cccccc;

    scrollbar-shadow-color:#cccccc;

    scrollbar-track-color:#cccccc;

    }



    table {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #000000;

    }

    h2 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    color: #000000;

    text-transform: uppercase;

    font-weight: bold;

    }



    .small {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 9px;

    color: #000000;

    }



    .title {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #FFFFFF;

    font-weight: bold;

    background-image: url(images/title_bg.gif);

    background-repeat: repeat;

    background-position: left top;

    }



    .category_big {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    color: #000000;

    font-weight: bold;

    }



    .category {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    color: #000000;

    font-weight: normal;

    }



    .marked {

    background-color: #000000;

    font-weight: bold;

    }



    a, a:visited, a:active {

    color: #000000;

    text-decoration: none;

    font-weight: normal;

    }



    a:hover {

    color: #000000;

    text-decoration: none;

    font-weight: normal;

    }



    a.titlelink, a.titlelink:visited, a.titlelink:active {

    color: #000000;

    text-decoration: none;

    font-weight: bold;

    }



    a.titlelink:hover {

    color: #000000;

    text-decoration: none;

    font-weight: bold;

    }



    a.category, a.category:visited, a.category:active {

    color: #000000;

    text-decoration: none;

    }



    a.category:hover {

    color: #000000;

    text-decoration: none;

    }



    option, textarea, input, select, file {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #000000;

    background-color: #FFFFFF;

    border: 1px solid #333333;

    }



    .footer {color: #FFFFFF

    size: 10px

    }



    .form_off {

    color: #666666;

    background-color: #DCDCDC;

    border: 1px solid #666666;

    }



    .form_on {

    color: #000000;

    background-color: #EEEEEE;

    border: 1px solid #000000;

    }



    .form_username {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/username.gif);

    background-repeat: no-repeat;

    background-position: left top;

    }



    .form_password {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/password.gif);

    background-repeat: no-repeat;

    background-position: left top;

    }



    .form_name {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/name.gif);

    background-repeat: no-repeat;

    background-position: left top;

    }



    .form_text {

    background-color: #eeeeee;

    border: 1px solid #333333;

    background-image: url(images/message.gif);

    background-repeat: no-repeat;

    background-position: left top;

    }



    .input {

    background-color: transparent;

    border: 1px none;

    margin-top: 0px;

    margin-bottom: 0px;

    }

  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. Hi,

    Ich zeigs dir anhand eines stücks deines Codes:


    table {

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 10px;

    color: #FFFFFF;

    }

    h2 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    color: #FFFFFF;

    text-transform: uppercase;

    font-weight: bold;

    }


    Das fett geschriebene musst du ändern, vorher stand dor schwarz.
  4. Autor dieses Themas

    trottel

    trottel hat kostenlosen Webspace.

    das klappt irgendwie net (es wird net alles weiß sondern nur die mitte der siete) in der index.php datei hab ich auch schon geguckt hab aber nur knapp 2/3 der rechten seite weiß gekriegt


    ich geb hier mal die seite an (vieleicht hilf euch das etwas)
    http://trottel.lima-city.de/Page/
  5. zwiebeldoener

    Moderator Kostenloser Webspace von zwiebeldoener

    zwiebeldoener hat kostenlosen Webspace.

    Und was genau willste da jetzt weiß haben?

    Da überall classes definiert sind, musst du auch gucken, ob die betroffenen Elemente in einer class sind, die vielleicht nicht color:FFFFFF; hat.
  6. Autor dieses Themas

    trottel

    trottel hat kostenlosen Webspace.

    eigentlich will ich auf der rechten seite die kompletten links weiß haben und oben die kompletten links
  7. zwiebeldoener

    Moderator Kostenloser Webspace von zwiebeldoener

    zwiebeldoener hat kostenlosen Webspace.

    a, a:visited, a:active {

    color: #000000;

    text-decoration: none;

    font-weight: normal;

    }



    a:hover {

    color: #000000;

    text-decoration: none;

    font-weight: normal;

    }



    a.titlelink, a.titlelink:visited, a.titlelink:active {

    color: #000000;

    text-decoration: none;

    font-weight: bold;

    }



    a.titlelink:hover {

    color: #000000;

    text-decoration: none;

    font-weight: bold;

    }



    a.category, a.category:visited, a.category:active {

    color: #000000;

    text-decoration: none;

    }



    a.category:hover {

    color: #000000;

    text-decoration: none;

    }


    Wenn du da überall #FFFFFF; machst sollte es klappen.
  8. Autor dieses Themas

    trottel

    trottel hat kostenlosen Webspace.

    das klappr leider net hab ich schon mal ausprobiert (ich machs dir gerne nochmal dan kannste sehen wies aussieht) problem ist geklärt

    Beitrag geaendert: 13.3.2007 0:17:06 von trottel
  9. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!