Subversion Repositories Applications.bazar

Rev

Rev 17 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 19
Line 32... Line 32...
32
	margin: 0px 0px 0px 0px;
32
	margin: 0px 0px 0px 0px;
33
	padding: 0px 0px 0px 0px;
33
	padding: 0px 0px 0px 0px;
34
	line-height: 1.2em;
34
	line-height: 1.2em;
35
}
35
}
Line 36... Line -...
36
 
-
 
37
/*
-
 
38
 * These attributes apply to the cells that correspond to the days
-
 
39
 * already past in the current month.
-
 
40
 */
36
 
41
td.previous_month {
37
td.previous_month {
42
	background: #B1BB7E;
38
	background: #B1BB7E;
Line 43... Line 39...
43
}
39
}
44
 
40
 
45
td.previous_month a:hover, td.previous_month a:active {
41
td.previous_month a:hover, td.previous_month a:active {
Line 46... Line -...
46
        color: #000000;
-
 
47
}
-
 
48
 
-
 
49
/*
-
 
50
 * These attributes apply to the cells that correspond to the future
42
        color: #000000;
51
 * days in the current month.
43
}
52
 */
44
 
Line -... Line 45...
-
 
45
td.current_month {
-
 
46
	background: #BFB07E;
53
td.current_month {
47
}
54
	background: #BFB07E;
-
 
55
}
-
 
-
 
48
 
56
 
49
td.current_day {
57
/*
50
	background: #BFBFBF;
58
 * These attributes apply to the cells that correspond to days in the
51
}
59
 * previous or next month of the current month
52
 
Line 60... Line 53...
60
 */
53