source: trunk/phpgwapi/templates/default/css/azul.css @ 1396

Revision 1396, 6.7 KB checked in by amuller, 15 years ago (diff)

Ticket #620 - Correção de visualização no IE, e lang

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