summaryrefslogtreecommitdiff
path: root/htdocs/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/static/style.css')
-rw-r--r--htdocs/static/style.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/htdocs/static/style.css b/htdocs/static/style.css
new file mode 100644
index 0000000..2e3117f
--- /dev/null
+++ b/htdocs/static/style.css
@@ -0,0 +1,47 @@
+body {
+ color: #222;
+ font-family: 'Abel', sans-serif;
+}
+h1, h2, h3, h4, h5, h6, header, footer, .navbar-brand {
+ font-family: 'Raleway', sans-serif;
+}
+h1, h2, .navbar-brand {
+ text-shadow: 1px 1px #CCC;
+}
+pre, code, kbd {
+ font-family: 'Space Mono', monospace;
+}
+a {
+ color: #F50;
+}
+a:hover {
+ color: #05A;
+}
+pre {
+ line-height: 120%;
+ overflow: auto;
+ border: thin solid #CDE;
+ padding: 1ex 2ex;
+}
+article, section {
+ margin-top: 3em;
+ margin-bottom: 2em;
+}
+article header {
+ margin-bottom: 1em;
+}
+article footer {
+ margin-top: 1em;
+}
+time, address {
+ color: #999;
+ font-size: small;
+}
+figcaption {
+ font-style: italic;
+ margin-bottom: 2ex;
+}
+img {
+ margin-right: 1ex;
+ margin-bottom: 1ex;
+}