source: sandbox/2.4.2-expresso1/prototype/modules/calendar/css/reset.css @ 5341

Revision 5341, 5.0 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1/*
2 * Este arquivo limpa o estilo para a nova agenda, 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
11html, body, div, span, applet, object, iframe,
12h1, h2, h3, h4, h5, h6, p, blockquote, pre,
13a, abbr, acronym, address, big, cite, code,
14del, dfn, em, font, img, ins, kbd, q, s, samp,
15small, strike, strong, sub, sup, tt, var,
16dl, dt, dd, ol, ul, li,
17fieldset, form, label, legend,
18table, caption, tbody, tfoot, thead, tr, th, 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:focus {
32        outline: 0;
33}
34body {
35        line-height: 1;
36        color: black;
37        background: white;
38}
39ol, ul {
40        list-style: none;
41}
42
43table {
44        border-collapse: separate;
45        border-spacing: 0;
46}
47caption, th, td {
48        /*text-align: left;*/
49        font-weight: normal;
50}
51blockquote:before, blockquote:after,
52q:before, q:after {
53        content: "";
54}
55blockquote, q {
56        quotes: "" "";
57}
58
59
60select {
61    border: 1px solid #CFCFCF;
62    border-color: #CFCFCF;
63    color: #555;
64    background-color: #FFF;
65}
66a:link, a:visited {
67    color: #2E6E9E;
68}
69
70
71
72/* azul.css */
73/*body { background-color: #e9e9e9; }*/
74
75/*a:link,
76a:visited
77{ color: #000066; }*/
78
79/*a:hover,
80a:active
81{ color: #ff9933; }*/
82
83#divAppbox{
84        overflow-x: auto;
85        overflow-y: scroll;
86}
87
88.expresso-calendar-container input,
89.expresso-calendar-container button
90{ border-color: #CFCFCF; color: #555; }
91
92.expresso-calendar-container input[type=image]
93{ border-color: none; }
94
95.expresso-calendar-container select
96{ border-color: #CFCFCF; color: #555; }
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}*/
209
210
211/* base.css */
212.expresso-calendar-container select
213{ border: 1px solid; font-family:inherit; font-size: 11px; z-index: -1; }
214
215.expresso-calendar-container input,
216.expresso-calendar-container button
217{ border: 1px solid; font-family: inherit; font-size: 11px; }
218
219.expresso-calendar-container button,
220.expresso-calendar-container input[type=button],
221.expresso-calendar-container input[type=image],
222.expresso-calendar-container input[type=submit]
223{ cursor: pointer; cursor: hand; }
224
225.expresso-calendar-container input[type=image]
226{ border: 0px none; }
227
228.expresso-calendar-container select
229{ border: 1px solid; font-family: inherit; font-size: 11px; z-index: -1; }
230
231.expresso-calendar-container td
232{ font-size: 11px; }
233
234.expresso-calendar-container {
235        font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
236}
237
238/* azul.css */
239input, button
240{ border-color: #CFCFCF; color: #333; }
Note: See TracBrowser for help on using the repository browser.