-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (59 loc) · 1.03 KB
/
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
body {
text-align: center;
font-family: sans-serif;
font-size: x-large;
}
a {
text-decoration: inherit;
}
#media-list {
display: block;
}
#media-list * {
vertical-align: middle;
}
#media-list a {
margin: 5px;
display: block;
color: black;
}
#media-list a:hover span::before {
content: "→";
margin-right: 0.2em;
}
#media-list a:hover span::after {
content: "←";
margin-left: 0.2em;
}
#twitter .fab {
color: #55acee;
font-size: 1.75em;
}
#mastodon .fab {
color: #595aff;
font-size: 1.75em;
}
#instagram .fab {
color: #E1306C;
font-size: 1.75em;
}
#facebook .fab {
color: #3B5998;
font-size: 1.75em;
}
#github .fab {
color: black;
font-size: 1.75em;
}
#stackoverflow div.img {
display: inline-block;
background-image: url("https://sstatic.net/stackexchange/img/logos/so/so-icon.png");
width: 3em;
height: 2em;
background-position: center;
background-size: cover;
margin: 0 -0.7em 0 -0.7em;
}
.fa {
font-size: 2em;
}