Revision 3436:a9f79153b3d0,
514 bytes
checked in by franck <carnet.franck.paul@…>, 9 years ago
(diff) |
Normalize « js » buttons (goto top, checkboxes-helpers, …)
|
Line | |
---|
1 | #footer p { |
---|
2 | margin: 0; |
---|
3 | padding: 0 1em; |
---|
4 | font-size: 1em; |
---|
5 | } |
---|
6 | |
---|
7 | span.credit { |
---|
8 | font-size: 1em; |
---|
9 | font-weight: normal; |
---|
10 | } |
---|
11 | |
---|
12 | span.tooltip { |
---|
13 | position: absolute; |
---|
14 | padding: 0; |
---|
15 | border: 0; |
---|
16 | height: 1px; |
---|
17 | width: 1px; |
---|
18 | overflow: hidden; |
---|
19 | } |
---|
20 | |
---|
21 | #footer a:hover span.tooltip { |
---|
22 | padding: 10px 40px 0 10px; |
---|
23 | color: #910ed3; |
---|
24 | height: auto; |
---|
25 | width: auto; |
---|
26 | left: 0; |
---|
27 | bottom: 0; |
---|
28 | background: #FFF; |
---|
29 | z-index: 99; |
---|
30 | font-family: monospace; |
---|
31 | border: none; |
---|
32 | text-align: left; |
---|
33 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.