From 8f6199c8c46a53557c8a45e172ede5f4402fb10a Mon Sep 17 00:00:00 2001 From: Cédric Picard Date: Sat, 29 Nov 2014 02:54:40 +0100 Subject: Improved theme: icons and banner --- static/banner.png | Bin 0 -> 16908 bytes static/base.css | 14 ++++++++++++++ static/enter-icon.png | Bin 0 -> 11228 bytes views/base.tpl | 1 + views/paste.tpl | 4 ++-- views/root.tpl | 9 +++++++-- 6 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 static/banner.png create mode 100644 static/enter-icon.png diff --git a/static/banner.png b/static/banner.png new file mode 100644 index 0000000..3540882 Binary files /dev/null and b/static/banner.png differ diff --git a/static/base.css b/static/base.css index c671db7..b4d32aa 100644 --- a/static/base.css +++ b/static/base.css @@ -6,6 +6,20 @@ body { color: #aaaaaa; } +#content { + width: 650px; + height: 600px; + border: 3px solid #C1C2C3; + padding: 5px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 5px; + top-margin: 10px; +} + +#banner.img { +} + #floatingmenu { display: block; position: absolute; diff --git a/static/enter-icon.png b/static/enter-icon.png new file mode 100644 index 0000000..d6bc459 Binary files /dev/null and b/static/enter-icon.png differ diff --git a/views/base.tpl b/views/base.tpl index f3c3744..9f3046b 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -5,6 +5,7 @@ +
{{!base}} diff --git a/views/paste.tpl b/views/paste.tpl index b23badb..574717a 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,6 +1,6 @@ % rebase('base.tpl', title='Paste snippets') {{!content}}
- - + return
+ raw
diff --git a/views/root.tpl b/views/root.tpl index b9acec8..44a6028 100644 --- a/views/root.tpl +++ b/views/root.tpl @@ -4,8 +4,13 @@ You are on a simple paste deposit service. Please copy your text on the box below:
- - +
+ +
+ +
-- cgit v1.2.3