aboutsummaryrefslogtreecommitdiffstats
path: root/Web/Server/static/Server.css
diff options
context:
space:
mode:
Diffstat (limited to 'Web/Server/static/Server.css')
-rw-r--r--Web/Server/static/Server.css22
1 files changed, 16 insertions, 6 deletions
diff --git a/Web/Server/static/Server.css b/Web/Server/static/Server.css
index 78e53c7..10d8b23 100644
--- a/Web/Server/static/Server.css
+++ b/Web/Server/static/Server.css
@@ -2,15 +2,16 @@
color: white;
background-color: maroon;
border-style: solid;
- border: 1px solid black;
+ border: 1px solid #d5d6d2;
text-align: center;
margin:5px;
}
.button {
background-color: gold;
- border: none;
- color: white;
+ border: solid;
+ border-color:#d5d6d2;
+ color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
@@ -20,11 +21,9 @@
.button:hover{
background-color: white;
- color: gold;
cursor: pointer;
}
-
a{
color:white;
text-decoration:none;
@@ -33,6 +32,15 @@ a:hover{
text-decoration:underline
}
+#main{
+ color: black;
+ background-color: #d5d6d2;
+ border-style: solid;
+ border: 1px solid #d5d6d2;
+ text-align: center;
+ margin:5px;
+}
+
#about{
display: none;
}
@@ -46,7 +54,9 @@ a:hover{
}
#choose_file{
-
+ border: none;
+ text-decoration: none;
+ display: inline-block;
}
#submit{