-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4fb88-style.css
executable file
·82 lines (73 loc) · 1.01 KB
/
4fb88-style.css
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
::selection {
background: rgba(0, 0, 0, 0.1);
}
body {
font-size: 16px;
margin: 50px 0;
line-height: 1.48564;
}
.container {
max-width: 900px;
}
.logo {
font-size: 110%;
margin-top: 0;
}
.description {
color: #aaa;
}
.mugshot {
width: 60px;
margin-bottom: 20px;
border-radius: 100%;
}
nav ul {
margin-top: 10px;
padding: 0;
list-style: none;
}
.navbar li {
margin-bottom: 10px;
}
.navbar li.active a {
border-bottom: 1px solid #ccc;
}
.navbar li.active a:hover {
text-decoration: none;
}
.social-links img {
height: 20px;
opacity: 0.4;
margin-right: 6px;
display: inline-block;
}
.social-links img:hover {
opacity: 0.6;
}
.page-title {
margin-top: 0;
font-size: 175%;
margin-bottom: 20px;
}
.list-title {
margin-bottom: 20px;
font-size: 133%;
}
footer {
color: #aaa;
}
article:not(:last-child) {
margin-bottom: 50px;
}
.home .page-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.home .page-content li {
margin-bottom: 20px;
color: #aaa;
}
.home .page-content a {
margin-right: 10px;
}