source: companies/celepar/calendar/templates/jerryr/app.css @ 763

Revision 763, 1.5 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1/* CSS Document */
2A.minicalendar
3{
4        color: #666666;
5        font-size: 12px;
6       
7}
8
9A.bminicalendar
10{
11        color: #336699;
12        font-style: italic;
13        font-weight: bold;
14        font-size: 10px;
15}
16
17A.minicalendargrey
18{
19        color: #999999;
20        font-size: 10px;
21        font-weight: bold;
22}
23
24A.bminicalendargrey
25{
26        color: #336699;
27        font-style: italic;
28        font-size:10px;
29}
30
31A.minicalhol
32{
33        padding-left:3px;
34        padding-right:3px;
35        background: #dab0b0;
36        color: #000000;
37        font-size: 10px;
38}
39
40A.bminicalhol
41{
42        padding-left:3px;
43        padding-right:3px;
44        background: #dab0b0;
45        color: #336699;
46        font-size: 10px;
47}
48
49A.minicalgreyhol
50{
51        padding-left:3px;
52        padding-right:3px;
53        background: #dab0b0;
54        color: #999999;
55        font-size: 10px;
56}
57
58A.bminicalgreyhol
59{
60        padding-left:3px;
61        padding-right:3px;
62        background: #dab0b0;
63        color: #999999;
64        font-size: 10px;
65}
66
67
68.event-on
69{
70        background: #faf8f3;
71        border: #c9c9c9 1px solid;
72}
73
74.event-off
75{
76        background: #f4f2ed;
77        border: #c9c9c9 1px solid;
78}
79
80.event-holiday
81{
82        font-size: 100%;
83        background: #dac0c0;
84        color:#000000;
85        vertical-align: middle;
86}
87
88.time
89{
90        background: #f4f2ed;
91        color:#000000;
92        font-size: 10px;
93        font-weight: bold;
94        vertical-align: middle;
95        width: 5.2%;
96        text-align: right;
97        padding-right: 5px;
98        line-height: 11px;
99        border: #c9c9c9 1px solid;
100}
101
102
103.planner-cell
104{
105        cursor: pointer;
106        cursor: hand;
107        border: thin solid black;
108}
109
110
111// week view
112
113.calendar-weekidentifier
114{
115        font-size:16px;
116        font-weight: bold;
117}
118
119.calendar_header
120{
121        font-size:16px;
122        font-weight: bold;
123        text-align: center;
124}
Note: See TracBrowser for help on using the repository browser.