diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-12-21 22:31:45 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-12-21 22:31:45 +0100 |
commit | 70a35e2a6dfeabcb657494a0f30eb630aeb57792 (patch) | |
tree | a0b3c198f1af5d28d4f8192a958bd1bf6fb7bb0b /inc/shaarli.css | |
parent | 79851b489087f8a3027ecd805255cd13ee6fcf63 (diff) | |
parent | 28a4fc546fd937ba4aef89e2a70bf3e1ae1508d3 (diff) | |
download | Shaarli-70a35e2a6dfeabcb657494a0f30eb630aeb57792.tar.gz Shaarli-70a35e2a6dfeabcb657494a0f30eb630aeb57792.tar.zst Shaarli-70a35e2a6dfeabcb657494a0f30eb630aeb57792.zip |
Merge pull request #413 from ArthurHoaro/qrcode-effect
Fixes QRCode style
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 451f0481..d6bbdbc1 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -739,25 +739,6 @@ h1 { | |||
739 | background: #ffffff; | 739 | background: #ffffff; |
740 | } | 740 | } |
741 | 741 | ||
742 | div#permalinkQrcode { | ||
743 | padding: 20px; | ||
744 | width: 220px; | ||
745 | height: 220px; | ||
746 | background-color: #ffffff; | ||
747 | border: 1px solid black; | ||
748 | position: absolute; | ||
749 | top: -100px; | ||
750 | left: -100px; | ||
751 | text-align: center; | ||
752 | font-size: 8pt; | ||
753 | z-index: 50; | ||
754 | -webkit-box-shadow: 2px 2px 20px 2px #333333; | ||
755 | -moz-box-shadow: 2px 2px 20px 2px #333333; | ||
756 | -o-box-shadow: 2px 2px 20px 2px #333333; | ||
757 | -ms-box-shadow: 2px 2px 20px 2px #333333; | ||
758 | box-shadow: 2px 2px 20px 2px #333333; | ||
759 | } | ||
760 | |||
761 | div.daily { | 742 | div.daily { |
762 | font-family: Georgia, 'DejaVu Serif', Norasi, serif; | 743 | font-family: Georgia, 'DejaVu Serif', Norasi, serif; |
763 | background-color: #E6D6BE; | 744 | background-color: #E6D6BE; |