summaryrefslogtreecommitdiff
path: root/style.css
blob: 1d1bfc7fc3b3c9b31374b4908182599cfaf5ad16 (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
body {
  text-align: justify;
  font-style: sans-serif ;
  max-width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
}

h1 {
	text-align: center ;
}

ul, ol {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
}

ul ul {
	list-style-type: circle;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

main {
	margin: auto ;
}

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

a {
    color: blue ;
    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 ;
}

nav, footer, .tag-list{
	text-align: center;
	font-variant: small-caps;
	clear: both;
}

nav { 
	font-size: small;
}

nav ul, footer ul, .tag-list {
	padding: 0;
}

nav li, footer li, .tag-list li{
	color: blue;
	display: inline-block;
	list-style: none;
	border-radius: 10px;
	padding: .5em;
	max-width: 7em;
}

code {
	border-radius: 5px ;
	overflow-wrap: break-word ;
}