source: branches/2.4/calendar/templates/default/app.css @ 7444

Revision 7444, 3.7 KB checked in by eduardow, 11 years ago (diff)

Ticket #3167 - Melhoria na performance nas pesquisas de contatos dinamicos.

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