From 42e9855a08b494570bbc1aa330da5e34fe865aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Mon, 28 Apr 2014 23:05:51 +0200 Subject: [PATCH] Add a skip button for the seeding and a progress bar, to be styled --- index.html | 199 ++++++++++++++++++++++++++-------------------- src/index.html | 11 +++ src/main.css | 8 ++ src/ninja.misc.js | 180 +++++++++++++++++++++-------------------- 4 files changed, 226 insertions(+), 172 deletions(-) diff --git a/index.html b/index.html index df26e33..78b7fa4 100644 --- a/index.html +++ b/index.html @@ -5781,6 +5781,14 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: #seedpoolarea { display: none; } #seedpooldisplay { font-family: monospace; font-size: 1em; width: 640px; padding: 15px 5px; word-wrap: break-word; } .seedpoint { width: 6px; height: 6px; display: block; border-radius: 3px; background-color: #80CF80; position: absolute; z-index: 10; } + +#seedSkipper { font-size: 11px; text-align: center; line-height: 14px;} +#generate #mousemovelimit { font-size: 16px; color: #FFF; } +#rightArea { float: right; width: 170px; } +#progress-bar { width: 170px; background:#99c31b; position: relative; margin-bottom: 20px; } +#progress-bar-percentage { background:#ff952d; padding: 3px 0px; text-align: center; height: 18px; } +#progress-bar-percentage span { display: inline-block; position: absolute; width: 100%; left: 0; } + #generate { font-size: 13px; text-align: left; position: relative; padding: 20px; border: 1px solid #BFBFBF; background-color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } #generate span { padding: 5px 5px 0 5px; } #generatekeyinput { position: relative; z-index: 20; } @@ -6098,6 +6106,17 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height: MOVE your mouse around to add some extra randomness...
OR type some random characters into this textbox
+ +
+
+
 
+
+ +
+ Skip »
+

You may skip this step if you do not plan to use the random key generator.

+
+

@@ -7011,100 +7030,108 @@ ninja.publicKey = { };