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

Revision 3466, 6.7 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1390 - ajustes de layout e folha de estilo do modulo.

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