includes/clientside/css/enano-shared-ie.css
changeset 84 f99fb84bd959
child 461 717e71109645
equal deleted inserted replaced
83:80facec76d9f 84:f99fb84bd959
       
     1 /*
       
     2  * Shared stuff that all Enano themes (should) use. IE-only.
       
     3  */
       
     4 
       
     5 span.tc_small_index_1 {
       
     6   filter: alpha(opacity=100);
       
     7 }
       
     8 span.tc_small_index_2 {
       
     9   filter: alpha(opacity=80);
       
    10 }
       
    11 span.tc_small_index_3 {
       
    12   filter: alpha(opacity=60);
       
    13 }
       
    14 span.tc_small_index_4 {
       
    15   filter: alpha(opacity=50);
       
    16 }
       
    17 span.tc_small_index_5 {
       
    18   filter: alpha(opacity=45);
       
    19 }
       
    20 span.tc_small_index_6 {
       
    21   filter: alpha(opacity=40);
       
    22 }
       
    23 span.tc_small_index_7 {
       
    24   filter: alpha(opacity=35);
       
    25 }
       
    26 span.tc_small_index_8 {
       
    27   filter: alpha(opacity=30);
       
    28 }
       
    29