summaryrefslogtreecommitdiff
path: root/themes/colors/msie.css
diff options
context:
space:
mode:
authorVeit Olschinski <veit@olschinski.de>2010-04-05 10:29:41 +0000
committerVeit Olschinski <veit@olschinski.de>2010-04-05 10:29:41 +0000
commit5bc7b36708d272081ffd2df5658ddf12275447dd (patch)
tree7884d88bd634f62d94e0239c911305ac4349dba8 /themes/colors/msie.css
parent5dbb23df7f03aeb32c6c5a3fa6139dd479f9c0b4 (diff)
downloadwebtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.gz
webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.bz2
webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.zip
Diffstat (limited to 'themes/colors/msie.css')
-rw-r--r--themes/colors/msie.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/themes/colors/msie.css b/themes/colors/msie.css
new file mode 100644
index 0000000000..6992310ac5
--- /dev/null
+++ b/themes/colors/msie.css
@@ -0,0 +1,27 @@
+/*
+ * @version $Id$
+ */
+
+.normal_inner_block {
+ width: 100%;
+}
+
+/*
+ * The following style definitions can be removed when IE supports the "opacity"
+ * specification in place of its proprietary and non-standard method.
+ */
+.flag, .activeflag, .brightflag {
+ filter: alpha(opacity=100);
+}
+
+.dimflag {
+ filter: alpha(opacity=50);
+}
+
+.rela {
+ filter: alpha(opacity=67);
+}
+
+a.showit:hover span {
+ filter: alpha(opacity=85);
+}