/static/june_2007_style/masthead.css.tmpl
https://bitbucket.org/cistrome/cistrome-harvard/ · Go Template · 62 lines · 55 code · 7 blank · 0 comment · 0 complexity · 6e007c22b5881b48f09d34bfa5943c0c MD5 · raw file
- body
- {
- background: $masthead_bg url(masthead_bg.png) bottom;
- color: $masthead_text;
- padding: 0;
- border: 0;
- margin: 3px;
- margin-right: 5px;
- margin-left: 5px;
- overflow: hidden;
- }
- div.pageTitle
- {
- font-size: 175%;
- 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;
- }
- #tab-bar-bottom
- {
- z-index: -1;
- position:absolute;
- top:27px; left: 0;
- width: 100%;
- height: 100%;
- background: $masthead_active_tab_bg;
- }
- span.link-group
- {
- margin: 0;
- padding: 0;
- display: inline;
- padding-bottom: 10px;
- margin-bottom: -10px;
- }
- span.link-group span
- {
- margin: 0;
- padding: 0;
- display: inline;
- }
- span.link-group span.active-link
- {
- background: $masthead_active_tab_bg;
- padding-left: 3px; padding-right: 3px;
- margin-left: -3px; margin-right: -3px;
- padding-bottom: 10px;
- margin-bottom: -10px;
- }