diff options
Diffstat (limited to 'static/css/top.css')
| -rwxr-xr-x | static/css/top.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/static/css/top.css b/static/css/top.css index afc2f0b..d6a9b49 100755 --- a/static/css/top.css +++ b/static/css/top.css @@ -151,9 +151,19 @@ border:1px solid #000; font-size:20px; } -.no-cursor { cursor: none; } -.invisible { display: none !important; } -#cursor-big { position: absolute; z-index: 1000; } + .no-cursor { cursor: none; } + .invisible { display: none !important; } + #cursor-big { position: absolute; z-index: 1000; } + + .preload-pixel { + visibility: hidden; + width: 0; + height: 0; + } + + .word-spacing-normal { + word-spacing: normal; + } label { display:inline-block; @@ -278,4 +288,3 @@ a.img_roll:hover{ ul.pagination li { float:left; margin:0 5px;display:none; } ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/static/img/pagination.png); background-position:0 0; background-repeat:no-repeat;} - |
