source: branches/2.3/ac/templates/css/mobile.css @ 5107

Revision 5107, 6.0 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #2286 - Adicionado modulo acessivel ao Expresso.

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