source: branches/2.2/mobile/templates/css/mobile.css @ 3461

Revision 3461, 7.3 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1390 - Alteracoes para acessibilidade na leitura dos emails

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