source: companies/celepar/calendar/templates/celepar/app_print.css @ 763

Revision 763, 3.7 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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