-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathstyle.html
53 lines (48 loc) · 1.22 KB
/
style.html
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
<style type="text/css">
body {
font-family: "Arial";
background-color: #f0f0f0;
margin-left: 8px;
margin-right: 8px;
}
.value {
float: left;
padding: 5px;
margin-left: 10px;
font-weight: bold;
}
.field_label {
color: #77B34A;
font-weight: bold;
}
hr {
width: 100%;
height: 3px;
clear: both;
border-width: 0px 0px 1px 0px;
border-color: #ffffff;
color: #b0b0b0;
background-color: #b0b0b0;
}
.volume .field_label, .id .field_label {
padding-top: 5px;
padding-bottom: 5px;
float: left;
}
.id, .id .value {
float: right;
}
.composition .value {
padding-bottom: 50px;
margin-bottom: 10px;
background-repeat: no-repeat;
background-position: center bottom;
}
.composition .composition_glass { background-image: url('glass.png'); }
.composition .composition_large { background-image: url('large.png'); }
.composition .composition_other { background-image: url('other.png'); }
.composition .composition_various { background-image: url('other.png'); }
.composition .composition_paper { background-image: url('paper.png'); }
.composition .composition_pmp { background-image: url('pmp.png'); }
.composition .tires { background-image: url('tires.png'); }
</style>