1 /* |
1 /* |
2 * Shared stuff that all Enano themes (should) use. IE-only. |
2 * Shared stuff that all Enano themes (should) use. Should not load on IE7. |
3 */ |
3 */ |
4 |
4 |
5 span.tc_small_index_1 { |
5 * html span.tc_small_index_1 { |
6 filter: alpha(opacity=100); |
6 filter: alpha(opacity=100); |
7 } |
7 } |
8 span.tc_small_index_2 { |
8 * html span.tc_small_index_2 { |
9 filter: alpha(opacity=80); |
9 filter: alpha(opacity=80); |
10 } |
10 } |
11 span.tc_small_index_3 { |
11 * html span.tc_small_index_3 { |
12 filter: alpha(opacity=60); |
12 filter: alpha(opacity=60); |
13 } |
13 } |
14 span.tc_small_index_4 { |
14 * html span.tc_small_index_4 { |
15 filter: alpha(opacity=50); |
15 filter: alpha(opacity=50); |
16 } |
16 } |
17 span.tc_small_index_5 { |
17 * html span.tc_small_index_5 { |
18 filter: alpha(opacity=45); |
18 filter: alpha(opacity=45); |
19 } |
19 } |
20 span.tc_small_index_6 { |
20 * html span.tc_small_index_6 { |
21 filter: alpha(opacity=40); |
21 filter: alpha(opacity=40); |
22 } |
22 } |
23 span.tc_small_index_7 { |
23 * html span.tc_small_index_7 { |
24 filter: alpha(opacity=35); |
24 filter: alpha(opacity=35); |
25 } |
25 } |
26 span.tc_small_index_8 { |
26 * html span.tc_small_index_8 { |
27 filter: alpha(opacity=30); |
27 filter: alpha(opacity=30); |
28 } |
28 } |
29 |
29 |
|
30 * html div#ajaxEditContainer { |
|
31 display: none; |
|
32 } |
|
33 |