diff options
Diffstat (limited to 'themes/default/css/style.css')
-rwxr-xr-x | themes/default/css/style.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index b3d300ed..e536ac6b 100755 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -355,3 +355,50 @@ a.reading-time span { | |||
355 | vertical-align: top; | 355 | vertical-align: top; |
356 | } | 356 | } |
357 | 357 | ||
358 | |||
359 | /* ========================================================================== | ||
360 | "save a link" popup div related styles | ||
361 | ========================================================================== */ | ||
362 | |||
363 | #bagit-form { | ||
364 | display: none; | ||
365 | padding-left: 30px; | ||
366 | width: 450px; | ||
367 | |||
368 | } | ||
369 | |||
370 | a#bagit-form-close { | ||
371 | color: #FFF; | ||
372 | display: inline-block; | ||
373 | float: right; | ||
374 | background: url("../img/messages/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | ||
375 | height: 16px; | ||
376 | margin: -14px -8px 0 0; | ||
377 | width: 16px; | ||
378 | text-decoration: none; | ||
379 | } | ||
380 | |||
381 | |||
382 | .add-to-wallabag-link-after { | ||
383 | background-color: #000; | ||
384 | color: #fff; | ||
385 | padding: 0 4px 1px 3px; | ||
386 | font-weight: bold; | ||
387 | font-size: 0.7em; | ||
388 | border-radius: 4px; | ||
389 | } | ||
390 | .add-to-wallabag-link-after:hover, .add-to-wallabag-link-after:active { | ||
391 | color: #fff; | ||
392 | } | ||
393 | .add-to-wallabag-link-after:visited { | ||
394 | color: #999; | ||
395 | } | ||
396 | |||
397 | #add-link-result { | ||
398 | display: inline; | ||
399 | padding-left: 10px; | ||
400 | } | ||
401 | |||
402 | .opacity03 { | ||
403 | /*opacity: 0.3;*/ | ||
404 | } | ||