Log in | Register | Lost password

Bottom
css problem - please help -[SOLVED]
  • Posted: 10.08.2005, 13:25
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    hi,first i?m sorry for my bad english
    i am not so firm in using css -
    i tried to customize the style of an pagesetter-page
    what i did is do add a style in my template file:



    and in style.css of the template i use i added:

    .ps-content{
    background-color: transparent;
    color: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    }

    this works fine - i also added:

    A:link{
    background-color: transparent;
    color: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 19px;
    text-decoration: none;
    }

    perfekt, the link "print this" is shown very large (19px-for testing) now -

    but the hyperlinks i set IN the text / [content] is still showing "old"-styled

    how can i change this? - something like:

    .url{
    background-color: transparent;
    color: #000000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 19px;
    text-decoration: none;
    } does not work

    can u help me

    thanks
    bedee

    ------------------------------------------------
    i got it - sorry, just a stupid mistake:

    i forgot to define a style for already visidet links ;-) all the links wich did not show up like i wanted have been already visited ;-) , so this is how it is:


    in my template and:

    .ps-content{
    background-color: transparent;
    color: #cc0000;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
    }
    .ps-content A:link{
    background-color: transparent;
    color: #00aa00;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
    }
    .ps-content A:visited{
    background-color: transparent;
    color: #00aa00;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
    }

    in my styles.css

    simple, isn?t it

    greets
    bedee

    [Edited on 10/8/2005 by bedee]

    [Edited on 10/8/2005 by moremojo]

Template courtesy of Designs By Darren.