Line | |
---|
1 | /* debug */ |
---|
2 | |
---|
3 | #debug { |
---|
4 | position: absolute; |
---|
5 | top: 0; |
---|
6 | width: 100%; |
---|
7 | height: 4px; |
---|
8 | background: #ffd478; |
---|
9 | } |
---|
10 | |
---|
11 | #debug div { |
---|
12 | display: none; |
---|
13 | padding: 3px 0.5em 2px; |
---|
14 | } |
---|
15 | |
---|
16 | #debug p { |
---|
17 | margin: 0.5em 0; |
---|
18 | } |
---|
19 | |
---|
20 | #debug:hover { |
---|
21 | height: auto; |
---|
22 | padding: 2px 1em; |
---|
23 | z-index: 100; |
---|
24 | } |
---|
25 | |
---|
26 | #debug:hover div { |
---|
27 | display: block; |
---|
28 | } |
---|
29 | |
---|
30 | .debug { |
---|
31 | background: #ffd478; |
---|
32 | padding: 3px 0.5em 2px; |
---|
33 | } |
---|
34 | |
---|
35 | input[type=submit].delete.debug, |
---|
36 | a.delete.debug { |
---|
37 | border-color: #ffd478; |
---|
38 | } |
---|
39 | |
---|
40 | input[type=submit].delete.debug:hover, |
---|
41 | a.delete.debug:hover { |
---|
42 | background: #ffd478; |
---|
43 | color: #900; |
---|
44 | border-color: #ffd478; |
---|
45 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.