Blog view date icon Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Blog view date icon

    avatar
    twangothan
    New Member


    Posts : 2
    Reputation : 1
    Language : English

    Blog view date icon Empty Blog view date icon

    Post by twangothan July 3rd 2012, 5:53 pm

    Hi

    In the Blog view there's a big grey icon on the left of the post with the year above the month above the date i.e.

    yyyy
    mm
    dd

    Can this icon be replaced or made smaller, ideally as text?

    Thanks
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Blog view date icon Empty Re: Blog view date icon

    Post by Nera. July 4th 2012, 11:48 am

    • Please provide your forum URL for appearance problems
    avatar
    twangothan
    New Member


    Posts : 2
    Reputation : 1
    Language : English

    Blog view date icon Empty Re: Blog view date icon

    Post by twangothan July 5th 2012, 8:56 am

    Mati
    Mati
    Hyperactive


    Posts : 2021
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Blog view date icon Empty Re: Blog view date icon

    Post by Mati July 5th 2012, 9:49 am

    Add this in your CSS and save: this makes smaller.

    Code:
    .blog_cal-border {
        background: #F2F2F2;
        border: 1px solid #595959;
        display: inline;
        float: left;
        margin-right: 1em;
        padding: 1px;
    }
    .blog_cal-content {
        background:  #595959;
        color: #FFFFFF;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;
        padding: 1px;
        text-align: center;
        width: 2.9em;
    }
    .blog_cal-content span {
        display: block;
    }
    .blog_cal-day {
        font-size: 0.8em;
        letter-spacing: 0.2em;
        padding-left: 0.2em;
    }
    .blog_cal-month {
        font-size: 0.8em;
        letter-spacing: 0.2em;
        line-height: 0.5em;
    }
    .blog_cal-year {
        font-size: 0.8em;
    }