summaryrefslogtreecommitdiff
path: root/theme/mnml/css/ie.css
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-05 11:24:24 -0700
committerBrion Vibber <brion@pobox.com>2010-10-05 11:24:24 -0700
commitf6d31185763004e4f2bae6ccd550256bc99bceda (patch)
tree799396a3e1037c13018f02a0479f5650b32b69b6 /theme/mnml/css/ie.css
parentd946c82740beded22bd867c1bf6d1522a59665b0 (diff)
mnml theme by Michael R. Bernstein
Includes TeX Gyre Heros font, used under GUST Font License
Diffstat (limited to 'theme/mnml/css/ie.css')
-rw-r--r--theme/mnml/css/ie.css87
1 files changed, 87 insertions, 0 deletions
diff --git a/theme/mnml/css/ie.css b/theme/mnml/css/ie.css
new file mode 100644
index 000000000..01a8ffcbd
--- /dev/null
+++ b/theme/mnml/css/ie.css
@@ -0,0 +1,87 @@
+/* IE specific styles */
+input.checkbox,
+input.radio {
+top:0;
+}
+
+#wrap {
+ *position: relative;
+}
+
+#site_nav_global_primary {
+ *float: none;
+ *left: 1em;
+}
+
+img.logo {
+ *margin-bottom: 1.75em;
+ }
+
+.form_notice textarea {
+width:78%;
+}
+.form_notice .form_note + label {
+position:absolute;
+top:25px;
+left:83%;
+text-indent:-9999px;
+height:16px;
+width:16px;
+display:block;
+}
+.form_notice #notice_action-submit {
+width:17%;
+max-width:17%;
+}
+.form_notice #notice_data-attach_selected,
+.form_notice #notice_data-geo_selected {
+width:78.75%;
+}
+.form_notice #notice_data-attach_selected button,
+.form_notice #notice_data-geo_selected button {
+padding:0 4px;
+}
+.form_notice .form_note + label {
+ background:transparent url(../images/icons/icons-01.png) no-repeat 0 -328px;
+}
+
+.form_notice #notice_data-attach {
+ filter: alpha(opacity=0);
+}
+.form_notice #notice_data-geo_wrap label {
+ background:transparent url(../images/icons/icons-01.png) no-repeat
+0 -1780px;
+}
+.form_notice #notice_data-geo_wrap label.checked {
+ background:transparent url(../images/icons/icons-01.png) no-repeat
+0 -1846px;
+}
+
+.notices li {
+*margin-bottom: 1.6em;
+}
+
+.notice-options input.submit {
+font-size:0;
+text-align:right;
+text-indent:0;
+}
+.notice div.entry-content .timestamp a {
+margin-right:4px;
+}
+.entity_profile {
+width:64%;
+}
+.notice {
+z-index:1;
+}
+.notice:hover {
+z-index:9999;
+}
+.notice .thumbnail img {
+z-index:9999;
+}
+
+.form_settings fieldset fieldset legend {
+line-height:auto;
+}