/static/light_hatched_style/blue/masthead.css

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

  1. body
  2. {
  3. background: #023858 url(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: 160%;
  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: #ece7f2;
  23. }