source: trunk/phpgwapi/templates/default/css/cataratas.css @ 1151

Revision 1151, 7.9 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Mudando o nome dos templates azul para default e celepar para classic

  • Property svn:executable set to *
Line 
1ul
2{
3        list-style-image: url("../images/orange-ball.png");
4}
5
6.grid_email_class
7{
8        border-bottom:1px solid #cfcfcf;
9}
10
11body
12{
13        margin: 0px !important;
14        background-color:#E9E9E9 !important;
15        font-size: 11px !important;
16        font-family: Verdana, Arial, Helvetica, sans-serif !important;
17        padding:0px !important;
18}
19
20img
21{
22        border-width:0px !important;
23        border-style:none !important;
24        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
25*/
26}
27
28a:link,a:visited
29{
30        cursor:pointer !important;
31        color: #000066 !important;
32        text-decoration: none !important;
33}
34
35/*
36a:visited
37{
38        color: #006699;
39        text-decoration: none;
40}
41*/
42a:hover,a:active
43{
44        cursor:pointer !important;
45        color: #ff9933 !important;
46        text-decoration: underline !important;
47}
48/*
49a:active
50{
51        color: #006699;
52        text-decoration: underline;
53}
54*/
55input,button
56{
57        font-size: 11px !important;
58        color: #006699 !important;
59        font-family: Arial, Helvetica, sans-serif !important;
60        border: 1px #bbbbbb solid !important;
61}
62
63input[type=submit],input[type=button],button
64{
65        margin:1px !important;
66        padding:1px !important;
67        cursor: pointer !important;
68        cursor: hand !important;
69}
70
71input[type=image]
72{
73        cursor: pointer !important;
74        cursor: hand !important;
75        border: 0px #bbbbbb none !important;
76}
77select
78{
79        font-size: 11px !important;
80        color: #000066 !important;
81        font-family: Arial, Helvetica, sans-serif !important;
82        border: 1px #bbbbbb solid !important;
83        z-index: -1 !important;
84}
85
86td
87{
88        font-size: 11px !important;
89        /*text-align:left;*/
90        /*      padding-top:1px;
91        padding-bottom:1px;*/
92}
93
94.divLoginbox
95{
96        position:relative;
97        width: 300px;
98        border-right: #9c9c9c 1px solid;
99        border-top: #9c9c9c 1px solid;
100        border-left: #9c9c9c 1px solid;
101        border-bottom: #9c9c9c 1px solid
102}
103
104.divLoginboxHeader
105{
106        text-align:center;
107        background-color:#dddddd;
108        padding-top:2px;
109        font-size:10px;
110        color:#666666;
111}
112.divSidebox
113{
114        position:relative;
115        width: 147px;
116        border-right: #9c9c9c 1px solid;
117        border-top: #9c9c9c 1px solid;
118        border-left: #9c9c9c 1px solid;
119        border-bottom: #9c9c9c 1px solid
120}
121
122.tblHeadApp {
123
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:#000066;
134        padding-top:2px;
135        height: 15px;
136        color: #FFFFFF;
137
138}
139
140a.divSideboxEntry, .divSideboxEntry
141{
142        text-align:left;
143        height:16px;
144        background-color:#eeeeee;
145}
146
147a.appTitles,.appTitles
148{
149        font-size: 10px;
150        height:18px;
151        padding-top:2px;
152        padding-bottom:2px;
153
154}
155
156a.textSidebox
157{
158        font-size: 10px;
159        border-top: #aaaaaa 0px none;
160}
161
162.textSidebox
163{
164        font-size: 10px;
165        height:18px;
166        padding-top:2px;
167        padding-bottom:2px;
168        border-top: #aaaaaa 1px solid;
169
170}
171
172.sideboxSpace
173{
174        height:9px;
175}
176
177.greyLine
178{
179        margin:1px;
180        border-top-color:#7e7e7e;
181        border-top-width:1px;
182        border-top-style:solid;
183        height:1px;
184}
185
186.prefSection
187{
188        font-weight:bold;
189        font-size:16px;
190        line-height:40px;
191}
192
193#extraIcons
194{
195        background-color:#eeeeee;
196        border-width:1px;
197        border-color:#7e7e7e;
198        border-style:solid;
199}
200
201.extraIconsRow
202{
203        border-top-color:#dddddd;
204        border-top-width:1px;
205        border-top-style:solid;
206        padding:2px;
207}
208
209#divMain
210{
211        background-color:white;
212        margin-top: 0px;
213        padding:9px;
214        border-color:#7e7e7e;
215        border-width:1px;
216        border-style:solid;
217}
218
219#divLogo
220{
221        position:absolute;
222        left:20px;
223        top:5px;
224        z-index:51;
225}
226
227#divAppIconBar
228{
229        background-color:white;
230        border-top-color:#9c9c9c;
231        border-top-width:1px;
232        border-top-style:solid;
233        background-image: url(../images/background-icon-bar.png);
234        background-repeat: repeat-x
235}
236
237#divAppTextBar
238{
239        background-color:white;
240}
241
242#user_info
243{
244        color: white;
245}
246#links_bar
247{
248                color: white;
249}
250
251#divStatusBar
252{
253        height:24px;
254        padding-left:10px;
255        padding-top:0px;
256}
257
258/*#divSubContainer
259{
260}
261*/
262#tdSidebox
263{
264        width:170px;
265        background-color:white;
266        overflow:visible;
267}
268
269
270#tdAppbox
271{
272        background-color:white;
273        width: 100%;
274}
275#divSideboxContainer
276{
277        position:relative;
278        width:150px;
279        top:0px;
280        left:0px;
281        background-color:white;
282        border-width:1px;
283        border-style:solid;
284        z-index:40;
285}
286
287#divAppboxHeader
288{
289        margin-top:2px;
290        margin-left:2px;
291        margin-right:2px;
292        font-family: Verdana, Arial, Helvetica, sans-serif;
293        font-size: 14px;
294        font-weight: bold;
295        color: #000066;
296        text-align: center;
297        padding: 0px;
298        background-color: #e6f3d9;
299        height:24px;
300        line-height:24px;
301        border-top-color:#9c9c9c;
302        border-top-width:1px;
303        border-top-style:solid;
304        border-left-color:#9c9c9c;
305        border-left-width:1px;
306        border-left-style:solid;
307        border-right-color:#9c9c9c;
308        border-right-width:1px;
309        border-right-style:solid;
310}
311
312#divAppbox
313{
314        background-color: #e6f3d9;
315        padding-right:1px;
316        padding-top:1px;
317        padding-bottom:1px;
318        padding-left:15px;
319        border-bottom-color:#9c9c9c;
320        border-bottom-width:1px;
321        border-bottom-style:solid;
322        border-left-color:#9c9c9c;
323        border-left-width:1px;
324        border-left-style:solid;
325        border-right-color:#9c9c9c;
326        border-right-width:1px;
327        border-right-style:solid;
328        margin-top:0px;
329        margin-bottom:0px;
330        margin-left:2px;
331        margin-right:2px;
332
333}
334
335#fmStatusBar
336{
337        margin-left:4px;
338        margin-bottom:3px;
339        font-size: 10px;
340/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
341       
342
343}
344
345
346.fmButton
347{
348        background-image:url(../images/buttonbackground.png);
349        width:28px;
350        height:28px;
351        background-repeat: no-repeat;
352}
353
354#fmLocation
355{
356        position:relative;
357        /*background-image:url(../images/buttonbackgroundscaled.png);
358        background-repeat: repeat-x;*/
359        /*margin-left:4px;*/
360        margin-bottom:3px;
361        height:27px;
362
363}
364
365#fmMenu
366{
367        position:relative;
368}
369#fmFileWindow
370{
371        background-color:#ffffff;
372        margin-left:4px;
373        padding:5px;
374        position:relative;
375        border-right: #cccccc 1px solid;
376        border-top: #9c9c9c 2px solid;
377        border-left: #9c9c9c 2px solid;
378        border-bottom: #cccccc 1px solid
379}
380
381#user_info
382{
383padding-left:17px;
384
385}
386
387#admin_info
388{
389        position:relative;
390        text-align:center;
391        margin-right:10px;
392}
393
394#divGenTime
395{
396        bottom:14px;
397        font-size: 9px;
398        color: #ff0000;
399        text-align:center;
400        width:99%;
401}
402
403#divPoweredBy
404{
405        font-family: Verdana, Arial, Helvetica, sans-serif;
406        font-size: 10px;
407        color: #999999;
408        text-decoration: none;
409        padding: 7px;
410        text-align: center;
411        background-color:white;
412}
413
414.navbar_but
415{
416        background-image: url(../../../../phpgwapi/templates/default/images/back_app_fozi.png) !important;
417        width: 40px;
418        height: 40px;
419        vertical-align: center;
420        text-align: center;
421        padding-right: 6px;
422        cursor:pointer;
423        cursor:hand;
424        background-repeat:no-repeat;
425}
426
427.navbar_butOver
428{
429        background-image: url(../../../../phpgwapi/templates/default/images/back_app_over_fozi.png) !important;
430        width: 40px;
431        height: 40px;
432        vertical-align: center !important;
433        text-align: center !important;
434        padding-right:6px;
435        cursor:pointer;
436        cursor:hand;
437        background-repeat:no-repeat;
438}
439
440.navbar_butOut
441{
442        background-image: url(../../../../phpgwapi/templates/default/images/back_app_out_fozi.png) !important;
443        width: 40px;
444        height: 40px;
445        vertical-align: center !important;
446        text-align: center !important;
447        padding-right:6px;
448        cursor:pointer;
449        cursor:hand;
450        background-repeat:no-repeat;
451}
452
453.toolbar
454{
455        background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo_fozi.jpg);
456        position:absolute;
457}
458
459.logo_expresso
460{
461        background:url(../../../../phpgwapi/templates/default/images/logo_expresso_fozi.gif) no-repeat;
462        width: 264px;
463        height: 35px;
464}
465
466.content-menu {
467        padding: 0px 0px 0px 0px !important;
468        background: #fff !important;
469}
470.content-folders {
471        padding: 0px 0px 0px 0px !important;
472        background: #a0b2cc url(../../../../phpgwapi/templates/default/images/folder_bg_fozi.jpg) no-repeat scroll center bottom !important;
473}
474
475.message_header
476{
477        background-color: #98c17f !important;
478}
479
480.menu
481{
482        background-color:#c2d8b1 !important;
483        border: 1px solid #f4f7fc !important;
484        border-bottom: 1px solid #4a79b1 !important;
485}
486.message_options_active {
487        color: #D00 !important;
488        font-weight: bold !important;
489}
490
491.message_options_inactive {
492        color: #999 !important;
493}
494
495.message_options {
496        color: blue !important;
497        font-weight: bold !important;
498}
499
500.message_options_over {
501        color: #D00 !important;
502        font-weight: bold !important
503}
504
505.table_message{
506        background:#98C17F !important;
507}
Note: See TracBrowser for help on using the repository browser.