2-clippy.css - bitreich-www - the bitreich www website generator | |
git clone git://bitreich.org/bitreich-www/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hh… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
2-clippy.css (1356B) | |
--- | |
1 .clippy, .clippy-balloon { | |
2 position: fixed; | |
3 z-index: 1000; | |
4 cursor: pointer; | |
5 } | |
6 | |
7 .clippy-balloon { | |
8 | |
9 background: #FFC; | |
10 color: black; | |
11 padding: 8px; | |
12 border: 1px solid black; | |
13 border-radius: 5px; | |
14 | |
15 } | |
16 | |
17 .clippy-content { | |
18 max-width: 200px; | |
19 min-width: 120px; | |
20 font-family: "Microsoft Sans", sans-serif; | |
21 font-size: 10pt; | |
22 } | |
23 | |
24 .clippy-tip { | |
25 width: 10px; | |
26 height: 16px; | |
27 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAA… | |
28 position: absolute; | |
29 } | |
30 | |
31 .clippy-top-left .clippy-tip { | |
32 top: 100%; | |
33 margin-top: 0px; | |
34 left: 100%; | |
35 margin-left: -50px; | |
36 } | |
37 | |
38 .clippy-top-right .clippy-tip { | |
39 top: 100%; | |
40 margin-top: 0px; | |
41 left: 0; | |
42 margin-left: 50px; | |
43 background-position: -10px 0; | |
44 | |
45 } | |
46 | |
47 .clippy-bottom-right .clippy-tip { | |
48 top: 0; | |
49 margin-top: -16px; | |
50 left: 0; | |
51 margin-left: 50px; | |
52 background-position: -10px -16px; | |
53 } | |
54 | |
55 .clippy-bottom-left .clippy-tip { | |
56 top: 0; | |
57 margin-top: -16px; | |
58 left: 100%; | |
59 margin-left: -50px; | |
60 background-position: 0px -16px; | |
61 } | |
62 |