5
5
margin : 0 ;
6
6
font-family : "proxima-nova" , "Helvetica Neue" , sans-serif; }
7
7
8
- .drop .drop-tooltip-theme-arrows .drop-content {
9
- padding : 1em ;
10
- font-size : 1.1em ; }
11
-
12
8
.button {
13
9
display : inline-block;
14
10
border : 2px solid # 333333 ;
@@ -71,9 +67,34 @@ table.showcase {
71
67
font-size : 14px ; } }
72
68
table .showcase .showcase-inner p {
73
69
text-align : center; }
70
+ table .showcase .about {
71
+ text-align : left;
72
+ background : # fff1dd ; }
73
+ table .showcase .about a {
74
+ color : # c96c24 ; }
75
+ table .showcase .about p {
76
+ -webkit-box-sizing : border-box;
77
+ -moz-box-sizing : border-box;
78
+ box-sizing : border-box;
79
+ text-align : left;
80
+ width : 500px ;
81
+ max-width : 100% ;
82
+ margin-left : auto;
83
+ margin-right : auto; }
84
+ table .showcase .about p > code {
85
+ background : rgba (0 , 0 , 0 , 0.05 ); }
86
+ table .showcase .about pre {
87
+ -webkit-box-sizing : border-box;
88
+ -moz-box-sizing : border-box;
89
+ box-sizing : border-box;
90
+ text-align : left;
91
+ width : 500px ;
92
+ max-width : 100% ;
93
+ margin-left : auto;
94
+ margin-right : auto; }
74
95
table .showcase .hero {
75
96
text-align : center; }
76
- table .showcase .hero .tether -target-demo {
97
+ table .showcase .hero .tooltip -target-demo {
77
98
display : -moz-inline-stack;
78
99
display : inline-block;
79
100
vertical-align : middle;
@@ -84,142 +105,5 @@ table.showcase {
84
105
margin : 5rem auto;
85
106
padding : 3rem ; }
86
107
@media (max-width : 567px ) {
87
- table .showcase .hero .tether -target-demo {
108
+ table .showcase .hero .tooltip -target-demo {
88
109
padding : 1rem ; } }
89
- table .showcase .browser-demo {
90
- background-image : -webkit-gradient (linear, 0% 0% , 100% 100% , color-stop (0% , # 723362 ), color-stop (100% , # 9d223c ));
91
- background-image : -webkit-linear-gradient (top left, # 723362 0% , # 9d223c 100% );
92
- background-image : -moz-linear-gradient (top left, # 723362 0% , # 9d223c 100% );
93
- background-image : -o-linear-gradient (top left, # 723362 0% , # 9d223c 100% );
94
- background-image : linear-gradient (top left, # 723362 0% , # 9d223c 100% );
95
- background-color : # 9d223c ;
96
- position : absolute;
97
- top : 100% ; }
98
- table .showcase .browser-demo .fixed {
99
- position : fixed;
100
- top : 0 ;
101
- bottom : 0 ;
102
- left : 0 ;
103
- right : 0 ;
104
- z-index : 1 ; }
105
- table .showcase .browser-demo .fixed .browser-demo-inner {
106
- -webkit-transition : width 2s ease-in-out, height 2s ease-in-out;
107
- -moz-transition : width 2s ease-in-out, height 2s ease-in-out;
108
- -o-transition : width 2s ease-in-out, height 2s ease-in-out;
109
- transition : width 2s ease-in-out, height 2s ease-in-out; }
110
- table .showcase .browser-demo .fixed [data-section = "intro" ] {
111
- box-shadow : 0 0 0 0 ; }
112
- table .showcase .browser-demo .fixed [data-section = "resize" ] .browser-demo-inner {
113
- width : 50% ; }
114
- table .showcase .browser-demo .showcase-inner {
115
- position : absolute;
116
- left : 200px ;
117
- right : 200px ;
118
- top : 220px ;
119
- bottom : 120px ;
120
- margin : 0 ;
121
- padding : 0 ; }
122
- @media (max-width : 1200px ) {
123
- table .showcase .browser-demo .showcase-inner {
124
- left : 10% ;
125
- right : 10% ; } }
126
- @media (max-width : 567px ) {
127
- table .showcase .browser-demo .showcase-inner {
128
- bottom : 90px ;
129
- top : 180px ; } }
130
- table .showcase .browser-demo .browser-demo-inner {
131
- height : 100% ;
132
- width : 100% ; }
133
- table .showcase .browser-demo .section-copy {
134
- -webkit-transition : opacity 0.5s ease-in-out, top 0.5s ease-in-out;
135
- -moz-transition : opacity 0.5s ease-in-out, top 0.5s ease-in-out;
136
- -o-transition : opacity 0.5s ease-in-out, top 0.5s ease-in-out;
137
- transition : opacity 0.5s ease-in-out, top 0.5s ease-in-out;
138
- filter : progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
139
- opacity : 0 ;
140
- position : absolute;
141
- top : 0 ;
142
- position : absolute;
143
- height : 200px ;
144
- color : white;
145
- text-align : center;
146
- width : 100% ; }
147
- table .showcase .browser-demo .section-copy .active {
148
- filter : progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
149
- opacity : 1 ;
150
- top : -150px ; }
151
- @media (max-width : 567px ) {
152
- table .showcase .browser-demo .section-copy .active {
153
- top : -130px ; } }
154
- table .showcase .browser-demo .section-copy h2 {
155
- font-size : 40px ;
156
- font-weight : bold;
157
- line-height : 1 ;
158
- margin : 0 0 15px ; }
159
- @media (max-width : 567px ) {
160
- table .showcase .browser-demo .section-copy h2 {
161
- font-size : 30px ; } }
162
- table .showcase .browser-demo .section-copy p {
163
- font-size : 26px ;
164
- font-weight : 300 ;
165
- margin : 0 ; }
166
- @media (max-width : 567px ) {
167
- table .showcase .browser-demo .section-copy p {
168
- font-size : 16px ; } }
169
- table .showcase .browser-demo .browser-window {
170
- -webkit-border-radius : 4px ;
171
- -moz-border-radius : 4px ;
172
- -ms-border-radius : 4px ;
173
- -o-border-radius : 4px ;
174
- border-radius : 4px ;
175
- background : white;
176
- position : relative;
177
- height : 100% ;
178
- width : 100% ;
179
- max-width : 1200px ;
180
- margin : 0 auto; }
181
- table .showcase .browser-demo .browser-window .browser-titlebar {
182
- position : absolute;
183
- top : 0 ;
184
- left : 0 ;
185
- right : 0 ;
186
- border-bottom : 1px solid # eeeeee ;
187
- height : 55px ; }
188
- table .showcase .browser-demo .browser-window .browser-titlebar .browser-dots {
189
- padding : 16px ; }
190
- table .showcase .browser-demo .browser-window .browser-titlebar .browser-dots b {
191
- -webkit-border-radius : 50% ;
192
- -moz-border-radius : 50% ;
193
- -ms-border-radius : 50% ;
194
- -o-border-radius : 50% ;
195
- border-radius : 50% ;
196
- display : -moz-inline-stack;
197
- display : inline-block;
198
- vertical-align : middle;
199
- * vertical-align : auto;
200
- zoom : 1 ;
201
- * display : inline;
202
- width : 10px ;
203
- height : 10px ;
204
- margin-right : 7px ;
205
- background : rgba (0 , 0 , 0 , 0.1 ); }
206
- table .showcase .browser-demo .browser-window .browser-frame {
207
- position : absolute;
208
- top : 55px ;
209
- left : 0 ;
210
- right : 0 ;
211
- bottom : 0 ; }
212
- table .showcase .browser-demo .browser-window .browser-frame iframe {
213
- -webkit-border-radius : 0 0 4px 4px ;
214
- -moz-border-radius : 0 0 4px 4px ;
215
- -ms-border-radius : 0 0 4px 4px ;
216
- -o-border-radius : 0 0 4px 4px ;
217
- border-radius : 0 0 4px 4px ;
218
- border : 0 ;
219
- width : 100% ;
220
- height : 100% ; }
221
- table .showcase .browser-demo-section {
222
- pointer-events : none; }
223
-
224
- .browser-content {
225
- display : none; }
0 commit comments