diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-05-29 18:54:06 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-05-29 18:54:06 +0200 |
commit | a9f5e572dde4f986a498d2fbe92a38a1b22f9595 (patch) | |
tree | 80b5bfc9836ae92cc4929a4d72ae0b2730e568bc /themes/baggy/css | |
parent | 96834a47b09985e1c82b82857fc108f20e8b8f2b (diff) | |
parent | 8038b38802769031e050c753fc0a388a2276629e (diff) | |
download | wallabag-a9f5e572dde4f986a498d2fbe92a38a1b22f9595.tar.gz wallabag-a9f5e572dde4f986a498d2fbe92a38a1b22f9595.tar.zst wallabag-a9f5e572dde4f986a498d2fbe92a38a1b22f9595.zip |
Merge pull request #712 from wallabag/dev1.7.0
1.7, call me "Premium version"
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-x | themes/baggy/css/main.css | 29 | ||||
-rwxr-xr-x | themes/baggy/css/print.css | 14 |
2 files changed, 40 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; |
diff --git a/themes/baggy/css/print.css b/themes/baggy/css/print.css index 9aefa779..9dd6d295 100755 --- a/themes/baggy/css/print.css +++ b/themes/baggy/css/print.css | |||
@@ -17,6 +17,7 @@ img { | |||
17 | 17 | ||
18 | /* Hide useless blocks */ | 18 | /* Hide useless blocks */ |
19 | body > header, | 19 | body > header, |
20 | #article_toolbar, | ||
20 | #links, | 21 | #links, |
21 | #sort, | 22 | #sort, |
22 | body > footer, | 23 | body > footer, |
@@ -46,3 +47,16 @@ abbr[title]:after { | |||
46 | .pagination span.current { | 47 | .pagination span.current { |
47 | border-style: dashed; | 48 | border-style: dashed; |
48 | } | 49 | } |
50 | |||
51 | #main { | ||
52 | width: 100%; | ||
53 | padding: 0; | ||
54 | margin: 0; | ||
55 | margin-left: 0; | ||
56 | padding-right: 0; | ||
57 | padding-bottom: 0; | ||
58 | } | ||
59 | |||
60 | #article { | ||
61 | width: 100%; | ||
62 | } | ||