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

Revision 5642, 6.7 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Correcao de bugs e melhorias no modulo expressoCalendar

  • 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.new-event-win.active:focus {
31        outline: 0;
32}
33.new-event-win.active body {
34        line-height: 1;
35        color: black;
36        background: white;
37}
38.new-event-win.active ol, .new-event-win.active ul {
39        list-style: none;
40        list-style-image : none;
41        padding-left : 5px;
42}
43
44.new-event-win.active table {
45        border-collapse: separate;
46        border-spacing: 0;
47}
48.new-event-win.active caption, .new-event-win.active th, .new-event-win.active td {
49        /*text-align: left;*/
50        font-weight: normal;
51}
52.new-event-win.active blockquote:before, .new-event-win.active blockquote:after,
53.new-event-win.active q:before, .new-event-win.active q:after {
54        content: "";
55}
56.new-event-win.active blockquote, .new-event-win.active q {
57        quotes: "" "";
58}
59.new-event-win.active .mail.name-special, .new-event-win.active .name.name-special{
60  padding: 0 0 0 35px;
61}
62
63.new-event-win.active .add-attendee-search.search-field {
64  width: 249px;
65 }
66 
67 .new-event-win.active #calendar_addevent_details4 {
68  margin: 10px 0 0 0;
69 }
70 
71 .new-event-win.active input{
72  color: #000;
73 }
74 
75 .new-event-win.active #calendar_addevent_details5 {
76  margin: 10px 0 11px 0;
77 }
78
79.new-event-win.active select {
80    border: 1px solid #CFCFCF;
81    border-color: #CFCFCF;
82    color: #555;
83    background-color: #FFF;
84}
85.new-event-win.active a:link, .new-event-win.active a:visited {
86    color: #2E6E9E;
87}
88
89.new-event-win.active  dd, .new-event-win.active  dl, .new-event-win.active  dt{
90        margin: 0;
91}
92/* azul.css */
93/*body { background-color: #e9e9e9; }*/
94
95/*a:link,
96a:visited
97{ color: #000066; }*/
98
99/*a:hover,
100a:active
101{ color: #ff9933; }*/
102
103.new-event-win.active #divAppbox{
104        overflow-x: auto;
105        overflow-y: scroll;
106}
107
108.new-event-win.active select
109{ border-color: #CFCFCF; color: #555; padding-left:0px;}
110
111.qtip-wrapper fieldset{
112        padding: 0;
113        border: 0;
114}
115
116.new-event-win.active .fc-event-skin {
117        border-color: #36C !important;
118        background-color: #36C !important;
119        color: white !important;
120}
121
122.fc-event-vert .fc-event-bg {
123        display: block !important;
124}
125
126.map-event{
127
128}
129
130#new_event_map .map-event .fc-event-inner.fc-event-skin{
131        border-style: dashed !important;
132        border-width: 2px !important;
133        border-color: #36C !important;
134        background-color: transparent !important;
135}
136
137 #new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-head, #new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-content{
138        background-color: transparent !important;
139        color: transparent !important;
140}
141
142 #new_event_map .map-event .ui-resizable-handle{
143        display : block !important;
144        color: black !important;
145}
146
147/*#divAppbox
148{ background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; border-color: #9c9c9c; }
149
150#divAppboxHeader
151{ background: url( ../images/bgAppTitle.png ); border-color: #9c9c9c; color: #006; text-shadow: 0.2em 0.2em 3px #999; }
152
153#divAppIconBar
154{ background: #fff url( ../images/background-icon-bar.png ) repeat-x; border-top-color: #9c9c9c; }
155
156#divAppTextBar
157{ background-color: #fff; }
158
159#divGenTime
160{ color: #f00; }
161
162#divMain
163{ background: #fff; border-color: #7e7e7e; }
164
165#divPoweredBy
166{ background: #fff; color: #999; }
167
168#divSideboxContainer
169{ background: #fff; }
170
171#extraIcons
172{ background: #eee; border-color: #7e7e7e; }
173
174#links_bar,
175#user_info
176{ color: #fff; }
177
178#tdAppbox
179{ background-color: #fff; }
180
181#tdSidebox
182{ background: #fff; }*/
183
184/*.conteudo
185{ border-color: #4A79B1; color: #003; }
186
187.divSideboxHeader
188{ background: #416faa; color: #fff; }
189
190.extraIconsRow
191{ border-top-color: #ddd; }
192
193.greyLine
194{ border-top-color: #7e7e7e; }
195
196.grid_email_class
197{ border-bottom-color: #cfcfcf; }
198
199.image-menu
200{ background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); }
201
202.last_menu
203{ border-bottom-color: #4a79b1; }
204
205.logo_expresso
206{ background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; }
207
208.menu
209{ background: #c8d7ea; border-color: #f4f7fc; border-bottom-color: #4a79b1; }
210
211.menu-sel
212{ background-color: #f7f7f7; border-color: #4a79b1; color: #00f; }
213
214.menu-degrade
215{ background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); }
216
217.navbar_but
218{ background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); }
219
220.navbar_butOver
221{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); }
222
223.navbar_butOut
224{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); }
225
226.tblHeadApp
227{ border-color: #9c9c9c; }
228
229.textSidebox
230{ border-top-color: #aaa; }
231
232.toolbar
233{ background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); }
234
235.linha0,
236.tr_msg_read
237{ color: #3f3f3f; background: #fff; }
238
239.linha1,
240.tr_msg_read2
241{ color: #3f3f3f; background: #f4f8fb; }
242
243table.inboxElements th,
244.table_elements_tr_header,
245.info_tr_header,
246.message_header
247{
248        background: #abc6e1;
249}
250
251.prefTable
252{
253        background-color: #f4f8fb;
254        margin: 0px 0px 10px 0px ;
255        border: 1px solid #D3DCE3;
256        border-top: 0px;
257}*/
Note: See TracBrowser for help on using the repository browser.