summaryrefslogtreecommitdiff
path: root/static/header.css
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-03-16 08:17:04 -0400
committersostler <sbostler@gmail.com>2010-03-16 08:17:04 -0400
commit0a9c5c4df26f3d8a9a322e6696667fab4be6676c (patch)
treecdccd645402997bc0a648d6c7c0b0f33a10c2bb8 /static/header.css
parent20fa5f469f7c289e7b0048d9d311e9d3a5cca7b2 (diff)
parent68a356a3e49717aefed0a00d4ec0fd565b067d9f (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