source: trunk/calendar/templates/default/app.css @ 2

Revision 2, 3.0 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

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