-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdc.css
More file actions
121 lines (96 loc) · 1.87 KB
/
dc.css
File metadata and controls
121 lines (96 loc) · 1.87 KB
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
@font-face {
font-family: "Gotham";
src: url('/assets/fonts/Gotham-Book.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url('/assets/fonts/GothamBook-Italic.otf') format('opentype');
font-weight: normal;
font-style: oblique;
}
@font-face {
font-family: "Gotham";
src: url('/assets/fonts/GothamBold.otf') format('opentype');
font-weight: bold;
}
body {
background-color: #212121;
font-family: 'Gotham', Helvetica, sans-serif;
color: #f4f4f4;
}
small {
font-size: 0.75em;
}
input[type="submit"] {
border-color: #f4f4f4;
}
.code { color: #00E8EF; }
.design { color: #5C03DB; }
.stories { color: #EF005E; }
.projects { color: #FFBD03; }
.jobs { color: #00D675; }
#sign-up a { color: #FFBD03; }
#intro{
background-image: url('images/head.jpg');
background-position: center;
background-size: cover;
}
#sidebar nav a:before {
background: #2f2f2f;
}
#sidebar nav a:after {
background: #00E8EF;
}
#sidebar nav a.active {
color: #FFBD03;
}
.icon.major {
display: inline;
}
.wrapper.style3 .icon.major::before {
font-size: 2em;
color: #f4f4f4;
}
.icon.major {
background-color: #212121;
}
section.who1 {
background-color: #5C03DB;
}
.features {
background-color: inherit;
border: none;
}
.features section:nth-child(2n) {
border: none;
}
.features section {
border: none;
}
.wrapper.style2 {
background-color: none;
}
.slack {
background-image: url('images/converse.jpg');
background-position: center;
background-size: cover;
max-height: 10vh;
}
#sign-up.wrapper.style1 {
background-color: #EF005E;
}
#sidebar, .wrapper.style1, .wrapper.style3, .wrapper.style1-alt{
background-color: inherit;
}
.intro_logo{
max-height: 10vh;
width: auto;
}
.spotlights > section:nth-child(3) {
background-color: #00D675;
}
.form-group {
padding-bottom: 10px;
}