aboutsummaryrefslogtreecommitdiffstats
path: root/website/css/styles.css
blob: adc9728874ee89528714f0827711948cee184611 (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
63
html {
	background-color: black;
	font-family: Consolas,monaco,monospace;
 	color: #92D050;
}
body {
	background-color: black;
	font-family: Consolas,monaco,monospace;
 	color: #92D050;
}
td {
	background-color: black;
	font-family: Consolas,monaco,monospace;
 	color: #92D050;
}
th {
	background-color: black;
	font-family: Consolas,monaco,monospace;
 	color: #92D050;
}
h1 {
	color: white;
}
a:link {
	color: #47B8C7;
}
a:visited {
	color: #47B8C7;
}
a:active {
	color: #47B8C7;
}
table {
    border-collapse: collapse;
}
table, th, td {
   border: 1px solid white;
}
th {
   background-color: #92D050;
   color: black;
}
th {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
} 
td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: left;
}

.font_reduce {
    font-size: 75%;
}

.warning {
    color: #ffb833;
}