-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
129 lines (87 loc) · 1.84 KB
/
Copy pathstyle.css
File metadata and controls
129 lines (87 loc) · 1.84 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#top_bar {
background-color: #5863F8;
position: relative;
top: 1vmin;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
height: 7vmin;
width: 98%;
text-align: center;
font-size: 6vmin;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #EFE9F4;
border-radius: 1vmin;
}
#items_div {
background-color: #5FBFF9;
position: relative;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
margin-top: 3vmin;
width: 80%;
border-radius: 1vmin;
overflow: hidden;
text-align: center;
}
#totals_div {
background-color: #CD8987;
position: relative;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
margin-top: 2vmin;
width: 80%;
border-radius: 1vmin;
overflow: hidden;
text-align: center;
}
#owe_div {
background-color: #F5DD90;
position: relative;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
margin-top: 2vmin;
width: 80%;
border-radius: 1vmin;
overflow: hidden;
text-align: center;
}
label {
position: absolute;
display: inline-block;
text-align: right;
font-size: 3.5vmin;
margin-top: 1.6vh;
left: -25.5vw;
width: 100%;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #171D1C;
}
input[type = text] {
margin-top: 1vmin;
margin-bottom: 1vmin;
display: inline-block;
box-sizing: border-box;
border-radius: 1vmin;
width: 100%;
background-color: #EFE9F4;
text-align: center;
font-size: 3.5vmin;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #171D1C;
}
form {
position: relative;
margin: 0 auto;
max-width: 25vw;
}