summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/screen.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/css/screen.css b/css/screen.css
index e587661..59b15bd 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -127,13 +127,12 @@ button { width: auto; overflow: visible; }
html {height:100%;}
body {
background:#2d2a27;
- color:#cabfac;
color:rgba(202,191,171,1);
font: normal 1em/1.5 "proxima-nova-1","proxima-nova-2", "Helvetica Neue", Calibri, Arial, Helvetica, sans-serif;
height:100%;
width:100%;
}
-
+body.ie6, body.ie7 {color:#cabfac;}
span.horizon {
border-top:1px solid #423E39;
height:1px;
@@ -170,6 +169,7 @@ hgroup h1 {
.wf-inactive hgroup h1{
letter-spacing:4px;
}
+body.ie6 hgroup h1,body.ie7 hgroup h1 {margin-left:0;}
hgroup h1:before {
content: "F";
@@ -219,6 +219,9 @@ hgroup h2 {
background-clip: padding-box;
z-index:100;
}
+.ie6 .brave, .ie7 .brave {
+ background:#9b3d17;
+}
.brave:before {
content: "";
background:#9b3d17;
@@ -294,6 +297,7 @@ hgroup + p + p {
}
.bkmrklt a {
+ background:#413e3c;
background: rgba(255, 255, 255, 0.1);
border: 1px solid #2D2A27;
color: #F0E4CC;
@@ -313,6 +317,8 @@ hgroup + p + p {
-o-box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(0,0,0,0.2);
box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 0 rgba(0,0,0,0.2);
}
+body.ie6 .bkmrklt a {color: #F0E4CC;}
+
.bkmrklt a:hover {
-webkit-animation-name: drag-me;
-webkit-animation-duration: 2s;