summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/simple-form.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/public/css/simple-form.css b/public/css/simple-form.css
new file mode 100644
index 0000000..0cc6218
--- /dev/null
+++ b/public/css/simple-form.css
@@ -0,0 +1,57 @@
+body {
+font-family: sans-serif;
+}
+a, h1, h2 {
+color: gray;
+}
+h1, h2 {
+font-family: 'Georgia', serif;
+margin: 0;
+}
+h1 {
+border-bottom: 1px solid black;
+}
+h2 {
+font-size: 1.2em;
+}
+.page {
+margin: 2em auto;
+width: 35em;
+border: 1px solid black;
+padding: 0.8em;
+background: white;
+}
+.entries {
+list-style: none;
+margin: 0;
+padding: 0;
+border-bottom: 1px solid black;
+}
+.entries li {
+margin: 0.8em 1.2em;
+}
+.entries li h2 {
+margin-left: -1em;
+}
+.add-entry {
+font-size: 0.9em;
+border-bottom: 1px solid black;
+}
+.add-entry dl {
+font-weight: bold;
+}
+.login_logout {
+text-align: right;
+font-size: 0.8em;
+padding: 0.3em;
+margin-bottom: 1em;
+}
+.flash {
+background: whitesmoke;
+padding: 0.5em;
+border: 1px solid black;
+}
+.error {
+background: indianred;
+padding: 0.5em;
+}