source: sandbox/expresso/novos_templates/phpgwapi/templates/azul/css/celepar.css @ 778

Revision 778, 6.1 KB checked in by niltonneto, 15 years ago (diff)

Resolve #475

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