-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylse.css
76 lines (64 loc) · 997 Bytes
/
stylse.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
65
66
67
68
69
70
71
72
73
74
75
76
html {
font-size: 15px;
}
body {
font-family: "Open Sans", sans-serif;
background-color: rgb(210, 210, 210);
color: rgb(20, 20, 20);
}
h1 {
text-align: center;
margin: -4px 0;
padding-top: 5px;
letter-spacing: 0.15px;
font-weight: 1000;
margin: -4px 0;
}
.weight {
font-weight: 800;
}
.amount {
font-size: 10px;
}
p {
margin: 0;
}
.label {
border: 2px solid black;
width: 270px;
margin: 20px auto;
padding: 0 6px;
}
.small-divider {
border-bottom: 1px solid #888989;
margin: 1px 0;
}
.divider {
border: 3px solid black;
margin-top: 3px;
}
.big-divider {
border: 8px solid black;
margin-top: 3px;
}
.indent {
text-indent: 14px;
}
.float {
float: right;
}
.note {
font-size: 0.7rem;
margin: 5px 0;
padding: 0 8px;
text-indent: -8px;
}
#rightish {
font-size: 0.8rem;
margin-top: 2px;
}
#right {
font-size: 0.77rem;
margin-top: 1px;
font-weight: 800;
}