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

Revision 1999, 7.7 KB checked in by amuller, 14 years ago (diff)

Ticket #490 - #690 - Merge branches Expresso 2.2 com Trunk

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