source: companies/serpro/doc-expressolivre/scripts/distribuicao/arquivos-parceiros/serpro/css/idots.css @ 903

Revision 903, 6.1 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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