source: trunk/expressoMail1_2/templates/default/expressoMail_reset.css @ 5389

Revision 5389, 5.6 KB checked in by gustavo, 12 years ago (diff)

Ticket #2434 - Inserida a função de criar eventos a partir de um email

  • Property svn:executable set to *
Line 
1/*
2 * Este arquivo limpa o estilo para a nova agenda, .new-event-win.active sobrescrevendo o código CSS
3 * do Expresso.
4 * Deve ser removido quando o módulo Calendar não integrar mais a versão 2.x
5 */
6
7/* Eric Meyer's Reset Reloaded based
8 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
9 */
10
11.new-event-win.active applet, .new-event-win.active object, .new-event-win.active iframe, .new-event-win.active fieldset, .new-event-win.active div
12.new-event-win.active h1, .new-event-win.active h2, .new-event-win.active h3, .new-event-win.active h4, .new-event-win.active h5, .new-event-win.active h6, .new-event-win.active p, .new-event-win.active blockquote, .new-event-win.active pre,
13.new-event-win.active abbr, .new-event-win.active acronym, .new-event-win.active address, .new-event-win.active big, .new-event-win.active cite, .new-event-win.active code,
14.new-event-win.active del, .new-event-win.active dfn, .new-event-win.active em, .new-event-win.active font, .new-event-win.active img, .new-event-win.active ins, .new-event-win.active kbd, .new-event-win.active q, .new-event-win.active s, .new-event-win.active samp,
15.new-event-win.active small, .new-event-win.active strike, .new-event-win.active strong, .new-event-win.active sub, .new-event-win.active sup, .new-event-win.active tt, .new-event-win.active var,
16.new-event-win.active ol, .new-event-win.active ul,
17.new-event-win.active form, .new-event-win.active label, .new-event-win.active select,
18.new-event-win.active table, .new-event-win.active caption, .new-event-win.active tbody, .new-event-win.active tfoot, .new-event-win.active thead, .new-event-win.active tr, .new-event-win.active th, .new-event-win.active td {
19        margin: 0;
20        padding: 0;
21        border: 0;
22        outline: 0;
23        font-weight: inherit;
24        font-style: inherit;
25        /*font-size: 100%;*/
26        /*font-family: inherit;*/
27        /*vertical-align: baseline;*/
28/*      font-family: Arial,Helvetica,sans-serif;*/
29}
30
31.new-event-win.active:focus {
32        outline: 0;
33}
34.new-event-win.active body {
35        line-height: 1;
36        color: black;
37        background: white;
38}
39.new-event-win.active ol, .new-event-win.active ul {
40        list-style: none;
41        list-style-image : none;
42        padding-left : 5px;
43}
44
45.new-event-win.active table {
46        border-collapse: separate;
47        border-spacing: 0;
48}
49.new-event-win.active caption, .new-event-win.active th, .new-event-win.active td {
50        /*text-align: left;*/
51        font-weight: normal;
52}
53.new-event-win.active blockquote:before, .new-event-win.active blockquote:after,
54.new-event-win.active q:before, .new-event-win.active q:after {
55        content: "";
56}
57.new-event-win.active blockquote, .new-event-win.active q {
58        quotes: "" "";
59}
60
61
62.new-event-win.active select {
63    border: 1px solid #CFCFCF;
64    border-color: #CFCFCF;
65    color: #555;
66    background-color: #FFF;
67}
68.new-event-win.active a:link, .new-event-win.active a:visited {
69    color: #2E6E9E;
70}
71
72.new-event-win.active  dd, .new-event-win.active  dl, .new-event-win.active  dt{
73        margin: 0;
74}
75/* azul.css */
76/*body { background-color: #e9e9e9; }*/
77
78/*a:link,
79a:visited
80{ color: #000066; }*/
81
82/*a:hover,
83a:active
84{ color: #ff9933; }*/
85
86.new-event-win.active #divAppbox{
87        overflow-x: auto;
88        overflow-y: scroll;
89}
90
91.new-event-win.active select
92{ border-color: #CFCFCF; color: #555; padding-left:0px;}
93
94.qtip-wrapper fieldset{
95        padding: 0;
96        border: 0;
97}
98/*#divAppbox
99{ background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; border-color: #9c9c9c; }
100
101#divAppboxHeader
102{ background: url( ../images/bgAppTitle.png ); border-color: #9c9c9c; color: #006; text-shadow: 0.2em 0.2em 3px #999; }
103
104#divAppIconBar
105{ background: #fff url( ../images/background-icon-bar.png ) repeat-x; border-top-color: #9c9c9c; }
106
107#divAppTextBar
108{ background-color: #fff; }
109
110#divGenTime
111{ color: #f00; }
112
113#divMain
114{ background: #fff; border-color: #7e7e7e; }
115
116#divPoweredBy
117{ background: #fff; color: #999; }
118
119#divSideboxContainer
120{ background: #fff; }
121
122#extraIcons
123{ background: #eee; border-color: #7e7e7e; }
124
125#links_bar,
126#user_info
127{ color: #fff; }
128
129#tdAppbox
130{ background-color: #fff; }
131
132#tdSidebox
133{ background: #fff; }*/
134
135/*.conteudo
136{ border-color: #4A79B1; color: #003; }
137
138.divSideboxHeader
139{ background: #416faa; color: #fff; }
140
141.extraIconsRow
142{ border-top-color: #ddd; }
143
144.greyLine
145{ border-top-color: #7e7e7e; }
146
147.grid_email_class
148{ border-bottom-color: #cfcfcf; }
149
150.image-menu
151{ background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); }
152
153.last_menu
154{ border-bottom-color: #4a79b1; }
155
156.logo_expresso
157{ background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; }
158
159.menu
160{ background: #c8d7ea; border-color: #f4f7fc; border-bottom-color: #4a79b1; }
161
162.menu-sel
163{ background-color: #f7f7f7; border-color: #4a79b1; color: #00f; }
164
165.menu-degrade
166{ background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); }
167
168.navbar_but
169{ background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); }
170
171.navbar_butOver
172{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); }
173
174.navbar_butOut
175{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); }
176
177.tblHeadApp
178{ border-color: #9c9c9c; }
179
180.textSidebox
181{ border-top-color: #aaa; }
182
183.toolbar
184{ background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); }
185
186.linha0,
187.tr_msg_read
188{ color: #3f3f3f; background: #fff; }
189
190.linha1,
191.tr_msg_read2
192{ color: #3f3f3f; background: #f4f8fb; }
193
194table.inboxElements th,
195.table_elements_tr_header,
196.info_tr_header,
197.message_header
198{
199        background: #abc6e1;
200}
201
202.prefTable
203{
204        background-color: #f4f8fb;
205        margin: 0px 0px 10px 0px ;
206        border: 1px solid #D3DCE3;
207        border-top: 0px;
208}*/
Note: See TracBrowser for help on using the repository browser.