UNPKG

7.53 kBCSSView Raw
1html, body {
2 height: 100%; }
3
4body {
5 margin: 0;
6 font-family: "proxima-nova", "Helvetica Neue", sans-serif; }
7
8.button {
9 display: inline-block;
10 border: 2px solid #333;
11 color: #333;
12 padding: 1em 1.25em;
13 font-weight: 500;
14 text-transform: uppercase;
15 letter-spacing: 3px;
16 text-decoration: none;
17 cursor: pointer;
18 width: 140px;
19 font-size: .8em;
20 line-height: 1.3em;
21 text-align: center; }
22
23.tether-element.tether-theme-arrows-dark .tether-content {
24 padding: 1em;
25 font-size: 1.1em; }
26 .tether-element.tether-theme-arrows-dark .tether-content .button {
27 border-color: #fff;
28 color: #fff;
29 width: 170px;
30 pointer-events: all; }
31
32.mobile-copy {
33 display: none; }
34 @media (max-width: 568px) {
35 .mobile-copy {
36 display: block; } }
37
38.button.dark {
39 background: #333;
40 color: #fff; }
41
42.hero-wrap {
43 height: 100%;
44 overflow: hidden; }
45
46table.showcase {
47 height: 100%;
48 width: 100%;
49 position: relative; }
50 table.showcase:after {
51 content: "";
52 display: block;
53 position: absolute;
54 left: 0;
55 right: 0;
56 bottom: 20px;
57 margin: auto;
58 height: 0;
59 width: 0;
60 border-width: 18px;
61 border-style: solid;
62 border-color: transparent;
63 border-top-color: rgba(0, 0, 0, 0.2); }
64 table.showcase.no-next-arrow:after {
65 display: none; }
66 table.showcase .showcase-inner {
67 margin: 40px auto 60px;
68 padding: 10px; }
69 table.showcase .showcase-inner h1 {
70 font-size: 50px;
71 text-align: center;
72 font-weight: 300; }
73 @media (max-width: 567px) {
74 table.showcase .showcase-inner h1 {
75 font-size: 40px; } }
76 table.showcase .showcase-inner h2 {
77 font-size: 24px;
78 text-align: center;
79 font-weight: 300;
80 margin: 1em 0 1em; }
81 @media (max-width: 567px) {
82 table.showcase .showcase-inner h2 {
83 font-size: 14px; } }
84 table.showcase .showcase-inner p {
85 text-align: center; }
86 table.showcase.hero {
87 text-align: center; }
88 table.showcase.hero .tether-target-demo {
89 display: inline-block;
90 vertical-align: middle;
91 *vertical-align: auto;
92 *zoom: 1;
93 *display: inline;
94 border: 2px dotted #000;
95 margin: 5rem auto;
96 padding: 5rem; }
97 @media (max-width: 567px) {
98 table.showcase.hero .tether-target-demo {
99 padding: 1rem; } }
100 table.showcase.share {
101 background: #f3f3f3; }
102 table.showcase.projects-showcase .showcase-inner .projects-list {
103 width: 80%;
104 max-width: 1200px;
105 margin: 0 auto; }
106 table.showcase.projects-showcase .showcase-inner .projects-list .project {
107 color: inherit;
108 text-decoration: none;
109 position: relative;
110 width: 50%;
111 float: left;
112 text-align: center;
113 margin-bottom: 2rem; }
114 table.showcase.projects-showcase .showcase-inner .projects-list .project:nth-child(odd) {
115 clear: left; }
116 table.showcase.projects-showcase .showcase-inner .projects-list .os-icon {
117 width: 8rem;
118 height: 8rem;
119 margin-bottom: 1rem;
120 background-size: 100%; }
121 table.showcase.projects-showcase .showcase-inner .projects-list h1 {
122 font-size: 2.5rem; }
123 table.showcase.projects-showcase .showcase-inner .projects-list p {
124 font-size: 1.3rem; }
125 table.showcase.browser-demo {
126 background-image: -webkit-linear-gradient(top left, #723362 0%, #9d223c 100%);
127 background-image: linear-gradient(top left, #723362 0%, #9d223c 100%);
128 background-color: #9d223c;
129 position: absolute;
130 top: 100%; }
131 table.showcase.browser-demo.fixed {
132 position: fixed;
133 top: 0;
134 bottom: 0;
135 left: 0;
136 right: 0;
137 z-index: 1; }
138 table.showcase.browser-demo.fixed .browser-demo-inner {
139 -webkit-transition: width 2s ease-in-out, height 2s ease-in-out;
140 transition: width 2s ease-in-out, height 2s ease-in-out; }
141 table.showcase.browser-demo.fixed[data-section="what"] {
142 box-shadow: 0 0 0 0; }
143 table.showcase.browser-demo.fixed[data-section="why"] .browser-demo-inner {
144 width: 70%; }
145 table.showcase.browser-demo.fixed[data-section="outro"] .showcase-inner {
146 pointer-events: all; }
147 table.showcase.browser-demo .showcase-inner {
148 pointer-events: none;
149 position: absolute;
150 left: 10%;
151 right: 40%;
152 top: 220px;
153 bottom: 120px;
154 margin: 0;
155 padding: 0; }
156 @media (max-width: 567px) {
157 table.showcase.browser-demo .showcase-inner {
158 bottom: 90px;
159 top: 180px; } }
160 table.showcase.browser-demo .browser-demo-inner {
161 height: 100%;
162 width: 100%; }
163 table.showcase.browser-demo .section-copy {
164 -webkit-transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
165 transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
166 opacity: 0;
167 position: absolute;
168 top: 0;
169 position: absolute;
170 height: 200px;
171 color: #fff;
172 text-align: center;
173 width: 100%; }
174 table.showcase.browser-demo .section-copy.active {
175 opacity: 1;
176 top: -150px; }
177 @media (max-width: 567px) {
178 table.showcase.browser-demo .section-copy.active {
179 top: -130px; } }
180 table.showcase.browser-demo .section-copy h2 {
181 font-size: 40px;
182 font-weight: bold;
183 line-height: 1;
184 margin: 25px 0 15px; }
185 @media (max-width: 567px) {
186 table.showcase.browser-demo .section-copy h2 {
187 font-size: 30px; } }
188 table.showcase.browser-demo .browser-window {
189 border-radius: 4px;
190 background: #fff;
191 position: relative;
192 height: 100%;
193 width: 100%;
194 max-width: 1200px;
195 margin: 0 auto; }
196 table.showcase.browser-demo .browser-window .browser-titlebar {
197 position: absolute;
198 top: 0;
199 left: 0;
200 right: 0;
201 border-bottom: 1px solid #eee;
202 height: 55px; }
203 table.showcase.browser-demo .browser-window .browser-titlebar .browser-dots {
204 padding: 16px; }
205 table.showcase.browser-demo .browser-window .browser-titlebar .browser-dots b {
206 display: inline-block;
207 vertical-align: middle;
208 *vertical-align: auto;
209 *zoom: 1;
210 *display: inline;
211 border-radius: 50%;
212 width: 10px;
213 height: 10px;
214 margin-right: 7px;
215 background: rgba(0, 0, 0, 0.1); }
216 table.showcase.browser-demo .browser-window .browser-frame {
217 position: absolute;
218 top: 55px;
219 left: 0;
220 right: 0;
221 bottom: 0; }
222 table.showcase.browser-demo .browser-window .browser-frame iframe {
223 border-radius: 0 0 4px 4px;
224 border: 0;
225 width: 100%;
226 height: 100%; }
227 table.showcase.browser-demo-section .section-scroll-copy {
228 position: relative;
229 z-index: 10;
230 color: #fff;
231 width: 100%;
232 font-size: 22px; }
233 table.showcase.browser-demo-section .section-scroll-copy .section-scroll-copy-inner {
234 position: absolute;
235 z-index: 10;
236 color: #fff;
237 right: 10%;
238 width: 23%; }
239 table.showcase.browser-demo-section .section-scroll-copy .section-scroll-copy-inner a {
240 color: inherit; }
241 table.showcase.browser-demo-section .section-scroll-copy .section-scroll-copy-inner .example-paragraph {
242 border-radius: 4px;
243 background: #000;
244 padding: 1rem; }
245
246.browser-content {
247 display: none; }