From 8760fcfaa30333ea2a291fd06b0197ff4473e3b4 Mon Sep 17 00:00:00 2001 From: johndoe Date: Tue, 24 Apr 2012 20:05:55 +0700 Subject: [PATCH] init design --- static/css/style.css | 37 +++++++++++++++++ views/base.tpl | 96 +++++++++++++++----------------------------- 2 files changed, 70 insertions(+), 63 deletions(-) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..0c5fef9 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,37 @@ +/* logo */ + + +.brand { +font-size: 38px !important; +padding: 0px 55px 3px !important; + +text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125); +-webkit-transition: all .2s linear; +-moz-transition: all .2s linear; +transition: all .2s linear; + +} +.brand span { +font-size: 48px; +line-height: 0; + +} +.brand p { +display: inline; +color: #D40202; +margin: 0px !important; +font-size: 27px; + +} + +/* body & other stuff */ + +body { +padding-top: 60px; +padding-bottom: 40px; +} +.sidebar-nav { +padding: 9px 0; +} + + diff --git a/views/base.tpl b/views/base.tpl index 4cfbaac..9da13ee 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -10,15 +10,7 @@ - + @@ -44,7 +36,7 @@ - 0bin + øbin

.net