source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/sample/codebase/dhtmlxscheduler.css @ 6779

Revision 6779, 8.5 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1.dhx_cal_container{
2        background-color:#C2D5FC;
3        font-family:Tahoma;
4        font-size:8pt;
5        position:relative;
6        overflow:hidden;
7}
8.dhx_cal_container div{
9        -moz-user-select:none;   
10        -moz-user-select:-moz-none;   
11}
12.dhx_cal_navline{
13        height:20px;
14        position:absolute;
15        z-index:3;
16        width:750px;
17        color:#2F3A48;
18}
19.dhx_cal_navline div{
20        position:absolute;
21        top:2px;
22        white-space:nowrap;
23}
24.dhx_cal_navline .dhx_cal_date{
25        font-weight:600;
26        left:210px;
27}
28.dhx_cal_button .dhx_left_bg{
29        width:1px; overflow:hidden;
30        height:17px;
31        z-index:20;
32        top:0px;
33}
34.dhx_cal_prev_button{
35        background-image:url(imgs/buttons.png);
36        background-position:0px 0px;
37        width:29px; height:17px;
38        left:50px; cursor:pointer;
39}
40.dhx_cal_next_button{
41        background-image:url(imgs/buttons.png);
42        background-position: -30px 0px;
43        width:29px; height:17px;
44        left:80px; cursor:pointer;
45}
46.dhx_cal_today_button{
47        background-image:url(imgs/buttons.png);
48        background-position: -60px 0px;
49        width:75px; height:17px;
50        left:112px; cursor:pointer;
51        text-align:center;
52        text-decoration:underline;
53}
54.dhx_cal_tab{
55        background-image:url(imgs/white_tab.png);
56        width:61px; height:19px;
57        text-align:center;
58        text-decoration:underline;
59        padding-top:3px; cursor:pointer;
60}
61.dhx_cal_tab.active{
62        background-image:url(imgs/blue_tab.png);
63        text-decoration:none;
64        height:20px;
65        padding-top:2px; cursor:default;
66        font-weight:bold;
67}
68.dhx_cal_header{
69        position:absolute;
70        left:10px;      top:23px;
71        width:750px;
72        border-top:1px dotted #8894A3;
73        border-right:1px dotted #8894A3;
74        z-index:2;
75        overflow:hidden;
76        color:#2F3A48;
77}
78.dhx_cal_data{
79        border-top:1px dotted #8894A3;
80        position:absolute;
81        top:44px;
82        width:600px;
83        overflow-y:auto;
84        overflow-x:hidden;
85}
86.dhx_scale_bar{
87        position:absolute;     
88        text-align:center;
89        background-color:#C2D5FC;
90        padding-top:3px;
91        border-left:1px dotted #586A7E;
92}
93.dhx_scale_holder{
94        position:absolute;     
95        border-right:1px dotted #586A7E;
96        background-image:url(imgs/databg.png);
97}
98.dhx_scale_holder_now{
99        position:absolute;     
100        border-right:1px dotted #586A7E;
101        background-image:url(imgs/databg_now.png);
102}
103.dhx_scale_hour{
104        height:41px;
105        width:50px;
106        border-bottom:1px dotted #8894A3;
107        background-color:#C2D5FC;
108        text-align:center;
109        line-height:40px;
110        color:#586A7E;
111        overflow:hidden;
112}
113.dhx_month_head{
114        background-color:#EBEFF4;
115        color:#2F3A48; 
116        border-right:1px dotted #586A7E;
117        height:18px;
118        padding-right:5px;
119        padding-top:3px;
120        text-align:right;
121}
122.dhx_month_body{
123        border-right:1px dotted #586A7E;
124        border-bottom:1px dotted #586A7E;
125        background-color:#FFFFFF;
126}
127.dhx_now .dhx_month_body{
128        background-color:#E2EDFF;
129}
130.dhx_after  .dhx_month_body, .dhx_before .dhx_month_body{
131        background-color:#ECECEC;
132}
133.dhx_after  .dhx_month_head, .dhx_before .dhx_month_head{
134        background-color:#E2E3E6;
135        color:#94A6BB;
136}
137.dhx_now .dhx_month_head{
138        background-color:#D1DEF4;
139        font-weight:bold;
140}
141.dhx_cal_drag{
142        position:absolute;
143        z-index:9999;
144        background-color:#FFE763;
145        border:1px solid #B7A543;
146        opacity:0.5;
147        filter:alpha(opacity=50);
148}
149.dhx_loading{
150        position:absolute;
151        width:128px;
152        height:15px;
153        background-image:url(imgs/loading.gif);
154        z-index:9999;
155}
156.dhx_multi_day_icon, .dhx_multi_day{
157        position:absolute;
158        background-color:#E1E6FF;
159        background-repeat:no-repeat;
160        border-bottom:1px dotted #8894A3;
161        border-left:1px dotted #8894A3;
162}
163.dhx_multi_day_icon{
164        background-image:url(imgs/clock_big.gif);
165}
166.dhx_multi_day_icon_small{
167        background-image:url(imgs/clock_small.gif);     
168}
169.dhx_multi_day_icon, .dhx_multi_day_icon_small{
170        background-position: center center;
171        position:absolute;
172        background-color:#E1E6FF;
173        background-repeat:no-repeat;
174        border-bottom:1px dotted #8894A3;
175        border-left:1px dotted #8894A3;
176}
177.dhtmlxLayoutPolyContainer_dhx_skyblue  .dhx_cal_container {
178        background-color: #d0e5ff;
179}
180
181.dhx_cal_event div{
182        background-color:#FFE763;
183        border:1px solid #B7A543;
184        color:#887A2E;
185        overflow:hidden;
186        width:100%;
187       
188        font-family:Tahoma;
189        font-size:8pt;
190}
191.dhx_move_denied .dhx_cal_event .dhx_header, .dhx_move_denied .dhx_cal_event .dhx_title{
192        cursor:default;
193}
194.dhx_cal_event .dhx_header{
195        height:1px;
196        margin-left:1px;
197        border-width:1px 1px 0px 1px;
198        cursor:pointer;
199}
200.dhx_cal_event .dhx_title{
201        height:12px;
202        border-width:0px 1px 1px 1px;
203        border-bottom-style:dotted;
204       
205        font-size:7pt;
206        font-weight:bold;
207        text-align:center;
208       
209        background-position:right;
210        background-repeat:no-repeat;
211        cursor:pointer;
212}
213.dhx_cal_event .dhx_body{
214        border-width:0px 1px 1px 1px;
215        padding:5px;
216}
217.dhx_resize_denied .dhx_cal_event .dhx_footer{
218        cursor:default;
219}
220.dhx_cal_event .dhx_footer{
221        height:1px;
222        margin-left:2px;
223        border-width:0px 1px 1px 1px;
224        cursor:s-resize;
225}
226.dhx_cal_event_line{
227        background-color:#FFE763;
228        border:1px solid #B7A543;
229        font-family:Tahoma;
230        font-size:8pt;
231        height:13px;
232        padding-left:10px;
233        color:#887A2E;
234        cursor:pointer;
235        overflow:hidden;
236}
237.dhx_cal_event_clear{
238        font-family:Tahoma;
239        font-size:8pt;
240        height:13px;
241        padding-left:2px;
242        color:#887A2E; 
243        white-space:nowrap;
244        overflow:hidden;
245        cursor:pointer;
246}
247.dhx_in_move{
248        background-color:#FFFF80;
249}
250div.dhx_cal_editor{
251        background-color:#FFE763;
252        border:1px solid #B7A543;
253        border-top-style:dotted;
254        z-index:999;
255        position:absolute;
256        overflow:hidden;
257}
258textarea.dhx_cal_editor{
259        width:100%;
260        height:100%;
261        border:0px solid black;
262        margin:none;
263        padding:none;
264        overflow:auto;
265}
266div.dhx_menu_head{
267        background-image:url(imgs/controls.gif);
268        background-position: 0px -43px;
269        width:10px; height:10px;
270        margin-left:5px; margin-top:1px;
271        border:none;
272        cursor:default;
273}
274div.dhx_menu_icon{
275        background-image:url(imgs/controls.gif);
276        width:20px; height:20px;
277        margin-left:-5px; margin-top:0px;
278        border:none;
279        cursor:pointer;
280}
281div.icon_details{
282        background-position: 0px 0px;
283}
284div.icon_edit{
285        background-position: -22px 0px;
286}
287div.icon_save{
288        background-position: -84px -1px;
289}
290div.icon_cancel{
291        background-position: -62px 0px;
292}
293div.icon_delete{
294        background-position: -42px 0px;
295}
296
297        .dhx_cal_light{
298                height:400px;
299                light:300px;           
300                background-color:#FFE763;
301               
302                font-family:Tahoma;
303                font-size:8pt;
304                border:1px solid #B7A64B;
305                color:#887A2E;         
306               
307                position:absolute;
308                z-index:10001;
309               
310                width:580px;
311                height:300px;
312        }
313        .dhx_mark{
314                position:relative; top:3px;
315                background-image:url('./imgs/controls.gif');
316                background-position: 0px -43px;
317                padding-left:10px;
318        }
319        .dhx_ie6 .dhx_mark{
320                background-position: 6px -41px;
321        }
322       
323        .dhx_cal_light select{
324                font-family:Tahoma;
325                font-size:8pt;
326                color:#887A2E;         
327                padding:2px;
328                margin:0px;
329        }
330        .dhx_cal_ltitle{
331                padding:2px 0px 2px 5px;
332                overflow:hidden;
333                white-space:nowrap;
334        }
335        .dhx_cal_ltitle span{
336                white-space:nowrap;
337        }
338        .dhx_cal_lsection{
339                background-color:#DBCF8C;
340                color:#FFF4B5;
341                font-size:18pt;
342                font-weight:bold;
343                padding:5px 0px 3px 10px;
344        }
345        .dhx_cal_ltext{
346                padding:2px     0px 2px 10px;
347                height:130px;
348                height=140px;
349                overflow:hidden;
350        }
351        .dhx_cal_ltext textarea{
352                background-color:transparent;
353                overflow:auto;
354                border:none;
355                color:#887A2E;
356                height:100%;
357                width:100%;
358                outline:none !important;
359        }
360        .dhx_time{
361                font-weight:bold;
362        }
363        .dhx_cal_light .dhx_title{
364                padding-left:10px;
365        }
366        .dhx_cal_larea{
367                border:1px solid #DCC43E;
368                background-color:#FFF4B5;
369                overflow:hidden;
370               
371                margin-left:3px;
372               
373                width:572px;
374                height:1px;
375        }
376        .dhx_btn_set{
377                padding:5px 10px 0px 10px;
378                float:left;
379        }
380        .dhx_btn_set div{
381                float:left;
382                height:21px;
383                line-height:21px;
384                vertical-align:middle;
385                cursor:pointer;
386        }
387        .dhx_save_btn{
388                background-image:url('./imgs/controls.gif');
389                background-position:-84px 0px;
390                width:21px;
391               
392        }
393        .dhx_cancel_btn{
394                background-image:url('./imgs/controls.gif');
395                background-position:-63px 0px;
396                width:20px;
397        }
398        .dhx_delete_btn{
399                background-image:url('./imgs/controls.gif');
400                background-position:-42px 0px;
401                width:20px;
402        }
403        .dhx_cal_cover{
404                width:100%;
405                height:100%;   
406                position:absolute;
407                z-index:10000;
408                top:0px;
409                left:0px;
410                background-color:black;
411               
412                opacity:0.1;
413                filter:alpha(opacity=10);
414        }
415        .dhx_custom_button{
416                padding:0px 3px 0px 3px;
417                color:#887A2E;
418                font-family:Tahoma;
419                font-size:8pt;
420                background-color:#FFE763;
421                font-weight:normal;
422                margin-right:5px;
423                margin-top:5px;
424                cursor:pointer;
425        }
426        .dhx_custom_button div{
427                cursor:pointer;
428                float:left;
429                height:21px;
430                line-height:21px;
431                vertical-align:middle;
432        }       
433
Note: See TracBrowser for help on using the repository browser.