includes/clientside/css/enano-shared-ie.css
changeset 1227 bdac73ed481e
parent 468 194a19711346
equal deleted inserted replaced
1226:de56132c008d 1227:bdac73ed481e
     1 /*
     1 /*
     2  * Shared stuff that all Enano themes (should) use. Should not load on IE7.
     2  * Shared stuff that all Enano themes (should) use. Should not load on IE7.
     3  */
     3  */
     4 
     4 
     5 * html 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 * html 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 * html 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 * html 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 * html 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 * html 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 * html 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 * html 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