Subversion Repositories Applications.bazar

Rev

Rev 17 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

.nav {
        text-align: center;
}

table.calendar {
        width: 90%;
        margin: 0 auto;
}

table.calendar td {
        height: 6em;
        vertical-align: top;
        width: 14%;
        font-size: 12px;
        text-align: left;
        color: #444444;
}

table.calendar td h1 {
        text-align: left;
        font-size: 10px;
        margin: 1px 1px 1px 1px;
}

table.calendar td ul {
        padding-left: 15px;
        margin: 0;
        list-style-type: circle;
}

table.calendar td ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        line-height: 1.2em;
}

td.previous_month {
        background: #B1BB7E;
}

td.previous_month a:hover, td.previous_month a:active {
        color: #000000;
}

td.current_month {
        background: #BFB07E;
}

td.current_day {
        background: #BFBFBF;
}


td.other_month {
        background: #eeeeee;
}

td.other_month a:link,  td.other_month a:visited {
      color: #777777;
}

td.other_month a:hover, td.other_month a:active { 
        color: #aaaaaa;
}