Line | |
---|
1 | #footer { |
---|
2 | p { |
---|
3 | margin: 0; |
---|
4 | padding: 0 1em; |
---|
5 | font-size: 1em; |
---|
6 | } |
---|
7 | a:hover span.tooltip { |
---|
8 | padding: 10px; |
---|
9 | color: #910ed3; |
---|
10 | height: auto; |
---|
11 | width: auto; |
---|
12 | left: 0; |
---|
13 | bottom: 0; |
---|
14 | background: rgba(255,255,255,.9); |
---|
15 | z-index: 99; |
---|
16 | font-family: monospace; |
---|
17 | text-align: left; |
---|
18 | border-top: 1px solid #910ed3; |
---|
19 | border-right: 1px solid #910ed3; |
---|
20 | border-radius: 0 2em 0 0; |
---|
21 | } |
---|
22 | } |
---|
23 | |
---|
24 | span.credit { |
---|
25 | font-size: 1em; |
---|
26 | font-weight: normal; |
---|
27 | } |
---|
28 | |
---|
29 | span.tooltip { |
---|
30 | position: absolute; |
---|
31 | padding: 0; |
---|
32 | border: 0; |
---|
33 | height: 1px; |
---|
34 | width: 1px; |
---|
35 | overflow: hidden; |
---|
36 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.