diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-01 10:26:53 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-01 10:26:53 -0400 |
commit | 828588ccb0e7f203c53b1abad1d70f77d3185a81 (patch) | |
tree | 3a94267cad0df730147677b40b683a8a7d422365 /www/css | |
parent | 35abacfe70019cc323ae8379729a934e265e4544 (diff) | |
download | html5ks-828588ccb0e7f203c53b1abad1d70f77d3185a81.tar.xz html5ks-828588ccb0e7f203c53b1abad1d70f77d3185a81.zip |
add nvl
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/www/css/index.css b/www/css/index.css index e5a5c19..85125be 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -35,6 +35,8 @@ body { #container { width: 800px; height: 600px; + left: 50%; + top: 50%; margin-top: -300px; margin-left: -400px; } @@ -141,7 +143,7 @@ input[type="checkbox"] + span:before { input[type="checkbox"]:checked + span:before { background: url("../dump/ui/bt-cf-checked.png") no-repeat left bottom; } -#ctc { +#ctc, #nvlctc { position: absolute; bottom: 20px; right: 10px; @@ -149,3 +151,15 @@ input[type="checkbox"]:checked + span:before { -moz-animation: blink 2s infinite; animation: blink 2s infinite; } +#nvl { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: url("../dump/ui/bg-nvl.png") no-repeat top left; +} +#nvlsay { + padding: 25px 35px; + color: white; +} |