source: trunk/mobile/mobile.css @ 434

Revision 434, 6.4 KB checked in by rafaelraymundo, 16 years ago (diff)

Pasta Css referente ao Mobile ( Mini Expresso )

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        padding:0px !important;
13}
14
15img
16{
17        border-width:0px !important;
18        border-style:none !important;
19        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
20*/
21}
22
23a:link,a:visited
24{
25        cursor:pointer !important;
26        color: #0000aa !important;
27        text-decoration: none !important;
28}
29
30a:hover,a:active
31{
32        cursor:pointer !important;
33        color: #ff9933 !important;
34        text-decoration: underline !important;
35}
36
37input,button
38{
39        font-size: 11px !important;
40        color: #006699 !important;
41        font-family: Arial, Helvetica, sans-serif !important;
42        border: 1px #bbbbbb solid !important;
43}
44
45input[type=submit],input[type=button],button
46{
47        margin:1px !important;
48        padding:1px !important;
49        cursor: pointer !important;
50        cursor: hand !important;
51}
52
53input[type=image]
54{
55        cursor: pointer !important;
56        cursor: hand !important;
57        border: 0px #bbbbbb none !important;
58}
59select
60{
61        font-size: 11px !important;
62        color: #000066 !important;
63        font-family: Arial, Helvetica, sans-serif !important;
64        border: 1px #bbbbbb solid !important;
65        z-index: -1 !important;
66}
67
68td
69{
70        font-size: 11px !important;
71        /*text-align:left;*/
72        /*      padding-top:1px;
73        padding-bottom:1px;*/
74}
75
76.divLoginbox
77{
78        position:relative;
79        width: 300px;
80        border-right: #9c9c9c 1px solid;
81        border-top: #9c9c9c 1px solid;
82        border-left: #9c9c9c 1px 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/*      position:absolute;
178        z-index:13;
179        right:10px;
180        top:113px;
181        visibility:hidden;*/
182/*      background-image:url(../images/alpha-white.png);*/
183        background-color:#eeeeee;
184        border-width:1px;
185        border-color:#7e7e7e;
186        border-style:solid;
187}
188
189.extraIconsRow
190{
191        border-top-color:#dddddd;
192        border-top-width:1px;
193        border-top-style:solid;
194        padding:2px;
195}
196
197#divMain
198{
199        background-color:white;
200        margin-top: 0px;
201        padding:9px;
202        border-color:#7e7e7e;
203        border-width:1px;
204        border-style:solid;
205}
206
207#divLogo
208{
209        position:absolute;
210        left:20px;
211        top:5px;
212        z-index:51;
213}
214
215#divAppIconBar
216{
217        background-color:white;
218        border-top-color:#9c9c9c;
219        border-top-width:1px;
220        border-top-style:solid;
221        background-image: url(../images/background-icon-bar.png);
222        background-repeat: repeat-x
223}
224
225#divAppTextBar
226{
227        background-color:white;
228}
229
230#divStatusBar
231{
232        background-color:#f7f8fa;
233        height:15px;
234        padding-left:10px;
235        padding-top:0px;
236}
237
238/*#divSubContainer
239{
240}
241*/
242#tdSidebox
243{
244        width:170px;
245        background-color:white;
246        overflow:visible;
247}
248
249
250#tdAppbox
251{
252        background-color:white;
253        width: 100%;
254}
255#divSideboxContainer
256{
257        position:relative;
258        width:150px;
259        top:0px;
260        left:0px;
261        background-color:white;
262        border-width:1px;
263        border-style:solid;
264        z-index:40;
265}
266
267#divAppboxHeader
268{
269        margin-top:2px;
270        margin-left:2px;
271        margin-right:2px;
272        font-family: Verdana, Arial, Helvetica, sans-serif;
273        font-size: 14px;
274        font-weight: bold;
275        color: #000066;
276        text-align: center;
277        padding: 0px;
278        background-image:url(../images/appbox-header-background21.png);
279        background-repeat: repeat-x;
280        height:24px;
281        line-height:24px;
282        border-top-color:#9c9c9c;
283        border-top-width:1px;
284        border-top-style:solid;
285        border-left-color:#9c9c9c;
286        border-left-width:1px;
287        border-left-style:solid;
288        border-right-color:#9c9c9c;
289        border-right-width:1px;
290        border-right-style:solid;
291}
292
293#divAppbox
294{
295        background-color:#f7f7f7;
296        padding-right:1px;
297        padding-top:1px;
298        padding-bottom:1px;
299        padding-left:15px;
300        border-bottom-color:#9c9c9c;
301        border-bottom-width:1px;
302        border-bottom-style:solid;
303        border-left-color:#9c9c9c;
304        border-left-width:1px;
305        border-left-style:solid;
306        border-right-color:#9c9c9c;
307        border-right-width:1px;
308        border-right-style:solid;
309        margin-top:0px;
310        margin-bottom:0px;
311        margin-left:2px;
312        margin-right:2px;
313
314}
315
316#fmStatusBar
317{
318        margin-left:4px;
319        margin-bottom:3px;
320        font-size: 10px;
321/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
322
323
324}
325
326
327.fmButton
328{
329        background-image:url(../images/buttonbackground.png);
330        width:28px;
331        height:28px;
332        background-repeat: no-repeat;
333}
334
335#fmLocation
336{
337        position:relative;
338        /*background-image:url(../images/buttonbackgroundscaled.png);
339        background-repeat: repeat-x;*/
340        /*margin-left:4px;*/
341        margin-bottom:3px;
342        height:27px;
343
344}
345
346#fmMenu
347{
348        position:relative;
349}
350#fmFileWindow
351{
352        background-color:#ffffff;
353        margin-left:4px;
354        padding:5px;
355        position:relative;
356        border-right: #cccccc 1px solid;
357        border-top: #9c9c9c 2px solid;
358        border-left: #9c9c9c 2px solid;
359        border-bottom: #cccccc 1px solid
360}
361
362#user_info
363{
364padding-left:17px;
365
366}
367
368#admin_info
369{
370        position:relative;
371        text-align:center;
372        margin-right:10px;
373}
374
375#divGenTime
376{
377        bottom:14px;
378        font-size: 9px;
379        color: #ff0000;
380        text-align:center;
381        width:99%;
382}
383
384#divPoweredBy
385{
386        font-family: Verdana, Arial, Helvetica, sans-serif;
387        font-size: 10px;
388        color: #999999;
389        text-decoration: none;
390        padding: 7px;
391        text-align: center;
392        background-color:white;
393}
394
395A.minicalhol
396{
397        padding-left:3px;
398        padding-right:3px;
399        background: #dab0b0;
400        color: #000000;
401        font-size: 10px;
Note: See TracBrowser for help on using the repository browser.