Line | |
---|
1 | #gototop { |
---|
2 | display: none; |
---|
3 | z-index: 1000; |
---|
4 | position: fixed; |
---|
5 | bottom: 0; |
---|
6 | right: .5em; |
---|
7 | width: 10em; |
---|
8 | padding: .25em; |
---|
9 | border: 1px solid #636363; |
---|
10 | border-radius: .25em; |
---|
11 | background-color: #fff; |
---|
12 | color: #333; |
---|
13 | font-size: .875em; |
---|
14 | text-align: center; |
---|
15 | } |
---|
16 | |
---|
17 | #gototop a, |
---|
18 | #gototop a:link, |
---|
19 | #gototop a:hover, |
---|
20 | #gototop a:active { |
---|
21 | background: transparent; |
---|
22 | border: none; |
---|
23 | font-weight: bold; |
---|
24 | color: #636363; |
---|
25 | } |
---|
26 | |
---|
27 | #footer p { |
---|
28 | margin: 0; |
---|
29 | padding: 0 1em; |
---|
30 | font-size: 1em; |
---|
31 | } |
---|
32 | |
---|
33 | span.credit { |
---|
34 | font-size: 1em; |
---|
35 | font-weight: normal; |
---|
36 | } |
---|
37 | |
---|
38 | span.tooltip { |
---|
39 | position: absolute; |
---|
40 | padding: 0; |
---|
41 | border: 0; |
---|
42 | height: 1px; |
---|
43 | width: 1px; |
---|
44 | overflow: hidden; |
---|
45 | } |
---|
46 | |
---|
47 | #footer a:hover span.tooltip { |
---|
48 | padding: 10px 40px 0 10px; |
---|
49 | color: #910ed3; |
---|
50 | height: auto; |
---|
51 | width: auto; |
---|
52 | left: 0; |
---|
53 | bottom: 0; |
---|
54 | background: #FFF; |
---|
55 | z-index: 99; |
---|
56 | font-family: monospace; |
---|
57 | border: none; |
---|
58 | text-align: left; |
---|
59 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.