Remove donation links and icons

This commit is contained in:
curben 2018-09-19 18:49:07 +09:30
parent 5efef34019
commit 100730a537
10 changed files with 1 additions and 317 deletions

View File

@ -17,10 +17,10 @@ Following changes have been made on Hexo:
Following changes have been made on Typing theme: Following changes have been made on Typing theme:
- Homepage shows index of posts. - Homepage shows index of posts.
- Remove all analytics code.
- Remove header and footer display (except for `/about` page). - Remove header and footer display (except for `/about` page).
- Use the latest version of [jQuery](https://jquery.com/download/), [fancyBox](https://github.com/fancyapps/fancyBox/releases) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome/releases) - Use the latest version of [jQuery](https://jquery.com/download/), [fancyBox](https://github.com/fancyapps/fancyBox/releases) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome/releases)
- All js and css files are self-hosted. - All js and css files are self-hosted.
- Remove analytic, comment system and donation links.
--- ---

View File

@ -19,25 +19,6 @@
<% } else { %> <% } else { %>
<%- post.content %> <%- post.content %>
<% } %> <% } %>
<% if (theme.donate.enable){ %>
<div id="donate" class="donate">
<a id="github" href="<%= theme.donate.github %>" target="_blank" class="pos-f tr3" title="Github"></a>
<div id="DonateText" class="tr3">Donate</div>
<ul id="donateBox" class="list pos-f tr3">
<li id="PayPal"><a href="<%= theme.donate.paypal %>" target="_blank">PayPal</a></li>
<li id="BTC" data-footnote="Copy addres and show QRCode"><button id="BTCBn" data-clipboard-target="#btc-key" alt="Copy to clipboard">Bitcoin</button></li>
<li id="AliPay">AliPay</li>
<li id="WeChat">WeChat</li>
</ul>
<div id="QRBox" class="pos-f left-100">
<div id="BTCQR" class="MainBox" style="background-image: url(<%= theme.donate.BTCQR %>)"></div>
<div id="AliPayQR" class="MainBox" style="background-image: url(<%= theme.donate.AliPayQR %>)"></div>
<div id="WeChatQR" class="MainBox" style="background-image: url(<%= theme.donate.WeChatQR %>)"></div>
</div>
<!-- Bitcoin 账号 -->
<input id="btc-key" type="text" value="<%= theme.donate.bitcoin %>" readonly="readonly">
</div>
<% } %>
</div> </div>
<footer class="article-footer"> <footer class="article-footer">
<ul class="article-meta"> <ul class="article-meta">

View File

