summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 51d9633b07ed6b10bdadae3eccf68d3a3c52ea52 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
body {
	background: #151515 ;
	color: #E1E1E1 ;
	max-width: 750px ;
	margin: auto ;
	padding: 0 16px ;
	margin-bottom: 500px ;
	scrollbar-color: #151515 ;
	font-family: sans-serif ;
}

main {
	max-width: 750px ;
	margin: auto ;
}

main > article {
	background: #151515 ;
	color: #E1E1E1 ;
	margin-bottom: 0 ;
  text-align: justify;
	margin: auto ;
}

img {
	max-width: 100% ;
}

header h1 {
	text-align: center ;
  text-shadow: 3px 0 black, 3px 3px black, 0 3px black;
}

h1 {
	border-style: solid ;
	border-width: 0px 0px 2px 0px ;
	text-align: center ;
}

h2 {
	color: #E1E1E1;
	text-align: center ;
}

ul {
  margin: 1em;
  padding: 0;
}

a {
    color: #BAD7FF ;
}

a:hover {
    color: white ;
}

a:visited {
	color: #7E97AB ;
}

footer {
	max-width: 300px ;
	background: #151515 ;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 6px ;
	text-align: center ;
	clear: both ;
}

code {
	color: #F4BF75 ;
	overflow-wrap: break-word ;
	font-size: 10pt ;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

/* For NEXTPREV.HTML */
#nextprev {
	/* The container for both the previous and next articles. */
}

#prevart {
	float: left ;
	text-align: left ;
}

#nextart {
	float: right ;
	text-align: right ;
}

#nextart,#prevart {
	max-width: 33% ;
}

table, th, td {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}