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

Revision 1719, 6.5 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias no módulo gerenciador de arquivos com ajax

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