summaryrefslogtreecommitdiff
path: root/static/style.css
blob: a4f71c5998bcc430b33bd11e6acb9081562d6c99 (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
57
58
59
60
61
62
a {
	color: black;
}

li {
	list-style-type: none;
}

body {
	margin: 0 auto;
	margin-top: 10px;
	max-width: 80ex;
}

table {
	border-collapse: collapse;
	width: 100%;
}

tr {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

td {
	padding-top: 10px;
	padding-bottom: 10px;
}

form {
	margin-bottom: 10px;
}

input {
	width: 100%;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
}

.comments {
	font-size: small;
}

input#term {
	width: 90%;
	height: 22px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
}

select#lang {
	width: calc(10% - 8px);
	height: 22px;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
}