includes/clientside/css/enano-shared-ie.css
author Dan
Tue, 12 Feb 2008 22:17:58 -0500
changeset 419 b8b4e38825db
parent 84 f99fb84bd959
child 461 717e71109645
permissions -rw-r--r--
Unsuccessful attempt at fixing "dismiss"/"close manager" buttons in ACL editor; non-breaking change to template API to allow plugins to add "normal" sidebar widgets in addition to the special "raw" block type, specified as the third parameter to $template->sidebar_widget(). Defaults to false, which is old behavior; new behavior (enabled by passing TRUE as the 3rd param) means that the content of the block is primarily block-level links.
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