includes/clientside/css/enano-shared-ie.css
author Dan
Fri, 05 Oct 2007 01:57:00 -0400
changeset 161 e1a22031b5bd
parent 84 f99fb84bd959
permissions -rw-r--r--
Major revamps to the template parser. Fixed a few security holes that could allow PHP to be injected in untimely places in TPL code. Improved Ux for XSS attempt in tplWikiFormat. Documented many functions. Backported much cleaner parser from 2.0 branch. Beautified a lot of code in the depths of the template class. Pretty much a small-scale Extreme Makeover.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
84
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
     1
/*
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
     2
 * Shared stuff that all Enano themes (should) use. IE-only.
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
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
     5
span.tc_small_index_1 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
     6
  filter: alpha(opacity=100);
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
     7
}
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
     8
span.tc_small_index_2 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
     9
  filter: alpha(opacity=80);
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    10
}
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    11
span.tc_small_index_3 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    12
  filter: alpha(opacity=60);
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    13
}
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    14
span.tc_small_index_4 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    15
  filter: alpha(opacity=50);
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    16
}
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    17
span.tc_small_index_5 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    18
  filter: alpha(opacity=45);
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    19
}
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    20
span.tc_small_index_6 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    21
  filter: alpha(opacity=40);
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    22
}
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    23
span.tc_small_index_7 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    24
  filter: alpha(opacity=35);
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    25
}
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    26
span.tc_small_index_8 {
f99fb84bd959 Now using a CSS hack for IE's "filter" attribute to prevent CSS warnings in Firefox
Dan
parents:
diff changeset
    27
  filter: alpha(opacity=30);
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