source: branches/2.2.0.1/calendar/templates/default/app.css @ 4163

Revision 4163, 3.9 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1798 - Destacar nos mini-calendários o dia que está em exibição.

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