source: trunk/phpgwapi/templates/default/css/base.css @ 5172

Revision 5172, 4.0 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus. Ultimas sincronizacoes...

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