Commit 17ba0049bc8464d7b71bfa4e50ed054f28d19c8d

  • avatar
  • pradeep
  • Sun Mar 23 19:30:30 IST 2014
changing the font-color for sidebar headings
  
2222 font-size: 1em;
2323 line-height: 1.4;
2424}
25body {
26 font-size: 14px;
27 overflow-y:scroll;
28}
2925
3026/* side menu css */
3127
232232
233233.menu-toggle {
234234 font-size:18px;
235 color:#000;
235 color:#1e9e04;
236236}
237237.menu-icon {
238238 margin-right: 10px;
258258}
259259.radio label, .checkbox label {
260260 font-size:14px;
261 color:#262525;
261262}
262263
263264/* side menu css ends here */
267267 text-align:justify;
268268}
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}
272279/*
273280 * Remove text-shadow in selection highlight: h5bp.com/i
274281 * These selection rule sets have to be separate.
420420
421421/* Global styles for site wide */
422422a {
423 color: #000;
423 color: #262525;
424424}
425425a:hover, a:active {
426 color: #000;
426 color: #1e9e04;
427427 text-decoration: underline;
428428}
429
429430body {
430431 font-family: "";
431432 background: url('/static/img/background.png') repeat;
433 color:#262525;
432434}
433435.container {
434436 /*margin: 0;*/
435437}
436438
437
439.sub-heading {
440 color:#1e9e04;
441}
438442
439443/* ==========================================================================
440444 Helper classes