aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
blob: 419c3b6963f78c8bfd7b194be4a71cdce3c59ab7 (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
body {
	background-color: #cff3ff;
	padding: 20px;
}

main {
	border: 1px solid black;
	background-color: #cef;
	width: fit-content;
	margin: auto;
	padding: 5px;
}

h1 {
	text-align: center;
}

.banner {
	display: block;
	margin: auto;
}

.threadlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.thread {
	display: flex;
	flex-direction: column;
	width: min-content;
	margin: auto;
}

h1 {
	text-align: center;
}

article {
	border: #5e5e5e 1px dashed;
	margin: 2px;
}

.editor {
	width: fit-content;
	margin: auto;
	margin-bottom: 20px;
}

footer {
	font-size: 0.8em;
}