@ -29,7 +29,6 @@
<link rel="icon" href="<%- theme.favicon %>"> <link rel="icon" href="<%- theme.favicon %>">
<% } %> <% } %>
<%- css('css/typing') %> <%- css('css/typing') %>
<%- css('css/donate') %>
<% if (theme.icons){ %> <% if (theme.icons){ %>
<%- css('css/fontawesome.min.css') %> <%- css('css/fontawesome.min.css') %>
<%- css('css/brands.min.css') %> <%- css('css/brands.min.css') %>

View File

@ -1 +0,0 @@
@keyframes showQR{0%{transform:rotateX(90deg)}8%{opacity:1;transform:rotateX(-60deg)}18%{opacity:1;transform:rotateX(40deg)}34%{opacity:1;transform:rotateX(-28deg)}44%{opacity:1;transform:rotateX(18deg)}58%{opacity:1;transform:rotateX(-12deg)}72%{opacity:1;transform:rotateX(9deg)}88%{opacity:1;transform:rotateX(-5deg)}96%{opacity:1;transform:rotateX(2deg)}to{opacity:1}}@keyframes hideQR{20%,50%{transform:scale(1.08,1.08);opacity:1}to{opacity:0;transform:rotateZ(40deg) scale(.6,.6)}}#donate{font-weight:900;line-height:1.8em;text-shadow:0 0 1px rgba(255,255,255,.1);display:block;position:relative;margin:70px 0 0;padding:0}#donate img{border-width:0}#donate a{color:#000;text-decoration:none;outline:0;border:0}#donate .list,#donate .list li,#donate .list-left li{list-style:none;list-style-type:none;margin:0;padding:0}#DonateText,#donate .pos-f{position:absolute}#donate .left-100{width:100%;height:100%}#donate .blur{-webkit-filter:blur(3px);filter:blur(3px)}#donate .tr3,#donateBox li{transition:all .3s}#DonateText{font-size:12px;width:70px;height:70px;line-height:70px;color:#fff;background:#ffd886 url(../images/like.svg) no-repeat center 10px;background-size:20px;border-radius:35px;text-align:center;left:calc(50% - 120px);top:calc(50% - 60px);z-index:-1;transform:rotatez(-15deg)}#donateBox{left:calc(50% - 150px);top:calc(50% - 15px);background-color:#fff;border:1px solid #ddd;border-radius:6px;width:299px;height:28px;float:left;z-index:1}#donateBox li{width:74px;float:left;text-align:center;border-left:1px solid #ddd;background:no-repeat center center;background-color:rgba(204,217,220,.1);background-size:45px;cursor:pointer;overflow:hidden;line-height:600px;height:28px;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.5}#donateBox li:hover{background-color:rgba(204,217,220,.3);-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}#donateBox>li:first-child{border-width:0}#donateBox a{display:block}#donateBox #PayPal{background-image:url(../images/paypal.svg)}#donateBox>#BTC{background-image:url(../images/bitcoin.svg);line-height:28px}#donate [data-footnote]:hover,#donateBox>#BTC:hover{overflow:visible}#BTC>button,#donate .MainBox{opacity:0;cursor:pointer}#donateBox #AliPay{background-image:url(../images/alipay.svg)}#donateBox #WeChat{background-image:url(../images/wechat.svg)}#QRBox{top:0;left:0;z-index:1;background-color:rgba(255,255,255,.3);display:none;perspective:400px}#donate .MainBox{position:absolute;text-align:center;width:200px;height:200px;left:calc(50% - 100px);top:calc(50% - 100px);background:#fff no-repeat center center;background-size:190px;border-radius:6px;box-shadow:0 2px 7px rgba(0,0,0,.3);transition:all 1s ease-in-out;transform-style:preserve-3d;transform-origin:center center;overflow:hidden}#donate #btc-key{opacity:0;width:2px;height:8px;overflow:hidden;left:-2px;top:-8px}#donate #github{width:24px;height:24px;left:calc(50% + 135px);top:calc(50% - 30px);background:no-repeat center center url(../images/github.svg);background-size:contain;opacity:.3;transform:rotatez(15deg)}#donate [data-footnote]{position:relative;overflow:hidden}#donate [data-footnote]::after,#donate [data-footnote]::before{position:absolute;transition:all .3s;transform:translate3d(-50%,0,0);opacity:0;z-index:10}#donate [data-footnote]::before{content:attr(data-footnote);border-radius:6px;background-color:rgba(100,100,100,.8);color:#fff;height:24px;line-height:24px;padding:0 6px;font-size:12px;white-space:nowrap;top:-24px;left:37px}#donate [data-footnote]::after{content:'';border:5px solid #333;border-color:rgba(100,100,100,.8) transparent transparent;top:0;left:37px}#donate [data-footnote]:hover::after,#donate [data-footnote]:hover::before{opacity:1;transform:translate3d(-50%,-7px,0)}#donate .MainBox.hideQR,#donate .MainBox.showQR{opacity:1;animation-name:showQR;animation-duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation:showQR 3s ease-in-out 0s 1 normal forwards}#donate .MainBox.hideQR{animation-name:hideQR;animation-duration:.5s;-webkit-animation:hideQR .5s ease-in-out 0s 1 normal forwards}

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
<!ENTITY ns_extend "http://ns.adobe.com/Extensibility/1.0/">
<!ENTITY ns_ai "http://ns.adobe.com/AdobeIllustrator/10.0/">
<!ENTITY ns_graphs "http://ns.adobe.com/Graphs/1.0/">
<!ENTITY ns_vars "http://ns.adobe.com/Variables/1.0/">
<!ENTITY ns_imrep "http://ns.adobe.com/ImageReplacement/1.0/">
<!ENTITY ns_sfw "http://ns.adobe.com/SaveForWeb/1.0/">
<!ENTITY ns_custom "http://ns.adobe.com/GenericCustomNamespace/1.0/">
<!ENTITY ns_adobe_xpath "http://ns.adobe.com/XPath/1.0/">
]>
<svg version="1.1" xmlns:x="&ns_extend;" xmlns:i="&ns_ai;" xmlns:graph="&ns_graphs;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="448.5px" height="145.5px"
viewBox="0 0 448.5 145.5" enable-background="new 0 0 448.5 145.5" xml:space="preserve">
<switch>
<g i:extraneous="self">
<g id="椭圆_2_1_" enable-background="new ">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#074098" d="M105.611,0.046h-23.82v18.673H33.767v9.824h48.024v18.012
H48.086v11.107H115.5c0,0-0.001,15.927-20.25,37.588c-20.249,21.661-27.836,24.915-37.5,27.75c-9.664,2.835-26.037,2.38-31.5-1.5
c-5.463-3.88-11.751-8.9-11.25-18c0.501-9.1,11.884-19.412,18.877-20.523c0,0-20.044-2.206-24.544,18.106
c-3.455,15.596,6.602,23.258,12.417,27.167s18.19,8.475,26.336,9c8.146,0.525,25.84-0.552,42.664-12.75
c16.823-12.198,37.282-36.662,43.5-51.75c6.218-15.088,8.91-21.331,9.75-26.195h-38.389V28.543h50.234v-9.824h-50.234V0.046"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#074098" d="M186,0.046c0,0-2.498,21.476-33.75,44.954l3.595,5.25
c0,0,13.926-5.466,17.401-8.25v80.25h24.732V25.5c0,0,12.021-12.461,12.022-25.454H186z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#074098" points="245.961,0.046 245.961,27.004 202.485,27.004
202.485,36.082 245.961,36.082 245.961,121.5 270.083,121.5 270.083,36.082 281.338,36.082 281.338,27.004 270.083,27.004
270.083,0.046 "/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#074098" d="M364.452,0.046v11.216h46.508v7.456
c0,22.097-14.212,24.825-14.212,24.825h-32.296v19.421h32.296v9.786h-32.296v45.75H339.75V72.75h-34.568v-9.786h34.568V43.543
h-49.471V8.289h23.06v2.973h26.412V0.046H364.452z M313.338,21.521V34.53h77.412V21.521H313.338z"/>
</g>
<g id="椭圆_1_1_" enable-background="new ">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ED6C1F" d="M44.099,136.744c0,0-22.471-3.673-32.099-20.494
C8.33,109.839,7.958,97,18,88.5c8.357-7.074,19.518-6.553,33.75-3c14.232,3.553,24.419,8.078,42.75,17.25
c18.486,9.25,44.916,22.501,78.656,29.647c33.741,7.146,52.273,9.357,72.805,10.853c35.377,2.577,149.409-2.407,164.998-6
l37.541-39c0,0-112.934,17.355-183.75,18c-70.816,0.645-78.784-3.66-95.25-6.75c-16.466-3.09-59.859-17.214-72.75-22.5
c-6.296-2.582-41.73-16.265-62.983-14.25S1.155,83.992,0.75,98.25S5.809,132.166,44.099,136.744z"/>
<rect x="206.624" y="46.661" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 421.6157 -51.5838)" fill-rule="evenodd" clip-rule="evenodd" fill="#ED6C1F" width="29.734" height="29.734"/>
<rect x="378.414" y="78.855" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 727.0344 -122.4926)" fill-rule="evenodd" clip-rule="evenodd" fill="#ED6C1F" width="20.945" height="20.945"/>
</g>
</g>
</switch>
</svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,135 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="190"
height="40"
id="svg7723"
version="1.1"
inkscape:version="0.48.3.1 r9886"
sodipodi:docname="Bitcoin_logo.svg">
<defs
id="defs7725">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective7731" />
<inkscape:perspective
id="perspective7704"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="99.532722"
inkscape:cy="-10.892329"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="884"
inkscape:window-height="608"
inkscape:window-x="1864"
inkscape:window-y="220"
inkscape:window-maximized="0" />
<metadata
id="metadata7728">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-289.60744,-341.50536)">
<g
transform="matrix(0.61129216,0,0,0.61129216,170.80346,315.53734)"
id="g97">
<g
id="g99">
<g
id="g101">
<path
d="m 258.845,82.989 c -4.274,17.143 -21.637,27.576 -38.782,23.301 -17.138,-4.274 -27.571,-21.638 -23.295,-38.78 4.272,-17.145 21.635,-27.579 38.775,-23.305 17.144,4.274 27.576,21.64 23.302,38.784 z"
id="path103"
style="fill:#f7931a"
inkscape:connector-curvature="0" />
<g
id="g105">
<g
id="g107">
<path
d="m 241.91,70.689 c 0.637,-4.258 -2.605,-6.547 -7.038,-8.074 l 1.438,-5.768 -3.511,-0.875 -1.4,5.616 c -0.923,-0.23 -1.871,-0.447 -2.813,-0.662 l 1.41,-5.653 -3.509,-0.875 -1.439,5.766 c -0.764,-0.174 -1.514,-0.346 -2.242,-0.527 l 0.004,-0.018 -4.842,-1.209 -0.934,3.75 c 0,0 2.605,0.597 2.55,0.634 1.422,0.355 1.679,1.296 1.636,2.042 l -1.638,6.571 c 0.098,0.025 0.225,0.061 0.365,0.117 -0.117,-0.029 -0.242,-0.061 -0.371,-0.092 l -2.296,9.205 c -0.174,0.432 -0.615,1.08 -1.609,0.834 0.035,0.051 -2.552,-0.637 -2.552,-0.637 l -1.743,4.019 4.569,1.139 c 0.85,0.213 1.683,0.436 2.503,0.646 l -1.453,5.834 3.507,0.875 1.439,-5.772 c 0.958,0.26 1.888,0.5 2.798,0.726 l -1.434,5.745 3.511,0.875 1.453,-5.823 c 5.987,1.133 10.489,0.676 12.384,-4.739 1.527,-4.36 -0.076,-6.875 -3.226,-8.515 2.294,-0.529 4.022,-2.038 4.483,-5.155 z m -8.022,11.249 c -1.085,4.36 -8.426,2.003 -10.806,1.412 l 1.928,-7.729 c 2.38,0.594 10.012,1.77 8.878,6.317 z m 1.086,-11.312 c -0.99,3.966 -7.1,1.951 -9.082,1.457 l 1.748,-7.01 c 1.982,0.494 8.365,1.416 7.334,5.553 z"
id="path109"
style="fill:#ffffff"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</g>
<g
id="g111">
<path
d="m 289.581,62.613 c 2.595,0 4.837,0.465 6.721,1.378 1.893,0.922 3.455,2.164 4.708,3.726 1.236,1.57 2.156,3.405 2.75,5.508 0.59,2.109 0.886,4.376 0.886,6.803 0,3.728 -0.683,7.25 -2.062,10.57 -1.379,3.325 -3.25,6.209 -5.63,8.669 -2.378,2.457 -5.186,4.394 -8.424,5.825 -3.233,1.432 -6.748,2.148 -10.522,2.148 -0.488,0 -1.346,-0.014 -2.558,-0.039 -1.212,-0.025 -2.605,-0.15 -4.165,-0.361 -1.57,-0.219 -3.23,-0.543 -4.983,-0.977 -1.752,-0.426 -3.416,-1.023 -4.983,-1.781 l 14.012,-58.876 12.55,-1.945 -5.017,20.893 c 1.074,-0.484 2.156,-0.859 3.236,-1.132 1.081,-0.269 2.241,-0.409 3.481,-0.409 z m -10.527,34.671 c 1.89,0 3.671,-0.465 5.344,-1.378 1.678,-0.914 3.126,-2.148 4.339,-3.685 1.213,-1.544 2.173,-3.283 2.873,-5.226 0.7,-1.943 1.054,-3.97 1.054,-6.079 0,-2.591 -0.433,-4.612 -1.296,-6.073 -0.863,-1.455 -2.46,-2.187 -4.779,-2.187 -0.76,0 -1.739,0.145 -2.953,0.404 -1.218,0.275 -2.308,0.846 -3.285,1.705 l -5.342,22.188 c 0.322,0.057 0.607,0.111 0.85,0.162 0.238,0.055 0.501,0.094 0.763,0.121 0.277,0.031 0.594,0.047 0.977,0.047 0.383,0 0.862,0.001 1.455,0.001 z"
id="path113"
style="fill:#4d4d4d"
inkscape:connector-curvature="0" />
<path
d="M 317.664,106.108 H 305.677 L 315.8,63.511 h 12.069 l -10.205,42.597 z m 5.833,-47.787 c -1.673,0 -3.19,-0.498 -4.536,-1.496 -1.357,-0.992 -2.029,-2.519 -2.029,-4.577 0,-1.132 0.23,-2.194 0.686,-3.196 0.463,-1 1.068,-1.861 1.826,-2.593 0.757,-0.726 1.634,-1.306 2.63,-1.743 1.002,-0.43 2.068,-0.645 3.204,-0.645 1.672,0 3.181,0.498 4.532,1.496 1.346,1.003 2.023,2.53 2.023,4.577 0,1.136 -0.229,2.202 -0.689,3.202 -0.457,1 -1.062,1.861 -1.82,2.593 -0.751,0.727 -1.636,1.305 -2.63,1.738 -1.003,0.437 -2.065,0.644 -3.197,0.644 z"
id="path115"
style="fill:#4d4d4d"
inkscape:connector-curvature="0" />
<path
d="m 338.372,52.9 12.555,-1.945 -3.083,12.556 h 13.446 l -2.428,9.878 h -13.365 l -3.56,14.9 c -0.328,1.242 -0.514,2.402 -0.566,3.48 -0.059,1.083 0.078,2.013 0.402,2.796 0.322,0.785 0.901,1.39 1.741,1.818 0.836,0.435 2.033,0.654 3.603,0.654 1.293,0 2.553,-0.123 3.771,-0.367 1.211,-0.24 2.438,-0.574 3.68,-1.011 l 0.894,9.236 c -1.62,0.594 -3.374,1.105 -5.264,1.535 -1.893,0.436 -4.134,0.646 -6.724,0.646 -3.724,0 -6.611,-0.553 -8.668,-1.654 -2.054,-1.109 -3.506,-2.624 -4.375,-4.542 -0.857,-1.911 -1.24,-4.114 -1.133,-6.596 0.111,-2.488 0.486,-5.103 1.133,-7.857 L 338.372,52.9 z"
id="path117"
style="fill:#4d4d4d"
inkscape:connector-curvature="0" />
<path
d="m 360.761,89.103 c 0,-3.669 0.594,-7.129 1.781,-10.368 1.185,-3.242 2.892,-6.077 5.107,-8.51 2.207,-2.421 4.896,-4.339 8.061,-5.747 3.15,-1.4 6.677,-2.106 10.564,-2.106 2.433,0 4.606,0.23 6.518,0.691 1.92,0.465 3.657,1.066 5.228,1.82 l -4.134,9.4 c -1.08,-0.438 -2.201,-0.824 -3.36,-1.174 -1.16,-0.357 -2.576,-0.529 -4.251,-0.529 -4.001,0 -7.164,1.379 -9.518,4.128 -2.345,2.751 -3.526,6.454 -3.526,11.099 0,2.753 0.594,4.979 1.786,6.682 1.186,1.703 3.377,2.55 6.558,2.55 1.57,0 3.085,-0.164 4.536,-0.484 1.462,-0.324 2.753,-0.732 3.89,-1.214 l 0.895,9.636 c -1.516,0.588 -3.188,1.119 -5.022,1.584 -1.838,0.449 -4.026,0.682 -6.563,0.682 -3.349,0 -6.184,-0.49 -8.503,-1.455 -2.32,-0.98 -4.237,-2.281 -5.747,-3.929 -1.518,-1.652 -2.608,-3.581 -3.282,-5.795 -0.674,-2.212 -1.018,-4.536 -1.018,-6.961 z"
id="path119"
style="fill:#4d4d4d"
inkscape:connector-curvature="0" />
<path
d="m 414.009,107.241 c -2.861,0 -5.346,-0.436 -7.454,-1.299 -2.102,-0.863 -3.843,-2.074 -5.22,-3.644 -1.379,-1.562 -2.411,-3.413 -3.118,-5.546 -0.707,-2.132 -1.047,-4.493 -1.047,-7.08 0,-3.245 0.521,-6.489 1.574,-9.724 1.048,-3.242 2.603,-6.155 4.661,-8.744 2.042,-2.593 4.561,-4.713 7.527,-6.366 2.963,-1.642 6.371,-2.468 10.199,-2.468 2.809,0 5.281,0.437 7.418,1.3 2.127,0.861 3.879,2.082 5.264,3.644 1.37,1.57 2.411,3.413 3.111,5.549 0.705,2.128 1.053,4.495 1.053,7.084 0,3.235 -0.514,6.479 -1.534,9.724 -1.021,3.229 -2.536,6.149 -4.536,8.744 -1.996,2.589 -4.492,4.708 -7.49,6.354 -2.994,1.646 -6.466,2.472 -10.408,2.472 z M 420,72.579 c -1.777,0 -3.348,0.516 -4.693,1.535 -1.35,1.031 -2.484,2.327 -3.398,3.89 -0.924,1.57 -1.609,3.282 -2.072,5.143 -0.459,1.865 -0.684,3.628 -0.684,5.303 0,2.703 0.436,4.808 1.293,6.323 0.869,1.507 2.43,2.265 4.699,2.265 1.783,0 3.346,-0.512 4.699,-1.542 1.342,-1.023 2.477,-2.32 3.398,-3.886 0.918,-1.562 1.609,-3.279 2.072,-5.143 0.453,-1.859 0.684,-3.632 0.684,-5.304 0,-2.696 -0.434,-4.806 -1.299,-6.319 -0.864,-1.507 -2.432,-2.265 -4.699,-2.265 z"
id="path121"
style="fill:#4d4d4d"
inkscape:connector-curvature="0" />
<path
d="m 451.043,106.108 h -11.997 l 10.123,-42.597 h 12.075 l -10.201,42.597 z m 5.824,-47.787 c -1.672,0 -3.188,-0.498 -4.532,-1.496 -1.35,-0.992 -2.028,-2.519 -2.028,-4.577 0,-1.132 0.233,-2.194 0.69,-3.196 0.457,-1 1.066,-1.861 1.824,-2.593 0.753,-0.726 1.638,-1.306 2.632,-1.743 0.996,-0.43 2.062,-0.645 3.194,-0.645 1.676,0 3.19,0.498 4.538,1.496 1.349,1.003 2.03,2.53 2.03,4.577 0,1.136 -0.242,2.202 -0.695,3.202 -0.453,1 -1.062,1.861 -1.817,2.593 -0.76,0.727 -1.634,1.305 -2.63,1.738 -1.004,0.437 -2.068,0.644 -3.206,0.644 z"
id="path123"
style="fill:#4d4d4d"
inkscape:connector-curvature="0" />
<path
d="m 469.878,65.452 c 0.91,-0.266 1.926,-0.586 3.031,-0.934 1.109,-0.348 2.348,-0.672 3.732,-0.964 1.369,-0.301 2.914,-0.545 4.613,-0.734 1.699,-0.193 3.635,-0.287 5.786,-0.287 6.322,0 10.68,1.841 13.086,5.512 2.404,3.671 2.82,8.695 1.26,15.063 l -5.514,23 h -12.066 l 5.344,-22.516 c 0.326,-1.406 0.582,-2.765 0.771,-4.093 0.191,-1.316 0.18,-2.476 -0.043,-3.48 -0.213,-0.992 -0.715,-1.804 -1.494,-2.433 -0.791,-0.619 -1.986,-0.93 -3.607,-0.93 -1.563,0 -3.153,0.168 -4.776,0.492 l -7.857,32.959 h -12.071 l 9.805,-40.655 z"
id="path125"
style="fill:#4d4d4d"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -1 +0,0 @@
<?xml version="1.0" ?><svg baseProfile="tiny" height="24px" id="Layer_1" version="1.2" viewBox="0 0 24 24" width="24px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g><path d="M14.435,12.973c0.269,0,0.492,0.133,0.686,0.396c0.192,0.265,0.294,0.588,0.294,0.975c0,0.385-0.102,0.711-0.294,0.973 c-0.193,0.265-0.417,0.396-0.686,0.396c-0.278,0-0.522-0.131-0.715-0.396c-0.192-0.262-0.294-0.588-0.294-0.973 c0-0.387,0.102-0.71,0.294-0.975C13.912,13.105,14.156,12.973,14.435,12.973 M17.875,9.414C18.621,10.225,19,11.209,19,12.367 c0,0.748-0.086,1.423-0.259,2.023c-0.175,0.597-0.394,1.084-0.654,1.459c-0.264,0.376-0.588,0.705-0.974,0.989 c-0.386,0.286-0.741,0.492-1.065,0.623c-0.325,0.132-0.695,0.233-1.111,0.306c-0.417,0.071-0.726,0.111-0.943,0.123 c-0.213,0.009-0.438,0.014-0.685,0.014c-0.055,0-0.243,0.004-0.547,0.015c-0.301,0.013-0.56,0.016-0.762,0.016 s-0.461-0.003-0.762-0.016c-0.304-0.011-0.492-0.015-0.547-0.015c-0.246,0-0.472-0.005-0.685-0.014 c-0.218-0.012-0.526-0.052-0.943-0.123c-0.423-0.072-0.786-0.174-1.111-0.306c-0.324-0.131-0.68-0.337-1.064-0.623 c-0.387-0.284-0.711-0.613-0.975-0.989c-0.261-0.375-0.479-0.862-0.654-1.459C5.086,13.79,5,13.115,5,12.367 c0-1.158,0.379-2.143,1.125-2.953C6.043,9.373,6.04,8.967,6.117,8.197C6.18,7.426,6.344,6.715,6.612,6.065 c0.934,0.099,2.09,0.629,3.471,1.581C10.549,7.527,11.184,7.463,12,7.463c0.852,0,1.491,0.064,1.918,0.184 c0.629-0.425,1.23-0.771,1.805-1.034c0.584-0.261,1.005-0.416,1.269-0.457l0.396-0.09c0.27,0.649,0.434,1.36,0.496,2.132 C17.96,8.967,17.957,9.373,17.875,9.414 M12.03,17.234c1.688,0,2.954-0.202,3.821-0.607c0.855-0.404,1.292-1.238,1.292-2.496 c0-0.73-0.273-1.34-0.822-1.828c-0.278-0.263-0.613-0.425-0.989-0.486c-0.375-0.061-0.949-0.061-1.72,0 c-0.769,0.062-1.298,0.09-1.582,0.09c-0.385,0-0.8-0.018-1.319-0.059c-0.52-0.04-0.928-0.065-1.223-0.078 c-0.294-0.009-0.609,0.027-0.958,0.108c-0.345,0.082-0.629,0.224-0.853,0.425c-0.521,0.469-0.79,1.077-0.79,1.828 c0,1.258,0.426,2.092,1.28,2.496c0.85,0.405,2.113,0.607,3.802,0.607H12.03 M9.596,12.973c0.268,0,0.492,0.133,0.685,0.396 c0.192,0.265,0.294,0.588,0.294,0.975c0,0.385-0.102,0.711-0.294,0.973c-0.192,0.265-0.417,0.396-0.685,0.396 c-0.279,0-0.522-0.131-0.716-0.396c-0.192-0.262-0.294-0.588-0.294-0.973c0-0.387,0.102-0.71,0.294-0.975 C9.073,13.105,9.316,12.973,9.596,12.973"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@ -1,63 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="PayPal" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="512px" height="145px" viewBox="0 0 512 145" enable-background="new 0 0 512 145" xml:space="preserve">
<path fill="#0C3259" d="M49.547,72.931c-3.65,0-7.301-0.016-10.951,0.007c-1.788,0.011-3.097,0.74-3.625,2.582
c-1.201,4.186-6.298,22.926-7.633,28.113c-0.694,2.698-2.09,3.819-4.862,3.835c-5.743,0.033-11.487,0.043-17.231,0.045
c-3.073,0.001-4.373-1.366-3.916-4.441c0.389-2.62,15.447-67.17,22.343-96.861C24.577,2.318,26.227,0.991,30.245,1
c10.683,0.024,43.444,0.181,49.142,0.21c14.295,0.073,26.12,11.513,26.603,25.768c0.326,9.621-1.534,18.702-6.928,26.833
C93.796,61.749,86.222,66.59,77.341,69.54C68.322,72.536,58.996,73.397,49.547,72.931z M50.223,53.014
c2.552-0.188,4.689-0.261,6.804-0.517c5.331-0.644,10.445-1.982,14.799-5.323c5.004-3.841,6.742-8.958,5.697-15.106
c-0.947-5.57-4.604-8.625-9.665-10.296c-5.231-1.728-10.639-1.787-16.051-1.346c-2.725,0.222-4.501,1.749-5.167,4.512
c-0.633,2.623-1.472,5.198-2.071,7.828c-1.104,4.848-2.171,9.706-3.11,14.588c-0.6,3.119,0.483,4.668,3.522,5.191
C46.838,52.864,48.746,52.89,50.223,53.014z"/>
<path fill="#0C3259" d="M203.026,143.597c3.084,0,6.171-0.076,9.251,0.027c1.983,0.066,3.529-0.54,4.651-2.176
c1.905-2.778,63.362-102.943,68.534-111.735c1.307-2.222,0.547-3.968-1.895-4.002c-6.733-0.095-13.469-0.015-20.203,0.078
c-1.742,0.024-3.026,0.874-4.015,2.475c-4.787,7.751-24.336,39.177-29.274,47.169c-0.291,0.47-1.07,1.02-1.497,0.931
c-0.561-0.117-1.05-0.788-1.464-1.306c-0.215-0.269-0.221-0.716-0.287-1.089c-0.68-3.829-5.321-32.093-7.035-42.385
c-0.727-4.369-2.895-6.147-7.314-6.112c-4.604,0.037-9.206,0.177-13.81,0.268c-3.56,0.071-5.597,2.416-5.095,5.929
c0.275,1.924,12.385,66.749,14.477,77.448c0.09,0.458,0.197,0.99,0.053,1.402c-0.48,1.371-0.891,2.815-1.648,4.033
c-4.68,7.538-9.451,15.021-14.179,22.529c-0.428,0.679-0.935,1.374-1.117,2.131c-0.611,2.542-0.787,4.229,2.893,4.152
C197.043,143.302,203.026,143.515,203.026,143.597z"/>
<path fill="#0C3259" d="M149.829,99.17c-1.597,0.868-2.763,1.489-3.917,2.131c-2.859,1.59-5.746,3.134-8.563,4.797
c-5.363,3.166-11.266,3.855-17.294,3.676c-3.057-0.091-6.178-0.412-9.129-1.176c-7.723-1.999-12.314-7.012-13.231-15.055
c-0.757-6.641-0.084-13.096,3.281-19.026c3.783-6.667,9.877-10.282,16.931-12.611c6.344-2.094,12.897-2.561,19.508-2.699
c5.218-0.108,10.435-0.284,15.652-0.438c0.615-0.018,1.23-0.158,1.841-0.133c2.506,0.101,3.606-1.467,4.013-3.578
c0.337-1.746,0.619-3.583,0.445-5.332c-0.351-3.529-2.253-5.65-5.766-6.032c-4.271-0.464-8.603-0.707-12.894-0.57
c-6.259,0.2-12.473,1.048-18.524,2.777c-0.949,0.271-1.845,0.728-2.761,1.111c-2.413,1.009-4.603-0.165-4.41-2.714
c0.311-4.097,0.828-8.21,1.694-12.222c0.475-2.205,2.358-3.578,4.71-4.05c7.832-1.571,15.736-2.443,23.722-2.652
c6.47-0.169,12.897,0.05,19.242,1.478c5.784,1.302,10.621,4.252,14.699,8.477c4.423,4.582,5.913,10.201,4.786,16.3
c-2.092,11.323-9.353,45.539-10.68,51.361c-0.65,2.854-2.328,4.356-5.279,4.459c-5.499,0.192-11.005,0.235-16.508,0.281
c-1.636,0.014-2.069-0.553-1.974-2.225C149.536,103.538,149.674,101.571,149.829,99.17z M147.735,70.138
c-0.001,0.038-0.001,0.076-0.002,0.114c-2.46,0.154-4.924,0.26-7.379,0.472c-4.079,0.351-8.087,1.069-11.809,2.874
c-4.945,2.399-6.933,5.838-6.616,11.298c0.286,4.927,3.266,8.061,8.162,8.667c3.957,0.49,7.866,0.1,11.733-0.667
c3.086-0.612,5.865-1.956,7.896-4.459c3.802-4.684,4.976-10.229,5.012-16.086c0.009-1.387-0.875-2.135-2.308-2.198
C150.864,70.085,149.298,70.138,147.735,70.138z"/>
<path fill="#285D8B" d="M325.85,72.931c-3.65,0-7.301-0.016-10.951,0.007c-1.788,0.011-3.097,0.74-3.625,2.582
c-1.201,4.186-6.298,22.926-7.633,28.113c-0.694,2.698-2.09,3.819-4.862,3.835c-5.743,0.033-11.487,0.043-17.231,0.045
c-3.073,0.001-4.373-1.366-3.916-4.441c0.389-2.62,15.447-67.17,22.343-96.861c0.905-3.894,2.554-5.221,6.573-5.212
c10.683,0.024,43.444,0.181,49.142,0.21c14.295,0.073,26.12,11.513,26.603,25.768c0.326,9.621-1.534,18.702-6.928,26.833
c-5.266,7.938-12.841,12.779-21.721,15.729C344.625,72.536,335.3,73.397,325.85,72.931z M326.526,53.014
c2.552-0.188,4.689-0.261,6.804-0.517c5.331-0.644,10.445-1.982,14.799-5.323c5.004-3.841,6.742-8.958,5.697-15.106
c-0.947-5.57-4.604-8.625-9.665-10.296c-5.23-1.728-10.639-1.787-16.051-1.346c-2.725,0.222-4.501,1.749-5.167,4.512
c-0.633,2.623-1.472,5.198-2.071,7.828c-1.104,4.848-2.171,9.706-3.11,14.588c-0.6,3.119,0.483,4.668,3.522,5.191
C323.141,52.864,325.05,52.89,326.526,53.014z"/>
<path fill="#285D8B" d="M425.541,99.205c-1.006,0.416-1.625,0.618-2.194,0.917c-4.532,2.382-9.061,4.772-13.579,7.18
c-4.39,2.34-9.196,2.551-13.98,2.564c-4.031,0.011-8.03-0.504-11.816-2.116c-6.589-2.805-9.953-7.853-10.652-14.881
c-0.491-4.936-0.086-9.773,1.584-14.436c2.845-7.945,8.773-12.722,16.44-15.655c6.88-2.632,14.045-3.366,21.343-3.452
c5.644-0.067,11.287-0.314,16.929-0.512c3.453-0.121,4.345-0.743,5.116-4.089c0.387-1.681,0.528-3.492,0.375-5.207
c-0.284-3.18-2.334-5.425-5.655-5.871c-3.692-0.496-7.452-0.801-11.171-0.713c-6.971,0.165-13.886,1.015-20.627,2.928
c-0.812,0.23-1.582,0.621-2.354,0.976c-2.612,1.201-4.753-0.017-4.532-2.84c0.298-3.812,0.766-7.63,1.478-11.385
c0.428-2.258,2.034-3.934,4.4-4.342c4.8-0.828,9.609-1.762,14.455-2.138c6.138-0.476,12.324-0.729,18.474-0.554
c7.958,0.227,15.635,1.745,22.072,7.027c3.893,3.195,6.89,6.932,7.761,12.033c0.616,3.607,0.198,7.197-0.545,10.735
c-3.259,15.513-6.559,31.018-9.857,46.523c-0.882,4.146-2.266,5.395-6.447,5.53c-5.074,0.165-10.152,0.202-15.229,0.253
c-1.826,0.019-2.181-0.367-2.119-2.177C425.279,103.53,425.415,101.558,425.541,99.205z M425.847,70.052
c-3.22,0.199-6.735,0.294-10.221,0.663c-3.963,0.42-7.87,1.201-11.445,3.109c-3.276,1.749-5.598,4.271-6.034,8.089
c-0.608,5.331,1.225,10.949,8.357,11.736c4.253,0.469,8.421,0.07,12.54-0.92c3.833-0.922,6.754-3.162,8.712-6.588
c2.285-3.998,3.185-8.393,3.418-12.926c0.118-2.291-0.862-3.138-3.192-3.161C427.365,70.047,426.748,70.052,425.847,70.052z"/>
<path fill="#285D8B" d="M484.382,107.385c2.299-0.057,2.81-0.5,3.289-2.535c2.061-8.748,17.549-74.116,23.208-98.057
c0.62-2.621-1.217-4.912-3.951-4.933c-5.411-0.042-10.821-0.065-16.232-0.068c-3.282-0.002-4.876,1.234-5.649,4.43
c-1.168,4.828-20.743,93.859-21.324,98.024c-0.281,2.016,0.842,2.944,2.869,2.93C469.487,107.154,482.864,107.423,484.382,107.385z"
/>
</svg>

