source: trunk/phpgwapi/templates/default/css/rochas.css @ 1648

Revision 1648, 9.4 KB checked in by amuller, 15 years ago (diff)

Ticket #597 - melhoria no modulo gerenciador de arquivos

  • 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.selected_shortcut_msg {
11        color:  black   !important;
12        background-color: BurlyWood !important;
13}
14
15body
16{
17        margin: 0px !important;
18        background-color:#E9E9E9 !important;
19        font-size: 11px !important;
20        font-family: Verdana, Arial, Helvetica, sans-serif !important;
21        padding:0px !important;
22}
23
24img
25{
26        border-width:0px !important;
27        border-style:none !important;
28        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
29*/
30}
31
32a:link,a:visited
33{
34        cursor:pointer !important;
35        color: #000066 !important;
36        text-decoration: none !important;
37}
38
39/*
40a:visited
41{
42        color: #006699;
43        text-decoration: none;
44}
45*/
46a:hover,a:active
47{
48        cursor:pointer !important;
49        color: #ff9933 !important;
50        text-decoration: underline !important;
51}
52/*
53a:active
54{
55        color: #006699;
56        text-decoration: underline;
57}
58*/
59input,button
60{
61        font-size: 11px !important;
62        color: #006699 !important;
63        font-family: Arial, Helvetica, sans-serif !important;
64        border: 1px #bbbbbb solid !important;
65}
66input.em_button_like_span {
67        color:#886633 !important;
68}
69input[type=submit],input[type=button],button
70{
71        margin:1px !important;
72        padding:1px !important;
73        cursor: pointer !important;
74        cursor: hand !important;
75}
76
77input[type=image]
78{
79        cursor: pointer !important;
80        cursor: hand !important;
81        border: 0px #bbbbbb none !important;
82}
83select
84{
85        font-size: 11px !important;
86        color: #000066 !important;
87        font-family: Arial, Helvetica, sans-serif !important;
88        border: 1px #bbbbbb solid !important;
89        z-index: -1 !important;
90}
91
92td
93{
94        font-size: 11px !important;
95        /*text-align:left;*/
96        /*      padding-top:1px;
97        padding-bottom:1px;*/
98}
99
100.divLoginbox
101{
102        position:relative;
103        width: 300px;
104        border-right: #9c9c9c 1px solid;
105        border-top: #9c9c9c 1px solid;
106        border-left: #9c9c9c 1px solid;
107        border-bottom: #9c9c9c 1px solid
108}
109
110.divLoginboxHeader
111{
112        text-align:center;
113        background-color:#dddddd;
114        padding-top:2px;
115        font-size:10px;
116        color:#666666;
117}
118.divSidebox
119{
120        position:relative;
121        width: 147px;
122        border-right: #9c9c9c 1px solid;
123        border-top: #9c9c9c 1px solid;
124        border-left: #9c9c9c 1px solid;
125        border-bottom: #9c9c9c 1px solid
126}
127
128.tblHeadApp {
129
130        border-right: #9c9c9c 1px solid;       
131        border-top: #9c9c9c 1px solid;
132        border-left: #9c9c9c 1px solid;
133        border-bottom: #9c9c9c 1px solid
134}
135
136.divSideboxHeader
137{
138        text-align:center;
139        background-color:#000066;
140        padding-top:2px;
141        height: 15px;
142        color: #FFFFFF;
143
144}
145
146a.divSideboxEntry, .divSideboxEntry
147{
148        text-align:left;
149        height:16px;
150        background-color:#eeeeee;
151}
152
153a.appTitles,.appTitles
154{
155        font-size: 10px;
156        height:18px;
157        padding-top:2px;
158        padding-bottom:2px;
159
160}
161
162a.textSidebox
163{
164        font-size: 10px;
165        border-top: #aaaaaa 0px none;
166}
167
168.textSidebox
169{
170        font-size: 10px;
171        height:18px;
172        padding-top:2px;
173        padding-bottom:2px;
174        border-top: #aaaaaa 1px solid;
175
176}
177
178.sideboxSpace
179{
180        height:9px;
181}
182
183.dsused
184{
185                background-image: url(../images/dsused.gif);
186}
187
188.greyLine
189{
190        margin:1px;
191        border-top-color:#7e7e7e;
192        border-top-width:1px;
193        border-top-style:solid;
194        height:1px;
195}
196
197.prefSection
198{
199        font-weight:bold;
200        font-size:16px;
201        line-height:40px;
202}
203
204#extraIcons
205{
206/*      position:absolute;
207        z-index:13;
208        right:10px;
209        top:113px;
210        visibility:hidden;*/
211/*      background-image:url(../images/alpha-white.png);*/
212        background-color:#eeeeee;
213        border-width:1px;
214        border-color:#7e7e7e;
215        border-style:solid;
216}
217
218.extraIconsRow
219{
220        border-top-color:#dddddd;
221        border-top-width:1px;
222        border-top-style:solid;
223        padding:2px;
224}
225
226#divMain
227{
228        background-color:white;
229        margin-top: 0px;
230        padding:9px;
231        border-color:#7e7e7e;
232        border-width:1px;
233        border-style:solid;
234}
235
236#divLogo
237{
238        position:absolute;
239        left:20px;
240        top:5px;
241        z-index:51;
242}
243
244#divAppIconBar
245{
246        background-color:white;
247        border-top-color:#9c9c9c;
248        border-top-width:1px;
249        border-top-style:solid;
250        background-image: url(../images/background-icon-bar.png);
251        background-repeat: repeat-x
252}
253
254#divAppTextBar
255{
256        background-color:white;
257}
258
259#user_info
260{
261        color: black;
262}
263#links_bar
264{
265                color: black;
266}
267
268#divStatusBar
269{
270        height:24px;
271        padding-left:10px;
272        padding-top:0px;
273}
274
275/*#divSubContainer
276{
277}
278*/
279#tdSidebox
280{
281        width:170px;
282        background-color:white;
283        overflow:visible;
284}
285
286
287#tdAppbox
288{
289        background-color:white;
290        width: 100%;
291}
292#divSideboxContainer
293{
294        position:relative;
295        width:150px;
296        top:0px;
297        left:0px;
298        background-color:white;
299        border-width:1px;
300        border-style:solid;
301        z-index:40;
302}
303
304#divAppboxHeader
305{
306        margin-top:2px;
307        margin-left:2px;
308        margin-right:2px;
309        font-family: Verdana, Arial, Helvetica, sans-serif;
310        font-size: 14px;
311        font-weight: bold;
312        color: #000066;
313        text-align: center;
314        padding: 0px;
315        background-color: #eeeee0;
316        height:24px;
317        line-height:24px;
318        border-top-color:#9c9c9c;
319        border-top-width:1px;
320        border-top-style:solid;
321        border-left-color:#9c9c9c;
322        border-left-width:1px;
323        border-left-style:solid;
324        border-right-color:#9c9c9c;
325        border-right-width:1px;
326        border-right-style:solid;
327}
328
329#divAppbox
330{
331        background-color: #eeeee0;
332        padding-right:1px;
333        padding-top:1px;
334        padding-bottom:1px;
335        padding-left:15px;
336        border-bottom-color:#9c9c9c;
337        border-bottom-width:1px;
338        border-bottom-style:solid;
339        border-left-color:#9c9c9c;
340        border-left-width:1px;
341        border-left-style:solid;
342        border-right-color:#9c9c9c;
343        border-right-width:1px;
344        border-right-style:solid;
345        margin-top:0px;
346        margin-bottom:0px;
347        margin-left:2px;
348        margin-right:2px;
349
350}
351
352#fmStatusBar
353{
354        margin-left:4px;
355        margin-bottom:3px;
356        font-size: 10px;
357/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
358       
359
360}
361
362
363.fmButton
364{
365        background-image:url(../images/buttonbackground.png);
366        width:28px;
367        height:28px;
368        background-repeat: no-repeat;
369}
370
371#fmLocation
372{
373        position:relative;
374        /*background-image:url(../images/buttonbackgroundscaled.png);
375        background-repeat: repeat-x;*/
376        /*margin-left:4px;*/
377        margin-bottom:3px;
378        height:27px;
379
380}
381
382#fmMenu
383{
384        position:relative;
385}
386#fmFileWindow
387{
388        background-color:#ffffff;
389        margin-left:4px;
390        padding:5px;
391        position:relative;
392        border-right: #cccccc 1px solid;
393        border-top: #9c9c9c 2px solid;
394        border-left: #9c9c9c 2px solid;
395        border-bottom: #cccccc 1px solid
396}
397
398#user_info
399{
400padding-left:17px;
401
402}
403
404#admin_info
405{
406        position:relative;
407        text-align:center;
408        margin-right:10px;
409}
410
411#divGenTime
412{
413        bottom:14px;
414        font-size: 9px;
415        color: #ff0000;
416        text-align:center;
417        width:99%;
418}
419
420#divPoweredBy
421{
422        font-family: Verdana, Arial, Helvetica, sans-serif;
423        font-size: 10px;
424        color: #999999;
425        text-decoration: none;
426        padding: 7px;
427        text-align: center;
428        background-color:white;
429}
430.navbar_but
431{
432        background-image: url(../../../../phpgwapi/templates/default/images/back_app_canyon.png) !important;
433        width: 40px;
434        height: 40px;
435        vertical-align: center;
436        text-align: center;
437        padding-right: 6px;
438        cursor:pointer;
439        cursor:hand;
440        background-repeat:no-repeat;
441}
442
443.navbar_butOver
444{
445        background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_canyon.png) !important;
446        width: 40px;
447        height: 40px;
448        vertical-align: center !important;
449        text-align: center !important;
450        padding-right:6px;
451        cursor:pointer;
452        cursor:hand;
453        background-repeat:no-repeat;
454}
455
456.navbar_butOut
457{
458        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important;
459        width: 40px;
460        height: 40px;
461        vertical-align: center !important;
462        text-align: center !important;
463        padding-right:6px;
464        cursor:pointer;
465        cursor:hand;
466        background-repeat:no-repeat;
467}
468
469.toolbar
470{
471        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png);
472        position:absolute;
473}
474
475.logo_expresso
476{
477        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat;
478        width: 264px;
479        height: 35px;
480}
481
482.content-menu {
483        padding: 0px 0px 0px 0px !important;
484        background: #fff !important;
485}
486
487.image-menu {
488        padding: 0px 0px 0px 0px !important;
489        background: #ddf4fe url(../../../../phpgwapi/templates/default/images/folder_bg_canyon.jpg) no-repeat scroll center bottom !important;
490}
491
492.menu-degrade {
493          background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important;
494          background-repeat: repeat-x;
495}
496
497.navbar_butOut
498{
499        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important;
500        width: 40px;
501        height: 40px;
502        vertical-align: center !important;
503        text-align: center !important;
504        padding-right:6px;
505        cursor:pointer;
506        cursor:hand;
507        background-repeat:no-repeat;
508}
509
510.toolbar
511{
512        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png);
513        position:absolute;
514}
515
516.logo_expresso
517{
518        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat;
519        width: 264px;
520        height: 35px;
521}
522
523.message_header{
524        background-color: #cfb69e !important;
525}
526.menu
527{
528        background-color:#a19183 !important;
529        border: 1px solid #f4f7fc !important;
530        border-bottom: 1px solid #4a79b1 !important;
531}
532.menu-sel{
533    color:#0000FF !important;
534    background-color:#F7F7F7 !important;
535    border-color: #A19183 !important;
536}
537.table_message{
538        background: url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png) !important;
539}
540
541.message_options {
542         color: #863 !important;
543}
544
545.tr_msg_unread
546{
547        background-color:#EEEEE0 !important;
548}
Note: See TracBrowser for help on using the repository browser.