summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: 54c1414f66dcad4f103c82ae88372a38964c5234 (plain)
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
label {
    margin-right: 4px;
}

form {
	border: 1px DarkSlateGrey dotted;
    padding: 10px;
    padding-left: 25px;
}

input[type="text"] {
    margin-left: .25em;
	width: 75%;
	max-width: 50em;
    font-family: FiraMono, monospace;
}

.theorem {
    font-family: FiraMono, monospace;
}

.valid {
    background-color: #aed975;
}

.invalid {
    background-color: #ff7c7b;
}

.error {
    background-color: #c4c4c4;
}

.validity {
    font-weight: bold;
}

button {
    margin-right: 10px;
}