-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (48 loc) · 1.07 KB
/
style.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
@font-face {
font-family: 'cmon_nearnormal';
src: url('cmonnear.eot');
src: url('cmonnear.eot?#iefix') format('embedded-opentype'),
url('cmonnear.woff') format('woff'),
url('cmonnear.svg#cmon_nearnormal') format('svg'),
url('cmonnear.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'lulusmaregular';
src: url('lulusma.eot');
src: url('lulusma.eot?#iefix') format('embedded-opentype'),
url('lulusma.woff') format('woff'),
url('lulusma.svg#lulusmaregular') format('svg'),
url('lulusma.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
h1 {
font-size: 50px;
}
a {
text-decoration: none;
color: #945d41
}
table {
width: 100%;
table-layout: fixed;
}
ul {
text-align: left;
font-family: lulusmaregular;
font-size: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
width: 6em
}
canvas {
touch-action: manipulation
}