Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • csdalogin Friend
    #142680

    I would like to change the calendar formating from

    TUESDAY and the little calendar icon to

    Friday July 10th (at about 1/2 the size, see http://www.csda.net)

    My guess is template.css and these lines but I dont know anything about HTML so I came to the experts. 😀

    div.ja-day {
    margin-top: 5px;
    float: right;
    font-family: Tahoma, Arial, sans-serif;
    }

    div.ja-day div {
    float: left;
    padding: 10px 0 5px;
    margin-left: 5px;
    width: 37px;
    background: url(../images/day-panel-bg.gif) repeat-x top #333333;
    color: #DDDDDD;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    }

    div.ja-day span {
    float: left;
    color: #999999;
    font-size: 260%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 4px;

    Anonymous Moderator
    #311005

    Hi

    You have to change it as follows:

    div.ja-day {
    margin-top: 5px;
    float: right;
    font-family: Tahoma, Arial, sans-serif;
    }

    div.ja-day div {
    float: left;
    padding: 15px 0 5px;
    margin-left: 5px;
    width: 100px;
    color: #333333;
    font-size: 90%;
    font-weight: bold;
    }

    div.ja-day span {
    float: left;
    color: #999999;
    font-size: 90%;
    letter-spacing: 2px;
    padding-top: 15px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum