source: trunk/phpgwapi/templates/celepar/css/celepar.css @ 2

Revision 2, 6.1 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.grid_email_class
2{
3        border-bottom:1px solid #cfcfcf;
4}
5
6body
7{
8        margin: 0px !important;
9        background-color:#E9E9E9 !important;
10        font-size: 11px !important;
11        font-family: Verdana, Arial, Helvetica, sans-serif !important;
12        padding:0px !important;
13}
14
15img
16{
17        border-width:0px !important;
18        border-style:none !important;
19        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
20*/
21}
22
23a:link,a:visited
24{
25        cursor:pointer !important;
26        color: #000066 !important;
27        text-decoration: none !important;
28}
29
30/*
31a:visited
32{
33        color: #006699;
34        text-decoration: none;
35}
36*/
37a:hover,a:active
38{
39        cursor:pointer !important;
40        color: #ff9933 !important;
41        text-decoration: underline !important;
42}
43/*
44a:active
45{
46        color: #006699;
47        text-decoration: underline;
48}
49*/
50input,button
51{
52        font-size: 11px !important;
53        color: #006699 !important;
54        font-family: Arial, Helvetica, sans-serif !important;
55        border: 1px #bbbbbb solid !important;
56}
57
58input[type=submit],input[type=button],button
59{
60        margin:1px !important;
61        padding:1px !important;
62        cursor: pointer !important;
63        cursor: hand !important;
64}
65
66input[type=image]
67{
68        cursor: pointer !important;
69        cursor: hand !important;
70        border: 0px #bbbbbb none !important;
71}
72select
73{
74        font-size: 11px !important;
75        color: #000066 !important;
76        font-family: Arial, Helvetica, sans-serif !important;
77        border: 1px #bbbbbb solid !important;
78        z-index: -1 !important;
79}
80
81td
82{
83        font-size: 11px !important;
84        /*text-align:left;*/
85        /*      padding-top:1px;
86        padding-bottom:1px;*/
87}
88
89.divLoginbox
90{
91        position:relative;
92        width: 300px;
93        border-right: #9c9c9c 1px solid;
94        border-top: #9c9c9c 1px solid;
95        border-left: #9c9c9c 1px solid;
96        border-bottom: #9c9c9c 1px solid
97}
98
99.divLoginboxHeader
100{
101        text-align:center;
102        background-color:#dddddd;
103        padding-top:2px;
104        font-size:10px;
105        color:#666666;
106}
107.divSidebox
108{
109        position:relative;
110        width: 147px;
111        border-right: #9c9c9c 1px solid;
112        border-top: #9c9c9c 1px solid;
113        border-left: #9c9c9c 1px solid;
114        border-bottom: #9c9c9c 1px solid
115}
116
117.tblHeadApp {
118
119        border-right: #9c9c9c 1px solid;       
120        border-top: #9c9c9c 1px solid;
121        border-left: #9c9c9c 1px solid;
122        border-bottom: #9c9c9c 1px solid
123}
124
125.divSideboxHeader
126{
127        text-align:center;
128        background-color:#000066;
129        padding-top:2px;
130        height: 15px;
131        color: #FFFFFF;
132
133}
134
135a.divSideboxEntry, .divSideboxEntry
136{
137        text-align:left;
138        height:16px;
139        background-color:#eeeeee;
140}
141
142a.appTitles,.appTitles
143{
144        font-size: 10px;
145        height:18px;
146        padding-top:2px;
147        padding-bottom:2px;
148
149}
150
151a.textSidebox
152{
153        font-size: 10px;
154        border-top: #aaaaaa 0px none;
155}
156
157.textSidebox
158{
159        font-size: 10px;
160        height:18px;
161        padding-top:2px;
162        padding-bottom:2px;
163        border-top: #aaaaaa 1px solid;
164
165}
166
167.sideboxSpace
168{
169        height:9px;
170}
171
172.greyLine
173{
174        margin:1px;
175        border-top-color:#7e7e7e;
176        border-top-width:1px;
177        border-top-style:solid;
178        height:1px;
179}
180
181.prefSection
182{
183        font-weight:bold;
184        font-size:16px;
185        line-height:40px;
186}
187
188#extraIcons
189{
190/*      position:absolute;
191        z-index:13;
192        right:10px;
193        top:113px;
194        visibility:hidden;*/
195/*      background-image:url(../images/alpha-white.png);*/
196        background-color:#eeeeee;
197        border-width:1px;
198        border-color:#7e7e7e;
199        border-style:solid;
200}
201
202.extraIconsRow
203{
204        border-top-color:#dddddd;
205        border-top-width:1px;
206        border-top-style:solid;
207        padding:2px;
208}
209
210#divMain
211{
212        background-color:white;
213        margin-top: 0px;
214        padding:9px;
215        border-color:#7e7e7e;
216        border-width:1px;
217        border-style:solid;
218}
219
220#divLogo
221{
222        position:absolute;
223        left:20px;
224        top:5px;
225        z-index:51;
226}
227
228#divAppIconBar
229{
230        background-color:white;
231        border-top-color:#9c9c9c;
232        border-top-width:1px;
233        border-top-style:solid;
234        background-image: url(../images/background-icon-bar.png);
235        background-repeat: repeat-x
236}
237
238#divAppTextBar
239{
240        background-color:white;
241}
242
243#divStatusBar
244{
245        background-color:#f7f8fa;
246        height:15px;
247        padding-left:10px;
248        padding-top:0px;
249}
250
251/*#divSubContainer
252{
253}
254*/
255#tdSidebox
256{
257        width:170px;
258        background-color:white;
259        overflow:visible;
260}
261
262
263#tdAppbox
264{
265        background-color:white;
266        width: 100%;
267}
268#divSideboxContainer
269{
270        position:relative;
271        width:150px;
272        top:0px;
273        left:0px;
274        background-color:white;
275        border-width:1px;
276        border-style:solid;
277        z-index:40;
278}
279
280#divAppboxHeader
281{
282        margin-top:2px;
283        margin-left:2px;
284        margin-right:2px;
285        font-family: Verdana, Arial, Helvetica, sans-serif;
286        font-size: 14px;
287        font-weight: bold;
288        color: #000066;
289        text-align: center;
290        padding: 0px;   
291        background-image:url(../images/appbox-header-background21.png);
292        background-repeat: repeat-x;
293        height:24px;
294        line-height:24px;
295        border-top-color:#9c9c9c;
296        border-top-width:1px;
297        border-top-style:solid;
298        border-left-color:#9c9c9c;
299        border-left-width:1px;
300        border-left-style:solid;
301        border-right-color:#9c9c9c;
302        border-right-width:1px;
303        border-right-style:solid;
304}
305
306#divAppbox
307{
308        background-color:#f7f7f7;
309        padding-right:1px;
310        padding-top:1px;
311        padding-bottom:1px;
312        padding-left:15px;
313        border-bottom-color:#9c9c9c;
314        border-bottom-width:1px;
315        border-bottom-style:solid;
316        border-left-color:#9c9c9c;
317        border-left-width:1px;
318        border-left-style:solid;
319        border-right-color:#9c9c9c;
320        border-right-width:1px;
321        border-right-style:solid;
322        margin-top:0px;
323        margin-bottom:0px;
324        margin-left:2px;
325        margin-right:2px;
326
327}
328
329#fmStatusBar
330{
331        margin-left:4px;
332        margin-bottom:3px;
333        font-size: 10px;
334/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
335       
336
337}
338
339
340.fmButton
341{
342        background-image:url(../images/buttonbackground.png);
343        width:28px;
344        height:28px;
345        background-repeat: no-repeat;
346}
347
348#fmLocation
349{
350        position:relative;
351        /*background-image:url(../images/buttonbackgroundscaled.png);
352        background-repeat: repeat-x;*/
353        /*margin-left:4px;*/
354        margin-bottom:3px;
355        height:27px;
356
357}
358
359#fmMenu
360{
361        position:relative;
362}
363#fmFileWindow
364{
365        background-color:#ffffff;
366        margin-left:4px;
367        padding:5px;
368        position:relative;
369        border-right: #cccccc 1px solid;
370        border-top: #9c9c9c 2px solid;
371        border-left: #9c9c9c 2px solid;
372        border-bottom: #cccccc 1px solid
373}
374
375#user_info
376{
377padding-left:17px;
378
379}
380
381#admin_info
382{
383        position:relative;
384        text-align:center;
385        margin-right:10px;
386}
387
388#divGenTime
389{
390        bottom:14px;
391        font-size: 9px;
392        color: #ff0000;
393        text-align:center;
394        width:99%;
395}
396
397#divPoweredBy
398{
399        font-family: Verdana, Arial, Helvetica, sans-serif;
400        font-size: 10px;
401        color: #999999;
402        text-decoration: none;
403        padding: 7px;
404        text-align: center;
405        background-color:white;
406}
Note: See TracBrowser for help on using the repository browser.