1 | body |
---|
2 | { |
---|
3 | background: $masthead_bg url(masthead_bg.png) bottom; |
---|
4 | color: $masthead_text; |
---|
5 | padding: 0; |
---|
6 | border: 0; |
---|
7 | margin: 3px; |
---|
8 | margin-right: 5px; |
---|
9 | margin-left: 5px; |
---|
10 | overflow: hidden; |
---|
11 | } |
---|
12 | |
---|
13 | div.pageTitle |
---|
14 | { |
---|
15 | font-size: 175%; |
---|
16 | font-weight: bold; |
---|
17 | } |
---|
18 | |
---|
19 | div.pageTitle a:link, div.pageTitle a:visited, div.pageTitle a:active, div.pageTitle a:hover |
---|
20 | { |
---|
21 | text-decoration: none; |
---|
22 | } |
---|
23 | |
---|
24 | a:link, a:visited, a:active |
---|
25 | { |
---|
26 | color: $masthead_link; |
---|
27 | } |
---|
28 | |
---|
29 | #tab-bar-bottom |
---|
30 | { |
---|
31 | z-index: -1; |
---|
32 | position:absolute; |
---|
33 | top:27px; left: 0; |
---|
34 | width: 100%; |
---|
35 | height: 100%; |
---|
36 | background: $masthead_active_tab_bg; |
---|
37 | } |
---|
38 | |
---|
39 | span.link-group |
---|
40 | { |
---|
41 | margin: 0; |
---|
42 | padding: 0; |
---|
43 | display: inline; |
---|
44 | padding-bottom: 10px; |
---|
45 | margin-bottom: -10px; |
---|
46 | } |
---|
47 | |
---|
48 | span.link-group span |
---|
49 | { |
---|
50 | margin: 0; |
---|
51 | padding: 0; |
---|
52 | display: inline; |
---|
53 | } |
---|
54 | |
---|
55 | span.link-group span.active-link |
---|
56 | { |
---|
57 | background: $masthead_active_tab_bg; |
---|
58 | padding-left: 3px; padding-right: 3px; |
---|
59 | margin-left: -3px; margin-right: -3px; |
---|
60 | padding-bottom: 10px; |
---|
61 | margin-bottom: -10px; |
---|
62 | } |
---|