aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/jsa.css
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/jsa/jsa.css')
-rw-r--r--jsaccess/jsa/jsa.css27
1 files changed, 21 insertions, 6 deletions
diff --git a/jsaccess/jsa/jsa.css b/jsaccess/jsa/jsa.css
index 5671c88..2bd5499 100644
--- a/jsaccess/jsa/jsa.css
+++ b/jsaccess/jsa/jsa.css
@@ -4,9 +4,18 @@ body {
color:#dfdfdf;
}
-a {text-decoration: none; color:#dfdfdf;}
+h1 {
+ text-align: center;
+}
+
+a {text-decoration: none; color:#9f9f9f;}
a:hover {text-decoration: underline overline; color: red;}
+input {
+ vertical-align: bottom;
+ margin-right: 10px;
+}
+
#forms {
float: left;
}
@@ -15,21 +24,27 @@ a:hover {text-decoration: underline overline; color: red;}
float: right;
min-width: 400px;
color:#5fba3d;
+ margin-top: 20px;
+}
+#status:before {
+ content: "Welcome.";
}
+
#footer {
position: absolute;
- width: 95%;
+ width: 100%;
margin-left: auto;
margin-right: auto;
- text-align: center;
bottom: 0;
+ left: 0;
color: #9f9f9f;
}
-#footer a {
- color: #9f9f9f;
-};
+#footer small {
+ display: block;
+ text-align: center;
+}
@media (max-width: 480px) {
#status {