summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/index.css16
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;
+}