forked from simonpoole/beautified-JOSM-preset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreset.css
64 lines (53 loc) · 859 Bytes
/
preset.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
div.preset{
line-height: 22px; text-align: center;
vertical-align: bottom;
font: 12px arial, sans-serif;
padding:5px;
}
div.group {
clear: both;
margin-bottom:20px;
}
h1{
font: 32px arial, sans-serif;
}
h2{
font: 24px arial, sans-serif;
padding-top: 20px;
}
h3{
font: 18px arial, sans-serif;
padding-top: 20px;
}
h4{
font: 16px arial, sans-serif;
padding-top: 20px;
}
div.footer{
clear: both;
font: 10px arial, sans-serif;
}
div.download {
font: 16px arial, sans-serif;
}
div.container {
background: #E0E0E0;
position: relative;
width:90px;
height:110px;
float:left;
margin:10px;
}
div.container .popup {
display: none;
}
div.container:hover .popup {
position: absolute;
background: #FFFFFF;
display: block;
z-index: 9;
bottom: 0;
border-style: solid;
border-width: 1px;
padding: 5px;
}