diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/banner.png | bin | 0 -> 16908 bytes | |||
-rw-r--r-- | static/base.css | 14 | ||||
-rw-r--r-- | static/enter-icon.png | bin | 0 -> 11228 bytes |
3 files changed, 14 insertions, 0 deletions
diff --git a/static/banner.png b/static/banner.png Binary files differnew file mode 100644 index 0000000..3540882 --- /dev/null +++ b/static/banner.png 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 Binary files differnew file mode 100644 index 0000000..d6bc459 --- /dev/null +++ b/static/enter-icon.png |