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

Revision 1514, 9.3 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Correção de cor errada do link enviar criado por um commit desconhecido

  • 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.greyLine
184{
185        margin:1px;
186        border-top-color:#7e7e7e;
187        border-top-width:1px;
188        border-top-style:solid;
189        height:1px;
190}
191
192.prefSection
193{
194        font-weight:bold;
195        font-size:16px;
196        line-height:40px;
197}
198
199#extraIcons
200{
201/*      position:absolute;
202        z-index:13;
203        right:10px;
204        top:113px;
205        visibility:hidden;*/
206/*      background-image:url(../images/alpha-white.png);*/
207        background-color:#eeeeee;
208        border-width:1px;
209        border-color:#7e7e7e;
210        border-style:solid;
211}
212
213.extraIconsRow
214{
215        border-top-color:#dddddd;
216        border-top-width:1px;
217        border-top-style:solid;
218        padding:2px;
219}
220
221#divMain
222{
223        background-color:white;
224        margin-top: 0px;
225        padding:9px;
226        border-color:#7e7e7e;
227        border-width:1px;
228        border-style:solid;
229}
230
231#divLogo
232{
233        position:absolute;
234        left:20px;
235        top:5px;
236        z-index:51;
237}
238
239#divAppIconBar
240{
241        background-color:white;
242        border-top-color:#9c9c9c;
243        border-top-width:1px;
244        border-top-style:solid;
245        background-image: url(../images/background-icon-bar.png);
246        background-repeat: repeat-x
247}
248
249#divAppTextBar
250{
251        background-color:white;
252}
253
254#user_info
255{
256        color: black;
257}
258#links_bar
259{
260                color: black;
261}
262
263#divStatusBar
264{
265        height:24px;
266        padding-left:10px;
267        padding-top:0px;
268}
269
270/*#divSubContainer
271{
272}
273*/
274#tdSidebox
275{
276        width:170px;
277        background-color:white;
278        overflow:visible;
279}
280
281
282#tdAppbox
283{
284        background-color:white;
285        width: 100%;
286}
287#divSideboxContainer
288{
289        position:relative;
290        width:150px;
291        top:0px;
292        left:0px;
293        background-color:white;
294        border-width:1px;
295        border-style:solid;
296        z-index:40;
297}
298
299#divAppboxHeader
300{
301        margin-top:2px;
302        margin-left:2px;
303        margin-right:2px;
304        font-family: Verdana, Arial, Helvetica, sans-serif;
305        font-size: 14px;
306        font-weight: bold;
307        color: #000066;
308        text-align: center;
309        padding: 0px;
310        background-color: #eeeee0;
311        height:24px;
312        line-height:24px;
313        border-top-color:#9c9c9c;
314        border-top-width:1px;
315        border-top-style:solid;
316        border-left-color:#9c9c9c;
317        border-left-width:1px;
318        border-left-style:solid;
319        border-right-color:#9c9c9c;
320        border-right-width:1px;
321        border-right-style:solid;
322}
323
324#divAppbox
325{
326        background-color: #eeeee0;
327        padding-right:1px;
328        padding-top:1px;
329        padding-bottom:1px;
330        padding-left:15px;
331        border-bottom-color:#9c9c9c;
332        border-bottom-width:1px;
333        border-bottom-style:solid;
334        border-left-color:#9c9c9c;
335        border-left-width:1px;
336        border-left-style:solid;
337        border-right-color:#9c9c9c;
338        border-right-width:1px;
339        border-right-style:solid;
340        margin-top:0px;
341        margin-bottom:0px;
342        margin-left:2px;
343        margin-right:2px;
344
345}
346
347#fmStatusBar
348{
349        margin-left:4px;
350        margin-bottom:3px;
351        font-size: 10px;
352/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
353       
354
355}
356
357
358.fmButton
359{
360        background-image:url(../images/buttonbackground.png);
361        width:28px;
362        height:28px;
363        background-repeat: no-repeat;
364}
365
366#fmLocation
367{
368        position:relative;
369        /*background-image:url(../images/buttonbackgroundscaled.png);
370        background-repeat: repeat-x;*/
371        /*margin-left:4px;*/
372        margin-bottom:3px;
373        height:27px;
374
375}
376
377#fmMenu
378{
379        position:relative;
380}
381#fmFileWindow
382{
383        background-color:#ffffff;
384        margin-left:4px;
385        padding:5px;
386        position:relative;
387        border-right: #cccccc 1px solid;
388        border-top: #9c9c9c 2px solid;
389        border-left: #9c9c9c 2px solid;
390        border-bottom: #cccccc 1px solid
391}
392
393#user_info
394{
395padding-left:17px;
396
397}
398
399#admin_info
400{
401        position:relative;
402        text-align:center;
403        margin-right:10px;
404}
405
406#divGenTime
407{
408        bottom:14px;
409        font-size: 9px;
410        color: #ff0000;
411        text-align:center;
412        width:99%;
413}
414
415#divPoweredBy
416{
417        font-family: Verdana, Arial, Helvetica, sans-serif;
418        font-size: 10px;
419        color: #999999;
420        text-decoration: none;
421        padding: 7px;
422        text-align: center;
423        background-color:white;
424}
425.navbar_but
426{
427        background-image: url(../../../../phpgwapi/templates/default/images/back_app_canyon.png) !important;
428        width: 40px;
429        height: 40px;
430        vertical-align: center;
431        text-align: center;
432        padding-right: 6px;
433        cursor:pointer;
434        cursor:hand;
435        background-repeat:no-repeat;
436}
437
438.navbar_butOver
439{
440        background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_canyon.png) !important;
441        width: 40px;
442        height: 40px;
443        vertical-align: center !important;
444        text-align: center !important;
445        padding-right:6px;
446        cursor:pointer;
447        cursor:hand;
448        background-repeat:no-repeat;
449}
450
451.navbar_butOut
452{
453        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important;
454        width: 40px;
455        height: 40px;
456        vertical-align: center !important;
457        text-align: center !important;
458        padding-right:6px;
459        cursor:pointer;
460        cursor:hand;
461        background-repeat:no-repeat;
462}
463
464.toolbar
465{
466        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png);
467        position:absolute;
468}
469
470.logo_expresso
471{
472        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat;
473        width: 264px;
474        height: 35px;
475}
476
477.content-menu {
478        padding: 0px 0px 0px 0px !important;
479        background: #fff !important;
480}
481
482.image-menu {
483        padding: 0px 0px 0px 0px !important;
484        background: #ddf4fe url(../../../../phpgwapi/templates/default/images/folder_bg_canyon.jpg) no-repeat scroll center bottom !important;
485}
486
487.menu-degrade {
488          background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important;
489          background-repeat: repeat-x;
490}
491
492.navbar_butOut
493{
494        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_canyon.png) !important;
495        width: 40px;
496        height: 40px;
497        vertical-align: center !important;
498        text-align: center !important;
499        padding-right:6px;
500        cursor:pointer;
501        cursor:hand;
502        background-repeat:no-repeat;
503}
504
505.toolbar
506{
507        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png);
508        position:absolute;
509}
510
511.logo_expresso
512{
513        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_canyon.png) no-repeat;
514        width: 264px;
515        height: 35px;
516}
517
518.message_header{
519        background-color: #cfb69e !important;
520}
521.menu
522{
523        background-color:#a19183 !important;
524        border: 1px solid #f4f7fc !important;
525        border-bottom: 1px solid #4a79b1 !important;
526}
527.menu-sel{
528    color:#0000FF !important;
529    background-color:#F7F7F7 !important;
530    border-color: #A19183 !important;
531}
532.table_message{
533        background: url(../../../../phpgwapi/templates/default/images/fundo_topo_canyon.png) !important;
534}
535
536.message_options {
537         color: #863 !important;
538}
539
540.tr_msg_unread
541{
542        background-color:#EEEEE0 !important;
543}
Note: See TracBrowser for help on using the repository browser.