/static/light_hatched_style/green/masthead.css

https://bitbucket.org/cistrome/cistrome-harvard/ · CSS · 26 lines · 23 code · 3 blank · 0 comment · 0 complexity · 406283821a778f4538df66fc7c1a9dcd MD5 · raw file

  1. body
  2. {
  3. background: #025838 url(/static/style/masthead_bg.png) bottom;
  4. color: white;
  5. padding: 0;
  6. border: 0;
  7. margin: 3px;
  8. margin-right: 10px;
  9. margin-left: 10px;
  10. }
  11. div.pageTitle
  12. {
  13. font-size: x-large;
  14. font-weight: bold;
  15. }
  16. div.pageTitle a:link, div.pageTitle a:visited, div.pageTitle a:active, div.pageTitle a:hover
  17. {
  18. text-decoration: none;
  19. }
  20. a:link, a:visited, a:active
  21. {
  22. color: #ecf2e7;
  23. }