aboutsummaryrefslogtreecommitdiff
path: root/stylesheet.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2017-12-12 16:39:05 +0100
committerstonedDiscord <stoned@derpymail.org>2017-12-12 16:39:05 +0100
commit198231c4685a90cf10d819be7eedaa265dc9404e (patch)
treec34654698ba9e0314685f28addb12bfc2826b685 /stylesheet.css
parent3bc7e930e2b96e1482e81380c51c00572d1b52f4 (diff)
ao2 edits and avail server now green
Diffstat (limited to 'stylesheet.css')
-rw-r--r--stylesheet.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/stylesheet.css b/stylesheet.css
index bc598de..cd9b2bc 100644
--- a/stylesheet.css
+++ b/stylesheet.css
@@ -4,6 +4,7 @@ body {
background-size: cover;
background-attachment: fixed;
font-family: "Ace Attorney","Tahoma",Sans;
+ transition: ease-in-out;
}
#content {
@@ -189,7 +190,7 @@ body {
.servs {
display: block;
margin: auto;
- width: 300px;
+ width: 500px;
}
.servs li {
@@ -201,7 +202,7 @@ body {
padding: 0px;
padding-left: 10px;
display: block;
- width: 400px;
+ width: 500px;
height: 50px;
margin: 10px;
margin-left: auto;
@@ -235,6 +236,11 @@ body {
box-shadow: 0 0 0 2px #BBB;
}
+.servs .available {
+ background-color: #6BFF6B;
+ border-color: #21AD21;
+}
+
.servs .button:hover {
box-shadow: 0 0 0 1px #EFAD21;
}