-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.css
More file actions
47 lines (44 loc) · 865 Bytes
/
Copy pathblog.css
File metadata and controls
47 lines (44 loc) · 865 Bytes
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
ul.blav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
position: sticky;
background-color: Bisque;
color: CornflowerBlue;
font-family: monospace;
}
li.blav { float: left; }
li.blav a {
display: block;
text-align: center;
padding: 10px 12px;
text-decoration: none;
}
li.blav a:hover {
background-color: DarkSeaGreen;
color: Bisque;
}
li.blav a:visited { color: CornflowerBlue; }
.collapsible {
color: white;
cursor: pointer;
padding: .75em;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.year { background-color: #787070; }
.month { background-color: #707870; }
.day { background-color: #707078; }
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
}