From 7d60bee0ef5a38e6765b9bb51ae7e200157591a0 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 21 Aug 2011 01:42:10 +0200 Subject: Re-design (Fixes #19) --- budget/static/main.css | 96 ++++++-------------------------------------------- 1 file changed, 11 insertions(+), 85 deletions(-) (limited to 'budget/static/main.css') diff --git a/budget/static/main.css b/budget/static/main.css index 2c7d4a4..8f16a41 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -1,89 +1,15 @@ -@import url('blueprint/screen.css'); -@import url('awesome/awesome.css'); -@import url('uniform/blue.uni-form.css'); - -/** CSS3 fonts **/ +@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=Just+Me+Again+Down+Here); - - -a { - color: #a45900; -} - -.fright{ - float: right; -} - -.fleft{ - float: left; -} - -#title{ - margin-top: 10px; -} - - #title h1{ - font-family: 'Lobster', arial, serif; - } - -#topmenu{ - margin-top: 30px; -} - - #topmenu ul{ - float: right; - } - - #topmenu ul li{ - float: right; - list-style-type: none; - margin-left: 10px; - } - - -#leftmenu input{ - width: 150px; -} - -.list_bills{ - margin-top: 10px; -} - -.members { - list-style-type: none; - margin: 0; - padding: 0; - width: 80%; -} - - .members li{ - padding: 5px; - } - - .members .odd{ - background-color: #efefef; - } - - .members .remove{ - float: right; - } - .members .balance{ - margin-right: 10px; - font-weight: bold; - } +.topbar h3{ margin-left: 75px; } +.topbar ul{ padding-left: 75px; } +div.topbar ul.secondary-nav { padding-right: 75px; } +.logo{ font-family: 'Lobster', arial, serif; } +.balance tr td { font-weight: bold; } +.positive { color: green; } +.negative { color: red; } - .positive{ - color: green; - } - .negative{ - color: red; - } +.sidebar h2 { text-align: center; } +.sidebar button{ margin-top: 10px; float: right; } -.flash{ - padding:8px; - background-color: #ffc; - font-weight: bold; - font-size:15px;-moz-border-radius: 6px;-webkit-border-radius: 6px; -} +#bills { color: black; } -- cgit v1.1