/static/light_hatched_style/tool_menu.css.tmpl

https://bitbucket.org/cistrome/cistrome-harvard/ · Go Template · 46 lines · 41 code · 5 blank · 0 comment · 0 complexity · 0fa16e50c96fe704d71c8f22d19f0fb1 MD5 · raw file

  1. body
  2. {
  3. background: white;
  4. color: $base_text;
  5. background: white url(menu_bg.png) top repeat-x;
  6. margin: 5px;
  7. margin-right: 15px;
  8. margin-left: 15px;
  9. }
  10. hr
  11. {
  12. border: none;
  13. height: 0px;
  14. margin-top: 0px;
  15. }
  16. div.toolSectionPad
  17. {
  18. margin: 0;
  19. padding: 0;
  20. height: 5px;
  21. font-size: 0px;
  22. }
  23. div.toolSectionDetailsInner
  24. {
  25. margin-left: 10px;
  26. margin-right: 10px;
  27. }
  28. div.toolSectionTitle
  29. {
  30. padding-bottom: 0px;
  31. font-weight: bold;
  32. }
  33. div.toolTitle
  34. {
  35. padding-top: 5px;
  36. padding-bottom: 5px;
  37. margin-left: 16px;
  38. margin-right: 10px;
  39. display: list-item;
  40. list-style: square outside;
  41. }