summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatic/css/index.css32
-rwxr-xr-xstatic/register-closed.html4
-rwxr-xr-xstatic/register-on1.html10
-rwxr-xr-xstatic/register-open.html10
-rwxr-xr-xstatic/register.html4
-rwxr-xr-xstatic/register777.html10
-rwxr-xr-xstatic/shinobi/index.html10
7 files changed, 50 insertions, 30 deletions
diff --git a/static/css/index.css b/static/css/index.css
index a8549c8..e256dbe 100755
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -82,6 +82,15 @@ margin-top:2%;
background-position:top center;
background-repeat:repeat-x;
}
+
+#content.content-z77 {
+ position: relative;
+ z-index: 77;
+}
+
+#content.content-fullheight {
+ height: 100%;
+}
#preload {
position: absolute;
left: 0px;
@@ -131,12 +140,11 @@ padding-bottom:15px;
box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-}
-}
-.menu2 li {
- padding: 0;
- margin: 0 2px;
- float: left;
+ }
+ .menu2 li {
+ padding: 0;
+ margin: 0 2px;
+ float: left;
position: relative;
text-align: center;
}
@@ -322,6 +330,18 @@ z-index:30;
margin-top:-3px;
margin-bottom:7px;
}
+
+.form-label-left-tight {
+ text-align: left;
+ margin-bottom: -8px;
+}
+
+.register-message {
+ display: block;
+ width: auto;
+ text-align: center;
+ margin-bottom: 10px;
+}
#remember{margin-top:-4px;z-index:30; margin-right:50px;text-align: right;display:inline-block;line-height:0.5;}
#remember a{text-decoration:none;font-size:11px;display:block;z-index:30;}
#furie3 {
diff --git a/static/register-closed.html b/static/register-closed.html
index 2b41769..20d64a1 100755
--- a/static/register-closed.html
+++ b/static/register-closed.html
@@ -15,7 +15,7 @@
<body>
<div id="rapper"></div>
- <div id="content" style="z-index:77;height:100%;">
+ <div id="content" class="content-z77 content-fullheight">
<div id="main" align="center">
@@ -24,7 +24,7 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:center;margin-bottom:10px;">Registration is currently closed.
+ <label class="register-message">Registration is currently closed.
<br><br>
Maybe ask a friend?</label>
diff --git a/static/register-on1.html b/static/register-on1.html
index d803646..9bfa9ee 100755
--- a/static/register-on1.html
+++ b/static/register-on1.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="nickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="passwordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="emailInput" />
</h1>
diff --git a/static/register-open.html b/static/register-open.html
index d803646..9bfa9ee 100755
--- a/static/register-open.html
+++ b/static/register-open.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="nickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="passwordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="emailInput" />
</h1>
diff --git a/static/register.html b/static/register.html
index 2b41769..20d64a1 100755
--- a/static/register.html
+++ b/static/register.html
@@ -15,7 +15,7 @@
<body>
<div id="rapper"></div>
- <div id="content" style="z-index:77;height:100%;">
+ <div id="content" class="content-z77 content-fullheight">
<div id="main" align="center">
@@ -24,7 +24,7 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:center;margin-bottom:10px;">Registration is currently closed.
+ <label class="register-message">Registration is currently closed.
<br><br>
Maybe ask a friend?</label>
diff --git a/static/register777.html b/static/register777.html
index d803646..9bfa9ee 100755
--- a/static/register777.html
+++ b/static/register777.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="nickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="passwordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="passwordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="emailInput" />
</h1>
diff --git a/static/shinobi/index.html b/static/shinobi/index.html
index 4010061..0cdefab 100755
--- a/static/shinobi/index.html
+++ b/static/shinobi/index.html
@@ -16,7 +16,7 @@
<body>
<div id="rapper"></div>
-<div id="content" style="z-index:77;">
+<div id="content" class="content-z77">
<div id="main" align="center">
@@ -26,17 +26,17 @@
<div id="logo-and-text">
<a href="/"><img src="/static/img/dumppixellarge3.png"></a>
<div align="center">
- <label style="text-align:left;margin-bottom:-8px;">username</label>
+ <label class="form-label-left-tight">username</label>
<input type="text" class="field"id="regNickInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password</label>
+ <label class="form-label-left-tight">password</label>
<input type="password" class="field" id="regPasswordInput" />
<br>
- <label style="text-align:left;margin-bottom:-8px;">password2x</label>
+ <label class="form-label-left-tight">password2x</label>
<input type="password" class="field" id="regPasswordInput2" />
- <label style="text-align:left;margin-bottom:-8px;">email</label>
+ <label class="form-label-left-tight">email</label>
<input type="text" class="field"id="regEmailInput" />
</h1>