includes/clientside/css/enano-shared-ie.css
author Dan
Sat, 01 Mar 2008 18:59:11 -0500
changeset 469 3f11279bac50
parent 468 194a19711346
child 1227 bdac73ed481e
permissions -rw-r--r--
Oops. Forgot to add the themepreview.png file which is a dummy icon for themes that don't include screenshots. Also in last commit several changes weren't documented, including: Moved several page manipulation functions from PageUtils to PageProcess. Fixed debug message in l10n.js. Started switchover to new rollback API and log_id column replacing time_id as key.
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
/*
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
     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
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
     5
* html span.tc_small_index_1 {
84
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
}
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
     8
* html span.tc_small_index_2 {
84
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
}
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
    11
* html span.tc_small_index_3 {
84
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
}
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
    14
* html span.tc_small_index_4 {
84
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
}
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
    17
* html span.tc_small_index_5 {
84
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
}
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
    20
* html span.tc_small_index_6 {
84
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
}
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
    23
* html span.tc_small_index_7 {
84
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
}
461
717e71109645 Fixed a number of IE6 bugs
Dan
parents: 84
diff changeset
    26
* html span.tc_small_index_8 {
84
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