diff options
author | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:52:15 +0100 |
---|---|---|
committer | Cédric Picard <cedric.picard@efrei.net> | 2014-11-29 01:52:15 +0100 |
commit | 016ee202b5fb4b4c77eaffd68f58c59b80e63a7e (patch) | |
tree | 3c8434667053a54f4af24b7e4106318e37e4e482 | |
parent | 5aaa4923f86c6c4df2c5cbdda6cc9ccb7f1eeebf (diff) | |
download | pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.tar.gz pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.tar.bz2 pasteme-016ee202b5fb4b4c77eaffd68f58c59b80e63a7e.zip |
Fucking great dark theme
-rw-r--r-- | static/base.css | 5 | ||||
-rw-r--r-- | static/download-icon.png | bin | 0 -> 11617 bytes | |||
-rw-r--r-- | static/esc-icon.png | bin | 0 -> 11140 bytes | |||
-rw-r--r-- | views/paste.tpl | 4 |
4 files changed, 2 insertions, 7 deletions
diff --git a/static/base.css b/static/base.css index 5160b77..c671db7 100644 --- a/static/base.css +++ b/static/base.css @@ -7,14 +7,9 @@ body { } #floatingmenu { - border: 1px solid #000; - width: 200px; - height: 50px; - background-color: #343844; display: block; position: absolute; right: 0px; top: 0px; position: absolute; - color: #E9A94B; } diff --git a/static/download-icon.png b/static/download-icon.png Binary files differnew file mode 100644 index 0000000..28b925f --- /dev/null +++ b/static/download-icon.png diff --git a/static/esc-icon.png b/static/esc-icon.png Binary files differnew file mode 100644 index 0000000..7d7ba2a --- /dev/null +++ b/static/esc-icon.png diff --git a/views/paste.tpl b/views/paste.tpl index 56902a4..b23badb 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,6 +1,6 @@ % rebase('base.tpl', title='Paste snippets') {{!content}} <div id="floatingmenu"> -<a href="/">Paste something again</a><br /> -<a href="/{{pid}}/raw">Raw format</a><br /> +<a href="/"><img src="static/esc-icon.png"/></a> +<a href="/{{pid}}/raw"><img src="static/download-icon.png"/></a> </div> |