source: branches/2.2/phpgwapi/templates/default/css/cataratas.css @ 3018

Revision 3018, 3.4 KB checked in by amuller, 14 years ago (diff)

Ticket #1135 - Aplicando alterações do branches 2.0 no branches 2.2

  • Property svn:executable set to *
Line 
1body
2{
3        background-color: #e9e9e9;
4}
5
6a:link,
7a:visited
8{
9        color: #000066;
10}
11
12a:hover,
13a:active
14{
15        color: #ff9933;
16}
17
18a.divSideboxEntry,
19.divSideboxEntry
20{
21        background-color: #eee;
22}
23
24a.appTitles,
25.appTitles
26{
27        padding: 2px 2px;
28}
29
30a.textSidebox
31{
32        border-top-color: #aaa;
33}
34
35input,
36button
37{
38        border-color: #bbb;
39        color: #069;
40}
41
42input[type=image]
43{
44        border-color: #bbb;
45}
46
47select
48{
49        border-color: #bbb;
50        color: #006;
51}
52
53#divAppbox
54{
55        background: #e6f3d9;
56        border-color: #9c9c9c;
57}
58
59#divAppboxHeader
60{
61        background: #e6f3d9;
62        border-color: #9c9c9c;
63        color: #006;
64        font-size: 14px;
65        font-weight: bold;
66}
67
68#divAppIconBar
69{
70        background: #fff url( ../images/background-icon-bar.png ) repeat-x;
71        border-top-color: #9c9c9c;
72}
73
74#divAppTextBar
75{
76        background-color: #fff;
77}
78
79#divGenTime
80{
81        color: #f00;
82}
83
84#divMain
85{
86        background: #fff;
87        border-color: #7e7e7e;
88}
89
90#divPoweredBy
91{
92        background: #fff;
93        color: #999;
94}
95
96#divSideboxContainer
97{
98        background: #fff;
99}
100
101#extraIcons
102{
103        background: #eee;
104        border-color: #7e7e7e;
105}
106
107#links_bar,
108#user_info
109{
110        color: #fff;
111}
112
113#tdAppbox
114{
115        background-color: #fff;
116}
117
118#tdSidebox
119{
120        background: #fff;
121}
122
123.conteudo
124{
125        border-color: #4A79B1;
126        color: #003;
127}
128
129.divSideboxHeader
130{
131        background-color: #006;
132        color: #fff;
133}
134
135.extraIconsRow
136{
137        border-top-color: #ddd;
138}
139
140.greyLine
141{
142        border-top-color: #7e7e7e;
143}
144
145.grid_email_class
146{
147        border-bottom-color: #cfcfcf;
148}
149
150.image-menu
151{
152        background: #a0b2cc url( ../../../../phpgwapi/templates/default/images/folder_bg_fozi.jpg ) no-repeat scroll center bottom;
153}
154
155.last_menu
156{
157        border-bottom-color: #4a79b1;
158}
159
160.logo_expresso
161{
162        background: url( ../../../../phpgwapi/templates/default/images/logo_expresso_fozi.gif ) no-repeat;
163        height: 35px;
164        width: 264px;
165}
166
167.menu
168{
169        background: #c8d7ea;
170        border-color: #f4f7fc;
171        border-bottom-color: #4a79b1;
172}
173
174.menu-sel
175{
176        background-color: #f7f7f7;
177        border-color: #4a79b1;
178        color: #00f;
179}
180
181.menu-degrade
182{
183        background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png );
184}
185
186.navbar_but
187{
188        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_fozi.png );
189}
190
191.navbar_butOver
192{
193        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over_fozi.png );
194}
195
196.navbar_butOut
197{
198        background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out_fozi.png );
199}
200
201.tblHeadApp
202{
203        border-color: #9c9c9c;
204}
205
206.textSidebox
207{
208        border-top-color: #aaa;
209}
210
211.toolbar
212{
213        background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo_fozi.jpg );
214}
215
216.linha0,
217.linha1,
218.tr_msg_read,
219.tr_msg_read2
220{
221        color: #3f3f3f;
222        background: #fff;
223}
224
225.linha1,
226.tr_msg_read2
227{
228        background: #e6f3d9;
229}
230
231table.inboxElements th,
232.table_elements_tr_header,
233.info_tr_header,
234.message_header
235{
236        background-color: #98c17f;
237}
238
239.message_options_active {
240        color: #d00;
241        font-weight: bold;
242}
243
244.message_options_inactive {
245        color: #999;
246}
247
248.message_options {
249        color: blue;
250        font-weight: bold;
251}
252
253.message_options_over {
254        color: #d00;
255        font-weight: bold
256}
257
258.table_message{
259        background: #98c17f;
260}
261
262
263
264#fmStatusBar
265{
266        margin-left: 4px;
267        margin-bottom: 3px;
268        font-size: 10px;
269}
270
271.divLoginbox
272{
273        position: relative;
274        width: 300px;
275        border: 1px solid #9c9c9c;
276}
277
278.divLoginboxHeader
279{
280        text-align: center;
281        background-color: #ddd;
282        padding-top: 2px;
283        font-size: 10px;
284        color: #666;
285}
286
287.divSidebox
288{
289        position: relative;
290        width: 147px;
291        border: 1px solid #9c9c9c;
292}
293
294.content-menu
295{
296        padding: 0px 0px 0px 0px;
297        background: #fff;
298}
Note: See TracBrowser for help on using the repository browser.