summaryrefslogtreecommitdiff
path: root/static/styles.css
blob: 5ea8a95ce290e0043103796905ddf8f0fe8ab4b8 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.algorithm {
    border: 1px dotted grey;
    display: inline-block;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.algorithm-code {
    margin-top: -2px;
    padding-left: 20px;
}

ul {
	margin-top: 5px;
}

.inner-ul {
	margin-top: initial;
}

pre {
	white-space: pre-wrap;
}

details[open=""] {
	border: 1px dotted darkslategrey;
	padding: 1em;
}

input[type="text"] {
	width: 50%;
	min-width: 350px;
}

.errors {
	border-left: 2px crimson solid;
	padding-left: 1em;
}

.solution {
	border-left: 2px #289528 solid;
	padding-left: 1em;
}

code {
	word-wrap: anywhere;
}

.responsive-img {
	max-height: 200px;
    max-width: 300px;
	min-height: 150px;
    /* width: 48%; */
    /* height: auto; */
}