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

Revision 2294, 5.7 KB checked in by rodsouza, 15 years ago (diff)

Ticket #989 - Reformulando folhas de estilos, tornando-as legíveis.

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