aboutsummaryrefslogtreecommitdiffstats
path: root/ecomp-sdk-app/src/main/webapp/static/fusion/raptor/css/calendar.css
blob: fdd2242f7e00ec3233741e2b75c922de33cca718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.TESTcpYearNavigation,
.raptorcpMonthNavigation
		{
		background-color:#336699;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		}
.raptorcpDayColumnHeader,
.raptorcpYearNavigation,
.raptorcpMonthNavigation,
.raptorcpCurrentMonthDate,
.raptorcpCurrentMonthDateDisabled,
.raptorcpOtherMonthDate,
.raptorcpOtherMonthDateDisabled,
.raptorcpCurrentDate,
.raptorcpCurrentDateDisabled,
.raptorcpTodayText,
.raptorcpTodayTextDisabled,
.raptorcpText
		{
		font-family:arial;
		font-size:8pt;
		}
TD.raptorcpDayColumnHeader
		{
		text-align:right;
		border:solid thin #336699;
		border-width:0 0 1 0;
		}
.raptorcpCurrentMonthDate,
.raptorcpOtherMonthDate,
.raptorcpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.raptorcpCurrentMonthDateDisabled,
.raptorcpOtherMonthDateDisabled,
.raptorcpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.raptorcpCurrentMonthDate
		{
		color:#336699;
		font-weight:bold;
		}
.raptorcpCurrentDate
		{
		color: #FFFFFF;
		font-weight:bold;
		}
.raptorcpOtherMonthDate
		{
		color:#808080;
		}
TD.raptorcpCurrentDate
		{
		color:#FFFFFF;
		background-color: red;
		border-width:1;
		border:solid thin #000000;
		}
TD.raptorcpCurrentDateDisabled
		{
		border-width:1;
		border:solid thin #FFAAAA;
		}
TD.raptorcpTodayText,
TD.raptorcpTodayTextDisabled
		{
		border:solid thin #336699;
		border-width:1 0 0 0;
		}
A.raptorcpTodayText,
SPAN.raptorcpTodayTextDisabled
		{
		height:20px;
		}
A.raptorcpTodayText
		{
		color:#336699;
		font-weight:bold;
		}
SPAN.raptorcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.raptorcpBorder
		{
		border:solid thin #336699;
		}