summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-12 17:37:46 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-12 17:37:46 +0200
commite1b5fae32140f034dbdf8c92ccec40926b8cbe04 (patch)
tree9dfb6c137c08a6acf7dbf538dd651ed85f3dd662
parentb7526da833dd14e1f1d95bf7726c2651ff71c818 (diff)
downloadnorsk-urskog-registrations-e1b5fae32140f034dbdf8c92ccec40926b8cbe04.tar.gz
norsk-urskog-registrations-e1b5fae32140f034dbdf8c92ccec40926b8cbe04.tar.bz2
norsk-urskog-registrations-e1b5fae32140f034dbdf8c92ccec40926b8cbe04.zip
Brush up the stylesheet a bit.
-rw-r--r--public/styles.css31
1 files changed, 25 insertions, 6 deletions
diff --git a/public/styles.css b/public/styles.css
index 3906add..a236448 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -1,6 +1,23 @@
body {
- background-color: whitesmoke;
- color: darkslategray;
+ color: #afafaf;
+ background-color: #131a1a;
+ max-width: 42em;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+h1, h2, h3 {
+ color: #ccc;
+}
+
+a {
+ color: #7fb0c7;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #99b0d7;
+ text-decoration: underline;
}
label {
@@ -23,7 +40,7 @@ label {
.required label:before,
.required:empty:before {
content: "* ";
- color: darkred;
+ color: #ff4f4f;
vertical-align: top;
}
@@ -40,9 +57,10 @@ textarea {
input[type=text], input[type=time], textarea {
border-bottom: 1px solid darkslateblue;
- background-color: whitesmoke;
- color: darkslateblue;
+ background-color: #afafaf;
+ color: #11163f;
font-size: large;
+ padding: 1mm;
}
input[type=text], textarea {
@@ -82,10 +100,11 @@ input[type=text], textarea {
}
.help {
- margin-left: 1cm;
+ margin-left: 4cm;
width: 10cm;
display: inline-block;
vertical-align: top;
+ font-size: small;
}
.delete-member-button,