diff options
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 |
