-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
127 lines (102 loc) · 1.58 KB
/
main.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body {
position: relative;
}
h1, h2, h3, h4, h5, h6 {
font-family: "brandon-grotesque";
}
p, div {
font-family: "brandon-grotesque";
font-size: 16px;
}
h1 {
font-weight: 700;
}
h2 {
background-color: #00C4C4;
color: #fff;
padding: 5px 10px;
}
a, a:hover, a:visited {
text-decoration: none !important;
color: #000000;
}
ul {
list-style: none;
}
.navbar {
background-color: #ffffff;
}
.top-buffer {
margin-top: 20px;
}
.icon-buffer {
margin-top: 40px;
}
.content-buffer {
margin-top: 50px;
margin-bottom: 50px;
}
.margin-top-fix {
margin-top: -40px;
}
.alt-nav {
display: none;
}
@media (max-width: 768px) {
nav {
display: none;
}
.alt-nav {
margin-top: 30px;
display: block;
background: url(https://github.com/"images/brand-01-blk.svg") no-repeat center;
height: 150px;
}
.avatar {
margin: 0 auto;
}
}
.special-link {
color: #00C4C4;
}
.avatar {
margin: -20px 0 30px 0;
}
.text-vertical-center {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.navbar-nav>li>a {
color: #00C4C4;
}
.navbar-fixed-top {
border-width: 0 0 2px;
}
.btn-primary {
background-color: #86d145;
border-color: #86d145;
font-weight: 300;
border-radius: 3px;
}
.btn-primary:hover {
background-color: #6ab22a;
border-color: #6ab22a;
}
.btn-primary:focus {
background-color: #86d145;
border-color: #6ab22a;
}
.magic-circle {
height: 10em;
width: 10em;
background-color: #ffffff;
border-radius: 100%;
}
.padding-fix {
padding-left: 0;
padding-right: 0;
}
.image-border {
border: 1px solid #e8e8e8;
}