forked from intsystems/intsystems.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_sidecar.scss
78 lines (67 loc) · 1.07 KB
/
_sidecar.scss
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
.masthead {
text-align: center;
margin: auto;
margin-top: 0px;
width: 100%;
padding: 10px;
}
.avatar-image {
width: 30%;
height: auto;
border-radius: 50%;
display: block;
margin-right: auto;
margin-left: auto;
}
.masthead-title {
padding: 0;
margin: 0;
font-size: 1rem;
font-weight: 400;
a:hover,
a:focus {
color: var(--link-hover-color);
}
}
.masthead-tagline {
padding: 0;
margin: 0;
font-size: 1.25rem;
font-weight: 400;
opacity: .7;
}
.navigation-list {
margin-top: var(--spacer-2);
padding: 0;
list-style: none;
}
.navigation-item {
display: block;
margin-bottom: var(--spacer);
}
.navigation-item a {
background: transparent;
color: inherit;
letter-spacing: 0.05em;
font-size: 90%;
border-bottom: 2px solid;
border-color: inherit;
&:hover,
&:focus {
color: var(--link-hover-color);
}
}
a.social {
color: inherit;
font-size: 50px;
margin: 10px;
&:hover,
&:focus {
text-decoration: none;
text-shadow: 0px 0px 4px;
}
}
.separator {
text-align: center;
padding: 0px 5px;
}