/static/light_hatched_style/green/tool_menu.css

https://bitbucket.org/cistrome/cistrome-harvard/ · CSS · 38 lines · 34 code · 4 blank · 0 comment · 0 complexity · d1413b1d66c756be85bafc5c604c5bea MD5 · raw file

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