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

Revision 7851, 4.2 KB checked in by douglas, 11 years ago (diff)

Ticket #3335 - Ajuste de elemento html e css no template default

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 !important;
14}
15
16a:hover,
17a:active
18{
19        cursor: pointer;
20        text-decoration: underline !important;
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
85.tr_message_header ul
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        -webkit-padding-start: 28px; 
180}
181
182#extraIcons
183{
184        border: 1px solid;
185}
186
187#links_bar,
188#user_info
189{
190}
191
192#tdAppbox
193{
194        width: 100%;
195}
196
197#tdSidebox
198{
199        overflow: visible;
200        width: 170px;
201}
202
203#user_info
204{
205        padding-left: 17px;
206}
207
208.conteudo
209{
210        border: 1px solid;
211        border-top: 0px;
212        font-family: Verdana, Arial, Helvetica, sans-serif;
213        font-size: 10px;
214        font-weight: normal;
215        overflow: none;
216        padding: 2px;
217        margin-bottom:2px;
218        width: 99.5%;
219        -moz-border-radius: 0px 0px 6px 6px;
220}
221
222.divSideboxHeader
223{
224        height: 15px;
225        padding-top: 2px;
226        text-align: center;
227}
228
229.extraIconsRow
230{
231        border-top: 1px solid;
232        padding: 2px;
233}
234
235.extraIconsRow img{
236        width: 16px;
237}
238
239.greyLine
240{
241        border-top: 1px solid;
242        height: 1px;
243        margin: 1px;
244}
245
246.grid_email_class
247{
248        border-bottom: 1px solid;
249}
250
251.image-menu
252{
253        padding: 0px;
254}
255
256.last_menu
257{
258        border-bottom: 1px solid;
259        -moz-border-radius: 0px 0px 0px 0px;
260}
261
262.logo_expresso
263{
264        /*width: 191px;*/
265        width: 273px;
266}
267
268.menu,
269.menu-sel
270{
271        border: 1px solid;
272        cursor: pointer;
273        font: bold 11px Lucidatypewriter,monospace;
274        height: 20px;
275        margin-bottom: 0px;
276        padding: 0px 5px 0px 0px;
277        text-align: center;
278        text-decoration: none;
279        -moz-border-radius: 9px 9px 0px 0px;
280        -moz-user-select: none;
281}
282
283.menu
284{
285        border-bottom: 1px solid;
286}
287
288.menu-sel
289{
290        border-bottom: 0px;
291}
292
293.menu-degrade
294{
295        background-repeat: repeat-x;
296}
297
298.navbar_but,
299.navbar_butOut,
300.navbar_butOver
301{
302        background-repeat: no-repeat;
303        cursor: pointer;
304        cursor: hand;
305        height: 40px;
306        padding-right: 6px;
307        text-align: center;
308        vertical-align: center;
309        width: 40px;
310}
311
312.prefSection
313{
314        font-weight: bold;
315        font-size: 16px;
316        line-height: 40px;
317}
318
319.sideboxSpace
320{
321        height: 9px;
322}
323
324.tblHeadApp
325{
326        border: 1px solid;
327}
328
329.textSidebox
330{
331        border-top: 1px solid;
332        font-size: 10px;
333        height: 18px;
334        padding-top: 2px;
335        padding-bottom: 2px;
336}
337
338.toolbar
339{
340        position: absolute;
341}
342
343.whiteSpace
344{
345        width: 2px;
346}
347
348.linha0,
349.linha1,
350.tr_msg_read,
351.tr_msg_read2
352{
353        -moz-user-select: none;
354}
355
356.linha1,
357.tr_msg_read2
358{
359}
360
361table.inboxElements th,
362.table_elements_tr_header,
363.info_tr_header,
364.message_header
365{
366}
367.context-menu-item.icon-preferences-mail { background-image: url(../images/preferences.png); }
Note: See TracBrowser for help on using the repository browser.