summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-01-20 12:35:37 +0100
committerDimitri Sokolyuk <demon@dim13.org>2019-01-20 12:35:37 +0100
commitf12d854fcf5e46fe526a92a316b2c6ec118fcea3 (patch)
tree284d40c6eb60a5163fee6fc4bb2007937a539a1b /static/style.css
parent312ecbfa56c625903f1b1d56408326145b2fce2d (diff)
Replace fcgi with plain http server
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/static/style.css b/static/style.css
deleted file mode 100644
index 2e3117f..0000000
--- a/static/style.css
+++ /dev/null
@@ -1,47 +0,0 @@
-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;
-}