/static/light_hatched_style/masthead.css.tmpl

https://bitbucket.org/cistrome/cistrome-harvard/ · Go Template · 26 lines · 23 code · 3 blank · 0 comment · 0 complexity · 1fd8558d8f5d4d5620c321dccb5e3314 MD5 · raw file

  1. body
  2. {
  3. background: $masthead_bg 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: $masthead_link;
  23. }