summaryrefslogtreecommitdiff
path: root/static/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/index.css')
-rwxr-xr-xstatic/css/index.css49
1 files changed, 42 insertions, 7 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 01bce1d..8141ef9 100755
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -64,6 +64,21 @@ body {
background-position:top;
}
+.no-underline {
+ text-decoration: none;
+}
+.no-underline:hover {
+ text-decoration: none;
+}
+
+.text-center {
+ text-align: center;
+}
+
+.is-hidden {
+ display: none;
+}
+
#video{
display:none;
}
@@ -75,6 +90,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;
@@ -124,12 +148,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;
}
@@ -315,6 +338,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 {
@@ -436,4 +471,4 @@ z-index:-1;
#register-spinner {
display: none;
-} \ No newline at end of file
+}