Commit 17ba0049bc8464d7b71bfa4e50ed054f28d19c8d

  • avatar
  • pradeep
  • Sun Mar 23 19:30:30 IST 2014
changing the font-color for sidebar headings
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

22 font-size: 1em;22 font-size: 1em;
23 line-height: 1.4;23 line-height: 1.4;
24}24}
25body {
26 font-size: 14px;
27 overflow-y:scroll;
28}
2925
30/* side menu css */26/* side menu css */
3127
232232
233.menu-toggle {233.menu-toggle {
234 font-size:18px;234 font-size:18px;
235 color:#000;
235 color:#1e9e04;
236}236}
237.menu-icon {237.menu-icon {
238 margin-right: 10px;238 margin-right: 10px;
258}258}
259.radio label, .checkbox label {259.radio label, .checkbox label {
260 font-size:14px;260 font-size:14px;
261 color:#262525;
261}262}
262263
263/* side menu css ends here */264/* side menu css ends here */
267 text-align:justify;267 text-align:justify;
268}268}
269269
270
271
270.sidemenu-collapse {
271 list-style-type:none;
272 font-size:16px;
273 margin-left:-35px;
274 color:#1e9e04;
275}
276.subheading {
277color:#262525;
278}
272/*279/*
273 * Remove text-shadow in selection highlight: h5bp.com/i280 * Remove text-shadow in selection highlight: h5bp.com/i
274 * These selection rule sets have to be separate.281 * These selection rule sets have to be separate.
420420
421/* Global styles for site wide */421/* Global styles for site wide */
422a {422a {
423 color: #000;
423 color: #262525;
424}424}
425a:hover, a:active {425a:hover, a:active {
426 color: #000;
426 color: #1e9e04;
427 text-decoration: underline;427 text-decoration: underline;
428}428}
429
429body {430body {
430 font-family: "";431 font-family: "";
431 background: url('/static/img/background.png') repeat;432 background: url('/static/img/background.png') repeat;
433 color:#262525;
432}434}
433.container {435.container {
434 /*margin: 0;*/436 /*margin: 0;*/
435}437}
436438
437
439.sub-heading {
440 color:#1e9e04;
441}
438442
439/* ==========================================================================443/* ==========================================================================
440 Helper classes444 Helper classes