diff options
Diffstat (limited to 'themes/baggy/css/main.css')
-rwxr-xr-x | themes/baggy/css/main.css | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css index 0991dbed..6d320cd2 100755 --- a/themes/baggy/css/main.css +++ b/themes/baggy/css/main.css | |||
@@ -537,7 +537,7 @@ footer a { | |||
537 | } | 537 | } |
538 | 538 | ||
539 | /* ========================================================================== | 539 | /* ========================================================================== |
540 | 2.1 = "save a link" popup div related styles | 540 | 2.1 = "save a link" related styles |
541 | ========================================================================== */ | 541 | ========================================================================== */ |
542 | 542 | ||
543 | #bagit-form, #search-form { | 543 | #bagit-form, #search-form { |
@@ -609,6 +609,25 @@ a#bagit-form-close:hover, a#search-form-close:hover { | |||
609 | padding: 0 3px 2px 3px; | 609 | padding: 0 3px 2px 3px; |
610 | } | 610 | } |
611 | 611 | ||
612 | a.add-to-wallabag-link-after { | ||
613 | visibility: hidden; | ||
614 | position: absolute; | ||
615 | opacity: 0; | ||
616 | transition-duration: 2s; | ||
617 | transition-timing-function: ease-out; | ||
618 | } | ||
619 | |||
620 | #article article a:hover + a.add-to-wallabag-link-after, a.add-to-wallabag-link-after:hover { | ||
621 | opacity: 1; | ||
622 | visibility: visible; | ||
623 | transition-duration: .3s; | ||
624 | transition-timing-function: ease-in; | ||
625 | } | ||
626 | |||
627 | a.add-to-wallabag-link-after:after { | ||
628 | content: "w"; | ||
629 | } | ||
630 | |||
612 | #add-link-result { | 631 | #add-link-result { |
613 | font-weight: bold; | 632 | font-weight: bold; |
614 | margin-top: 10px; | 633 | margin-top: 10px; |
@@ -746,6 +765,9 @@ margin-top:1em; | |||
746 | .icon-rss:before { | 765 | .icon-rss:before { |
747 | content: "\e808"; | 766 | content: "\e808"; |
748 | } | 767 | } |
768 | .icon-print:before { | ||
769 | content: "\e80d"; | ||
770 | } | ||
749 | 771 | ||
750 | /* ========================================================================== | 772 | /* ========================================================================== |
751 | Icon selected | 773 | Icon selected |
@@ -957,8 +979,8 @@ blockquote { | |||
957 | content: none; | 979 | content: none; |
958 | } | 980 | } |
959 | .logo { | 981 | .logo { |
960 | width: 1.5em; | 982 | width: 1.25em; |
961 | height: 1.5em; | 983 | height: 1.25em; |
962 | left: 0; | 984 | left: 0; |
963 | top: 0; | 985 | top: 0; |
964 | } | 986 | } |
@@ -1008,6 +1030,7 @@ blockquote { | |||
1008 | margin-left: 1.5em; | 1030 | margin-left: 1.5em; |
1009 | padding-right: 1.5em; | 1031 | padding-right: 1.5em; |
1010 | position: static; | 1032 | position: static; |
1033 | margin-top: 3em; | ||
1011 | } | 1034 | } |
1012 | #article_toolbar .topPosF { | 1035 | #article_toolbar .topPosF { |
1013 | display: none; | 1036 | display: none; |