diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-15 23:12:32 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-15 23:12:32 -0400 |
| commit | d2bcd70e8ec45d2e265387665c06e75c66c40797 (patch) | |
| tree | acf2abced5e498ce3597fb33e69aab7e35b9bf5a /static/header.css | |
| parent | 7a3bf6cf4266b4c431d42ac57a070dffda6a4084 (diff) | |
| parent | 67668085e7ea9c1638eab0c4a8ffd584316c0c5c (diff) | |
Merged
Diffstat (limited to 'static/header.css')
| -rwxr-xr-x | static/header.css | 13 |
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 |
