/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
- body
- {
- background: $masthead_bg url(masthead_bg.png) bottom;
- color: white;
- padding: 0;
- border: 0;
- margin: 3px;
- margin-right: 10px;
- margin-left: 10px;
- }
- div.pageTitle
- {
- font-size: 160%;
- font-weight: bold;
- }
- div.pageTitle a:link, div.pageTitle a:visited, div.pageTitle a:active, div.pageTitle a:hover
- {
- text-decoration: none;
- }
- a:link, a:visited, a:active
- {
- color: $masthead_link;
- }