summaryrefslogtreecommitdiff
path: root/static/css/style.css
blob: a6492f17a2eaaeaabc876215de0eca1eb6194219 (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
body, html {
    margin: auto;
    font-family: sans-serif;
    font-size: 12.5pt;
}

h1 {
    font-size: 3em;
    font-weight: bold;
    color:#690000;
    display: inline;
}

img {
    display: inline-block;
    margin: 1em 1em 1em 0;
}

h2 {
    padding: 0.1em;
    background: rgba(170, 170, 170, 0.3);
    color: #0b0b0b;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: blue;

}

a:hover{
    text-decoration: underline;
}

div {
    display: inline-block;
    vertical-align: bottom;
}

ul {
    /* The overflow is to allow the float to retain background-color*/
    overflow: hidden;
    margin-top: 0.25em;
    padding-left: 0em;
}

ul li:first-child {
  list-style: none;
  margin-left: 0em;
  padding-left: 0em;
}

li::marker {
    color:blue;
}


header ul li {
    float: left;
    margin: 0 0.75em;
    padding-inline-start: 0.25em;
    
}

header, .list, .single, .body{
    padding-left: 4em;
    background: rgba(170, 170, 170, 0.3);
}

p {
    text-align: justify;
}

.list, .single, .body {
    font-family:Georgia, 'Times New Roman', Times, serif;
    margin-left: 3em;
    width: 80%;
    background: #ffffff;
}

.date {
    color:#ababab;
    display: block;
    font-size: 0.8em;
    margin-bottom: 10px;
}