Add navigation menu
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / style.css
index f12cfdf..2ff0cb1 100644 (file)
@@ -37,8 +37,23 @@ a:active {
   color: #0066BB;
 }
 
+img {
+  border: none;
+}
+
+.pass {
+  color: #7AE309;
+  font-weight: bold;
+}
+
+.fail {
+  color: #E30909;
+  font-weight: bold
+}
+
 div.centre {
   text-align: center;
+  margin: auto;
 }
 
 .bold {
@@ -160,12 +175,18 @@ input[type="text"]:focus, input[type="password"]:focus {
   display: inline-block;
 }
 
+#header #logout-container {
+  /* Hide until activated by JavaScript */
+  display: none;
+}
+
 #header #date {
   font-size: 12px;
 }
 
 #content  {
   padding: 1em 2em;
+  /*display: none;  Enable in non-debug mode*/
 }
 
 #sidebar{
@@ -175,7 +196,6 @@ input[type="text"]:focus, input[type="password"]:focus {
 
 #sidebar .title {
   font-size: 20px;
-  font-weight: bold;
 }
 
 #sidebar .item {
@@ -189,18 +209,18 @@ input[type="text"]:focus, input[type="password"]:focus {
   min-width: 400px;
 }
 
-#main .title {
-  font-size: 24px;
-  font-weight: bold;
-  margin-bottom: 0.5em;
-}
-
 #main .sub-title {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 0.25em;
 }
 
+.title {
+  font-size: 24px;
+  font-weight: bold;
+  margin-bottom: 0.5em;
+}
+
 .graph {
   width: 100%;
   height: 200px;
@@ -233,7 +253,7 @@ input[type="text"]:focus, input[type="password"]:focus {
 }
 
 /** For login.html **/
-#login {
+#login-container {
   margin: 0 auto;
   width: 400px;
   padding: 1.8em 0 0;
@@ -241,19 +261,23 @@ input[type="text"]:focus, input[type="password"]:focus {
   line-height: 1.8em;
 }
 
-#login form {
+#login-container form {
   padding: 1em 2em;
 }
 
-#login input {
+#login-container input {
   font-size: 24px;
 }
 
-#login label {
+#login-container label {
   font-size: 14px;
 }
 
-#login input[type=submit], #login input[type=submit] {
+#login-container input[type=submit] {
   font-size: inherit;
   padding: 0.4em 0.8em;
+}
+
+#login-container #result {
+  clear: both;
 }
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au