source: trunk/expressoMail1_2/templates/default/main.css @ 2534

Revision 2534, 8.3 KB checked in by niltonneto, 14 years ago (diff)

Ticket #1039 - Corrigido valores nos estilos do template default.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1* {
2        font-family: Verdana, Arial, Helvetica, sans-serif;     
3}
4
5.checkbox{
6        border:none !important;
7}
8
9textarea{
10        font-family: Verdana, Arial, Helvetica, sans-serif;
11        font-size: 13px;
12}
13
14.table_box{
15        width: 100%;
16        color: black;
17        background: #ffffff;
18        border-bottom: 1px solid #f4f8fb;
19        font-family: Arial;
20        font-size: 13px;
21        cursor: pointer;
22}
23
24.em_div_write_msg{
25        height: 24px;
26        background: transparent;
27}
28
29/* begin class msgs */
30.td_msg{
31        border-width: 0px;     
32}
33.tr_msg_unread {
34        font-weight: bold !important;
35}
36
37.selected_msg{
38        background-color: #ffffcb;
39}
40.flagged_msg{
41        color: red;
42}
43.selected_shortcut_msg{
44        color: white;
45        background-color: #5194d2;
46}
47.show_img_link{
48        width : 100%;
49        color: black;
50        font-weight: bold;
51        background-color: #ffc;
52        border-bottom:1px solid #cfcfcf;
53        cursor: pointer;                 
54        -moz-user-select: none;
55}
56/* end class msgs */
57
58.show_img_link:hover {
59        color: #000 !important;
60}
61
62.action_info_table {
63        border-spacing: 0px 0px;
64}
65.action_info_th {
66        font-family: Verdana, Arial, Helvetica, sans-serif;
67        font-size: 11px;
68        border-width: 0px 0px 0px 0px;
69        padding: 1px 10px 0px 10px;     
70        border-style: inset inset inset inset;
71        border-color: gray gray gray gray;
72        background-color: rgb(250, 209, 99);
73        -moz-border-radius: 6px 6px 6px 6px;
74}
75
76.message_header{
77        background-color: #ABC6E1;
78}
79
80.table_message_header_box{
81        width: 100%;
82        color: black;
83        border-style: solid;
84        border-width: 0px;
85        border-collapse: collapse;
86        border-color: #bbbbbb;
87        font-family: Arial;
88        font-size: 13px;       
89        cursor: pointer;
90}
91.font-menu
92{
93    text-decoration: none;
94    text-align: center;
95    color: #000;
96}
97
98.font-menu-sel
99{
100    text-decoration: none;
101    text-align: center;
102        color:#0000FF;
103}
104
105
106.table_message{
107        background-image: url(../../../phpgwapi/templates/default/images/fundo_topo.png);
108        padding: 1px;
109        cursor: default;
110        border-width: 1px 1px 1px 1px;
111        border-spacing: 0px 1px;
112        border-style: outset outset outset outset;
113        border-color: gray gray gray gray;
114        border-collapse: separate;
115        -moz-border-radius: 3px 3px 3px 3px;
116}
117.table_top{
118        background-color: #FFFFFF;
119        padding:1px 1px 1px 1px;
120        height:16px;
121        cursor: default;
122        margin: 0px 0px 0px 0px;
123        border-width: 0px 1px 1px 1px;
124        border-style: outset outset outset outset;
125        border-color: black black black black; 
126}
127
128.tr_message_header{
129        background-color: #EEEEEE;
130        cursor: default;
131        border-style: none none none none;
132        -moz-border-radius: 0px 0px 0px 0px;
133}
134
135.tr_message_body{
136        background-color: #FFFFFF;
137        cursor: default;
138        -moz-border-radius: 9px 9px 9px 9px;
139}
140
141.message_body{
142        background-color: #FFFFFF;
143        cursor: default;
144        -moz-border-radius: 9px 9px 9px 9px;
145}
146
147.header_message_field{
148        font-weight: bold;
149}
150
151.suggestion_list
152{
153background: white;
154border: 1px solid;
155padding: 4px;
156}
157       
158.suggestion_list ul
159{
160padding: 0;
161margin: 0;
162list-style-type: none;
163}
164
165.suggestion_list a
166{
167text-decoration: none;
168color: navy;
169}
170
171.suggestion_list .selected
172{
173background: navy;
174color: white;
175}
176       
177       
178.suggestion_list .selected a
179{
180color: white;
181}
182
183#autosuggest
184{
185display: none;
186}
187
188div#tipDiv {
189  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
190  background-color:#EFEFEF; border:1px solid #337;
191  width:220px; padding:0px;
192  color:#000; font-size:11px; line-height:1.2;
193  cursor: pointer;
194}
195
196.richtext_toolbar {background-color: #C0C0C0;}
197.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
198.select_richtext {float:left;}
199/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
200/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
201/*.imagebutton_over: {border-style: outset 20px;}*/
202.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
203.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
204
205/* Conf tree    */
206.dtree {
207        font-family: Verdana, Arial, Helvetica, sans-serif;
208        font-size: 8px;
209        color: #000000;
210        /*white-space: nowrap;*/
211        background-color: #FFFFFF;
212
213}
214.dtree img {
215        border: 0px;
216        vertical-align: middle;
217
218}
219.dtree a {
220        font-family: Verdana, Arial, Helvetica, sans-serif;
221        color: #000000;
222        white-space: nowrap;   
223}
224.dtree table{
225        margin-top: 0%;
226        padding: 0px 0px 0px 0px;
227}
228.dtree td{
229        padding: 0px 0px 0px 0px;
230}
231
232.folderscol{
233        /*width: 18%;*/
234        width: 100%;
235        /*float: left;*/
236        /*padding: 0px 0px 0px 0px;*/
237}
238
239.messagescol{
240        /*padding-left: 18.5%;*/
241        /*width: 85%;*/
242        width: 100%;
243        /*float: left*/
244        /*margin-rigth: 0px;*/
245        padding: 0px 0px 0px 0px;
246}
247
248.menu-folders
249{
250        text-align: center;
251        text-decoration: none;
252        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
253        color: rgb(0, 102, 51);
254        width: 100%;
255        height: 20px;
256
257        border-right: 1px solid #000000;
258        border-left: 1px solid #000000;
259        border-top: 1px solid #000000; 
260        cursor: default;
261        -moz-border-radius: 9px 9px 0px 0px;
262}
263
264.content-menu{
265        padding: 0px 0px 0px 0px;
266        background-image: url(../../../phpgwapi/templates/default/images/bgBlockContent.jpg);
267}
268.content-menu-td {
269/*      border: 1px solid #f7f7f7;*/
270}
271
272.content-folders {
273        width:162px;
274        padding: 0px 0px 0px 0px;
275        position: relative;
276        overflow: auto;
277       
278}
279
280
281/* Conf Filter  */
282.filter {
283        font-family: Verdana, Arial, Helvetica, sans-serif;
284        font-size: 8px;
285        background-color : #FFFFFF;
286}
287.filter img {
288        border: 0px;
289        vertical-align: middle;
290}
291.filter a {
292        font-family: Verdana, Arial, Helvetica, sans-serif;
293        color: #000000;
294        white-space: nowrap;
295}
296.message_options_trash {
297        background-image: url(../../../phpgwapi/templates/default/images/foldertree_trash.png);
298        background-repeat: no-repeat;
299        background-position:left center;
300        padding:0pt 6pt 1pt 14pt;
301}
302.message_options_move {
303        background-image: url(images/move.png);
304        background-repeat: no-repeat;
305        background-position:left center;
306        padding:0pt 6pt 1pt 14pt;
307}
308.message_options_print {
309        background-image: url(images/print.png);
310        background-repeat: no-repeat;
311        background-position:left center;
312        padding:0pt 6pt 1pt 14pt;
313}
314
315.message_options_export {
316        background-image: url(images/export.png);
317        background-repeat: no-repeat;
318        background-position:left center;
319        padding:0pt 6pt 1pt 14pt;
320}
321
322.message_options_import {
323        background-image: url(images/import.png);
324        background-repeat: no-repeat;
325        background-position:left center;
326        padding:0pt 6pt 1pt 14pt;
327}
328
329.message_options_inactive {
330         white-space: nowrap;
331         color: #999;
332}
333
334.message_options_active {
335        white-space: nowrap;
336        color: #990000;
337        font-weight: bold;
338        cursor: pointer;
339 }
340
341.message_options {
342        cursor: pointer;
343        color: #114fa4;
344/*      color: #2A64B0;*/
345        white-space: nowrap;
346        font-weight: bold;
347}
348
349.message_options_over {
350         cursor: pointer;
351         white-space: nowrap;
352         color: #FC6103;
353        /*text-decoration: underline;*/
354         font-weight: bold;
355}
356.clean_folder {
357        cursor: pointer;
358        white-space: nowrap;
359        color: #666666;
360        font-family: sans-serif;
361        font-size: 9px;
362        font-weight: bold;
363        padding-left:15px;
364        position:absolute;
365}
366.em_sidebox_menu {
367        position: relative;
368        left: 2px;
369        padding: 0px 13px 0px 0px;
370        font-weight: bold;
371        font-size: 10px;
372        color: #666666;
373        text-decoration: none;
374        white-space: nowrap;
375        font-family: sans-serif;
376}
377
378.em_div_sidebox_menu {
379        position: relative;
380        left: 5px;
381        cursor: pointer;
382}
383.catalog{
384        font-family: Verdana, Arial, Helvetica, sans-serif;
385        font-size: 14px;
386        font-weight: bold;
387}
388
389div.quicksearchcontacts {
390        border-width: 1px;
391        border-style: solid;
392        broder-color: grey;
393        overflow: auto;
394        position: relative;
395        left: 10px;
396        height: 302px;
397        width: 577px;
398}
399
400table.quicksearchcontacts {
401        border-width: 0px 0px 0px 0px;
402        border-spacing: 0px;
403        background-color: white;
404        cursor: default;
405}
406
407tr.quicksearchcontacts_unselected {
408        background-color: white;
409}
410
411tr.quicksearchcontacts_selected {
412        background-color: #5598d7;
413        color: white;
414}
415
416td.quicksearchcontacts_cc {
417        border-style: none;
418}
419
420input.em_button_like_span {
421        border:0px none !important;
422        margin: 0px;
423        padding:0px;
424        color:#114fa4;
425        background:transparent none repeat scroll 0%;
426        font-family:Verdana,Arial,Helvetica,sans-serif;
427        font-size:11px;
428        height:15px;
429        font-weight: bold !important;
430}
431
432.l {
433        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
434}
435
436.sl {
437        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
438
439}
440.dsused
441{
442        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
443}
444
445.divAppboxHeader
446{       font-style:italic;     
447        font-weight:normal;
448        font-variant: small-caps;       
449        color: #000066;
450        font-size: 16px !important;
451        text-align: center;     
452        padding: 0px;
453}
Note: See TracBrowser for help on using the repository browser.