This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
All.css
89 lines (75 loc) · 1.71 KB
/
All.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
83
84
85
86
87
88
89
@font-face {
font-family: 'ApexSans';
src: url('./thirdparty/ApexSans-Bold.eot');
src: url('./thirdparty/ApexSans-Bold.eot?#iefix') format('embedded-opentype'),
url('./thirdparty/ApexSans-Bold.woff') format('woff'),
url('./thirdparty/ApexSans-Bold.ttf') format('truetype'),
url('./thirdparty/ApexSans-Bold.svg#ApexSans-Bold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'ApexSans';
src: url('./thirdparty/ApexSans-Book.eot');
src: url('./thirdparty/ApexSans-Book.eot?#iefix') format('embedded-opentype'),
url('./thirdparty/ApexSans-Book.woff') format('woff'),
url('./thirdparty/ApexSans-Book.ttf') format('truetype'),
url('./thirdparty/ApexSans-Book.svg#ApexSans-Book') format('svg');
font-weight: normal;
font-style: normal;
}
h1 {
margin-top: 0;
margin-bottom: 0;
}
h4 {
font-weight: 600;
font-size: 16px;
}
a,
a:hover
{
color: #0366d6;
}
.external::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f35d"; /* https://fontawesome.com/icons/external-link-alt */
font-size: .7em;
position: relative;
top: -.15em;
margin-left: .5em;
display: inline-block;
color: #bcc0c4;
}
/* avoid external link icon above to be shown in a new line */
.external {
white-space: nowrap;
}
.container-lg {
max-width: 1012px;
width: 100%;
margin-right: auto;
margin-left: auto;
}
.bg-dark {
background-color: #24292e !important;
}
.text-bold {
font-weight: 600;
}
body {
padding-bottom: 90px;
}
.emoji {
height: 1.3em;
width: auto;
}
.icon-vertical-align {
vertical-align: middle !important;
}
/* TODO remove this */
/* this is too global */
.icon {
vertical-align: middle !important;
}