diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 03:16:54 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 03:16:54 +0200 |
| commit | 85549cc98d726f689e93ddbd20d6b25e7ff7b4b1 (patch) | |
| tree | e87f04024038f3ae25d19dbcad08cf0ca0f438db /budget/static | |
| parent | a6825cdcb73421a0443b14130c89e2cc545a2ab9 (diff) | |
| download | ihatemoney-mirror-85549cc98d726f689e93ddbd20d6b25e7ff7b4b1.zip ihatemoney-mirror-85549cc98d726f689e93ddbd20d6b25e7ff7b4b1.tar.gz ihatemoney-mirror-85549cc98d726f689e93ddbd20d6b25e7ff7b4b1.tar.bz2 | |
graph some stuff from the spiral website
Diffstat (limited to 'budget/static')
| -rw-r--r-- | budget/static/gradient.png | bin | 0 -> 24656 bytes | |||
| -rw-r--r-- | budget/static/main.css | 32 |
2 files changed, 31 insertions, 1 deletions
diff --git a/budget/static/gradient.png b/budget/static/gradient.png Binary files differnew file mode 100644 index 0000000..ad148bf --- /dev/null +++ b/budget/static/gradient.png diff --git a/budget/static/main.css b/budget/static/main.css index f39a840..e5d70f0 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -1,5 +1,5 @@ @import url(http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css); -@import url(http://fonts.googleapis.com/css?family=Lobster); +@import url(http://fonts.googleapis.com/css?family=Lobster|Comfortaa); .topbar h3{ margin-left: 75px; } .topbar ul{ padding-left: 75px; } @@ -14,3 +14,33 @@ div.topbar ul.secondary-nav { padding-right: 75px; } .right h3 { float: right; } #bills { color: black; } + +#header{ background-color: #ABE128; height: 180px; padding: 50px 0 0 0;} +#header .slide { + font-family: 'Comfortaa', arial, serif; + height: 140px; + padding: 40px 0 0 0; + margin-top: -40px; + background-image: url("gradient.png"); + background-position: center top; + background-repeat: no-repeat; +} + +#header .slide { + width: 750px; + margin: 0 auto; +} + +.about_link:hover { + color: #ABE128; +} + +#header .slide .about_link { + margin-left: 180px; + padding: 7px 15px; + background-color: #222; + border-radius: 10px; + -moz-border-radius: 10px; + color: white; + text-decoration: none; +} |
