aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorCédric Picard <cedric.picard@efrei.net>2014-11-29 02:54:40 +0100
committerCédric Picard <cedric.picard@efrei.net>2014-11-29 02:54:40 +0100
commit8f6199c8c46a53557c8a45e172ede5f4402fb10a (patch)
treed9ab728378e8d51168c2a0fa47205a7cbbad4b08 /static
parent016ee202b5fb4b4c77eaffd68f58c59b80e63a7e (diff)
downloadpasteme-8f6199c8c46a53557c8a45e172ede5f4402fb10a.tar.gz
pasteme-8f6199c8c46a53557c8a45e172ede5f4402fb10a.tar.bz2
pasteme-8f6199c8c46a53557c8a45e172ede5f4402fb10a.zip
Improved theme: icons and banner
Diffstat (limited to 'static')
-rw-r--r--static/banner.pngbin0 -> 16908 bytes
-rw-r--r--static/base.css14
-rw-r--r--static/enter-icon.pngbin0 -> 11228 bytes
3 files changed, 14 insertions, 0 deletions
diff --git a/static/banner.png b/static/banner.png
new file mode 100644
index 0000000..3540882
--- /dev/null
+++ b/static/banner.png
Binary files 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
--- /dev/null
+++ b/static/enter-icon.png
Binary files differ