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