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

Revision 1195, 9.2 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Tornando temas tambem visíveis no contactcenter

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