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

Revision 2286, 7.8 KB checked in by rodsouza, 14 years ago (diff)

Ticket #989 - Removendo regras de estilo incompatível com todos os módulos.

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