source: trunk/phpgwapi/templates/default/css/cataratas.css @ 1719

Revision 1719, 7.7 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias no módulo gerenciador de arquivos com ajax

  • 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        background-color:#eeeeee;
196        border-width:1px;
197        border-color:#7e7e7e;
198        border-style:solid;
199}
200
201.extraIconsRow
202{
203        border-top-color:#dddddd;
204        border-top-width:1px;
205        border-top-style:solid;
206        padding:2px;
207}
208
209#divMain
210{
211        background-color:white;
212        margin-top: 0px;
213        padding:9px;
214        border-color:#7e7e7e;
215        border-width:1px;
216        border-style:solid;
217}
218
219#divLogo
220{
221        position:absolute;
222        left:20px;
223        top:5px;
224        z-index:51;
225}
226
227#divAppIconBar
228{
229        background-color:white;
230        border-top-color:#9c9c9c;
231        border-top-width:1px;
232        border-top-style:solid;
233        background-image: url(../images/background-icon-bar.png);
234        background-repeat: repeat-x
235}
236
237#divAppTextBar
238{
239        background-color:white;
240}
241
242#user_info
243{
244        color: white;
245}
246#links_bar
247{
248                color: white;
249}
250
251#divStatusBar
252{
253        height:24px;
254        padding-left:10px;
255        padding-top:0px;
256}
257
258/*#divSubContainer
259{
260}
261*/
262#tdSidebox
263{
264        width:170px;
265        background-color:white;
266        overflow:visible;
267}
268
269
270#tdAppbox
271{
272        background-color:white;
273        width: 100%;
274}
275#divSideboxContainer
276{
277        position:relative;
278        width:150px;
279        top:0px;
280        left:0px;
281        background-color:white;
282        border-width:1px;
283        border-style:solid;
284        z-index:40;
285}
286
287#divAppboxHeader
288{
289        margin-top:2px;
290        margin-left:2px;
291        margin-right:2px;
292        font-family: Verdana, Arial, Helvetica, sans-serif;
293        font-size: 14px;
294        font-weight: bold;
295        color: #000066;
296        text-align: center;
297        padding: 0px;
298        background-color: #e6f3d9;
299        height:24px;
300        line-height:24px;
301        border-top-color:#9c9c9c;
302        border-top-width:1px;
303        border-top-style:solid;
304        border-left-color:#9c9c9c;
305        border-left-width:1px;
306        border-left-style:solid;
307        border-right-color:#9c9c9c;
308        border-right-width:1px;
309        border-right-style:solid;
310}
311
312#divAppbox
313{
314        background-color: #e6f3d9;
315        padding-right:1px;
316        padding-top:1px;
317        padding-bottom:1px;
318        padding-left:15px;
319        border-bottom-color:#9c9c9c;
320        border-bottom-width:1px;
321        border-bottom-style:solid;
322        border-left-color:#9c9c9c;
323        border-left-width:1px;
324        border-left-style:solid;
325        border-right-color:#9c9c9c;
326        border-right-width:1px;
327        border-right-style:solid;
328        margin-top:0px;
329        margin-bottom:0px;
330        margin-left:2px;
331        margin-right:2px;
332
333}
334
335#fmStatusBar
336{
337        margin-left:4px;
338        margin-bottom:3px;
339        font-size: 10px;
340/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
341       
342
343}
344
345
346#user_info
347{
348padding-left:17px;
349
350}
351
352#admin_info
353{
354        position:relative;
355        text-align:center;
356        margin-right:10px;
357}
358
359#divGenTime
360{
361        bottom:14px;
362        font-size: 9px;
363        color: #ff0000;
364        text-align:center;
365        width:99%;
366}
367
368#divPoweredBy
369{
370        font-family: Verdana, Arial, Helvetica, sans-serif;
371        font-size: 10px;
372        color: #999999;
373        text-decoration: none;
374        padding: 7px;
375        text-align: center;
376        background-color:white;
377}
378
379.navbar_but
380{
381        background-image: url(../../../../phpgwapi/templates/default/images/back_app_fozi.png) !important;
382        width: 40px;
383        height: 40px;
384        vertical-align: center;
385        text-align: center;
386        padding-right: 6px;
387        cursor:pointer;
388        cursor:hand;
389        background-repeat:no-repeat;
390}
391
392.navbar_butOver
393{
394        background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_fozi.png) !important;
395        width: 40px;
396        height: 40px;
397        vertical-align: center !important;
398        text-align: center !important;
399        padding-right:6px;
400        cursor:pointer;
401        cursor:hand;
402        background-repeat:no-repeat;
403}
404
405.navbar_butOut
406{
407        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_fozi.png) !important;
408        width: 40px;
409        height: 40px;
410        vertical-align: center !important;
411        text-align: center !important;
412        padding-right:6px;
413        cursor:pointer;
414        cursor:hand;
415        background-repeat:no-repeat;
416}
417
418.toolbar
419{
420        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_fozi.jpg);
421        position:absolute;
422}
423
424.logo_expresso
425{
426        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_fozi.gif) no-repeat;
427        width: 264px;
428        height: 35px;
429}
430
431.content-menu {
432        padding: 0px 0px 0px 0px !important;
433        background: #fff !important;
434}
435
436.menu-degrade {
437          background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important;
438          background-repeat: repeat-x;
439}
440
441.image-menu {
442        padding: 0px 0px 0px 0px !important;
443        background: #a0b2cc url(../../../../phpgwapi/templates/default/images/folder_bg_fozi.jpg) no-repeat scroll center bottom !important;
444}
445
446.message_header
447{
448        background-color: #98c17f !important;
449}
450
451.menu
452{
453        background-color:#c2d8b1 !important;
454        border: 1px solid #f4f7fc !important;
455        border-bottom: 1px solid #4a79b1 !important;
456}
457.message_options_active {
458        color: #D00 !important;
459        font-weight: bold !important;
460}
461
462.message_options_inactive {
463        color: #999 !important;
464}
465
466.message_options {
467        color: blue !important;
468        font-weight: bold !important;
469}
470
471.message_options_over {
472        color: #D00 !important;
473        font-weight: bold !important
474}
475
476.table_message{
477        background:#98C17F !important;
478}
479
480
481.tr_msg_read {
482        color: #3f3f3f;
483        background-color: #ffffff;
484        -moz-user-select: none;
485}
486
487.tr_msg_read2 {
488        color: #3f3f3f;
489        background-color: #e6f3d9;
490        -moz-user-select: none;
491}
Note: See TracBrowser for help on using the repository browser.