dante-editor 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -1
- data/app/assets/javascripts/dante/editor.js.coffee +71 -56
- data/app/assets/javascripts/dante/tooltip_widgets/uploader.js.coffee +22 -15
- data/app/assets/stylesheets/dante/_scaffold.scss +4 -0
- data/bower.json +1 -1
- data/dist/css/dante-editor.css +156 -152
- data/dist/js/dante-editor.js +76 -56
- data/lib/dante-editor/version.rb +1 -1
- metadata +3 -3
data/dist/css/dante-editor.css
CHANGED
@@ -6,12 +6,12 @@
|
|
6
6
|
@-webkit-keyframes spinner {
|
7
7
|
to {
|
8
8
|
-webkit-transform: rotate(360deg); } }
|
9
|
-
/* line 32, /Users/
|
9
|
+
/* line 32, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
10
10
|
.spinner {
|
11
11
|
min-width: 24px;
|
12
12
|
min-height: 24px; }
|
13
13
|
|
14
|
-
/* line 37, /Users/
|
14
|
+
/* line 37, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
15
15
|
.spinner:before {
|
16
16
|
content: 'Loading…';
|
17
17
|
position: absolute;
|
@@ -22,7 +22,7 @@
|
|
22
22
|
margin-top: -10px;
|
23
23
|
margin-left: -10px; }
|
24
24
|
|
25
|
-
/* line 48, /Users/
|
25
|
+
/* line 48, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
26
26
|
.spinner:not(:required):before {
|
27
27
|
content: '';
|
28
28
|
border-radius: 50%;
|
@@ -31,7 +31,7 @@
|
|
31
31
|
animation: spinner .6s linear infinite;
|
32
32
|
-webkit-animation: spinner .6s linear infinite; }
|
33
33
|
|
34
|
-
/* line 3, /Users/
|
34
|
+
/* line 3, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_scaffold.scss */
|
35
35
|
.notesSource {
|
36
36
|
padding: 0;
|
37
37
|
margin: 0;
|
@@ -41,12 +41,16 @@
|
|
41
41
|
-webkit-font-smoothing: antialiased;
|
42
42
|
-moz-osx-font-smoothing: grayscale;
|
43
43
|
-moz-font-feature-settings: liga on; }
|
44
|
-
/* line 14, /Users/
|
44
|
+
/* line 14, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_scaffold.scss */
|
45
45
|
.notesSource *,
|
46
46
|
.notesSource *:before,
|
47
47
|
.notesSource *:after {
|
48
48
|
box-sizing: border-box; }
|
49
49
|
|
50
|
+
/* line 22, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_scaffold.scss */
|
51
|
+
.dante-paste {
|
52
|
+
display: none; }
|
53
|
+
|
50
54
|
@font-face {
|
51
55
|
font-family: "dante";
|
52
56
|
src: url("../fonts/dante/fontello.eot");
|
@@ -101,54 +105,54 @@
|
|
101
105
|
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
|
102
106
|
transform: matrix(1, 0, 0, 1, 0, 0);
|
103
107
|
opacity: 1; } }
|
104
|
-
/* line 1, /Users/
|
108
|
+
/* line 1, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
105
109
|
.postArticle {
|
106
110
|
position: relative;
|
107
111
|
-webkit-transform: translateZ(0);
|
108
112
|
transform: translateZ(0); }
|
109
|
-
/* line 6, /Users/
|
113
|
+
/* line 6, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
110
114
|
.postArticle .layoutSingleColumn {
|
111
115
|
width: 700px;
|
112
116
|
margin-left: auto;
|
113
117
|
margin-right: auto; }
|
114
118
|
@media (max-width: 800px) {
|
115
|
-
/* line 5, /Users/
|
119
|
+
/* line 5, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
116
120
|
.postArticle .layoutSingleColumn {
|
117
121
|
width: 640px; } }
|
118
122
|
@media (max-width: 680px) {
|
119
|
-
/* line 5, /Users/
|
123
|
+
/* line 5, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
120
124
|
.postArticle .layoutSingleColumn {
|
121
125
|
width: auto;
|
122
126
|
margin-left: 20px;
|
123
127
|
margin-right: 20px; } }
|
124
128
|
|
125
|
-
/* line 22, /Users/
|
129
|
+
/* line 22, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
126
130
|
.postWrapper,
|
127
131
|
.postWrapper-inner {
|
128
132
|
position: relative;
|
129
133
|
*zoom: 1; }
|
130
|
-
/* line 2, /Users/
|
134
|
+
/* line 2, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
131
135
|
.postWrapper:before, .postWrapper:after,
|
132
136
|
.postWrapper-inner:before,
|
133
137
|
.postWrapper-inner:after {
|
134
138
|
content: " ";
|
135
139
|
display: table; }
|
136
|
-
/* line 6, /Users/
|
140
|
+
/* line 6, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
137
141
|
.postWrapper:after,
|
138
142
|
.postWrapper-inner:after {
|
139
143
|
clear: both; }
|
140
144
|
|
141
|
-
/* line 28, /Users/
|
145
|
+
/* line 28, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
142
146
|
.postWrapper {
|
143
147
|
overflow: hidden; }
|
144
|
-
/* line 31, /Users/
|
148
|
+
/* line 31, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
145
149
|
.is-postEditMode .postWrapper {
|
146
150
|
display: none; }
|
147
|
-
/* line 32, /Users/
|
151
|
+
/* line 32, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
148
152
|
.is-postEditModeInitialized .postWrapper {
|
149
153
|
display: block; }
|
150
154
|
|
151
|
-
/* line 35, /Users/
|
155
|
+
/* line 35, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
152
156
|
.postContent {
|
153
157
|
font-family: "freight-text-pro", "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
|
154
158
|
letter-spacing: 0.01rem;
|
@@ -157,44 +161,44 @@
|
|
157
161
|
font-size: 19px;
|
158
162
|
line-height: 1.69; }
|
159
163
|
|
160
|
-
/* line 47, /Users/
|
164
|
+
/* line 47, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
161
165
|
.postField, .postField:focus {
|
162
166
|
outline: 0;
|
163
167
|
word-break: break-word;
|
164
168
|
word-wrap: break-word; }
|
165
169
|
|
166
|
-
/* line 54, /Users/
|
170
|
+
/* line 54, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
167
171
|
.postField--body {
|
168
172
|
*zoom: 1;
|
169
173
|
margin-bottom: 30px; }
|
170
|
-
/* line 2, /Users/
|
174
|
+
/* line 2, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
171
175
|
.postField--body:before, .postField--body:after {
|
172
176
|
content: " ";
|
173
177
|
display: table; }
|
174
|
-
/* line 6, /Users/
|
178
|
+
/* line 6, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
175
179
|
.postField--body:after {
|
176
180
|
clear: both; }
|
177
181
|
|
178
|
-
/* line 59, /Users/
|
182
|
+
/* line 59, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
179
183
|
.section--last {
|
180
184
|
padding-bottom: 5px; }
|
181
185
|
|
182
|
-
/* line 63, /Users/
|
186
|
+
/* line 63, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
183
187
|
.section-content {
|
184
188
|
*zoom: 1; }
|
185
|
-
/* line 2, /Users/
|
189
|
+
/* line 2, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
186
190
|
.section-content:before, .section-content:after {
|
187
191
|
content: " ";
|
188
192
|
display: table; }
|
189
|
-
/* line 6, /Users/
|
193
|
+
/* line 6, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_utilities.scss */
|
190
194
|
.section-content:after {
|
191
195
|
clear: both; }
|
192
196
|
|
193
|
-
/* line 67, /Users/
|
197
|
+
/* line 67, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_post.scss */
|
194
198
|
.section-inner {
|
195
199
|
position: relative; }
|
196
200
|
|
197
|
-
/* line 2, /Users/
|
201
|
+
/* line 2, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
198
202
|
.dante-icon:before {
|
199
203
|
display: inline-block;
|
200
204
|
font-family: "dante";
|
@@ -206,73 +210,73 @@
|
|
206
210
|
text-decoration: inherit;
|
207
211
|
text-transform: none; }
|
208
212
|
|
209
|
-
/* line 15, /Users/
|
213
|
+
/* line 15, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
210
214
|
.icon-h2:before {
|
211
215
|
content: "H1"; }
|
212
216
|
|
213
|
-
/* line 16, /Users/
|
217
|
+
/* line 16, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
214
218
|
.icon-h3:before {
|
215
219
|
content: "H2"; }
|
216
220
|
|
217
|
-
/* line 17, /Users/
|
221
|
+
/* line 17, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
218
222
|
.icon-h4:before {
|
219
223
|
content: "H3"; }
|
220
224
|
|
221
|
-
/* line 18, /Users/
|
225
|
+
/* line 18, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
222
226
|
.icon-p:before {
|
223
227
|
content: "P"; }
|
224
228
|
|
225
|
-
/* line 19, /Users/
|
229
|
+
/* line 19, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
226
230
|
.icon-code:before {
|
227
231
|
content: ""; }
|
228
232
|
|
229
|
-
/* line 20, /Users/
|
233
|
+
/* line 20, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
230
234
|
.icon-insertorderedlist:before {
|
231
235
|
content: ""; }
|
232
236
|
|
233
|
-
/* line 21, /Users/
|
237
|
+
/* line 21, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
234
238
|
.icon-insertunorderedlist:before {
|
235
239
|
content: ""; }
|
236
240
|
|
237
|
-
/* line 22, /Users/
|
241
|
+
/* line 22, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
238
242
|
.icon-inserthorizontalrule:before {
|
239
243
|
content: ""; }
|
240
244
|
|
241
|
-
/* line 23, /Users/
|
245
|
+
/* line 23, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
242
246
|
.icon-indent:before {
|
243
247
|
content: ""; }
|
244
248
|
|
245
|
-
/* line 24, /Users/
|
249
|
+
/* line 24, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
246
250
|
.icon-outdent:before {
|
247
251
|
content: ""; }
|
248
252
|
|
249
|
-
/* line 25, /Users/
|
253
|
+
/* line 25, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
250
254
|
.icon-bold:before {
|
251
255
|
content: ""; }
|
252
256
|
|
253
|
-
/* line 26, /Users/
|
257
|
+
/* line 26, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
254
258
|
.icon-italic:before {
|
255
259
|
content: ""; }
|
256
260
|
|
257
|
-
/* line 27, /Users/
|
261
|
+
/* line 27, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
258
262
|
.icon-underline:before {
|
259
263
|
content: ""; }
|
260
264
|
|
261
|
-
/* line 28, /Users/
|
265
|
+
/* line 28, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
262
266
|
.icon-createlink:before {
|
263
267
|
content: ""; }
|
264
268
|
|
265
|
-
/* line 29, /Users/
|
269
|
+
/* line 29, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
266
270
|
.icon-blockquote:before {
|
267
271
|
content: ""; }
|
268
272
|
|
269
|
-
/* line 31, /Users/
|
273
|
+
/* line 31, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
270
274
|
.icon-h2:before,
|
271
275
|
.icon-h3:before,
|
272
276
|
.icon-h4:before {
|
273
277
|
font-weight: bold; }
|
274
278
|
|
275
|
-
/* line 39, /Users/
|
279
|
+
/* line 39, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
276
280
|
.tooltip-icon:before {
|
277
281
|
font-family: 'dante-tooltip';
|
278
282
|
speak: none;
|
@@ -284,23 +288,23 @@
|
|
284
288
|
-webkit-font-smoothing: antialiased;
|
285
289
|
-moz-osx-font-smoothing: grayscale; }
|
286
290
|
|
287
|
-
/* line 54, /Users/
|
291
|
+
/* line 54, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
288
292
|
.icon-video:before {
|
289
293
|
content: "\e600"; }
|
290
294
|
|
291
|
-
/* line 55, /Users/
|
295
|
+
/* line 55, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
292
296
|
.icon-image:before {
|
293
297
|
content: "\e601"; }
|
294
298
|
|
295
|
-
/* line 56, /Users/
|
299
|
+
/* line 56, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
296
300
|
.icon-plus:before {
|
297
301
|
content: "\e602"; }
|
298
302
|
|
299
|
-
/* line 57, /Users/
|
303
|
+
/* line 57, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_icons.scss */
|
300
304
|
.icon-embed:before {
|
301
305
|
content: "\e603"; }
|
302
306
|
|
303
|
-
/* line 1, /Users/
|
307
|
+
/* line 1, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
304
308
|
.dante-menu {
|
305
309
|
position: absolute;
|
306
310
|
visibility: hidden;
|
@@ -317,7 +321,7 @@
|
|
317
321
|
border: 1px solid #262626;
|
318
322
|
border-radius: 5px;
|
319
323
|
box-shadow: 1px 2px 3px -2px #222; }
|
320
|
-
/* line 23, /Users/
|
324
|
+
/* line 23, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
321
325
|
.dante-menu:after, .dante-menu:before {
|
322
326
|
content: "";
|
323
327
|
height: 0;
|
@@ -327,41 +331,41 @@
|
|
327
331
|
pointer-events: none;
|
328
332
|
border: 8px solid transparent;
|
329
333
|
margin-left: -4px; }
|
330
|
-
/* line 34, /Users/
|
334
|
+
/* line 34, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
331
335
|
.dante-menu:after {
|
332
336
|
border-top-color: #333;
|
333
337
|
bottom: -15px; }
|
334
|
-
/* line 38, /Users/
|
338
|
+
/* line 38, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
335
339
|
.dante-menu:before {
|
336
340
|
border-top-color: #262626;
|
337
341
|
bottom: -16px; }
|
338
342
|
|
339
|
-
/* line 45, /Users/
|
343
|
+
/* line 45, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
340
344
|
.dante-menu--active {
|
341
345
|
display: inline-block;
|
342
346
|
visibility: visible;
|
343
347
|
-webkit-animation: pop-upwards 180ms forwards linear;
|
344
348
|
animation: pop-upwards 180ms forwards linear; }
|
345
349
|
|
346
|
-
/* line 53, /Users/
|
350
|
+
/* line 53, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
347
351
|
.dante-menu--linkmode .dante-menu-buttons {
|
348
352
|
visibility: hidden; }
|
349
|
-
/* line 56, /Users/
|
353
|
+
/* line 56, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
350
354
|
.dante-menu--linkmode .dante-menu-linkinput {
|
351
355
|
display: block; }
|
352
|
-
/* line 59, /Users/
|
356
|
+
/* line 59, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
353
357
|
.dante-menu--linkmode .dante-menu-input {
|
354
358
|
-webkit-animation: pop-upwards 180ms forwards linear;
|
355
359
|
animation: pop-upwards 180ms forwards linear; }
|
356
360
|
|
357
|
-
/* line 66, /Users/
|
361
|
+
/* line 66, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
358
362
|
.dante-menu-buttons {
|
359
363
|
list-style: none;
|
360
364
|
margin: 0;
|
361
365
|
padding: 0;
|
362
366
|
line-height: 0; }
|
363
367
|
|
364
|
-
/* line 73, /Users/
|
368
|
+
/* line 73, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
365
369
|
.dante-menu-button {
|
366
370
|
min-width: 20px;
|
367
371
|
display: inline-block;
|
@@ -378,21 +382,21 @@
|
|
378
382
|
-moz-user-select: none;
|
379
383
|
-ms-user-select: none;
|
380
384
|
user-select: none; }
|
381
|
-
/* line 93, /Users/
|
385
|
+
/* line 93, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
382
386
|
.dante-menu-button.active {
|
383
387
|
color: #5BD974; }
|
384
|
-
/* line 97, /Users/
|
388
|
+
/* line 97, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
385
389
|
.dante-menu-button:first-child {
|
386
390
|
border-top-left-radius: 5px;
|
387
391
|
border-bottom-left-radius: 5px;
|
388
392
|
padding-left: 18px; }
|
389
|
-
/* line 102, /Users/
|
393
|
+
/* line 102, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
390
394
|
.dante-menu-button:last-child {
|
391
395
|
border-top-right-radius: 5px;
|
392
396
|
border-bottom-right-radius: 5px;
|
393
397
|
padding-right: 18px; }
|
394
398
|
|
395
|
-
/* line 111, /Users/
|
399
|
+
/* line 111, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
396
400
|
.dante-menu-linkinput {
|
397
401
|
display: none;
|
398
402
|
position: absolute;
|
@@ -400,13 +404,13 @@
|
|
400
404
|
left: 0;
|
401
405
|
right: 0;
|
402
406
|
bottom: 0; }
|
403
|
-
/* line 119, /Users/
|
407
|
+
/* line 119, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
404
408
|
.dante-menu-linkinput .dante-menu-button {
|
405
409
|
position: absolute;
|
406
410
|
top: 0;
|
407
411
|
right: 0; }
|
408
412
|
|
409
|
-
/* line 126, /Users/
|
413
|
+
/* line 126, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_menu.scss */
|
410
414
|
.dante-menu-input {
|
411
415
|
position: absolute;
|
412
416
|
top: 0;
|
@@ -431,7 +435,7 @@
|
|
431
435
|
-moz-osx-font-smoothing: grayscale;
|
432
436
|
-moz-font-feature-settings: "liga" on; }
|
433
437
|
|
434
|
-
/* line 1, /Users/
|
438
|
+
/* line 1, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
435
439
|
.inlineTooltip {
|
436
440
|
position: absolute;
|
437
441
|
z-index: 900;
|
@@ -443,25 +447,25 @@
|
|
443
447
|
font-size: 0;
|
444
448
|
opacity: 0;
|
445
449
|
pointer-events: none; }
|
446
|
-
/* line 16, /Users/
|
450
|
+
/* line 16, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
447
451
|
.inlineTooltip.is-active {
|
448
452
|
opacity: 1;
|
449
453
|
pointer-events: auto; }
|
450
|
-
/* line 20, /Users/
|
454
|
+
/* line 20, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
451
455
|
.inlineTooltip.is-scaled {
|
452
456
|
width: 178px;
|
453
457
|
-webkit-transition-delay: 0;
|
454
458
|
transition-delay: 0; }
|
455
459
|
|
456
|
-
/* line 29, /Users/
|
460
|
+
/* line 29, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
457
461
|
.inlineTooltip-menu {
|
458
462
|
display: inline-block;
|
459
463
|
padding-left: 22px; }
|
460
|
-
/* line 33, /Users/
|
464
|
+
/* line 33, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
461
465
|
.inlineTooltip-menu button {
|
462
466
|
margin-right: 9px; }
|
463
467
|
|
464
|
-
/* line 42, /Users/
|
468
|
+
/* line 42, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
465
469
|
.inlineTooltip-button {
|
466
470
|
display: inline-block;
|
467
471
|
position: relative;
|
@@ -493,44 +497,44 @@
|
|
493
497
|
border: 1px solid;
|
494
498
|
border-color: rgba(0, 0, 0, 0.44);
|
495
499
|
color: rgba(0, 0, 0, 0.44); }
|
496
|
-
/* line 75, /Users/
|
500
|
+
/* line 75, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
497
501
|
.inlineTooltip-button:hover {
|
498
502
|
border-color: rgba(0, 0, 0, 0.9);
|
499
503
|
color: rgba(0, 0, 0, 0.9); }
|
500
|
-
/* line 82, /Users/
|
504
|
+
/* line 82, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
501
505
|
.inlineTooltip-button.scale {
|
502
506
|
-webkit-transform: scale(0);
|
503
507
|
-ms-transform: scale(0);
|
504
508
|
transform: scale(0);
|
505
509
|
-webkit-transition: -webkit-transform 100ms, 100ms border-color, 100ms color;
|
506
510
|
transition: transform 100ms, 100ms border-color, 100ms color; }
|
507
|
-
/* line 89, /Users/
|
511
|
+
/* line 89, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
508
512
|
.is-scaled .inlineTooltip-button.scale {
|
509
513
|
-webkit-transform: scale(1);
|
510
514
|
-ms-transform: scale(1);
|
511
515
|
transform: scale(1);
|
512
516
|
-webkit-transition: -webkit-transform 250ms, 100ms border-color, 100ms color;
|
513
517
|
transition: transform 250ms, 100ms border-color, 100ms color; }
|
514
|
-
/* line 96, /Users/
|
518
|
+
/* line 96, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
515
519
|
.inlineTooltip-button.scale:nth-child(2) {
|
516
520
|
-webkit-transition-delay: 30ms;
|
517
521
|
transition-delay: 30ms; }
|
518
|
-
/* line 100, /Users/
|
522
|
+
/* line 100, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
519
523
|
.inlineTooltip-button.scale:nth-child(3) {
|
520
524
|
-webkit-transition-delay: 60ms;
|
521
525
|
transition-delay: 60ms; }
|
522
|
-
/* line 104, /Users/
|
526
|
+
/* line 104, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
523
527
|
.inlineTooltip-button.scale:nth-child(4) {
|
524
528
|
-webkit-transition-delay: 90ms;
|
525
529
|
transition-delay: 90ms; }
|
526
|
-
/* line 112, /Users/
|
530
|
+
/* line 112, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
527
531
|
.inlineTooltip-button.control {
|
528
532
|
-webkit-transition: -webkit-transform 100ms, 100ms border-color, 100ms color;
|
529
533
|
transition: transform 100ms, 100ms border-color, 100ms color;
|
530
534
|
-webkit-transform: rotate(0);
|
531
535
|
-ms-transform: rotate(0);
|
532
536
|
transform: rotate(0); }
|
533
|
-
/* line 119, /Users/
|
537
|
+
/* line 119, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_tooltip.scss */
|
534
538
|
.is-scaled .inlineTooltip-button.control {
|
535
539
|
-webkit-transition: -webkit-transform 250ms, 100ms border-color, 100ms color;
|
536
540
|
transition: transform 250ms, 100ms border-color, 100ms color;
|
@@ -540,7 +544,7 @@
|
|
540
544
|
border-color: rgba(0, 0, 0, 0.9);
|
541
545
|
color: rgba(0, 0, 0, 0.9); }
|
542
546
|
|
543
|
-
/* line 1, /Users/
|
547
|
+
/* line 1, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
544
548
|
.popover {
|
545
549
|
overflow: hidden;
|
546
550
|
position: absolute;
|
@@ -556,26 +560,26 @@
|
|
556
560
|
font-weight: 400;
|
557
561
|
font-style: normal;
|
558
562
|
line-height: 1.4; }
|
559
|
-
/* line 17, /Users/
|
563
|
+
/* line 17, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
560
564
|
.popover.is-active {
|
561
565
|
opacity: 1; }
|
562
566
|
|
563
|
-
/* line 22, /Users/
|
567
|
+
/* line 22, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
564
568
|
.popover-inner {
|
565
569
|
position: relative;
|
566
570
|
max-width: 280px;
|
567
571
|
border-radius: 4px;
|
568
572
|
padding: 8px; }
|
569
|
-
/* line 27, /Users/
|
573
|
+
/* line 27, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
570
574
|
.popover-inner a {
|
571
575
|
color: inherit;
|
572
576
|
text-decoration: none; }
|
573
577
|
|
574
|
-
/* line 33, /Users/
|
578
|
+
/* line 33, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
575
579
|
.popover--tooltip {
|
576
580
|
pointer-events: none; }
|
577
581
|
|
578
|
-
/* line 37, /Users/
|
582
|
+
/* line 37, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
579
583
|
.popover--linkTooltip {
|
580
584
|
pointer-events: auto;
|
581
585
|
z-index: 300;
|
@@ -594,87 +598,87 @@
|
|
594
598
|
transition:opacity 0 ease;
|
595
599
|
}
|
596
600
|
*/
|
597
|
-
/* line 58, /Users/
|
601
|
+
/* line 58, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
598
602
|
.popover-inner {
|
599
603
|
background-color: rgba(0, 0, 0, 0.8);
|
600
604
|
color: #fff; }
|
601
605
|
|
602
|
-
/* line 62, /Users/
|
606
|
+
/* line 62, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
603
607
|
.popover-arrow {
|
604
608
|
position: absolute; }
|
605
609
|
|
606
|
-
/* line 65, /Users/
|
610
|
+
/* line 65, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
607
611
|
.popover-arrow:after {
|
608
612
|
background-color: rgba(0, 0, 0, 0.8); }
|
609
613
|
|
610
|
-
/* line 69, /Users/
|
614
|
+
/* line 69, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
611
615
|
.popover--top .popover-arrow,
|
612
616
|
.popover--bottom .popover-arrow {
|
613
617
|
left: 50%;
|
614
618
|
margin-left: -7px; }
|
615
619
|
|
616
|
-
/* line 75, /Users/
|
620
|
+
/* line 75, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
617
621
|
.popover--left .popover-arrow,
|
618
622
|
.popover--right .popover-arrow {
|
619
623
|
top: 50%;
|
620
624
|
margin-top: -7px; }
|
621
625
|
|
622
|
-
/* line 81, /Users/
|
626
|
+
/* line 81, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
623
627
|
.popover--top .popover-arrow {
|
624
628
|
bottom: 1px;
|
625
629
|
clip: rect(0 18px 18px 4px); }
|
626
630
|
|
627
|
-
/* line 86, /Users/
|
631
|
+
/* line 86, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
628
632
|
.popover--right .popover-arrow {
|
629
633
|
left: 1px;
|
630
634
|
clip: rect(-4px 14px 18px 0); }
|
631
635
|
|
632
|
-
/* line 91, /Users/
|
636
|
+
/* line 91, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
633
637
|
.popover--bottom .popover-arrow {
|
634
638
|
top: 1px;
|
635
639
|
clip: rect(0 18px 14px -1px); }
|
636
640
|
|
637
|
-
/* line 96, /Users/
|
641
|
+
/* line 96, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
638
642
|
.popover--left .popover-arrow {
|
639
643
|
right: 1px;
|
640
644
|
clip: rect(-4px 14px 18px 0); }
|
641
645
|
|
642
|
-
/* line 101, /Users/
|
646
|
+
/* line 101, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
643
647
|
.popover-arrow:after {
|
644
648
|
content: '';
|
645
649
|
display: block;
|
646
650
|
width: 14px;
|
647
651
|
height: 14px; }
|
648
652
|
|
649
|
-
/* line 108, /Users/
|
653
|
+
/* line 108, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
650
654
|
.popover--top .popover-arrow:after {
|
651
655
|
-webkit-transform: rotate(45deg) translate(-5px, -5px);
|
652
656
|
-ms-transform: rotate(45deg) translate(-5px, -5px);
|
653
657
|
transform: rotate(45deg) translate(-5px, -5px);
|
654
658
|
box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.8); }
|
655
659
|
|
656
|
-
/* line 115, /Users/
|
660
|
+
/* line 115, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
657
661
|
.popover--right .popover-arrow:after {
|
658
662
|
-webkit-transform: rotate(45deg) translate(6px, -6px);
|
659
663
|
-ms-transform: rotate(45deg) translate(6px, -6px);
|
660
664
|
transform: rotate(45deg) translate(6px, -6px);
|
661
665
|
box-shadow: -1px 1px 1px -1px rgba(0, 0, 0, 0.8); }
|
662
666
|
|
663
|
-
/* line 122, /Users/
|
667
|
+
/* line 122, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
664
668
|
.popover--bottom .popover-arrow:after {
|
665
669
|
-webkit-transform: rotate(45deg) translate(6px, 6px);
|
666
670
|
-ms-transform: rotate(45deg) translate(6px, 6px);
|
667
671
|
transform: rotate(45deg) translate(6px, 6px);
|
668
672
|
box-shadow: -1px -1px 1px -1px rgba(0, 0, 0, 0.44); }
|
669
673
|
|
670
|
-
/* line 129, /Users/
|
674
|
+
/* line 129, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_popover.scss */
|
671
675
|
.popover--left .popover-arrow:after {
|
672
676
|
-webkit-transform: rotate(45deg) translate(-6px, 6px);
|
673
677
|
-ms-transform: rotate(45deg) translate(-6px, 6px);
|
674
678
|
transform: rotate(45deg) translate(-6px, 6px);
|
675
679
|
box-shadow: 1px -1px 1px -1px rgba(0, 0, 0, 0.8); }
|
676
680
|
|
677
|
-
/* line 1, /Users/
|
681
|
+
/* line 1, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
678
682
|
.graf--h2,
|
679
683
|
.graf--h3,
|
680
684
|
.graf--h4,
|
@@ -689,21 +693,21 @@
|
|
689
693
|
.graf--pre {
|
690
694
|
margin: 0; }
|
691
695
|
|
692
|
-
/* line 17, /Users/
|
696
|
+
/* line 17, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
693
697
|
.postList {
|
694
698
|
margin-bottom: 30px; }
|
695
699
|
|
696
|
-
/* line 21, /Users/
|
700
|
+
/* line 21, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
697
701
|
.graf--p,
|
698
702
|
.graf--blockquote,
|
699
703
|
.graf--pullquote {
|
700
704
|
margin-bottom: 30px; }
|
701
705
|
|
702
|
-
/* line 27, /Users/
|
706
|
+
/* line 27, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
703
707
|
.graf--p.spinner {
|
704
708
|
position: relative; }
|
705
709
|
|
706
|
-
/* line 31, /Users/
|
710
|
+
/* line 31, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
707
711
|
.graf--h2 {
|
708
712
|
font-family: "jaf-bernino-sans", "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
709
713
|
font-size: 60px;
|
@@ -716,7 +720,7 @@
|
|
716
720
|
margin-top: 40px;
|
717
721
|
padding-top: 0; }
|
718
722
|
|
719
|
-
/* line 43, /Users/
|
723
|
+
/* line 43, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
720
724
|
.graf--h3 {
|
721
725
|
font-family: "jaf-bernino-sans", "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
722
726
|
letter-spacing: -0.02em;
|
@@ -728,7 +732,7 @@
|
|
728
732
|
margin-top: 40px;
|
729
733
|
margin-bottom: 4px; }
|
730
734
|
|
731
|
-
/* line 54, /Users/
|
735
|
+
/* line 54, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
732
736
|
.graf--h4 {
|
733
737
|
font-family: "jaf-bernino-sans", "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
734
738
|
letter-spacing: -0.02em;
|
@@ -741,52 +745,52 @@
|
|
741
745
|
margin-top: 40px;
|
742
746
|
margin-bottom: 2px; }
|
743
747
|
|
744
|
-
/* line 67, /Users/
|
748
|
+
/* line 67, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
745
749
|
.section--first .graf--h2.graf--first,
|
746
750
|
.section--first .graf--h3.graf--first,
|
747
751
|
.section--first .graf--h4.graf--first {
|
748
752
|
margin-top: 0;
|
749
753
|
padding-top: 0; }
|
750
754
|
|
751
|
-
/* line 74, /Users/
|
755
|
+
/* line 74, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
752
756
|
.graf--h2 + .graf--h2 {
|
753
757
|
margin-top: -8px; }
|
754
758
|
|
755
|
-
/* line 78, /Users/
|
759
|
+
/* line 78, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
756
760
|
.graf--h2 + .graf--h3,
|
757
761
|
.graf--h2 + .graf--h4 {
|
758
762
|
margin-top: -6px; }
|
759
763
|
|
760
|
-
/* line 83, /Users/
|
764
|
+
/* line 83, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
761
765
|
.graf--h3 + .graf--h2,
|
762
766
|
.graf--h4 + .graf--h2 {
|
763
767
|
margin-top: 2px; }
|
764
768
|
|
765
|
-
/* line 88, /Users/
|
769
|
+
/* line 88, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
766
770
|
.graf--h3 + .graf--h4,
|
767
771
|
.graf--h4 + .graf--h3 {
|
768
772
|
margin-top: -2px; }
|
769
773
|
|
770
|
-
/* line 93, /Users/
|
774
|
+
/* line 93, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
771
775
|
.graf--h2 + .postList,
|
772
776
|
.graf--h3 + .postList,
|
773
777
|
.graf--h4 + .postList {
|
774
778
|
margin-top: 10px; }
|
775
779
|
|
776
|
-
/* line 99, /Users/
|
780
|
+
/* line 99, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
777
781
|
.graf--h2 + .graf--p.graf--empty,
|
778
782
|
.graf--h3 + .graf--p.graf--empty,
|
779
783
|
.graf--h4 + .graf--p.graf--empty {
|
780
784
|
margin-bottom: -7px;
|
781
785
|
margin-top: -7px; }
|
782
786
|
|
783
|
-
/* line 106, /Users/
|
787
|
+
/* line 106, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
784
788
|
.graf--h2 + .graf--p.graf--empty + .graf--h2,
|
785
789
|
.graf--h3 + .graf--p.graf--empty + .graf--h2,
|
786
790
|
.graf--h4 + .graf--p.graf--empty + .graf--h2 {
|
787
791
|
margin-top: -5px; }
|
788
792
|
|
789
|
-
/* line 112, /Users/
|
793
|
+
/* line 112, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
790
794
|
.graf--h2 + .graf--p.graf--empty + .graf--h3,
|
791
795
|
.graf--h3 + .graf--p.graf--empty + .graf--h3,
|
792
796
|
.graf--h4 + .graf--p.graf--empty + .graf--h3,
|
@@ -795,7 +799,7 @@
|
|
795
799
|
.graf--h4 + .graf--p.graf--empty + .graf--h4 {
|
796
800
|
margin-top: -8px; }
|
797
801
|
|
798
|
-
/* line 122, /Users/
|
802
|
+
/* line 122, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
799
803
|
.graf--blockquote {
|
800
804
|
font-family: "freight-text-pro", "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
|
801
805
|
border-left: 3px solid rgba(0, 0, 0, 0.8);
|
@@ -806,12 +810,12 @@
|
|
806
810
|
padding-bottom: 3px;
|
807
811
|
padding-left: 20px; }
|
808
812
|
|
809
|
-
/* line 132, /Users/
|
813
|
+
/* line 132, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
810
814
|
.graf--blockquote + .graf--blockquote {
|
811
815
|
margin-top: -30px;
|
812
816
|
padding-top: 30px; }
|
813
817
|
|
814
|
-
/* line 137, /Users/
|
818
|
+
/* line 137, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
815
819
|
.graf--pullquote {
|
816
820
|
line-height: 1.4;
|
817
821
|
text-align: center;
|
@@ -826,7 +830,7 @@
|
|
826
830
|
-webkit-transition: margin 100ms;
|
827
831
|
transition: margin 100ms; }
|
828
832
|
|
829
|
-
/* line 152, /Users/
|
833
|
+
/* line 152, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
830
834
|
.graf--pre {
|
831
835
|
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
|
832
836
|
font-family: Menlo, Monaco, Consolas, "Courier New", "Courier", monospace;
|
@@ -835,32 +839,32 @@
|
|
835
839
|
padding: 20px;
|
836
840
|
white-space: pre-wrap; }
|
837
841
|
|
838
|
-
/* line 160, /Users/
|
842
|
+
/* line 160, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
839
843
|
.graf--pre + .graf--pre {
|
840
844
|
margin-top: -20px; }
|
841
845
|
|
842
|
-
/* line 165, /Users/
|
846
|
+
/* line 165, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
843
847
|
.graf--figure {
|
844
848
|
box-sizing: border-box;
|
845
849
|
clear: both;
|
846
850
|
margin-bottom: 30px;
|
847
851
|
outline: medium none;
|
848
852
|
position: relative; }
|
849
|
-
/* line 172, /Users/
|
853
|
+
/* line 172, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
850
854
|
.graf--figure.is-mediaFocused .graf-image, .graf--figure.is-mediaFocused iframe {
|
851
855
|
box-shadow: 0 0 0 3px #57ad68; }
|
852
856
|
|
853
|
-
/* line 179, /Users/
|
857
|
+
/* line 179, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
854
858
|
.graf--mixtapeEmbed a {
|
855
859
|
text-decoration: none; }
|
856
860
|
|
857
|
-
/* line 184, /Users/
|
861
|
+
/* line 184, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
858
862
|
.graf--h4 + .graf--figure,
|
859
863
|
.graf--h3 + .graf--figure,
|
860
864
|
.graf--h2 + .graf--figure {
|
861
865
|
margin-top: 15px; }
|
862
866
|
|
863
|
-
/* line 190, /Users/
|
867
|
+
/* line 190, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
864
868
|
.graf--first {
|
865
869
|
margin-top: 0;
|
866
870
|
padding-top: 0; }
|
@@ -869,7 +873,7 @@
|
|
869
873
|
margin-bottom: -7px;
|
870
874
|
margin-top: -7px;
|
871
875
|
}*/
|
872
|
-
/* line 200, /Users/
|
876
|
+
/* line 200, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
873
877
|
p[data-align="center"],
|
874
878
|
.graf--h2[data-align="center"],
|
875
879
|
.graf--h3[data-align="center"],
|
@@ -877,44 +881,44 @@ p[data-align="center"],
|
|
877
881
|
.graf--blockquote[data-align="center"] {
|
878
882
|
text-align: center; }
|
879
883
|
|
880
|
-
/* line 208, /Users/
|
884
|
+
/* line 208, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
881
885
|
.markup--anchor,
|
882
886
|
.graf--sectionCaption {
|
883
887
|
cursor: text; }
|
884
888
|
|
885
|
-
/* line 212, /Users/
|
889
|
+
/* line 212, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
886
890
|
.markup--anchor {
|
887
891
|
text-decoration: underline;
|
888
892
|
color: inherit; }
|
889
893
|
|
890
894
|
@media (max-width: 500px) {
|
891
|
-
/* line 219, /Users/
|
895
|
+
/* line 219, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
892
896
|
.graf--h2 {
|
893
897
|
font-size: 36px;
|
894
898
|
line-height: 1.1;
|
895
899
|
padding-top: 12px;
|
896
900
|
margin-bottom: 6px; }
|
897
901
|
|
898
|
-
/* line 225, /Users/
|
902
|
+
/* line 225, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
899
903
|
.graf--h3 {
|
900
904
|
font-size: 26px;
|
901
905
|
line-height: 1.2;
|
902
906
|
margin-top: 18px;
|
903
907
|
margin-bottom: 4px; }
|
904
908
|
|
905
|
-
/* line 231, /Users/
|
909
|
+
/* line 231, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_graf.scss */
|
906
910
|
.graf--h4 {
|
907
911
|
font-size: 24px;
|
908
912
|
line-height: 1.2;
|
909
913
|
margin-top: 18px;
|
910
914
|
margin-bottom: 2px; } }
|
911
|
-
/* line 1, /Users/
|
915
|
+
/* line 1, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_media.scss */
|
912
916
|
.aspectRatioPlaceholder {
|
913
917
|
margin: 0 auto;
|
914
918
|
position: relative;
|
915
919
|
width: 100%; }
|
916
920
|
|
917
|
-
/* line 9, /Users/
|
921
|
+
/* line 9, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_media.scss */
|
918
922
|
.is-postEditMode .graf-image:before, .is-postEditMode
|
919
923
|
.iframeContainer:before {
|
920
924
|
bottom: 0;
|
@@ -925,7 +929,7 @@ p[data-align="center"],
|
|
925
929
|
top: 0;
|
926
930
|
z-index: 500; }
|
927
931
|
|
928
|
-
/* line 22, /Users/
|
932
|
+
/* line 22, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_media.scss */
|
929
933
|
.aspectRatioPlaceholder.is-locked .graf-image, .aspectRatioPlaceholder.is-locked
|
930
934
|
.graf-imageAnchor {
|
931
935
|
height: 100%;
|
@@ -934,7 +938,7 @@ p[data-align="center"],
|
|
934
938
|
top: 0;
|
935
939
|
width: 100%; }
|
936
940
|
|
937
|
-
/* line 31, /Users/
|
941
|
+
/* line 31, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_media.scss */
|
938
942
|
.graf-image,
|
939
943
|
.graf-imageAnchor,
|
940
944
|
.iframeContainer > iframe,
|
@@ -944,7 +948,7 @@ p[data-align="center"],
|
|
944
948
|
margin: auto;
|
945
949
|
max-width: 100%; }
|
946
950
|
|
947
|
-
/* line 2, /Users/
|
951
|
+
/* line 2, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_caption.scss */
|
948
952
|
.imageCaption {
|
949
953
|
position: absolute;
|
950
954
|
left: -172px;
|
@@ -961,7 +965,7 @@ p[data-align="center"],
|
|
961
965
|
color: rgba(0, 0, 0, 0.6);
|
962
966
|
outline: 0;
|
963
967
|
z-index: 300; }
|
964
|
-
/* line 19, /Users/
|
968
|
+
/* line 19, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_caption.scss */
|
965
969
|
.imageCaption:before {
|
966
970
|
width: 25%;
|
967
971
|
margin-left: 75%;
|
@@ -971,7 +975,7 @@ p[data-align="center"],
|
|
971
975
|
margin-bottom: 10px; }
|
972
976
|
|
973
977
|
@media (max-width: 1200px) {
|
974
|
-
/* line 29, /Users/
|
978
|
+
/* line 29, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_caption.scss */
|
975
979
|
.imageCaption,
|
976
980
|
.postField--outsetCenterImage > .imageCaption {
|
977
981
|
position: relative;
|
@@ -980,22 +984,22 @@ p[data-align="center"],
|
|
980
984
|
left: 0;
|
981
985
|
margin-top: 10px; }
|
982
986
|
|
983
|
-
/* line 37, /Users/
|
987
|
+
/* line 37, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_caption.scss */
|
984
988
|
.imageCaption:before {
|
985
989
|
display: none; } }
|
986
|
-
/* line 42, /Users/
|
990
|
+
/* line 42, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_caption.scss */
|
987
991
|
figure.is-defaultValue .imageCaption,
|
988
992
|
.graf--sectionCaption.is-defaultValue {
|
989
993
|
display: none; }
|
990
994
|
|
991
|
-
/* line 47, /Users/
|
995
|
+
/* line 47, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_caption.scss */
|
992
996
|
.graf--figure.is-mediaFocused .imageCaption,
|
993
997
|
.graf--figure.is-defaultValue.is-selected .imageCaption,
|
994
998
|
section.is-mediaFocused .graf--sectionCaption,
|
995
999
|
.graf--sectionCaption.is-defaultValue.is-selected {
|
996
1000
|
display: block; }
|
997
1001
|
|
998
|
-
/* line 2, /Users/
|
1002
|
+
/* line 2, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
999
1003
|
.editable .markup--anchor,
|
1000
1004
|
.editable .graf--sectionCaption {
|
1001
1005
|
cursor: text; }
|
@@ -1016,11 +1020,11 @@ h4 .markup--anchor {
|
|
1016
1020
|
background-position: 0 34px;
|
1017
1021
|
}
|
1018
1022
|
*/
|
1019
|
-
/* line 66, /Users/
|
1023
|
+
/* line 66, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1020
1024
|
.is-postEditMode iframe {
|
1021
1025
|
border: 3px solid rgba(255, 255, 255, 0); }
|
1022
1026
|
|
1023
|
-
/* line 70, /Users/
|
1027
|
+
/* line 70, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1024
1028
|
.graf--mixtapeEmbed {
|
1025
1029
|
border-color: rgba(0, 0, 0, 0.15);
|
1026
1030
|
border-radius: 5px;
|
@@ -1041,7 +1045,7 @@ h4 .markup--anchor {
|
|
1041
1045
|
padding: 30px;
|
1042
1046
|
position: relative; }
|
1043
1047
|
|
1044
|
-
/* line 91, /Users/
|
1048
|
+
/* line 91, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1045
1049
|
.mixtapeImage {
|
1046
1050
|
background-position: center center;
|
1047
1051
|
background-repeat: no-repeat;
|
@@ -1051,12 +1055,12 @@ h4 .markup--anchor {
|
|
1051
1055
|
margin: -30px -30px 0 25px;
|
1052
1056
|
width: 310px; }
|
1053
1057
|
|
1054
|
-
/* line 101, /Users/
|
1058
|
+
/* line 101, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1055
1059
|
.mixtapeImage--empty {
|
1056
1060
|
height: 0;
|
1057
1061
|
width: 0; }
|
1058
1062
|
|
1059
|
-
/* line 106, /Users/
|
1063
|
+
/* line 106, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1060
1064
|
.graf--mixtapeEmbed {
|
1061
1065
|
color: rgba(0, 0, 0, 0.6);
|
1062
1066
|
font-family: "jaf-bernino-sans", "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
@@ -1065,7 +1069,7 @@ h4 .markup--anchor {
|
|
1065
1069
|
font-weight: 300;
|
1066
1070
|
letter-spacing: -0.02em; }
|
1067
1071
|
|
1068
|
-
/* line 115, /Users/
|
1072
|
+
/* line 115, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1069
1073
|
.markup--mixtapeEmbed-strong {
|
1070
1074
|
color: #000;
|
1071
1075
|
display: block;
|
@@ -1077,7 +1081,7 @@ h4 .markup--anchor {
|
|
1077
1081
|
line-height: 1.2;
|
1078
1082
|
margin-bottom: 0px; }
|
1079
1083
|
|
1080
|
-
/* line 127, /Users/
|
1084
|
+
/* line 127, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1081
1085
|
.markup--mixtapeEmbed-em {
|
1082
1086
|
display: block;
|
1083
1087
|
font-size: 16px;
|
@@ -1087,21 +1091,21 @@ h4 .markup--anchor {
|
|
1087
1091
|
overflow: hidden; }
|
1088
1092
|
|
1089
1093
|
/*CAPTION*/
|
1090
|
-
/* line 179, /Users/
|
1094
|
+
/* line 179, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1091
1095
|
.editor a a {
|
1092
1096
|
color: inherit;
|
1093
1097
|
text-decoration: none; }
|
1094
1098
|
|
1095
|
-
/* line 185, /Users/
|
1099
|
+
/* line 185, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1096
1100
|
.defaultValue {
|
1097
1101
|
color: rgba(0, 0, 0, 0.3); }
|
1098
1102
|
|
1099
|
-
/* line 189, /Users/
|
1103
|
+
/* line 189, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1100
1104
|
section:first-child > .section-divider,
|
1101
1105
|
section.is-backgrounded + section > .section-divider {
|
1102
1106
|
display: none; }
|
1103
1107
|
|
1104
|
-
/* line 203, /Users/
|
1108
|
+
/* line 203, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_needsorder.scss */
|
1105
1109
|
.defaultValue--prompt {
|
1106
1110
|
font-family: "jaf-bernino-sans", "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
|
1107
1111
|
font-size: 18px;
|
@@ -1109,7 +1113,7 @@ section.is-backgrounded + section > .section-divider {
|
|
1109
1113
|
font-weight: 400;
|
1110
1114
|
letter-spacing: -0.02em; }
|
1111
1115
|
|
1112
|
-
/* line 4, /Users/
|
1116
|
+
/* line 4, /Users/michelson/Documents/rubyonrails/medium-editor/app/assets/stylesheets/dante/_debug.scss */
|
1113
1117
|
.debug .section-inner .is-selected {
|
1114
1118
|
outline-color: #55b6b3;
|
1115
1119
|
outline-width: thin;
|