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

Revision 2692, 8.5 KB checked in by niltonneto, 14 years ago (diff)

Ticket #1050 - Estilo entre msgs lidas e não-lidas alterado para melhorar distinção.

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