aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css53
1 files changed, 0 insertions, 53 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
deleted file mode 100644
index 3ef4259..0000000
--- a/assets/css/style.css
+++ /dev/null
@@ -1,53 +0,0 @@
-body {
- font-family: 'Eurofur', sans-serif;
- margin: 5% 10%;
- color: #222;
-}
-a {
- color: #05A;
- text-decoration: none;
-}
-pre, code, textarea {
- font-family: 'Monofur', monospace;
-}
-pre {
- line-height: 120%;
- border: thin solid #CDE;
- overflow: auto;
- padding: 1ex 2ex;
-}
-hr {
- color: #CDE;
-}
-img, pre {
- border-radius: 1ex;
-}
-blockquote {
- border-left: thick solid #CCC;
- margin-left: 1ex;
- padding-left: 2ex;
-}
-dd {
- padding-bottom: 1em;
-}
-nav {
- float: right;
-}
-nav a, nav span {
- padding: 1ex;
-}
-nav span {
- text-align: right;
- font-size: large;
- font-weight: bold;
- color: #F50;
-}
-td {
- padding: 0 1em;
-}
-tr:nth-child(even) {
- background: #FFF;
-}
-tr:nth-child(odd) {
- background: #EEE;
-}