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

Revision 1195, 6.7 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.prefTable
7{         
8    background-color:#f4f8fb !important;   
9    margin: 0px 0px 10px 0px ;
10    border-left: 1px solid #D3DCE3;
11    border-right: 1px solid #D3DCE3;   
12    border-bottom: 1px solid #D3DCE3;
13   
14}
15
16.grid_email_class
17{
18        border-bottom:1px solid #cfcfcf;
19}
20
21body
22{
23        margin: 0px !important;
24        background-color:#E9E9E9 !important;
25        font-size: 11px !important;
26        font-family: Verdana, Arial, Helvetica, sans-serif !important;
27        padding:0px !important;
28}
29
30img
31{
32        border-width:0px !important;
33        border-style:none !important;   
34}
35
36a:link,a:visited
37{
38        cursor:pointer !important;
39        color: #000066 !important;
40        text-decoration: none !important;
41}
42
43a:hover,a:active
44{
45        cursor:pointer !important;
46        color: #ff9933 !important;
47        text-decoration: underline !important;
48}
49
50input,button
51{
52        font-size: 11px !important;
53        color: #006699 !important;
54        font-family: Arial, Helvetica, sans-serif !important;
55        border: 1px #bbbbbb solid !important;
56}
57
58input[type=submit],input[type=button],button
59{
60        margin:1px !important;
61        padding:1px !important;
62        cursor: pointer !important;
63        cursor: hand !important;
64}
65
66input[type=image]
67{
68        cursor: pointer !important;
69        cursor: hand !important;
70        border: 0px #bbbbbb none !important;
71}
72select
73{
74        font-size: 11px !important;
75        color: #000066 !important;
76        font-family: Arial, Helvetica, sans-serif !important;
77        border: 1px #bbbbbb solid !important;
78        z-index: -1 !important;
79}
80
81td
82{
83        font-size: 11px !important;     
84}
85
86
87
88.tblHeadApp {
89
90        border-right: #9c9c9c 1px solid;       
91        border-top: #9c9c9c 1px solid;
92        border-left: #9c9c9c 1px solid;
93        border-bottom: #9c9c9c 1px solid
94}
95
96.divSideboxHeader
97{
98        text-align:center;
99        background-color:#416faa;
100        padding-top:2px;
101        height: 15px;
102        color: #FFFFFF;
103
104}
105
106a.divSideboxEntry, .divSideboxEntry
107{
108        text-align:left;
109        height:16px;
110        background-color:#eeeeee;
111}
112
113a.appTitles,.appTitles
114{
115        font-size: 10px;
116        height:18px;
117        padding-top:2px;
118        padding-bottom:2px;
119
120}
121
122a.textSidebox
123{
124        font-size: 10px;
125        border-top: #aaaaaa 0px none;
126}
127
128.textSidebox
129{
130        font-size: 10px;
131        height:18px;
132        padding-top:2px;
133        padding-bottom:2px;
134        border-top: #aaaaaa 1px solid;
135
136}
137
138.sideboxSpace
139{
140        height:9px;
141}
142
143.greyLine
144{
145        margin:1px;
146        border-top-color:#7e7e7e;
147        border-top-width:1px;
148        border-top-style:solid;
149        height:1px;
150}
151
152.prefSection
153{
154        font-weight:bold;
155        font-size:16px;
156        line-height:40px;
157}
158
159#extraIcons
160{
161        background-color:#eeeeee;
162        border-width:1px;
163        border-color:#7e7e7e;
164        border-style:solid;
165}
166
167.extraIconsRow
168{
169        border-top-color:#dddddd;
170        border-top-width:1px;
171        border-top-style:solid;
172        padding:2px;
173}
174
175#divMain
176{
177        background-color:white;
178        margin-top: 0px;
179        padding:9px;
180        border-color:#7e7e7e;
181        border-width:1px;
182        border-style:solid;
183}
184
185#divLogo
186{
187        position:absolute;
188        left:20px;
189        top:5px;
190        z-index:51;
191}
192
193#divAppIconBar
194{
195        background-color:white;
196        border-top-color:#9c9c9c;
197        border-top-width:1px;
198        border-top-style:solid;
199        background-image: url(../images/background-icon-bar.png);
200        background-repeat: repeat-x
201}
202
203#divAppTextBar
204{
205        background-color:white;
206}
207
208#user_info
209{
210        color: white;
211}
212#links_bar
213{
214                color: white;
215}
216
217#divStatusBar
218{
219        height:24px;
220        padding-left:10px;
221        padding-top:0px;
222}
223
224#tdSidebox
225{
226        width:170px;
227        background-color:white;
228        overflow:visible;
229}
230
231
232#tdAppbox
233{
234        background-color:white;
235        width: 100%;
236}
237#divSideboxContainer
238{
239        position:relative;
240        width:150px;
241        top:0px;
242        left:0px;
243        background-color:white;
244        border-width:1px;
245        border-style:solid;
246        z-index:40;
247}
248
249#divAppboxHeader
250{
251        margin-top:2px;
252        margin-left:2px;
253        margin-right:2px;
254        font-family: Verdana, Arial, Helvetica, sans-serif;
255        font-size: 14px;
256        font-weight: bold;
257        color: #000066;
258        text-align: center;
259        padding: 0px;
260        background: url(../images/bgAppTitle.png);
261        height:24px;
262        line-height:24px;
263        border-top-color:#9c9c9c;
264        border-top-width:1px;
265        border-top-style:solid;
266        border-left-color:#9c9c9c;
267        border-left-width:1px;
268        border-left-style:solid;
269        border-right-color:#9c9c9c;
270        border-right-width:1px;
271        border-right-style:solid;
272
273}
274
275#divAppbox
276{
277        background: #fff url(../images/bgBlockContent.jpg);
278        background-repeat:repeat-x;
279        padding-right:1px;
280        padding-top:1px;
281        padding-bottom:1px;
282        padding-left:15px;
283        border-bottom-color:#9c9c9c;
284        border-bottom-width:1px;
285        border-bottom-style:solid;
286        border-left-color:#9c9c9c;
287        border-left-width:1px;
288        border-left-style:solid;
289        border-right-color:#9c9c9c;
290        border-right-width:1px;
291        border-right-style:solid;
292        margin-top:0px;
293        margin-bottom:0px;
294        margin-left:2px;
295        margin-right:2px;
296
297}
298
299#fmStatusBar
300{
301        margin-left:4px;
302        margin-bottom:3px;
303        font-size: 10px;
304}
305
306
307.fmButton
308{
309        background-image:url(../images/buttonbackground.png);
310        width:28px;
311        height:28px;
312        background-repeat: no-repeat;
313}
314
315#fmLocation
316{
317        position:relative;
318        margin-bottom:3px;
319        height:27px;
320
321}
322
323#fmMenu
324{
325        position:relative;
326}
327#fmFileWindow
328{
329        background-color:#ffffff;
330        margin-left:4px;
331        padding:5px;
332        position:relative;
333        border-right: #cccccc 1px solid;
334        border-top: #9c9c9c 2px solid;
335        border-left: #9c9c9c 2px solid;
336        border-bottom: #cccccc 1px solid
337}
338
339#user_info
340{
341padding-left:17px;
342
343}
344
345#admin_info
346{
347        position:relative;
348        text-align:center;
349        margin-right:10px;
350}
351
352#divGenTime
353{
354        bottom:14px;
355        font-size: 9px;
356        color: #ff0000;
357        text-align:center;
358        width:99%;
359}
360
361#divPoweredBy
362{
363        font-family: Verdana, Arial, Helvetica, sans-serif;
364        font-size: 10px;
365        color: #999999;
366        text-decoration: none;
367        padding: 7px;
368        text-align: center;
369        background-color:white;
370}
371
372.navbar_but
373{
374        background-image: url(../../../../phpgwapi/templates/default/images/back_app.png) !important;
375        width: 40px;
376        height: 40px;
377        vertical-align: center;
378        text-align: center;
379        padding-right: 6px;
380        cursor:pointer;
381        cursor:hand;
382        background-repeat:no-repeat;
383}
384.menu-degrade {
385          background-image: url(../../../../phpgwapi/templates/default/images/degrade.png) !important;
386          background-repeat: repeat-x;
387}
388
389.image-menu {
390        padding: 0px 0px 0px 0px;
391        background: url(../../../../phpgwapi/templates/default/images/folder_bg.png);
392}
393
394.navbar_butOver
395{
396        background-image: url(../../../../phpgwapi/templates/default/images/back_app_over.png) !important;
397        width: 40px;
398        height: 40px;
399        vertical-align: center !important;
400        text-align: center !important;
401        padding-right:6px;
402        cursor:pointer;
403        cursor:hand;
404        background-repeat:no-repeat;
405}
406
407.navbar_butOut
408{
409        background-image: url(../../../../phpgwapi/templates/default/images/back_app.png) !important;
410        width: 40px;
411        height: 40px;
412        vertical-align: center !important;
413        text-align: center !important;
414        padding-right:6px;
415        cursor:pointer;
416        cursor:hand;
417        background-repeat:no-repeat;
418}
419.toolbar
420{
421       background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo.png);
422       position:absolute;
423}
424
425.logo_expresso
426{
427        background:url(../../../../phpgwapi/templates/default/images/logo_expresso.png) no-repeat 0 3px;
428        width: 191px;
429}
Note: See TracBrowser for help on using the repository browser.