summaryrefslogtreecommitdiff
path: root/md/53hor.net/include/styles.css
blob: f7322a71c3a1b39fa9ab7a4ab9019b4d5d33365b (plain) (blame)
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
/* stylesheet for 53hor.net */

:root {
  /* custom colors */
  --balboa:#1a5a72;
}

#TOC {
  position: fixed;
  width: 25%;
  height: 100%;
}

#TOC ul {
  list-style-type: disc;
  color: var(--balboa);
  overflow: hidden;
  padding-left: 1em;
}

#TOC li a {
  text-decoration: none;
  display: block;
  color: black;
}

#topnav {

}

#topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--balboa);
}

#topnav li {
  float: left;
  padding: 0;
}

#topnav li a {
  display: block;
  text-align: center;
  padding: 1em 1em;
  text-decoration: none;
  color: white;
}

#topnav li a:hover {
  color: var(--balboa);
  background-color: white;
}

article {
  margin-left: 25%;
  margin-top: 4em;
}

body {
  padding: 0;
  margin: 0;
}

p {
  font-size: 0.8em;
  font-weight 400;
  text-align: justify;
  text-indent: 1em;
}