summaryrefslogtreecommitdiff
path: root/style.css
blob: b75f46746249f4b60447748c73b326fa142e4913 (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
body {
  color: #F2F6F3;
  background: #151515;
  text-align: justify;
}

p img, li img, h1 img, h2 img, h3 img, h4 img, dt img {
	max-height: 1em;
	max-width: 1em;
	vertical-align: middle ;
}

a { color: #A5D6FF ; text-decoration: none ;}

dl { 
  display: inline-flex;
  text-align: center;
}

footer {
	text-align: center ;
	font-variant: small-caps ;
	clear: both ;
	padding: 2em 0 ;
}

footer li {
	display: inline-block ;
	padding: 0.5em ;
	font-size: x-large ;
}

footer li:hover {
	background: #A5D6FF  ;
}