-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (56 loc) · 1011 Bytes
/
Copy pathstyle.css
File metadata and controls
69 lines (56 loc) · 1011 Bytes
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
* {
font-family: sans-serif;
font-size: 0.85rem;
}
body {
color: black;
}
.siteheader {
color: grey;
text-align: left;
padding: 1rem;
border-bottom: 0.1rem solid grey;
}
.site-title {
font-size: 2.0rem;
}
.site-description {
font-size: 1.5rem;
}
.maincontent {
padding: 1rem;
}
.sitefooter {
color: white;
background-color: gray;
text-align: right;
font-size: 1rem;
border-top: 0.1rem solid grey;
padding: 1rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.input {
border: 0.1rem solid darkgrey;
border-radius: 0.2rem;
}
.output {
border: 0.1rem solid darkgrey;
border-radius: 0.2rem;
text-align: center;
}
.small-number {
width: 2rem
}
#headers {
color: darkblue;
}
#dr {
font: italic 1rem Segoe print;
}