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

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