source: sandbox/expresso/novos_templates/expressoMail1_2/templates/azul/main.css @ 778

Revision 778, 9.5 KB checked in by niltonneto, 15 years ago (diff)

Resolve #475

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