summaryrefslogtreecommitdiff
path: root/static/header.css
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-03-15 23:12:32 -0400
committerScott Ostler <sostler@deathmachine.local>2010-03-15 23:12:32 -0400
commitd2bcd70e8ec45d2e265387665c06e75c66c40797 (patch)
treeacf2abced5e498ce3597fb33e69aab7e35b9bf5a /static/header.css
parent7a3bf6cf4266b4c431d42ac57a070dffda6a4084 (diff)
parent67668085e7ea9c1638eab0c4a8ffd584316c0c5c (diff)
Merged
Diffstat (limited to 'static/header.css')
-rwxr-xr-xstatic/header.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/header.css b/static/header.css
index 5b4e549..e3cb85d 100755
--- a/static/header.css
+++ b/static/header.css
@@ -46,8 +46,8 @@ background-repeat:repeat-x;
position:absolute;
font-size: 16px;
height:22;
-word-spacing:2;
-width:365;
+word-spacing:1;
+width:455;
color:#fff;
text-indent:14;
line-height:1.9;
@@ -258,3 +258,12 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY
margin-left:-7000;
height:0.1;
}
+
+.no-cursor { cursor: none; }
+.invisible { display: none !important; }
+#cursor-big { position: absolute; z-index: 1000; }
+#preload {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+} \ No newline at end of file