diff --git a/styles/app/index.styl b/styles/app/index.styl index 26af61d214..b7e239a2e2 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -1,59 +1,21 @@ -/* CSS Reset */ @import "../base"; -html,body,p,h1,ul,li,table,tr,th,td { - margin: 0; - padding: 0; -} -ins { - text-decoration: none; -} -table { - border-collapse: collapse; - border-spacing: 0; -} -body { - color: #000; - background: #f7f7f7; -} -body,h1 { - font: 13px/16px Arial, sans-serif; -} -a { - color: #01c; -} +html,body,p,h1,ul,li,table,tr,th,td + margin: 0 + padding: 0 - -/* Page styles */ - -h1 { - font: 26px/24px "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: bold; - margin-bottom: 12px; - color: #111; - text-shadow: 0 1px #f7f7f7; -} -h1 > span { - color: #444; - font-weight: 200; - margin-left: 6px; -} - - -/**------------ Habits.styl ------------ */ -/*****************************************/ #head - background: #ddd; - background: -webkit-gradient(linear,0 0,0 100%,from(#e7e7e7),to(#d0d0d0)); - background: -moz-linear-gradient(#e7e7e7, #d0d0d0); - background: -ms-linear-gradient(#e7e7e7, #d0d0d0); - background: -o-linear-gradient(#e7e7e7, #d0d0d0); - background: linear-gradient(#e7e7e7, #d0d0d0); - -webkit-box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7; - -moz-box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7; - box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7; - padding: 12px 16px; - white-space: nowrap; + background: #ddd + background: -webkit-gradient(linear,0 0,0 100%,from(#e7e7e7),to(#d0d0d0)) + background: -moz-linear-gradient(#e7e7e7, #d0d0d0) + background: -ms-linear-gradient(#e7e7e7, #d0d0d0) + background: -o-linear-gradient(#e7e7e7, #d0d0d0) + background: linear-gradient(#e7e7e7, #d0d0d0) + -webkit-box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7 + -moz-box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7 + box-shadow: inset 0 1px #f7f7f7, 0 1px #888, 0 2px #e7e7e7 + padding: 12px 16px + white-space: nowrap .color-worst background-color: rgb(230, 184, 175)