source: branches/2.2.0.1/calendar/templates/default/app_print.css @ 4001

Revision 4001, 3.8 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1615 - Componente novo para agenda......................................

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