This repository was archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
92 lines (77 loc) · 1.38 KB
/
style.css
File metadata and controls
92 lines (77 loc) · 1.38 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
body {
max-width: 700px;
margin: 0 auto;
margin-bottom: 10%;
padding-bottom: 2em;
}
.titlefont {
font-family: 'Montserrat', sans-serif;
}
.title {
padding-top: 2em;
padding-bottom: 2em;
text-align:center;
max-width: 7em;
margin: 0 auto;
}
.subtitle {
margin-left: 0.5em;
}
.author {
font-family: 'Zilla Slab', serif;
text-align: right;
font-size: small;
color: #bcc;
font-style: italic;
padding-right: .5em;
}
.text {
font-family: 'Zilla Slab', serif;
padding: 0 .5em;
}
.noindent {
padding: 0 .5em;
margin-left: .5em;
}
.nobullet {
list-style-type: none;
padding: 0;
margin-left: 0em;
}
.btn {
background-color: #224;
border: none;
color: white;
margin: .5em;
border-radius: 5px;
font-family: 'Montserrat', sans-serif;
}
.btn-red:hover {
background-color: #833;
}
.btn-normal:hover {
background-color: #358;
}
.btn-green:hover {
background-color: #385;
}
.point_table_x, .point_table_y {
-webkit-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 10px;
appearance: none;
background: #cdd;
width: 5em;
margin: .5em;
padding-left: .7em;
color: #122;
font-weight: bold;
}
.xy-point {
color: #244;
background-color: #bcc;
border-radius: 10px;
margin: .3em auto;
}