Core

/client/src/style/reset.css (887 B)

 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
body {
margin: 0;
}

main {
display: block;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}

pre {
font-family: monospace, monospace;
font-size: 1em;
margin: 0;
}

a {
background-color: transparent;
}

b, strong {
font-weight: bolder;
}

code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
}

img {
border-style: none;
}

button, input, optgroup, select, textarea {
font-family: inherit;
font-size: 90%;
margin: 0;
}

textarea {
overflow: auto;
}

[type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
}

[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

[hidden] {
display: none;
}