diff options
Diffstat (limited to 'themes/default/css/style.css')
-rwxr-xr-x[-rw-r--r--] | themes/default/css/style.css | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 28675907..e536ac6b 100644..100755 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css | |||
@@ -347,3 +347,58 @@ a.reading-time span { | |||
347 | margin-left: -30px; | 347 | margin-left: -30px; |
348 | } | 348 | } |
349 | 349 | ||
350 | .two-column { | ||
351 | display: block; | ||
352 | width: 50%; | ||
353 | paddig-right: 20px; | ||
354 | float: left; | ||
355 | vertical-align: top; | ||
356 | } | ||
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 | } | ||