Line | |
---|
1 | /* |
---|
2 | Copyright 2004-2005 Redshift Software, Inc. |
---|
3 | Distributed under the Boost Software License, Version 1.0. |
---|
4 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) |
---|
5 | */ |
---|
6 | @import url(common.css); |
---|
7 | /* Heading quick pick menu. */ |
---|
8 | #heading ul { |
---|
9 | float: right; |
---|
10 | clear: right; |
---|
11 | margin: 0.5em 1em 0em 0em; |
---|
12 | padding: 0.25em 0em 0.25em 0em; |
---|
13 | position: relative; |
---|
14 | list-style-type: none; |
---|
15 | white-space: nowrap; |
---|
16 | } |
---|
17 | #heading ul li { |
---|
18 | display: inline; |
---|
19 | margin: 0em; padding: 0em; |
---|
20 | } |
---|
21 | #heading ul li a { |
---|
22 | margin: 0em; |
---|
23 | padding: 0em 0.25em 0em 0.25em; |
---|
24 | background-color: #005080; |
---|
25 | border: 1px solid #0080C0; |
---|
26 | } |
---|
27 | #heading ul li a:hover { |
---|
28 | border: 1px solid #c8dae3; |
---|
29 | } |
---|
30 | #heading h1 a { |
---|
31 | color: #FFFFFF; |
---|
32 | border: none; |
---|
33 | } |
---|
34 | #heading h1 a:hover { |
---|
35 | border: none; |
---|
36 | } |
---|
37 | /* */ |
---|
38 | #history { |
---|
39 | margin: 0em; |
---|
40 | padding: 0em; |
---|
41 | padding-left: 28px; |
---|
42 | } |
---|
43 | #content h1, #content h2 { |
---|
44 | left: 0; |
---|
45 | } |
---|
46 | .section-body h3 { |
---|
47 | margin: 1.5em 0em 0.5em 0em; |
---|
48 | } |
---|
49 | /* Footer with copyright and license. */ |
---|
50 | #footer { |
---|
51 | background-color: #c8dae3; |
---|
52 | border: 2px solid #FFFFFF; |
---|
53 | color: #000000; |
---|
54 | padding: 0.5em; |
---|
55 | } |
---|
56 | #footer p { |
---|
57 | margin: 0em; |
---|
58 | padding: 0em; |
---|
59 | font-size: 80%; |
---|
60 | margin: 0em; |
---|
61 | padding: 0em 0.5em 0em 0.5em; |
---|
62 | text-align: center; |
---|
63 | } |
---|
64 | #footer a { |
---|
65 | color: #000000; |
---|
66 | border-bottom: 1px solid #A0B0C0; |
---|
67 | } |
---|
68 | #footer a:hover { |
---|
69 | border-bottom: 1px solid #0080C0; |
---|
70 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.