Before

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -1,49 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-31 340.2 531.2 161.7" style="enable-background:new -31 340.2 531.2 161.7;" xml:space="preserve">
<style type="text/css">
.st0{fill:#64AB23;}
.st1{fill:#A8A8A8;}
</style>
<g>
<path class="st0" d="M37.6,340.2c-37.5-0.6-68.6,27-68.6,59.5c0,18.8,8.8,35,25.9,47c0,0-6.3,20.7-6.2,21.1c0.1,0.4,1.5,1.2,1.9,1
s22.6-13.5,22.6-13.5c17,5.8,26.9,3.9,27.4,3.9c-1.7-5-2.8-12.7-1.5-20c6.6-38.1,45.6-50,67-47.9
C100.2,363.6,74.6,340.7,37.6,340.2z M11.5,389.3c-4.9,0-8.9-4-8.9-8.9s4-8.9,8.9-8.9s8.9,4,8.9,8.9S16.4,389.3,11.5,389.3z
M65.4,389.3c-4.9,0-8.9-4-8.9-8.9s4-8.9,8.9-8.9s8.9,4,8.9,8.9S70.4,389.3,65.4,389.3z"/>
<path class="st1" d="M161,444.9c0-27.8-26.9-49.2-58.1-49.2c-33.1,0-59.4,21.8-59.4,49.6c0,27.9,25.1,51,59.5,51.2
c6.9,0,17.2-1.7,24.2-4.6c0,0,16.6,10.1,17.5,10c0.9-0.1,1.4-0.8,1.4-1.4c0-0.6-5.3-16.4-5.3-16.4C155,472.9,161,460.6,161,444.9z
M81.1,434.6c-4.4,0-7.9-3.5-7.9-7.9s3.5-7.9,7.9-7.9s7.9,3.5,7.9,7.9S85.4,434.6,81.1,434.6z M123.2,434.6c-4.4,0-7.9-3.5-7.9-7.9
s3.5-7.9,7.9-7.9c4.4,0,7.9,3.5,7.9,7.9S127.6,434.6,123.2,434.6z"/>
</g>
<g>
<g>
<polygon class="st0" points="246.6,406.7 234.7,455.7 224.7,406.7 209.5,406.7 199.5,455.7 187.6,406.7 172.8,406.7 192.7,476.2
206.2,476.2 217,423 227.8,476.2 241.4,476.2 261.3,406.7 "/>
<path class="st0" d="M297.3,430c-4.3-4.7-10.3-7.1-18.2-7.1c-7.4,0-13.2,2.5-17.5,7.3c-4.3,4.9-6.4,11.5-6.4,19.9
c0,8.6,2.2,15.3,6.5,20.3s10.2,7.5,17.6,7.5c6,0,11.1-1.5,15.3-4.6c4.2-3.1,7-7.3,8.4-12.7h-13.6c-0.9,1.9-2.1,3.4-3.6,4.1
c-1.5,0.9-3.4,1.4-5.8,1.4c-3.4,0-5.9-1.1-7.7-3.1c-1.7-2-2.7-5.1-2.9-9.1h34.2c0-0.4,0.1-0.9,0.1-1.4s0-1.2,0-2.2
C303.7,441.5,301.6,434.7,297.3,430z M269.4,445.1c0.3-3.4,1.3-6,3-7.9c1.7-1.8,4-2.7,7-2.7c3.2,0,5.7,0.9,7.4,2.7
c1.8,1.8,2.7,4.4,2.8,7.9H269.4z"/>
</g>
<g>
<path class="st1" d="M371.7,452.4L371.7,452.4C371.7,452.3,371.7,452.4,371.7,452.4L371.7,452.4z"/>
<path class="st1" d="M352.4,461.9c-2.8,2.2-6.4,3.3-10.7,3.3c-6,0-10.6-2.1-13.9-6.2c-3.3-4.1-4.9-10-4.9-17.5
c0-7.8,1.6-13.7,4.9-17.8c3.2-4.1,8-6.1,14.3-6.1c4.5,0,8,1,10.6,3.1c2.6,2.1,4.2,5.1,4.8,9h14.1c-0.5-7.9-3.4-14-8.5-18.3
c-5.1-4.3-12.1-6.5-21-6.5c-10.9,0-19.3,3.1-25.1,9.4s-8.7,15.4-8.7,27.2c0,11.6,2.9,20.6,8.6,27c5.7,6.4,13.7,9.6,24,9.6
c8.9,0,16.2-2.3,21.7-7c5.5-4.6,8.6-10.8,9.1-18.7h-13.9C357,456.5,355.2,459.7,352.4,461.9z"/>
<path class="st1" d="M417.5,429.5c-1.5-1.9-3.5-3.4-5.9-4.4c-2.5-1.1-5.2-1.6-8.2-1.6c-3.2,0-6.1,0.6-8.6,1.8
c-2.5,1.2-4.7,3-6.6,5.3v-23.9h-13.6V476h13.6v-30.4c0-3.3,0.9-6,2.8-7.9c1.9-1.9,4.5-2.9,7.7-2.9c3,0,5.2,0.7,6.3,2.4
c1.1,1.7,1.7,5.7,1.7,12V476h13.6v-33.2v-0.9c0-3.7-0.2-6.3-0.6-8C419.3,432.3,418.5,430.8,417.5,429.5z"/>
<path class="st1" d="M469.7,471.6c-0.5-1.1-0.7-2.7-0.7-4.8v-29.1c0-4.7-1.9-8.3-5.7-10.8s-9.3-3.7-16.5-3.7
c-6.6,0-11.7,1.5-15.4,4.5s-5.6,7.1-5.6,12.4v0.9h12.8v-0.8c0-2,0.7-3.6,2.2-4.7c1.5-1.1,3.6-1.7,6.4-1.7c3.1,0,5.2,0.4,6.5,1.3
c1.3,0.9,1.9,2.4,1.9,4.5c0,2.6-2.9,4.2-8.7,5c-2.3,0.3-4.2,0.6-5.6,0.8c-6.2,0.9-10.6,2.7-13.3,5.2c-2.7,2.6-4,6.3-4,11.1
c0,5.2,1.3,9.3,4,12.1c2.7,2.8,6.5,4.2,11.5,4.2c3.7,0,7-0.7,9.8-2.1c2.8-1.4,5.1-3.4,6.8-6.1c0,1.2,0.2,2.4,0.4,3.6
c0.3,1,0.6,2,1.1,2.9h14.3V474C470.9,473.4,470.1,472.7,469.7,471.6z M455.9,455.8c0,3.7-1.1,6.5-3.2,8.6c-2.1,2.1-5,3.1-8.7,3.1
c-2.1,0-3.8-0.6-5-1.7c-1.2-1.1-1.8-2.6-1.8-4.5c0-1.8,0.4-3.3,1.4-4.3s2.7-1.9,5.1-2.6c0.1,0,1.6-0.4,4.5-1
c2.9-0.6,5.5-1.5,7.7-2.5V455.8z"/>
<path class="st1" d="M500.2,434.6V425h-7.9v-14h-13.6v14h-6.8v9.6h6.8v27.7c0,5.8,1,9.6,2.9,11.6c2,1.9,5.5,2.9,10.8,2.9
c0.4,0,1.6,0,3.3-0.1c1.7-0.1,3.2-0.2,4.5-0.2h0v-10.2h-3.3c-1.9,0-3.1-0.2-3.7-0.6c-0.6-0.5-0.9-1.3-0.9-2.7v-28.4H500.2z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB