source: trunk/phpgwapi/templates/default/css/comics.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
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#calendarid, #expressoMail12id, #contactcenterid, #newsadminid, #logout_id, #homeid, #adminid, #expressoadmin12id, #jabberitmessengerid, #expressoCalendarid
238{
239        padding-top: 4px !important;
240        padding-left: 5px !important;
241        height: 24px !important;
242        width: 24px !important;
243}
244
245#divAppTextBar
246{
247        background-color:white;
248}
249
250#user_info
251{
252        color: black;
253}
254#links_bar
255{
256        color: black;
257}
258
259#divStatusBar
260{
261        height:24px;
262        padding-left:10px;
263        padding-top:0px;
264}
265
266/*#divSubContainer
267{
268}
269*/
270#tdSidebox
271{
272        width:170px;
273        background-color:white;
274        overflow:visible;
275}
276
277
278#tdAppbox
279{
280        background-color:white;
281        width: 100%;
282}
283#divSideboxContainer
284{
285        position:relative;
286        width:150px;
287        top:0px;
288        left:0px;
289        background-color:white;
290        border-width:1px;
291        border-style:solid;
292        z-index:40;
293}
294
295#divAppboxHeader
296{
297        margin-top:2px;
298        margin-left:2px;
299        margin-right:2px;
300        font-family: Verdana, Arial, Helvetica, sans-serif;
301        font-size: 14px;
302        font-weight: bold;
303        color: #000066;
304        text-align: center;
305        padding: 0px;
306        background-color: white;
307        height:24px;
308        line-height:24px;
309        border-top-color:#9c9c9c;
310        border-top-width:1px;
311        border-top-style:solid;
312        border-left-color:#9c9c9c;
313        border-left-width:1px;
314        border-left-style:solid;
315        border-right-color:#9c9c9c;
316        border-right-width:1px;
317        border-right-style:solid;
318}
319
320#divAppbox
321{
322        background-image: url(../../../../phpgwapi/templates/default/images/comics_bg.jpg);
323        padding-right:1px;
324        padding-top:1px;
325        padding-bottom:1px;
326        padding-left:15px;
327        border-bottom-color:#9c9c9c;
328        border-bottom-width:1px;
329        border-bottom-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        margin-top:0px;
337        margin-bottom:0px;
338        margin-left:2px;
339        margin-right:2px;
340
341}
342
343#fmStatusBar
344{
345        margin-left:4px;
346        margin-bottom:3px;
347        font-size: 10px;
348/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
349       
350
351}
352
353
354.fmButton
355{
356        background-image:url(../images/buttonbackground.png);
357        width:28px;
358        height:28px;
359        background-repeat: no-repeat;
360}
361
362#fmLocation
363{
364        position:relative;
365        /*background-image:url(../images/buttonbackgroundscaled.png);
366        background-repeat: repeat-x;*/
367        /*margin-left:4px;*/
368        margin-bottom:3px;
369        height:27px;
370
371}
372
373#fmMenu
374{
375        position:relative;
376}
377#fmFileWindow
378{
379        background-color:#ffffff;
380        margin-left:4px;
381        padding:5px;
382        position:relative;
383        border-right: #cccccc 1px solid;
384        border-top: #9c9c9c 2px solid;
385        border-left: #9c9c9c 2px solid;
386        border-bottom: #cccccc 1px solid
387}
388
389#user_info
390{
391padding-left:17px;
392
393}
394
395#admin_info
396{
397        position:relative;
398        text-align:center;
399        margin-right:10px;
400}
401
402#divGenTime
403{
404        bottom:14px;
405        font-size: 9px;
406        color: #ff0000;
407        text-align:center;
408        width:99%;
409}
410
411#divPoweredBy
412{
413        font-family: Verdana, Arial, Helvetica, sans-serif;
414        font-size: 10px;
415        color: #999999;
416        text-decoration: none;
417        padding: 7px;
418        text-align: center;
419        background-color:white;
420}
421
422.navbar_but
423{
424        background-image: url(../../../../phpgwapi/templates/default/images/back_app_comics.png) !important;
425        width: 40px;
426        height: 45px;
427        vertical-align: top;
428        text-align: center;
429        padding-right: 12px;
430        cursor:pointer;
431        cursor:hand;
432        background-repeat:no-repeat;
433}
434
435.navbar_butOver
436{
437        background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_comics.png) !important;
438        width: 40px;
439        height: 45px;
440        vertical-align: top !important;
441        text-align: center !important;
442        padding-right:12px;
443        cursor:pointer;
444        cursor:hand;
445        background-repeat:no-repeat;
446}
447
448.navbar_butOut
449{
450        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_comics.png) !important;
451        width: 40px;
452        height: 45px;
453        vertical-align: top !important;
454        text-align: center !important;
455        padding-right:6px;
456        cursor:pointer;
457        cursor:hand;
458        background-repeat:no-repeat;
459}
460
461.toolbar
462{
463        background-color: white;
464        position:absolute;
465}
466
467.logo_expresso
468{
469        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_comics.png) no-repeat;
470        width: 264px;
471        height: 35px;
472}
473
474.content-menu {
475        padding: 0px 0px 0px 0px !important;
476        background: #fff !important;
477}
478.image-menu {
479        padding: 0px 0px 0px 0px !important;
480        background: #fff url(../../../../phpgwapi/templates/default/images/folder_bg_comics.jpg) no-repeat scroll center bottom !important;
481}
482
483.menu-degrade {
484          background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important;
485          background-repeat: repeat-x;
486}
487
488.message_header
489{
490        background-color: #606060 !important;
491        color: white !important;
492}
493
494.menu
495{
496        background-color: #DDD !important;
497        border: 2px solid black !important;
498        -moz-border-radius-topleft:20px !important;
499        -moz-border-radius-topright:20px !important;
500        border-bottom: 0px !important;
501}
502
503
504.menu-sel
505{
506        -moz-border-radius-topleft:5px !important;
507        -moz-border-radius-topright:5px !important;
508        background-color: white !important;
509        border: 2px solid black !important;
510        border-bottom: 0px !important;
511        color black !important;
512}
513
514.last_menu {
515        border-bottom:2px solid black !important;
516}
517
518.conteudo {
519        -moz-border-radius-bottomleft:16px !important;
520        -moz-border-radius-bottomright:16px !important;
521        -moz-border-radius-topleft:0 !important;
522        -moz-border-radius-topright:16px !important;
523        border-left:2px solid black !important;
524        border-bottom:2px solid black !important;
525        border-right:2px solid black !important;
526        border-top: 0px !important;
527        padding: 0px !important;
528}
529
530.message_options_active {
531        color: #D00 !important;
532        font-weight: bold !important;
533}
534
535.message_options_inactive {
536        color: #999 !important;
537}
538
539.message_options {
540        color: white !important;
541        font-weight: bold !important;
542}
543
544.message_options_over {
545        color: #D00 !important;
546        font-weight: bold !important
547}
548#table_message,
549.table_message,
550.tr_message_header
551{
552        background: #666 !important;
553        background-color: #666 !important;
554        color: white !important;
555}
Note: See TracBrowser for help on using the repository browser.