source: trunk/phpgwapi/templates/default/css/base.css @ 5754

Revision 5754, 4.2 KB checked in by gustavo, 12 years ago (diff)

Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross-browsing no ExpressoMail?

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