Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 16 → Rev 17

/trunk/presentations/styles/calendrier.css
New file
0,0 → 1,72
.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;
}
 
/*
* These attributes apply to the cells that correspond to the days
* already past in the current month.
*/
td.previous_month {
background: #B1BB7E;
}
 
td.previous_month a:hover, td.previous_month a:active {
color: #000000;
}
 
/*
* These attributes apply to the cells that correspond to the future
* days in the current month.
*/
td.current_month {
background: #BFB07E;
}
 
/*
* These attributes apply to the cells that correspond to days in the
* previous or next month of the current month
*/
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;
}