source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/sources/layout.css @ 6779

Revision 6779, 3.9 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}
Note: See TracBrowser for help on using the repository browser.