source: companies/celepar/mobile/templates/css/mobile.css @ 763

Revision 763, 7.2 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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