diff options
| author | Jokler <jokler@protonmail.com> | 2020-02-22 18:53:13 +0100 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-02-22 23:20:10 +0100 |
| commit | 326cfa543c6263818aad7dec4a869bc8139ec14c (patch) | |
| tree | bc55a0e79107a93bc3e605a0cae32926dc4c52fc /static | |
| parent | b9edd85baae9ee483a2d403c641801adc585d26d (diff) | |
| download | pokebot-326cfa543c6263818aad7dec4a869bc8139ec14c.tar.gz pokebot-326cfa543c6263818aad7dec4a869bc8139ec14c.zip | |
Move web server related files into a folder
Diffstat (limited to 'static')
| -rw-r--r-- | static/.gitkeep | 0 | ||||
| -rw-r--r-- | static/fonts/.gitkeep | 0 | ||||
| -rw-r--r-- | static/style.css | 63 |
3 files changed, 0 insertions, 63 deletions
diff --git a/static/.gitkeep b/static/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/static/.gitkeep +++ /dev/null diff --git a/static/fonts/.gitkeep b/static/fonts/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/static/fonts/.gitkeep +++ /dev/null diff --git a/static/style.css b/static/style.css deleted file mode 100644 index 09a985c..0000000 --- a/static/style.css +++ /dev/null @@ -1,63 +0,0 @@ -@font-face { - font-family: 'roboto-regular'; - src: url('fonts/Roboto-Regular.ttf') format('truetype'); -} - -@font-face { - font-family: 'roboto-light'; - src: url('fonts/Roboto-Light.ttf') format('truetype'); -} - -@font-face { - font-family: 'roboto-bold'; - src: url('fonts/Roboto-Bold.ttf') format('truetype'); -} - -body { - background-color: #151515; -} - -main { - margin: auto; - max-width: 800px; - padding: 1em; - background-color: #202020; - color: #eee; - font-family: 'roboto-regular', Arial; -} - -nav > a { - font-size: 1.4rem; -} - -a, a:visited { - color: #eee; -} - -a:hover { - color: #ccc; -} - -pre { - font-size: 0.9rem; - font-family: monospace; - background-color: #151515; - overflow: auto; - padding: 1em; -} - -.code-background { - background-color: #151515; -} - -.code-normal { - color: #c0c5ce; -} - -.code-string { - color:#a3be8c; -} - -.code-number { - color: #d08770; -} |
