From 17ba0049bc8464d7b71bfa4e50ed054f28d19c8d Mon Sep 17 00:00:00 2001 From: Pradeep Date: Sun, 23 Mar 2014 19:30:30 +0530 Subject: [PATCH] changing the font-color for sidebar headings --- mouchak/static/css/main.css | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 0beb9e5..9d91e13 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -22,10 +22,6 @@ html { font-size: 1em; line-height: 1.4; } -body { - font-size: 14px; - overflow-y:scroll; -} /* side menu css */ @@ -236,7 +232,7 @@ body { .menu-toggle { font-size:18px; - color:#000; + color:#1e9e04; } .menu-icon { margin-right: 10px; @@ -262,6 +258,7 @@ h5 { } .radio label, .checkbox label { font-size:14px; + color:#262525; } /* side menu css ends here */ @@ -270,8 +267,15 @@ h5 { text-align:justify; } - - +.sidemenu-collapse { + list-style-type:none; + font-size:16px; + margin-left:-35px; + color:#1e9e04; +} +.subheading { +color:#262525; +} /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. @@ -416,21 +420,25 @@ textarea { /* Global styles for site wide */ a { - color: #000; + color: #262525; } a:hover, a:active { - color: #000; + color: #1e9e04; text-decoration: underline; } + body { font-family: ""; background: url('/static/img/background.png') repeat; + color:#262525; } .container { /*margin: 0;*/ } - +.sub-heading { + color:#1e9e04; +} /* ========================================================================== Helper classes -- 1.7.10.4