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

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

Importação inicial do Expresso da Celepar

Line 
1/* CSS Document */
2.calendar_print_main {
3        text-align:center;
4        font-family: Verdana, Arial, Helvetica, sans-serif;
5        font-size: 8px;
6        color: #000066;
7        background-color: #F7F7F7;
8/*      border: 1px solid #CCCCCC;*/
9        margin: 5px;
10        padding: 5px;
11        height: 116px;
12        width: 480px;
13}
14
15.button
16{
17        font-family: Verdana, Arial, Helvetica, sans-serif;
18        font-size: 14px;
19        color: #006699;
20        background-color: #D4D0C8;
21        border: 2px solid #666666;
22}
23.to_continue
24{
25        font-size: 9px;
26}
27
28A.minicalendar
29{
30        color: #000000;
31        font-size: 9px;
32       
33}
34
35A.bminicalendar
36{
37        color: #336699;
38        font-style: italic;
39        font-weight: bold;
40        font-size: 9px;
41}
42
43A.minicalendargrey
44{
45        color: #999999;
46        font-size: 10px;
47        font-weight: bold;
48}
49
50A.bminicalendargrey
51{
52        color: #336699;
53        font-style: italic;
54        font-size:10px;
55}
56
57A.minicalhol
58{
59        padding-left:3px;
60        padding-right:3px;
61        background: #dab0b0;
62        color: #000000;
63        font-size: 10px;
64}
65
66A.bminicalhol
67{
68        padding-left:3px;
69        padding-right:3px;
70        background: #dab0b0;
71        color: #336699;
72        font-size: 10px;
73}
74
75A.minicalgreyhol
76{
77        padding-left:3px;
78        padding-right:3px;
79        background: #dab0b0;
80        color: #999999;
81        font-size: 10px;
82}
83
84A.bminicalgreyhol
85{
86        padding-left:3px;
87        padding-right:3px;
88        background: #dab0b0;
89        color: #999999;
90        font-size: 10px;
91}
92
93
94.event-on
95{
96        background: #D3DCE3;
97        border: #E8F0F0 1px solid;
98}
99
100.event-off
101{
102        background: #E8F0F0;
103        border: #D3DCE3 1px solid;
104}
105
106.event-holiday
107{
108        font-size: 100%;
109        background: #dac0c0;
110        color:#000000;
111        vertical-align: middle;
112}
113
114.time
115{
116        background: #D3DCE3;
117        color:#000000;
118        font-size: 10px;
119        font-weight: bold;
120        vertical-align: middle;
121        width: 5.2%;
122        text-align: right;
123        padding-right: 5px;
124        line-height: 11px;
125        border: #E8F0F0 1px solid;
126}
127
128
129.planner-cell
130{
131        cursor: pointer;
132        cursor: hand;
133        border: thin solid black;
134}
135
136/* common */
137.calendar_link_print
138{
139        text-align: center;
140        font-size: 10px;
141}
142
143/*Mini Calendar*/
144
145.calendar_minical_table
146{
147        width: 180px;
148        font-weight: bold;
149}
150
151.calendar_minical_daytable
152{
153        width: 100%;
154}
155
156.calendar_minical_dayname
157{
158        font-size: 9px;
159        text-align: right;
160}
161
162.calendar_minical_hrule
163{
164        width: 96%;
165}
166
167/* Header */
168.calendar_dropbuttons
169{
170        text-align: center;
171        vertical-align: bottom;
172        font-weight: bold;
173        font-size: 8px;
174}
175
176.calendar-weekidentifier
177{
178        font-size:16px;
179        font-weight: bold;
180        text-align: center;
181}
182
183.calendar_header
184{
185        font-size: 16px;
186        font-weight: bold;
187        text-align: center;
188}
189
190.calendar_dayview_table_header
191{
192        font-size: 13px;
193        font-weight: bold;
194        text-align: center;
195}
196
197.calendar_dayview_todo_header
198{
199        margin: 0px;
200        padding: 2px;
201        font-weight: bold;
202}
203
204/* week view */
205.calendar_week_identifier_table
206{
207        border: 0px solid black;
208        width: 100%;
209}
210
211.calendar_week_identifier
212{
213        font-size: 13px;
214        text-align: center;
215        font-weight: bold;
216}
217
218.calendar_weekview_daytitle
219{
220        font-weight: bold;
221        font-size: 12px;
222        background: #D3DCE3;
223}
224
225.calendar_m_w_table
226{
227        table-layout:fixed;
228        overflow:auto;
229        height: 100%;
230        width: 100%;
231        border: 0px #000000 solid;
232}
233
234.calendar_m_w_tablecell
235{
236        vertical-align: top;
237        padding-left: 4px;
238        padding-right: 4px;
239        padding-bottom: 6px;
240}
241
242A.event_entry
243{
244        font-size:10px;
245}
246
247/* month view */
248
249.calendar_month_identifier
250{
251        font-size:14px;
252        font-weight: bold;
253}
254
255.calendar_user_identifier
256{
257        font-size:12px;
258        color: #009999;
259        font-weight: bold;
260}
261
262.calendar_week_minical_table
263{
264        width:100%;
265        border: 0px solid #000000
266}
267
268.calendar_weekinfo
269{
270        color: #000000;
271        padding-left: 2px;
272        padding-right: 2px;
273        font-size: 10px;
274        font-weight: bold;
275        font-style: italic;
276}
277
278.calendar_index_table
279{
280        background-color: #dddddd;
281        border-bottom-style: double;
282        border-bottom-width: medium;
283
284}
285
286.calendar_index_table
287{
288        background-color: #dddddd;
289        border-bottom-style: double;
290        border-bottom-width: medium;
291
292}
Note: See TracBrowser for help on using the repository browser.