author | Dan Fuhry <dan@enanocms.org> |
Fri, 02 Dec 2011 01:15:55 -0500 | |
changeset 1355 | 12c23b83c79d |
parent 1227 | bdac73ed481e |
permissions | -rw-r--r-- |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
1 |
/* |
461 | 2 |
* Shared stuff that all Enano themes (should) use. Should not load on IE7. |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
3 |
*/ |
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
4 |
|
461 | 5 |
* html span.tc_small_index_1 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
6 |
filter: alpha(opacity=100); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
7 |
} |
461 | 8 |
* html span.tc_small_index_2 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
9 |
filter: alpha(opacity=80); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
10 |
} |
461 | 11 |
* html span.tc_small_index_3 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
12 |
filter: alpha(opacity=60); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
13 |
} |
461 | 14 |
* html span.tc_small_index_4 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
15 |
filter: alpha(opacity=50); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
16 |
} |
461 | 17 |
* html span.tc_small_index_5 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
18 |
filter: alpha(opacity=45); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
19 |
} |
461 | 20 |
* html span.tc_small_index_6 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
21 |
filter: alpha(opacity=40); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
22 |
} |
461 | 23 |
* html span.tc_small_index_7 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
24 |
filter: alpha(opacity=35); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
25 |
} |
461 | 26 |
* html span.tc_small_index_8 { |
1227
bdac73ed481e
Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Dan
parents:
468
diff
changeset
|
27 |
filter: alpha(opacity=30); |
84
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
28 |
} |
f99fb84bd959
Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff
changeset
|
29 |