New layout for the "Choose your wallet" page
Greatly simplify layout Increase visibility for "you need to know" and "secure your wallet" pages Providing increased transparency about security and zero-trust model for each wallet Encourage diversity and decentralization by not recommending two single wallets anymore rotating wallets daily by "zero-trust levels" (full nodes followed by SPV wallets followed by hybrid & multisig wallets followed by web wallets) Display screenshots Increase visibility for Bitcoin Core by recommending it in other wallets' disclaimers as a full node and deterministic build app making it always the first desktop wallet displayed better promoting it as a good secure / zero-trust wallet Prepare layout for hardware wallets Prevent confusing duplicate listing Allow layout to scale with increasing number of wallets Fix layout issues with translations and hyphenation Simplify the process of adding new wallets by storing information in a single location using a consistent format Thanks @harding for reviews and feedback on the first draft
1
COPYING
|
@ -2,6 +2,7 @@ Various picture files inside the folders listed above are subjected to copyright
|
||||||
|
|
||||||
img/brand
|
img/brand
|
||||||
img/clients
|
img/clients
|
||||||
|
img/screenshots
|
||||||
img/faq
|
img/faq
|
||||||
img/innovation
|
img/innovation
|
||||||
img/press
|
img/press
|
||||||
|
|
|
@ -10,17 +10,6 @@
|
||||||
{% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %}
|
{% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %}
|
||||||
{% if page.lang == 'bg' or page.lang == 'ko' or page.lang == 'hi' or page.lang == 'pl' or page.lang == 'sl' or page.lang == 'ro' or page.lang == 'ru' or page.lang == 'tr' or page.lang == 'zh_CN' or page.lang == 'zh_TW' %}{% lesscss sans.less %}{% endif %}
|
{% if page.lang == 'bg' or page.lang == 'ko' or page.lang == 'hi' or page.lang == 'pl' or page.lang == 'sl' or page.lang == 'ro' or page.lang == 'ru' or page.lang == 'tr' or page.lang == 'zh_CN' or page.lang == 'zh_TW' %}{% lesscss sans.less %}{% endif %}
|
||||||
<script type="text/javascript" src="/js/main.js?1400954556"></script>
|
<script type="text/javascript" src="/js/main.js?1400954556"></script>
|
||||||
{% if page.lang == 'de' or page.lang == 'es' or page.lang == 'hu' or page.lang == 'it' or page.lang == 'nl' or page.lang == 'pl' or page.lang == 'ru' or page.lang == 'tr' %}
|
|
||||||
<script src="/js/hyphenator.js" type="text/javascript"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
if(typeof(legacyIE)==='undefined'){
|
|
||||||
Hyphenator.config({
|
|
||||||
{% if page.lang == 'ru' %}minwordlength : 7{% else %}minwordlength : 9{% endif %}
|
|
||||||
});
|
|
||||||
Hyphenator.run();
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
{% endif %}
|
|
||||||
<link rel="shortcut icon" href="/favicon.png">
|
<link rel="shortcut icon" href="/favicon.png">
|
||||||
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
|
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
|
||||||
</head>
|
</head>
|
||||||
|
|
161
_less/ie.css
|
@ -282,167 +282,6 @@ body{
|
||||||
display:expression((this.parentNode.childNodes[0]==this||this.parentNode.childNodes[1]==this||this.parentNode.childNodes[2]==this||this.parentNode.childNodes[3]==this)?'list-item':'');
|
display:expression((this.parentNode.childNodes[0]==this||this.parentNode.childNodes[1]==this||this.parentNode.childNodes[2]==this||this.parentNode.childNodes[3]==this)?'list-item':'');
|
||||||
}
|
}
|
||||||
|
|
||||||
.pleftfloat span{
|
|
||||||
position:relative;
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.previewrow h2{
|
|
||||||
font-size:115%;
|
|
||||||
}
|
|
||||||
.previewrow p{
|
|
||||||
font-size:95%;
|
|
||||||
}
|
|
||||||
.previewrow div{
|
|
||||||
zoom:expression(this.parentNode.className=='previewrow'?'1':'');
|
|
||||||
display:expression(this.parentNode.className=='previewrow'?'inline':'');
|
|
||||||
position:expression(this.parentNode.className=='previewrow'?'relative':'');
|
|
||||||
margin-right:expression(this.parentNode.className=='previewrow'?'12px':'');
|
|
||||||
margin-bottom:expression(this.parentNode.className=='previewrow'?'12px':'');
|
|
||||||
vertical-align:expression(this.parentNode.className=='previewrow'?'top':'');
|
|
||||||
}
|
|
||||||
.previewrow div a,
|
|
||||||
.previewrow div a:visited,
|
|
||||||
.previewrow div a:link,
|
|
||||||
.previewrow div a:active{
|
|
||||||
zoom:1;
|
|
||||||
display:inline;
|
|
||||||
font-size:94%;
|
|
||||||
text-align:center;
|
|
||||||
text-decoration:none;
|
|
||||||
font-weight:bold;
|
|
||||||
width:72px;
|
|
||||||
height:110px;
|
|
||||||
vertical-align:top;
|
|
||||||
white-space:normal;
|
|
||||||
}
|
|
||||||
.previewrow div a img{
|
|
||||||
display:block;
|
|
||||||
margin:auto;
|
|
||||||
margin-bottom:10px;
|
|
||||||
width:72px;
|
|
||||||
height:72px;
|
|
||||||
}
|
|
||||||
.previewrow div div{
|
|
||||||
height:0;
|
|
||||||
position:absolute;
|
|
||||||
left:-105px;
|
|
||||||
right:-110px;
|
|
||||||
bottom:100px;
|
|
||||||
padding:0;
|
|
||||||
z-index:1000;
|
|
||||||
overflow:hidden;
|
|
||||||
width:280px;
|
|
||||||
}
|
|
||||||
.previewrow div div div{
|
|
||||||
width:280px;
|
|
||||||
position:static;
|
|
||||||
}
|
|
||||||
.previewrow div:hover div{
|
|
||||||
height:auto;
|
|
||||||
}
|
|
||||||
.previewcol .previewrow{
|
|
||||||
padding-left:expression(this.parentNode.firstChild==this?'0px':'');
|
|
||||||
}
|
|
||||||
.previewcol .previewrow:first-child+div{
|
|
||||||
border:0;
|
|
||||||
}
|
|
||||||
.previewrow div div div.b1{
|
|
||||||
background:url(/img/bubbletop.png) bottom center no-repeat;
|
|
||||||
padding:0;
|
|
||||||
height:10px;
|
|
||||||
}
|
|
||||||
.previewrow div div div.b2{
|
|
||||||
background:url(/img/bubblemiddle.png) bottom center repeat-y;
|
|
||||||
padding:0;
|
|
||||||
padding-top:10px;
|
|
||||||
}
|
|
||||||
.previewrow div div div.b3{
|
|
||||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblebottom.png', sizingMethod='scale');
|
|
||||||
padding:0;
|
|
||||||
height:64px;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div:first-child+div{
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
.previewrow div div div h2{
|
|
||||||
position:relative;
|
|
||||||
left:30px;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
.previewrow div div div span{
|
|
||||||
/*FIXME can't get to make it work on IE6-7*/
|
|
||||||
display:none;
|
|
||||||
position:absolute;
|
|
||||||
right:10px;
|
|
||||||
top:10px;
|
|
||||||
}
|
|
||||||
.previewrow div div div span img{
|
|
||||||
margin-left:4px;
|
|
||||||
}
|
|
||||||
.previewrow div div div p{
|
|
||||||
font-size:95%;
|
|
||||||
margin:0;
|
|
||||||
padding:10px 0;
|
|
||||||
text-align:expression((this.parentNode.getElementsByTagName('P')[1]==this)?'center':'');
|
|
||||||
width:220px;
|
|
||||||
position:relative;
|
|
||||||
left:30px;
|
|
||||||
line-height:1.5em;
|
|
||||||
}
|
|
||||||
.previewrow div div div p a,
|
|
||||||
.previewrow div div div p a:visited,
|
|
||||||
.previewrow div div div p a:link,
|
|
||||||
.previewrow div div div p a:active{
|
|
||||||
display:inline;
|
|
||||||
zoom:1;
|
|
||||||
text-align:center;
|
|
||||||
width:auto;
|
|
||||||
height:auto;
|
|
||||||
font-weight:bold;
|
|
||||||
text-decoration:none;
|
|
||||||
padding:5px 10px;
|
|
||||||
color:#fff;
|
|
||||||
background-color:#2c6fad;
|
|
||||||
}
|
|
||||||
.previewrow .walletwarning .b1{
|
|
||||||
background-image:url(/img/bubblewarntop.png);
|
|
||||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblewarntop.png', sizingMethod='scale');
|
|
||||||
}
|
|
||||||
.previewrow .walletwarning .b2{
|
|
||||||
background-image:url(/img/bubblewarnmiddle.png);
|
|
||||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblewarnmiddle.png', sizingMethod='scale');
|
|
||||||
}
|
|
||||||
.previewrow .walletwarning .b3{
|
|
||||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubblewarnbottom.png', sizingMethod='scale');
|
|
||||||
}
|
|
||||||
.previewrow .walletwarning div p a,
|
|
||||||
.previewrow .walletwarning div p a:visited,
|
|
||||||
.previewrow .walletwarning div p a:link,
|
|
||||||
.previewrow .walletwarning div p a:active{
|
|
||||||
background-color:#b95357;
|
|
||||||
border:1px solid #a04246;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo .b1{
|
|
||||||
background-image:url(/img/bubblewarntop.png);
|
|
||||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfotop.png', sizingMethod='scale');
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo .b2{
|
|
||||||
background-image:url(/img/bubblewarnmiddle.png);
|
|
||||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfomiddle.png', sizingMethod='scale');
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo .b3{
|
|
||||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bubbleinfobottom.png', sizingMethod='scale');
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo div p a,
|
|
||||||
.previewrow .walletinfo div p a:visited,
|
|
||||||
.previewrow .walletinfo div p a:link,
|
|
||||||
.previewrow .walletinfo div p a:active{
|
|
||||||
background-color:#ee9209;
|
|
||||||
border:1px solid #d57700;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.press-faq div{
|
.press-faq div{
|
||||||
width:400px;
|
width:400px;
|
||||||
display:inline;
|
display:inline;
|
||||||
|
|
124
_less/rtl.less
|
@ -83,43 +83,12 @@ h2 .rssicon{
|
||||||
.downloadbox div{
|
.downloadbox div{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
.previewrow{
|
|
||||||
text-align:right;
|
|
||||||
}
|
|
||||||
.previewrow>div{
|
|
||||||
margin-right:auto;
|
|
||||||
margin-left:15px;
|
|
||||||
}
|
|
||||||
.previewrow>div>a{
|
|
||||||
line-height:1.2em;
|
|
||||||
font-family:Arial, sans-serif;
|
|
||||||
}
|
|
||||||
.previewrow>div:first-child+div+div,
|
|
||||||
.previewrow>div:first-child+div+div+div+div+div{
|
|
||||||
margin-left:0;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div>span{
|
|
||||||
right:auto;
|
|
||||||
left:30px;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div>h2{
|
|
||||||
text-align:right;
|
|
||||||
font-family:Arial, sans-serif;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div>h2:first-child+span+p{
|
|
||||||
line-height:1.5em;
|
|
||||||
}
|
|
||||||
.index a,
|
.index a,
|
||||||
.index a:link,
|
.index a:link,
|
||||||
.index a:active,
|
.index a:active,
|
||||||
.index a:visited{
|
.index a:visited{
|
||||||
line-height:2em;
|
line-height:2em;
|
||||||
}
|
}
|
||||||
.pleftfloat img{
|
|
||||||
float:right;
|
|
||||||
margin-right:auto;
|
|
||||||
margin-left:10px;
|
|
||||||
}
|
|
||||||
.resources{
|
.resources{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
@ -225,6 +194,89 @@ h2 .rssicon{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.walletmenu ul{
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
.walletmenu ul li a{
|
||||||
|
padding:8px 42px 5px 10px;
|
||||||
|
}
|
||||||
|
.walletmenu ul li{
|
||||||
|
font-family:'DroidNaskh', sans-serif;
|
||||||
|
background-position:right 6px;
|
||||||
|
}
|
||||||
|
.walletmenu ul li.active,
|
||||||
|
.walletmenu ul li.select{
|
||||||
|
background-position:right -62px;
|
||||||
|
}
|
||||||
|
.walletmenu ul li ul{
|
||||||
|
left:auto;
|
||||||
|
right:0;
|
||||||
|
}
|
||||||
|
.walletmenu ul li ul li.select a{
|
||||||
|
background-position:8px center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wallets{
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
.wallets>div>a,
|
||||||
|
.wallets>div>a:visited,
|
||||||
|
.wallets>div>a:link,
|
||||||
|
.wallets>div>a:active{
|
||||||
|
line-height:1.2em;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div{
|
||||||
|
margin-left:0;
|
||||||
|
margin-right:10px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div{
|
||||||
|
margin:2px 0 8px 0;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div>a,
|
||||||
|
.wallets>div>div>h2:first-child+div+div>a:visited,
|
||||||
|
.wallets>div>div>h2:first-child+div+div>a:link,
|
||||||
|
.wallets>div>div>h2:first-child+div+div>a:active{
|
||||||
|
padding:0 8px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div+p{
|
||||||
|
padding-right:0;
|
||||||
|
padding-left:5px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div>div{
|
||||||
|
padding:5px 22px 5px 0;
|
||||||
|
background-position:right 4px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div>div>div{
|
||||||
|
margin-left:0;
|
||||||
|
margin-right:5px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div>div>div>span{
|
||||||
|
left:0;
|
||||||
|
right:15px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div>div>div>p{
|
||||||
|
left:auto;
|
||||||
|
right:30px
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div+p+div{
|
||||||
|
right:auto;
|
||||||
|
left:20px;
|
||||||
|
}
|
||||||
|
.wallets .checkgood>div>span{
|
||||||
|
background-image:url(/img/checkbubble_pass_rtl.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkpass>div>span{
|
||||||
|
background-image:url(/img/checkbubble_pass_rtl.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkfail>div>span{
|
||||||
|
background-image:url(/img/checkbubble_fail_rtl.svg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.warningicon{
|
||||||
|
margin-right:0;
|
||||||
|
margin-left:6px;
|
||||||
|
}
|
||||||
|
|
||||||
/*Override UbuntuBold by Droid Naskh*/
|
/*Override UbuntuBold by Droid Naskh*/
|
||||||
|
|
||||||
@font-face{font-family:'DroidNaskh';src:url('/font/droidnaskh/droidnaskh-regular.eot');font-weight:normal;font-style:normal;}
|
@font-face{font-family:'DroidNaskh';src:url('/font/droidnaskh/droidnaskh-regular.eot');font-weight:normal;font-style:normal;}
|
||||||
|
@ -256,6 +308,16 @@ h2 .rssicon{
|
||||||
padding-right:0;
|
padding-right:0;
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
}
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div:hover>div{
|
||||||
|
margin-right:0;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p{
|
||||||
|
left:0;
|
||||||
|
right:-20px;
|
||||||
|
}
|
||||||
|
.walletsdisclaimer p{
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
.download{
|
.download{
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,3 +14,6 @@ h1,h2{
|
||||||
.mainbutton a:active{
|
.mainbutton a:active{
|
||||||
font-family:Arial, sans-serif;
|
font-family:Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
.walletmenu ul li{
|
||||||
|
font-family:Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
|
@ -1134,69 +1134,124 @@ table td,table th{
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pleftfloat{
|
.walletmenu{
|
||||||
overflow:hidden;
|
text-align:center;
|
||||||
}
|
|
||||||
.pleftfloat img{
|
|
||||||
float:left;
|
|
||||||
margin-right:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.preview{
|
|
||||||
margin-top:25px;
|
|
||||||
}
|
|
||||||
.previewcol{
|
|
||||||
clear:both;
|
|
||||||
}
|
|
||||||
.previewcol .previewrow{
|
|
||||||
padding-left:19px;
|
|
||||||
padding-right:20px;
|
|
||||||
}
|
|
||||||
.previewcol .previewrow:first-child{
|
|
||||||
padding-left:0;
|
|
||||||
}
|
|
||||||
.previewcol .previewrow:first-child+div{
|
|
||||||
border-left:1px solid #ccc;
|
|
||||||
border-right:1px solid #ccc;
|
|
||||||
}
|
|
||||||
.previewcol .previewrow:first-child+div+div{
|
|
||||||
padding-right:0;
|
|
||||||
}
|
|
||||||
.previewrow{
|
|
||||||
float:left;
|
|
||||||
width:255px;
|
|
||||||
text-align:left;
|
|
||||||
position:relative;
|
position:relative;
|
||||||
|
z-index:90;
|
||||||
}
|
}
|
||||||
.previewrow>h2{
|
.walletmenu ul{
|
||||||
font-size:115%;
|
|
||||||
margin-top:0;
|
|
||||||
}
|
|
||||||
.previewrow>p{
|
|
||||||
font-size:95%;
|
|
||||||
}
|
|
||||||
.previewrow>div{
|
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
position:relative;
|
text-align:left;
|
||||||
margin-right:15px;
|
padding:0 0 25px 0;
|
||||||
margin-bottom:12px;
|
border-bottom:1px solid #E2E2E2;
|
||||||
vertical-align:top;
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
.previewrow>div:first-child+div+div,
|
.walletmenu ul li{
|
||||||
.previewrow>div:first-child+div+div+div+div+div{
|
font-family:'Ubuntu', sans-serif;
|
||||||
|
position:relative;
|
||||||
|
display:inline-block;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:left 6px;
|
||||||
|
color:#383838;
|
||||||
|
cursor:pointer;
|
||||||
|
margin:15px 10px;
|
||||||
|
font-size:130%;
|
||||||
|
font-weight:bold;
|
||||||
|
-moz-transition:background-color 400ms ease-out;
|
||||||
|
-webkit-transition:background-color 400ms ease-out;
|
||||||
|
transition:background-color 400ms ease-out;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
border-radius:4px;
|
||||||
|
}
|
||||||
|
.walletmenu ul:hover li:first-child,
|
||||||
|
.walletmenu ul:hover li:first-child+li{
|
||||||
|
-webkit-border-bottom-left-radius:0;
|
||||||
|
-webkit-border-bottom-right-radius:0;
|
||||||
|
-moz-border-radius-bottomleft:0;
|
||||||
|
-moz-border-radius-bottomright:0;
|
||||||
|
border-bottom-left-radius:0;
|
||||||
|
border-bottom-right-radius:0;
|
||||||
|
}
|
||||||
|
.walletmenu ul li.active,
|
||||||
|
.walletmenu ul li.select{
|
||||||
|
background-position:left -62px;
|
||||||
|
background-color:#0d579b;
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
.walletmenu ul li:first-child{
|
||||||
|
margin-left:0;
|
||||||
|
}
|
||||||
|
.walletmenu ul li:last-child{
|
||||||
margin-right:0;
|
margin-right:0;
|
||||||
}
|
}
|
||||||
.previewrow>div>a>img{
|
.walletmenu ul li a{
|
||||||
|
padding:8px 10px 5px 42px;
|
||||||
display:block;
|
display:block;
|
||||||
margin:auto;
|
|
||||||
margin-bottom:10px;
|
|
||||||
width:72px;
|
|
||||||
height:72px;
|
|
||||||
}
|
}
|
||||||
.previewrow>div>a,
|
.walletmenu ul li ul{
|
||||||
.previewrow>div>a:visited,
|
display:none;
|
||||||
.previewrow>div>a:link,
|
position:absolute;
|
||||||
.previewrow>div>a:active{
|
border:1px solid #0d579b;
|
||||||
|
padding:4px 0;
|
||||||
|
min-width:110%;
|
||||||
|
left:0;
|
||||||
|
-moz-box-sizing:border-box;
|
||||||
|
-webkit-box-sizing:border-box;
|
||||||
|
box-sizing:border-box;
|
||||||
|
}
|
||||||
|
.walletmenu ul li:hover ul{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
.walletmenu ul li ul li{
|
||||||
|
font-size:80%;
|
||||||
|
display:block;
|
||||||
|
padding:0;
|
||||||
|
margin:0;
|
||||||
|
-webkit-border-radius:0px;
|
||||||
|
-moz-border-radius:0px;
|
||||||
|
border-radius:0px;
|
||||||
|
}
|
||||||
|
.walletmenu ul li ul li a{
|
||||||
|
background-image:url(/img/wallet_select.svg);
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:-18px center;
|
||||||
|
padding:8px 10px 5px 10px;
|
||||||
|
margin:1px 0;
|
||||||
|
}
|
||||||
|
.walletmenu ul li ul li.select a{
|
||||||
|
background-position:94% center;
|
||||||
|
}
|
||||||
|
.walletmenu .wallet-mobile{
|
||||||
|
background-image:url(/img/wallet_menu_mobile.svg);
|
||||||
|
}
|
||||||
|
.walletmenu .wallet-desktop{
|
||||||
|
background-image:url(/img/wallet_menu_desktop.svg);
|
||||||
|
}
|
||||||
|
.walletmenu .wallet-hardware{
|
||||||
|
background-image:url(/img/wallet_menu_hardware.svg);
|
||||||
|
}
|
||||||
|
.walletmenu .wallet-web{
|
||||||
|
background-image:url(/img/wallet_menu_web.svg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.wallets{
|
||||||
|
width:605px;
|
||||||
|
text-align:left;
|
||||||
|
position:relative;
|
||||||
|
margin:auto;
|
||||||
|
padding:40px 0 20px 0;
|
||||||
|
font-size:0;
|
||||||
|
}
|
||||||
|
.wallets>div{
|
||||||
|
display:inline-block;
|
||||||
|
vertical-align:top;
|
||||||
|
font-size:16px;
|
||||||
|
}
|
||||||
|
.wallets>div>a,
|
||||||
|
.wallets>div>a:visited,
|
||||||
|
.wallets>div>a:link,
|
||||||
|
.wallets>div>a:active{
|
||||||
font-size:94%;
|
font-size:94%;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
|
@ -1205,70 +1260,128 @@ table td,table th{
|
||||||
height:110px;
|
height:110px;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
vertical-align:top;
|
vertical-align:top;
|
||||||
|
position:relative;
|
||||||
|
margin:0 14px 20px 14px;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
}
|
|
||||||
.previewrow>div>div{
|
|
||||||
opacity:0;
|
|
||||||
-moz-transition:opacity 400ms ease-out;
|
-moz-transition:opacity 400ms ease-out;
|
||||||
-webkit-transition:opacity 400ms ease-out;
|
-webkit-transition:opacity 400ms ease-out;
|
||||||
transition:opacity 400ms ease-out;
|
transition:opacity 400ms ease-out;
|
||||||
|
}
|
||||||
|
.wallets>div.disabled>a{
|
||||||
|
cursor:default;
|
||||||
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
|
||||||
|
opacity:0.2;
|
||||||
|
-webkit-filter:grayscale(100%);
|
||||||
|
-moz-filter:grayscale(100%);
|
||||||
|
-ms-filter:grayscale(100%);
|
||||||
|
-o-filter:grayscale(100%);
|
||||||
|
filter:grayscale(100%);
|
||||||
|
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
|
||||||
|
filter:alpha(opacity=20), gray;
|
||||||
|
}
|
||||||
|
.wallets>div>a>span{
|
||||||
|
display:none;
|
||||||
|
position:absolute;
|
||||||
|
z-index:100;
|
||||||
|
height:32px;
|
||||||
|
background:url(/img/wallet_bubble.svg) no-repeat center 0;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
right:0;
|
||||||
|
}
|
||||||
|
.wallets>div:hover>a>span{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
.wallets>div.disabled:hover>a>span{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.wallets>div>a>img{
|
||||||
|
display:block;
|
||||||
|
margin:auto;
|
||||||
|
margin-bottom:5px;
|
||||||
|
width:72px;
|
||||||
|
height:72px;
|
||||||
|
}
|
||||||
|
.wallets>div>div{
|
||||||
|
opacity:0;
|
||||||
width:0;
|
width:0;
|
||||||
height:0;
|
height:0;
|
||||||
|
overflow:hidden;
|
||||||
|
visibility:hidden;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:-110px;
|
padding:20px;
|
||||||
right:-110px;
|
border:solid 2px #2c6faf;
|
||||||
bottom:100px;
|
background-color:#f1f8fb;
|
||||||
padding:0;
|
z-index:100;
|
||||||
z-index:1000;
|
top:-352px;
|
||||||
overflow:hidden;
|
left:-20px;
|
||||||
|
right:-20px;
|
||||||
|
-moz-transition:opacity 400ms ease-out;
|
||||||
|
-webkit-transition:opacity 400ms ease-out;
|
||||||
|
transition:opacity 400ms ease-out;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
border-radius:4px;
|
||||||
}
|
}
|
||||||
.previewrow>div:hover>div{
|
.wallets>div:hover>div{
|
||||||
opacity:1;
|
opacity:1;
|
||||||
width:auto;
|
width:auto;
|
||||||
height:auto;
|
height:350px;
|
||||||
|
visibility:visible;
|
||||||
|
overflow:visible;
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div:first-child{
|
.wallets>div.disabled:hover>div{
|
||||||
background:url(/img/bubbletop.svg) bottom center no-repeat;
|
opacity:0;
|
||||||
height:10px;
|
width:0;
|
||||||
|
height:0;
|
||||||
|
visibility:hidden;
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div:first-child+div{
|
.wallets>div:nth-child(1n+7)>div{
|
||||||
background:url(/img/bubblemiddle.svg) bottom center repeat-y;
|
top:-222px;
|
||||||
padding:0 25px;
|
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div:first-child+div+div{
|
.wallets>div:first-child+div+div+div+div+div+div>div,
|
||||||
background:url(/img/bubblebottom.svg) bottom center no-repeat;
|
.wallets>div:first-child+div+div+div+div+div+div+div>div,
|
||||||
height:64px;
|
.wallets>div:first-child+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div>div{
|
||||||
|
/*IE8 Support*/
|
||||||
|
top:-222px;
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div>span{
|
.wallets>div:nth-child(1n+13)>div{
|
||||||
position:absolute;
|
top:-92px;
|
||||||
top:24px;
|
|
||||||
right:30px;
|
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div>h2{
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div,
|
||||||
|
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>div{
|
||||||
|
/*IE8 Support*/
|
||||||
|
top:-92px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2{
|
||||||
margin:0;
|
margin:0;
|
||||||
padding-top:10px;
|
text-align:left;
|
||||||
font-size:115%;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div>span>img{
|
.wallets>div>div>h2:first-child+div{
|
||||||
|
display:inline-block;
|
||||||
|
margin-left:10px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div>img{
|
||||||
margin-left:4px;
|
margin-left:4px;
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div>h2:first-child+span+p{
|
.wallets>div>div>h2:first-child+div+div{
|
||||||
font-size:95%;
|
margin:10px 0 12px 0;
|
||||||
margin:0;
|
|
||||||
padding:10px 0;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div>h2:first-child+span+p+p{
|
|
||||||
text-align:center;
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
padding:0;
|
||||||
position:relative;
|
|
||||||
bottom:-10px;
|
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div>h2:first-child+span+p+p>a,
|
.wallets>div>div>h2:first-child+div+div>a,
|
||||||
.previewrow>div>div>div>h2:first-child+span+p+p>a:visited,
|
.wallets>div>div>h2:first-child+div+div>a:visited,
|
||||||
.previewrow>div>div>div>h2:first-child+span+p+p>a:link,
|
.wallets>div>div>h2:first-child+div+div>a:link,
|
||||||
.previewrow>div>div>div>h2:first-child+span+p+p>a:active{
|
.wallets>div>div>h2:first-child+div+div>a:active{
|
||||||
|
display:inline-block;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
|
@ -1284,59 +1397,163 @@ table td,table th{
|
||||||
-moz-border-radius:4px;
|
-moz-border-radius:4px;
|
||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
}
|
}
|
||||||
.previewrow>div>div>div>h2:first-child+span+p+p>a:hover{
|
.wallets>div>div>h2:first-child+div+div>a:hover{
|
||||||
background-image:none;
|
background-image:none;
|
||||||
}
|
}
|
||||||
.previewrow .walletwarning>div:first-child{
|
.wallets>div>div>h2:first-child+div+div+div{
|
||||||
background:url(/img/bubblewarntop.svg) bottom center no-repeat;
|
margin:5px 0;
|
||||||
}
|
}
|
||||||
.previewrow .walletwarning>div:first-child+div{
|
.wallets>div>div>h2:first-child+div+div+div>div{
|
||||||
background:url(/img/bubblewarnmiddle.svg) bottom center repeat-y;
|
padding:5px 0 5px 22px;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:left 4px;
|
||||||
|
cursor:default;
|
||||||
|
line-height:16px;
|
||||||
}
|
}
|
||||||
.previewrow .walletwarning>div:first-child+div+div{
|
.wallets>div>div>h2:first-child+div+div+div>div>div{
|
||||||
background:url(/img/bubblewarnbottom.svg) bottom center no-repeat;
|
display:inline-block;
|
||||||
|
background-image:url(/img/wallet_help.png);
|
||||||
|
background-image:none, url(/img/wallet_help.svg), url(/img/wallet_help.png);
|
||||||
|
width:16px;
|
||||||
|
height:16px;
|
||||||
|
margin-left:5px;
|
||||||
|
vertical-align:top;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
.previewrow .walletwarning>div>h2:first-child+span+p+p a,
|
.wallets>div>div>h2:first-child+div+div+div>div>div>span{
|
||||||
.previewrow .walletwarning>div>h2:first-child+span+p+p a:link,
|
|
||||||
.previewrow .walletwarning>div>h2:first-child+span+p+p a:visited,
|
|
||||||
.previewrow .walletwarning>div>h2:first-child+span+p+p a:active{
|
|
||||||
background-color:#b95357;
|
|
||||||
background-image:-o-linear-gradient(bottom, #a04246 14%, #b95357 70%);
|
|
||||||
background-image:-moz-linear-gradient(bottom, #a04246 14%, #b95357 70%);
|
|
||||||
background-image:-webkit-linear-gradient(bottom, #a04246 14%, #b95357 70%);
|
|
||||||
background-image:-ms-linear-gradient(bottom, #a04246 14%, #b95357 70%);
|
|
||||||
background-image:linear-gradient(bottom, #a04246 14%, #b95357 70%);
|
|
||||||
border:1px solid #a04246;
|
|
||||||
}
|
|
||||||
.previewrow .walletwarning>div>h2:first-child+span+p+p a:hover{
|
|
||||||
background-image:none;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo>div:first-child{
|
|
||||||
background:url(/img/bubbleinfotop.svg) bottom center no-repeat;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo>div:first-child+div{
|
|
||||||
background:url(/img/bubbleinfomiddle.svg) bottom center repeat-y;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo>div:first-child+div+div{
|
|
||||||
background:url(/img/bubbleinfobottom.svg) bottom center no-repeat;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo>div>h2:first-child+span+p+p a,
|
|
||||||
.previewrow .walletinfo>div>h2:first-child+span+p+p a:link,
|
|
||||||
.previewrow .walletinfo>div>h2:first-child+span+p+p a:visited,
|
|
||||||
.previewrow .walletinfo>div>h2:first-child+span+p+p a:active{
|
|
||||||
background-color:#ee9209;
|
|
||||||
background-image:-o-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
|
||||||
background-image:-moz-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
|
||||||
background-image:-webkit-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
|
||||||
background-image:-ms-linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
|
||||||
background-image:linear-gradient(bottom, #e28700 14%, #ee9209 70%);
|
|
||||||
border:1px solid #d57700;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo>div>h2:first-child+span+p+p a:hover{
|
|
||||||
background-image:none;
|
|
||||||
}
|
|
||||||
.previewmobile{
|
|
||||||
display:none;
|
display:none;
|
||||||
|
position:absolute;
|
||||||
|
left:6px;
|
||||||
|
top:-30px;
|
||||||
|
width:25px;
|
||||||
|
height:70px;
|
||||||
|
z-index:90;
|
||||||
|
background-repeat:no-repeat;
|
||||||
|
background-position:right 30px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div>div:hover>div>span{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div>div>div>p{
|
||||||
|
opacity:0;
|
||||||
|
width:0;
|
||||||
|
height:0;
|
||||||
|
overflow:hidden;
|
||||||
|
border:1px solid;
|
||||||
|
visibility:hidden;
|
||||||
|
position:absolute;
|
||||||
|
font-size:85%;
|
||||||
|
background-color:#fff;
|
||||||
|
left:30px;
|
||||||
|
top:-30px;
|
||||||
|
padding:10px;
|
||||||
|
margin:0;
|
||||||
|
-moz-transition:opacity 400ms ease-out;
|
||||||
|
-webkit-transition:opacity 400ms ease-out;
|
||||||
|
transition:opacity 400ms ease-out;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
border-radius:4px;
|
||||||
|
z-index:90;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div>div:hover>div>p{
|
||||||
|
opacity:1;
|
||||||
|
width:350px;
|
||||||
|
height:auto;
|
||||||
|
visibility:visible;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div+p{
|
||||||
|
font-size:95%;
|
||||||
|
margin:0;
|
||||||
|
padding-right:5px;
|
||||||
|
height:137px;
|
||||||
|
width:320px;
|
||||||
|
overflow:auto;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div+p+div{
|
||||||
|
position:absolute;
|
||||||
|
top:20px;
|
||||||
|
right:20px;
|
||||||
|
height:350px;
|
||||||
|
width:250px;
|
||||||
|
}
|
||||||
|
.wallets>div>div>h2:first-child+div+div+div+p+div>img{
|
||||||
|
border:1px solid #BDBDBD;
|
||||||
|
}
|
||||||
|
.wallets .checkgood{
|
||||||
|
color:#329239;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
.wallets .checkgood p{
|
||||||
|
border-color:#329239;
|
||||||
|
font-weight:normal;
|
||||||
|
}
|
||||||
|
.wallets .checkgood>div>span{
|
||||||
|
background-image:url(/img/checkbubble_pass.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkpass{
|
||||||
|
color:#329239;
|
||||||
|
}
|
||||||
|
.wallets .checkpass p{
|
||||||
|
border-color:#329239;
|
||||||
|
}
|
||||||
|
.wallets .checkpass>div>span{
|
||||||
|
background-image:url(/img/checkbubble_pass.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkfail{
|
||||||
|
color:#ee9209;
|
||||||
|
}
|
||||||
|
.wallets .checkfail p{
|
||||||
|
border-color:#ee9209;
|
||||||
|
}
|
||||||
|
.wallets .checkfail>div>span{
|
||||||
|
background-image:url(/img/checkbubble_fail.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkcontrol.checkpass,
|
||||||
|
.wallets .checkcontrol.checkgood{
|
||||||
|
background-image:url(/img/check_control_pass.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkcontrol.checkfail{
|
||||||
|
background-image:url(/img/check_control_fail.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkdecentralization.checkpass,
|
||||||
|
.wallets .checkdecentralization.checkgood{
|
||||||
|
background-image:url(/img/check_decentralization_pass.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkdecentralization.checkfail{
|
||||||
|
background-image:url(/img/check_decentralization_fail.svg);
|
||||||
|
}
|
||||||
|
.wallets .checktransparency.checkpass,
|
||||||
|
.wallets .checktransparency.checkgood{
|
||||||
|
background-image:url(/img/check_transparency_pass.svg);
|
||||||
|
}
|
||||||
|
.wallets .checktransparency.checkfail{
|
||||||
|
background-image:url(/img/check_transparency_fail.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkenvironment.checkpass,
|
||||||
|
.wallets .checkenvironment.checkgood{
|
||||||
|
background-image:url(/img/check_environment_pass.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkenvironment.checkfail{
|
||||||
|
background-image:url(/img/check_environment_fail.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkprivacy.checkpass,
|
||||||
|
.wallets .checkprivacy.checkgood{
|
||||||
|
background-image:url(/img/check_privacy_pass.svg);
|
||||||
|
}
|
||||||
|
.wallets .checkprivacy.checkfail{
|
||||||
|
background-image:url(/img/check_privacy_fail.svg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.walletsswitch{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.walletsmobile{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.walletsdisclaimer h2{
|
||||||
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 .rssicon{
|
h1 .rssicon{
|
||||||
|
@ -1870,73 +2087,6 @@ h2 .rssicon{
|
||||||
width:auto;
|
width:auto;
|
||||||
height:auto;
|
height:auto;
|
||||||
}
|
}
|
||||||
.preview{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
.preview{
|
|
||||||
width:auto;
|
|
||||||
border:0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
.previewrow{
|
|
||||||
float:none;
|
|
||||||
padding-left:0;
|
|
||||||
margin:auto;
|
|
||||||
}
|
|
||||||
.previewrow.previewmobile{
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
.previewrow{
|
|
||||||
width:auto;
|
|
||||||
text-align:left;
|
|
||||||
}
|
|
||||||
.previewrow>p{
|
|
||||||
font-size:100%;
|
|
||||||
}
|
|
||||||
.previewrow>h2{
|
|
||||||
margin-top:20px;
|
|
||||||
}
|
|
||||||
.previewrow>div>div{
|
|
||||||
position:fixed;
|
|
||||||
right:10px;
|
|
||||||
left:10px;
|
|
||||||
top:10px;
|
|
||||||
bottom:auto;
|
|
||||||
border:2px solid #2c6faf;
|
|
||||||
background:#f1f8fb;
|
|
||||||
z-index:1000;
|
|
||||||
-webkit-border-radius:5px;
|
|
||||||
-moz-border-radius:5px;
|
|
||||||
border-radius:5px;
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div{
|
|
||||||
padding:10px;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div:first-child{
|
|
||||||
background:none;
|
|
||||||
height:auto;
|
|
||||||
}
|
|
||||||
.previewrow>div>div>div>h2:first-child+span+p+p{
|
|
||||||
margin:10px 0;
|
|
||||||
position:static;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo{
|
|
||||||
border:2px solid #ee9209;
|
|
||||||
background-color:#fff8ea;
|
|
||||||
}
|
|
||||||
.previewrow .walletwarning{
|
|
||||||
border:2px solid #b95357;
|
|
||||||
background-color:#fff6f0;
|
|
||||||
}
|
|
||||||
.previewrow .walletwarning>div:first-child{
|
|
||||||
background:none;
|
|
||||||
height:auto;
|
|
||||||
}
|
|
||||||
.previewrow .walletinfo>div:first-child{
|
|
||||||
background:none;
|
|
||||||
height:auto;
|
|
||||||
}
|
|
||||||
.listtable div div{
|
.listtable div div{
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
@ -2058,6 +2208,97 @@ h2 .rssicon{
|
||||||
.resourcesmore div h2{
|
.resourcesmore div h2{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
|
.walletmenu ul{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
.walletmenu ul.hover{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
.walletmenu ul li{
|
||||||
|
display:block;
|
||||||
|
margin:15px 0;
|
||||||
|
}
|
||||||
|
.walletmenu ul li ul{
|
||||||
|
position:relative;
|
||||||
|
min-width:0;
|
||||||
|
}
|
||||||
|
.wallets{
|
||||||
|
width:auto;
|
||||||
|
}
|
||||||
|
.wallets>div.disabled{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.wallets>div>a,
|
||||||
|
.wallets>div>a:visited,
|
||||||
|
.wallets>div>a:link,
|
||||||
|
.wallets>div>a:active{
|
||||||
|
margin:0 13px 20px 13px;
|
||||||
|
}
|
||||||
|
.wallets>div:hover>div{
|
||||||
|
opacity:0;
|
||||||
|
width:0;
|
||||||
|
height:0;
|
||||||
|
visibility:hidden;
|
||||||
|
}
|
||||||
|
.wallets>div:hover>a>span{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile{
|
||||||
|
display:block;
|
||||||
|
padding:10px 0;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>a{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div,
|
||||||
|
.wallets.walletsmobile>div:hover>div{
|
||||||
|
display:block;
|
||||||
|
position:relative;
|
||||||
|
top:0;
|
||||||
|
left:0;
|
||||||
|
right:0;
|
||||||
|
padding:10px;
|
||||||
|
opacity:1;
|
||||||
|
width:auto;
|
||||||
|
height:auto;
|
||||||
|
visibility:visible;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div{
|
||||||
|
line-height:22px;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div+p{
|
||||||
|
padding-right:5px;
|
||||||
|
height:auto;
|
||||||
|
width:auto;
|
||||||
|
overflow:visible;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div+p+div{
|
||||||
|
position:static;
|
||||||
|
height:auto;
|
||||||
|
width:auto;
|
||||||
|
margin-top:10px;
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div:hover>div{
|
||||||
|
display:block;
|
||||||
|
background:none;
|
||||||
|
width:auto;
|
||||||
|
height:auto;
|
||||||
|
margin-left:0;
|
||||||
|
margin-top:10px;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p{
|
||||||
|
position:relative;
|
||||||
|
width:auto;
|
||||||
|
border:0;
|
||||||
|
background:none;
|
||||||
|
padding:0;
|
||||||
|
top:0;
|
||||||
|
left:-20px;
|
||||||
|
}
|
||||||
|
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div:hover>div>span{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
.download{
|
.download{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,526 +1,415 @@
|
||||||
---
|
---
|
||||||
layout: base
|
layout: base
|
||||||
id: choose-your-wallet
|
id: choose-your-wallet
|
||||||
|
|
||||||
|
wallets:
|
||||||
|
- bitcoincore:
|
||||||
|
title: "Bitcoin Core"
|
||||||
|
titleshort: "Bitcoin<br>Core"
|
||||||
|
compat: "desktop windows mac linux"
|
||||||
|
level: 1
|
||||||
|
platform:
|
||||||
|
desktop:
|
||||||
|
text: "walletbitcoinqt"
|
||||||
|
link: "walletdownload"
|
||||||
|
screenshot: "bitcoincore.png"
|
||||||
|
os:
|
||||||
|
- windows
|
||||||
|
- mac
|
||||||
|
- linux
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkgooddecentralizefullnode"
|
||||||
|
transparency: "checkgoodtransparencydeterministic"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
- multibit:
|
||||||
|
title: "MultiBit"
|
||||||
|
titleshort: "MultiBit"
|
||||||
|
compat: "desktop windows mac linux"
|
||||||
|
level: 2
|
||||||
|
platform:
|
||||||
|
desktop:
|
||||||
|
text: "walletmultibit"
|
||||||
|
link: "https://multibit.org"
|
||||||
|
screenshot: "multibit.png"
|
||||||
|
os:
|
||||||
|
- windows
|
||||||
|
- mac
|
||||||
|
- linux
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkpassdecentralizespv"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
- hive:
|
||||||
|
title: "Hive"
|
||||||
|
titleshort: "Hive"
|
||||||
|
compat: "mobile desktop android mac"
|
||||||
|
level: 2
|
||||||
|
platform:
|
||||||
|
mobile:
|
||||||
|
text: "wallethive-android"
|
||||||
|
link: "https://play.google.com/store/apps/details?id=com.hivewallet.androidclient.wallet"
|
||||||
|
screenshot: "hiveandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkpassdecentralizespv"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
desktop:
|
||||||
|
text: "wallethive"
|
||||||
|
link: "https://hivewallet.com/#native"
|
||||||
|
screenshot: "hivemac.png"
|
||||||
|
os:
|
||||||
|
- mac
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkpassdecentralizespv"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
- armory:
|
||||||
|
title: "Armory"
|
||||||
|
titleshort: "Armory"
|
||||||
|
compat: "desktop windows mac linux"
|
||||||
|
level: 2
|
||||||
|
platform:
|
||||||
|
desktop:
|
||||||
|
text: "walletarmory"
|
||||||
|
link: "https://bitcoinarmory.com"
|
||||||
|
screenshot: "armory.png"
|
||||||
|
os:
|
||||||
|
- windows
|
||||||
|
- mac
|
||||||
|
- linux
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkgooddecentralizefullnode"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
- electrum:
|
||||||
|
title: "Electrum"
|
||||||
|
titleshort: "Electrum"
|
||||||
|
compat: "desktop windows mac linux"
|
||||||
|
level: 2
|
||||||
|
platform:
|
||||||
|
desktop:
|
||||||
|
text: "walletelectrum"
|
||||||
|
link: "https://electrum.org"
|
||||||
|
screenshot: "electrum.png"
|
||||||
|
os:
|
||||||
|
- windows
|
||||||
|
- mac
|
||||||
|
- linux
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkpassdecentralizespv"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
- bitcoinwallet:
|
||||||
|
title: "Bitcoin Wallet"
|
||||||
|
titleshort: "Bitcoin<br>Wallet"
|
||||||
|
compat: "mobile android blackberry"
|
||||||
|
level: 2
|
||||||
|
platform:
|
||||||
|
mobile:
|
||||||
|
text: "walletbitcoinwallet"
|
||||||
|
link: "https://play.google.com/store/apps/details?id=de.schildbach.wallet"
|
||||||
|
screenshot: "bitcoinwalletandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
- blackberry
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkpassdecentralizespv"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
android:
|
||||||
|
text: "walletbitcoinwallet"
|
||||||
|
link: "https://play.google.com/store/apps/details?id=de.schildbach.wallet"
|
||||||
|
screenshot: "bitcoinwalletandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
- blackberry
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkpassdecentralizespv"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
blackberry:
|
||||||
|
text: "walletbitcoinwallet"
|
||||||
|
link: "http://appworld.blackberry.com/webstore/content/23952882/"
|
||||||
|
screenshot: "bitcoinwalletandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
- blackberry
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkpassdecentralizespv"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
- mycelium:
|
||||||
|
title: "Mycelium"
|
||||||
|
titleshort: "Mycelium"
|
||||||
|
compat: "mobile android"
|
||||||
|
level: 3
|
||||||
|
platform:
|
||||||
|
mobile:
|
||||||
|
text: "walletmyceliumwallet"
|
||||||
|
link: "https://play.google.com/store/apps/details?id=com.mycelium.wallet"
|
||||||
|
screenshot: "mycelium.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
check:
|
||||||
|
control: "checkgoodcontrolfull"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
- blockchain:
|
||||||
|
title: "Blockchain.info"
|
||||||
|
titleshort: "Blockchain<br>.info"
|
||||||
|
compat: "mobile desktop web android windows mac linux"
|
||||||
|
level: 3
|
||||||
|
platform:
|
||||||
|
mobile:
|
||||||
|
text: "walletblockchaininfo"
|
||||||
|
link: "https://play.google.com/store/apps/details?id=piuk.blockchain.android"
|
||||||
|
screenshot: "blockchainandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolhybrid"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
desktop:
|
||||||
|
text: "walletblockchaininfo"
|
||||||
|
link: "https://chrome.google.com/webstore/detail/blockchain/glaohkkooicollgefkkmndjcbblominl"
|
||||||
|
screenshot: "blockchaindesktop.png"
|
||||||
|
os:
|
||||||
|
- windows
|
||||||
|
- mac
|
||||||
|
- linux
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolhybrid"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkfailtransparencyremote"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
web:
|
||||||
|
text: "walletblockchaininfo"
|
||||||
|
link: "https://chrome.google.com/webstore/detail/blockchain/glaohkkooicollgefkkmndjcbblominl"
|
||||||
|
screenshot: "blockchaindesktop.png"
|
||||||
|
os:
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolhybrid"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkfailtransparencyremote"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkfailprivacyreuse"
|
||||||
|
- bitgo:
|
||||||
|
title: "BitGo"
|
||||||
|
titleshort: "BitGo"
|
||||||
|
compat: "web"
|
||||||
|
level: 3
|
||||||
|
platform:
|
||||||
|
web:
|
||||||
|
text: "walletbitgo"
|
||||||
|
link: "https://www.bitgo.com/"
|
||||||
|
screenshot: "bitgo.png"
|
||||||
|
os:
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolmulti"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkfailtransparencyremote"
|
||||||
|
environment: "checkpassenvironmenttwofactor"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
- greenaddress:
|
||||||
|
title: "GreenAddress"
|
||||||
|
titleshort: "Green<br>Address"
|
||||||
|
compat: "mobile desktop web android iphone windows mac linux"
|
||||||
|
level: 3
|
||||||
|
platform:
|
||||||
|
mobile:
|
||||||
|
text: "walletgreenaddress"
|
||||||
|
link: "https://play.google.com/store/apps/details?id=it.greenaddress.cordova"
|
||||||
|
screenshot: "greenaddressandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
- iphone
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolmulti"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
desktop:
|
||||||
|
text: "walletgreenaddress"
|
||||||
|
link: "https://chrome.google.com/webstore/detail/greenaddressit/dgbimgjoijjemhdamicmljbncacfndmp"
|
||||||
|
screenshot: "greenaddressdesktop.png"
|
||||||
|
os:
|
||||||
|
- windows
|
||||||
|
- mac
|
||||||
|
- linux
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolmulti"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkfailtransparencyremote"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
web:
|
||||||
|
text: "walletgreenaddress"
|
||||||
|
link: "https://chrome.google.com/webstore/detail/greenaddressit/dgbimgjoijjemhdamicmljbncacfndmp"
|
||||||
|
screenshot: "greenaddressdesktop.png"
|
||||||
|
os:
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolmulti"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkfailtransparencyremote"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
iphone:
|
||||||
|
text: "walletgreenaddress"
|
||||||
|
link: "https://itunes.apple.com/us/app/greenaddress/id889740745?ls=1&mt=8"
|
||||||
|
screenshot: "greenaddressandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
- iphone
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolmulti"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
android:
|
||||||
|
text: "walletgreenaddress"
|
||||||
|
link: "https://play.google.com/store/apps/details?id=it.greenaddress.cordova"
|
||||||
|
screenshot: "greenaddressandroid.png"
|
||||||
|
os:
|
||||||
|
- android
|
||||||
|
- iphone
|
||||||
|
check:
|
||||||
|
control: "checkpasscontrolmulti"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkpasstransparencyopensource"
|
||||||
|
environment: "checkpassenvironmentmobile"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
- coinbase:
|
||||||
|
title: "Coinbase"
|
||||||
|
titleshort: "Coinbase"
|
||||||
|
compat: "web"
|
||||||
|
level: 4
|
||||||
|
platform:
|
||||||
|
web:
|
||||||
|
text: "walletcoinbase"
|
||||||
|
link: "https://coinbase.com"
|
||||||
|
screenshot: "coinbase.png"
|
||||||
|
os:
|
||||||
|
check:
|
||||||
|
control: "checkfailcontrolthirdparty"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkfailtransparencyremote"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
|
- coinkite:
|
||||||
|
title: "Coinkite"
|
||||||
|
titleshort: "Coinkite"
|
||||||
|
compat: "web"
|
||||||
|
level: 4
|
||||||
|
platform:
|
||||||
|
web:
|
||||||
|
text: "walletcoinkite"
|
||||||
|
link: "https://coinkite.com"
|
||||||
|
screenshot: "coinkite.png"
|
||||||
|
os:
|
||||||
|
check:
|
||||||
|
control: "checkfailcontrolthirdparty"
|
||||||
|
decentralization: "checkfaildecentralizecentralized"
|
||||||
|
transparency: "checkfailtransparencyremote"
|
||||||
|
environment: "checkfailenvironmentdesktop"
|
||||||
|
privacy: "checkpassprivacyrotate"
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summarytxt">{% translate summary %}</p>
|
<p class="summary">{% translate pagedesc %}</p>
|
||||||
<h2>{% translate getstarted %}</h2>
|
|
||||||
<ul>
|
|
||||||
<li>{% translate getstarteddesk %}</li>
|
|
||||||
<li>{% translate getstartedmobi %}</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>{% translate bethenetwork %}</h2>
|
<div class="walletmenu" id="walletmenu" onmouseover="walletListener(event);" onmouseout="walletListener(event);" onclick="walletListener(event);">
|
||||||
<p class="pleftfloat"><img src="/img/icon-be-the-network.svg" alt="Network" />{% translate bethenetworktxt %}</p>
|
<ul onclick="mobileMenuHover(event);">
|
||||||
|
<li class="wallet-mobile">
|
||||||
<div class="previewrow previewmobile" onclick="mobileWHover(event);">
|
<a data-walletcompat="mobile">{% translate walletcatmobile %}</a>
|
||||||
|
<ul>
|
||||||
<h2><img class="titleicon" src="/img/ico_mobile.svg" alt="mobile wallets" />{% translate walletmobi %}</h2>
|
<li><a data-walletcompat="android">Android</a></li>
|
||||||
<p>{% translate walletmobitxt %}</p>
|
<li><a data-walletcompat="iphone">iPhone</a></li>
|
||||||
|
<li><a data-walletcompat="blackberry">BlackBerry</a></li>
|
||||||
<div>
|
</ul>
|
||||||
<div>
|
</li>
|
||||||
<div>
|
<li class="wallet-desktop">
|
||||||
<h2>Bitcoin Wallet</h2>
|
<a data-walletcompat="desktop">{% translate walletcatdesktop %}</a>
|
||||||
<span><img src="/img/os/android.png" alt="Android" title="Android" /><img src="/img/os/blackberry.png" alt="BlackBerry OS" title="BlackBerry OS" /></span>
|
<ul>
|
||||||
<p>{% translate walletbitcoinwallet %}</p>
|
<li><a data-walletcompat="windows">Windows</a></li>
|
||||||
<p><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet">{% translate walletvisit %}</a></p>
|
<li><a data-walletcompat="mac">Mac</a></li>
|
||||||
</div>
|
<li><a data-walletcompat="linux">Linux</a></li>
|
||||||
</div>
|
</ul>
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-bitcoinwallet.png" alt="bitcoin wallet" />Bitcoin<br>Wallet</a>
|
</li>
|
||||||
</div>
|
<li class="wallet-hardware"><a data-walletcompat="hardware">{% translate walletcathardware %}</a></li>
|
||||||
<div>
|
<li class="wallet-web"><a data-walletcompat="web">{% translate walletcatweb %}</a></li>
|
||||||
<div>
|
</ul>
|
||||||
<div>
|
|
||||||
<h2>Hive Android</h2>
|
|
||||||
<span><img src="/img/os/android.png" alt="Android" title="Android" /></span>
|
|
||||||
<p>{% translate wallethive-android %}</p>
|
|
||||||
<p><a href="https://play.google.com/store/apps/details?id=com.hivewallet.androidclient.wallet">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-hive.png" alt="hive" />Hive<br>Android</a>
|
|
||||||
</div>
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="mycelium">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div>
|
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p>{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-mycelium.png" alt="mycelium wallet" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_desktop.svg" alt="Desktop wallets" />{% translate walletdesk %}</h2>
|
|
||||||
<p>{% translate walletdesktxt %}</p>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<h2>Bitcoin Core</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
|
||||||
<p>{% translate walletbitcoinqt %}</p>
|
|
||||||
<p>{% translate walletdownload %}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-bitcoin.png" alt="Bitcoin Core" />Bitcoin<br>Core</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<h2>MultiBit</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
|
||||||
<p>{% translate walletmultibit %}</p>
|
|
||||||
<p><a href="https://multibit.org">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-multibit.png" alt="multibit" />MultiBit</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<h2>Hive OS X</h2>
|
|
||||||
<span><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
|
||||||
<p>{% translate wallethive %}</p>
|
|
||||||
<p><a href="https://hivewallet.com/#native">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-hive.png" alt="hive" />Hive OS X</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<h2>Armory</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /></span>
|
|
||||||
<p>{% translate walletarmory %}</p>
|
|
||||||
<p><a href="https://bitcoinarmory.com">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-armory.png" alt="armory" />Armory</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<h2>Electrum</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /><img src="/img/os/android.png" alt="Android" title="Android" /></span>
|
|
||||||
<p>{% translate walletelectrum %}</p>
|
|
||||||
<p><a href="https://electrum.org">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-electrum.png" alt="electrum" />Electrum</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_international.svg" alt="web wallets" />{% translate walletweb %}</h2>
|
<div class="wallets" id="wallets" onclick="walletMobileShow(event);">
|
||||||
<p>{% translate walletwebtxt %}</p>
|
{% for wallet in page.wallets %}{% for wallet in wallet %}{% if wallet[1].platform.mobile %}{% assign platform = wallet[1].platform.mobile %}{% elsif wallet[1].platform.desktop %}{% assign platform = wallet[1].platform.desktop %}{% elsif wallet[1].platform.hardware %}{% assign platform = wallet[1].platform.hardware %}{% else %}{% assign platform = wallet[1].platform.web %}{% endif %}
|
||||||
|
<div id="wallet-{{ wallet[0] }}" data-walletcompat="{{ wallet[1].compat }}" data-walletlevel="{{ wallet[1].level }}">
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'fa' or 'pl' or 'zh_TW' %}
|
|
||||||
<div data-id="blockchaindesktop">
|
|
||||||
<div class="walletwarning">
|
|
||||||
<div>
|
<div>
|
||||||
<h2>{% translate walletwebwarning %}</h2>
|
<h2>{{ wallet[1].title }}</h2>
|
||||||
<span></span>
|
<div>{% for os in platform.os %}<img src="/img/os/{{ os }}.png" alt="{{ os }}" title="{{ os }}" />{% endfor %}</div>
|
||||||
<p>{% translate walletwebwarningtxt %}</p>
|
<div>{% if platform.link contains '://' %}<a href="{{ platform.link }}">{% translate walletvisit %}</a>{% else %}{% translate {{platform.link}} %}{% endif %}</div>
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-blockchain.png" alt="blockchain.info" /></a>
|
|
||||||
</div>
|
|
||||||
{% else %}
|
|
||||||
<div data-id="blockchaindesktop">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div>
|
<div>
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
{% for check in platform.check %}<div class="check{{ check[0] }} {% if check[1] contains "checkgood" %}checkgood{% elsif check[1] contains "checkpass" %}checkpass{% else %}checkfail{% endif %}">{% translate {{check[1]}} %}<div><p>{% translate {{check[1]}}txt %}</p><span></span></div></div>{% endfor %}
|
||||||
<span></span>
|
|
||||||
<p>{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
<p>{% translate {{platform.text}} %}</p>
|
||||||
|
<div><img src="/img/screenshots/{{ platform.screenshot }}" alt="screenshot"></div>
|
||||||
</div>
|
</div>
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-blockchain.png" alt="blockchain.info" /></a>
|
<a href="#" onclick="return false;"><img src="/img/clients/lo-{{ wallet[0] }}.png" alt="{{ wallet[1].title }}" />{{ wallet[1].titleshort }}<span></span></a>
|
||||||
</div>
|
</div>
|
||||||
{% endcase %}
|
{% endfor %}{% endfor %}
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'bg' or 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="bitgo">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div>
|
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p>{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-bitgo.png" alt="coinkite" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'bg' or 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="greenaddressweb">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div>
|
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p>{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-greenaddress.png" alt="greenaddress" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
<div data-id="coinbase">
|
|
||||||
<div class="walletwarning">
|
|
||||||
<div>
|
|
||||||
<h2>{% translate walletwebwarning %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p>{% translate walletwebwarningtxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-coinbase.png" alt="coinbase" /></a>
|
|
||||||
</div>
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'bg' or 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="coinkite">
|
|
||||||
<div class="walletwarning">
|
|
||||||
<div>
|
|
||||||
<h2>{% translate walletwebwarning %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p>{% translate walletwebwarningtxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-coinkite.png" alt="coinkite" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="preview">
|
<div class="wallets walletsswitch" id="walletsswitch">
|
||||||
|
{% for wallet in page.wallets %}{% for wallet in wallet %}{% for platform in wallet[1].platform %}
|
||||||
<div class="previewcol">
|
<div id="wallet-{{ wallet[0] }}-{{ platform[0] }}" data-walletcompat="{{ wallet[1].compat }}" data-walletlevel="{{ wallet[1].level }}">
|
||||||
|
<div>
|
||||||
<div class="previewrow">
|
<h2>{{ wallet[1].title }}</h2>
|
||||||
<h2><img class="titleicon" src="/img/ico_desktop.svg" alt="Desktop wallets" />{% translate walletdesk %}</h2>
|
<div>{% for os in platform[1].os %}<img src="/img/os/{{ os }}.png" alt="{{ os }}" title="{{ os }}" />{% endfor %}</div>
|
||||||
<p class="hyphenate">{% translate walletdesktxt %}</p>
|
<div>{% if platform[1].link contains '://' %}<a href="{{ platform[1].link }}">{% translate walletvisit %}</a>{% else %}{% translate {{platform[1].link}} %}{% endif %}</div>
|
||||||
|
<div>
|
||||||
|
{% for check in platform[1].check %}<div class="check{{ check[0] }} {% if check[1] contains "checkgood" %}checkgood{% elsif check[1] contains "checkpass" %}checkpass{% else %}checkfail{% endif %}">{% translate {{check[1]}} %}<div><p>{% translate {{check[1]}}txt %}</p><span></span></div></div>{% endfor %}
|
||||||
|
</div>
|
||||||
|
<p>{% translate {{platform[1].text}} %}</p>
|
||||||
|
<div><img src="/img/screenshots/{{ platform[1].screenshot }}" alt="screenshot"></div>
|
||||||
|
</div>
|
||||||
|
<a href="#" onclick="return false;"><img src="/img/clients/lo-{{ wallet[0] }}.png" alt="{{ wallet[1].title }}" />{{ wallet[1].titleshort }}<span></span></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="previewrow">
|
{% endfor %}{% endfor %}{% endfor %}
|
||||||
<h2><img class="titleicon" src="/img/ico_mobile.svg" alt="mobile wallets" />{% translate walletmobi %}</h2>
|
|
||||||
<p class="hyphenate">{% translate walletmobitxt %}</p>
|
|
||||||
</div>
|
|
||||||
<div class="previewrow">
|
|
||||||
<h2><img class="titleicon" src="/img/ico_international.svg" alt="web wallets" />{% translate walletweb %}</h2>
|
|
||||||
<p class="hyphenate">{% translate walletwebtxt %}</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
<div class="wallets walletsmobile" id="walletsmobile"></div>
|
||||||
|
|
||||||
<div class="previewcol">
|
<script>walletShowPlatform('mobile');</script>
|
||||||
|
<script>walletRotate();</script>
|
||||||
<div class="previewrow">
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Bitcoin Core</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
|
||||||
<p class="hyphenate">{% translate walletbitcoinqt %}</p>
|
|
||||||
<p>{% translate walletdownload %}</p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-bitcoin.png" alt="Bitcoin Core" />Bitcoin<br>Core</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>MultiBit</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
|
||||||
<p class="hyphenate">{% translate walletmultibit %}</p>
|
|
||||||
<p><a href="https://multibit.org">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-multibit.png" alt="multibit" />MultiBit</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Hive OS X</h2>
|
|
||||||
<span><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /></span>
|
|
||||||
<p class="hyphenate">{% translate wallethive %}</p>
|
|
||||||
<p><a href="https://hivewallet.com/#native">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-hive.png" alt="hive" />Hive OS X</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Armory</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /></span>
|
|
||||||
<p class="hyphenate">{% translate walletarmory %}</p>
|
|
||||||
<p><a href="https://bitcoinarmory.com">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-armory.png" alt="armory" />Armory</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Electrum</h2>
|
|
||||||
<span><img src="/img/os/win.png" alt="Windows" title="Windows" /><img src="/img/os/linux.png" alt="Linux" title="Linux" /><img src="/img/os/osx-uni.png" alt="Mac OS X" title="Mac OS X" /><img src="/img/os/android.png" alt="Android" title="Android" /></span>
|
|
||||||
<p class="hyphenate">{% translate walletelectrum %}</p>
|
|
||||||
<p><a href="https://electrum.org">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-electrum.png" alt="electrum" />Electrum</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="previewrow">
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Bitcoin Wallet</h2>
|
|
||||||
<span><img src="/img/os/android.png" alt="Android" title="Android" /><img src="/img/os/blackberry.png" alt="BlackBerry OS" title="BlackBerry OS" /></span>
|
|
||||||
<p class="hyphenate">{% translate walletbitcoinwallet %}</p>
|
|
||||||
<p><a href="https://play.google.com/store/apps/details?id=de.schildbach.wallet">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-bitcoinwallet.png" alt="bitcoin wallet" />Bitcoin<br>Wallet</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Hive Android</h2>
|
|
||||||
<span><img src="/img/os/android.png" alt="Android" title="Android" /></span>
|
|
||||||
<p class="hyphenate">{% translate wallethive-android %}</p>
|
|
||||||
<p><a href="https://play.google.com/store/apps/details?id=com.hivewallet.androidclient.wallet">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-hive.png" alt="hive" />Hive<br>Android</a>
|
|
||||||
</div>
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="mycelium">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-mycelium.png" alt="mycelium wallet" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="previewrow">
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'fa' or 'pl' or 'zh_TW' %}
|
|
||||||
<div data-id="blockchaindesktop">
|
|
||||||
<div class="walletwarning">
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>{% translate walletwebwarning %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletwebwarningtxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-blockchain.png" alt="blockchain.info" /></a>
|
|
||||||
</div>
|
|
||||||
{% else %}
|
|
||||||
<div data-id="blockchaindesktop">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-blockchain.png" alt="blockchain.info" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'bg' or 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="bitgo">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-bitgo.png" alt="bitgo" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'bg' or 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="greenaddressweb">
|
|
||||||
<div class="walletinfo">
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>{% translate wallettrustinfo %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate wallettrustinfotxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-greenaddress.png" alt="greenaddress" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
<div data-id="coinbase">
|
|
||||||
<div class="walletwarning">
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>{% translate walletwebwarning %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletwebwarningtxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-coinbase.png" alt="coinbase" /></a>
|
|
||||||
</div>
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'bg' or 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div data-id="coinkite">
|
|
||||||
<div class="walletwarning">
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>{% translate walletwebwarning %}</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletwebwarningtxt %}</p>
|
|
||||||
<p><a href="#" onclick="walletShow(event);">{% translate walletwebwarningok %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-coinkite.png" alt="coinkite" /></a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="previewcol"><br><!--Prevent floating divs to overflow outside of the page.--></div>
|
|
||||||
|
|
||||||
<div class="previewrow" style="display:none;">
|
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'fa' or 'nl' or 'pl' or 'tr' or 'zh_TW' %}
|
|
||||||
{% else %}
|
|
||||||
<div id="mycelium">
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Mycelium Wallet</h2>
|
|
||||||
<span><img src="/img/os/android.png" alt="Android" title="Android" /></span>
|
|
||||||
<p class="hyphenate">{% translate walletmyceliumwallet %}</p>
|
|
||||||
<p><a href="https://play.google.com/store/apps/details?id=com.mycelium.wallet">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-mycelium.png" alt="mycelium wallet" />Mycelium<br>Wallet</a>
|
|
||||||
</div>
|
|
||||||
{% endcase %}
|
|
||||||
<div id="blockchaindesktop">
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Blockchain.info</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletblockchaininfo %}</p>
|
|
||||||
<p><a href="https://blockchain.info/wallet/chrome-extension">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-blockchain.png" alt="blockchain" />Blockchain<br>.info</a>
|
|
||||||
</div>
|
|
||||||
<div id="coinbase">
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Coinbase</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletcoinbase %}</p>
|
|
||||||
<p><a href="https://coinbase.com">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-coinbase.png" alt="coinbase" />Coinbase</a>
|
|
||||||
</div>
|
|
||||||
<div id="coinkite">
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>Coinkite</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletcoinkite %}</p>
|
|
||||||
<p><a href="https://coinkite.com">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-coinkite.png" alt="coinkite" />Coinkite</a>
|
|
||||||
</div>
|
|
||||||
<div id="bitgo">
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>BitGo</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletbitgo %}</p>
|
|
||||||
<p><a href="https://www.bitgo.com/">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-bitgo.png" alt="bitgo" />BitGo</a>
|
|
||||||
</div>
|
|
||||||
<div id="greenaddressweb">
|
|
||||||
<div>
|
|
||||||
<div class="b1"></div>
|
|
||||||
<div class="b2">
|
|
||||||
<h2>GreenAddress</h2>
|
|
||||||
<span></span>
|
|
||||||
<p class="hyphenate">{% translate walletgreenaddress %}</p>
|
|
||||||
<p><a href="https://greenaddress.it/">{% translate walletvisit %}</a></p>
|
|
||||||
</div>
|
|
||||||
<div class="b3"></div>
|
|
||||||
</div>
|
|
||||||
<a href="#" onclick="return false;"><img src="/img/clients/lo-greenaddress.png" alt="greenaddress" />Green<br>Address</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<div class="walletsdisclaimer">
|
||||||
|
<h2><img src="/img/warning.svg" class="warningicon" alt="warning">{% translate educate %}</h2>
|
||||||
|
<p>{% translate educatetxt %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -25,7 +25,7 @@ id: download
|
||||||
<a href="/en/version-history">{% translate versionhistory %}</a>
|
<a href="/en/version-history">{% translate versionhistory %}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<h2><img src="/img/warning.svg" class="warningicon" alt="warning">{% translate patient %}</h2>
|
<h2><img src="/img/note.svg" class="warningicon" alt="note">{% translate patient %}</h2>
|
||||||
<p>{% translate notesync %}</p>
|
<p>{% translate notesync %}</p>
|
||||||
<p>{% translate notelicense %}</p>
|
<p>{% translate notelicense %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -100,18 +100,11 @@ en:
|
||||||
choose-your-wallet:
|
choose-your-wallet:
|
||||||
title: "Choose your wallet - Bitcoin"
|
title: "Choose your wallet - Bitcoin"
|
||||||
pagetitle: "Choose your Bitcoin wallet"
|
pagetitle: "Choose your Bitcoin wallet"
|
||||||
summary: "Your Bitcoin wallet is what allows you to transact with other users. It gives you ownership of a Bitcoin balance so that you can send and receive bitcoins. Just like email, all wallets can interoperate with each other. Before you start with Bitcoin, be sure to <b><a href=\"#you-need-to-know#\">read what you need to know</a></b> first."
|
pagedesc: "Find your wallet and start making payments with merchants and users."
|
||||||
getstarted: "Get started fast and easy"
|
walletcatmobile: "Mobile"
|
||||||
getstarteddesk: "<a href=\"https://multibit.org/\"><b>MultiBit</b></a> is an app you can download for Windows, Mac and Linux."
|
walletcatdesktop: "Desktop"
|
||||||
getstartedmobi: "<a href=\"https://play.google.com/store/apps/details?id=de.schildbach.wallet\"><b>Bitcoin Wallet</b></a> for Android runs on your phone or tablet."
|
walletcathardware: "Hardware"
|
||||||
bethenetwork: "Why be part of the Bitcoin network"
|
walletcatweb: "Web"
|
||||||
bethenetworktxt: "You can choose between different kinds of lightweight wallets or a <a href=\"#download#\"><b>full Bitcoin client</b></a>. The later uses more storage and bandwidth and can take a day or longer to synchronize. But there are benefits like increased privacy and security by not trusting other network nodes. Running full nodes is essential to protecting the network by checking and relaying transactions."
|
|
||||||
walletdesk: "Desktop wallets"
|
|
||||||
walletdesktxt: "Desktop wallets are installed on your computer. They give you complete control over your wallet. You are responsible for protecting your money and doing backups."
|
|
||||||
walletmobi: "Mobile wallets"
|
|
||||||
walletmobitxt: "Mobile wallets allow you to bring Bitcoin with you in your pocket. You can exchange bitcoins easily and pay in physical stores by scanning a QR code or using NFC \"tap to pay\"."
|
|
||||||
walletweb: "Web wallets"
|
|
||||||
walletwebtxt: "Web wallets allow you to use Bitcoin on any browser or mobile and often offer additional services. However, you must choose your web wallet with care as they host your bitcoins."
|
|
||||||
walletbitcoinqt: "Bitcoin Core is a full Bitcoin client and builds the backbone of the network. It offers the highest levels of security, privacy, and stability. However, it has fewer features and it takes a lot of space and memory."
|
walletbitcoinqt: "Bitcoin Core is a full Bitcoin client and builds the backbone of the network. It offers the highest levels of security, privacy, and stability. However, it has fewer features and it takes a lot of space and memory."
|
||||||
walletmultibit: "MultiBit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. MultiBit also supports many languages. It is a good choice for non-technical users."
|
walletmultibit: "MultiBit is a lightweight client that focuses on being fast and easy to use. It synchronizes with the network and is ready to use in minutes. MultiBit also supports many languages. It is a good choice for non-technical users."
|
||||||
wallethive: "Hive is a fast, integrated, user-friendly Bitcoin wallet for Mac OS X. With a focus on usability, Hive is translated into many languages and has apps, making it easy to interact with your favorite Bitcoin services and merchants."
|
wallethive: "Hive is a fast, integrated, user-friendly Bitcoin wallet for Mac OS X. With a focus on usability, Hive is translated into many languages and has apps, making it easy to interact with your favorite Bitcoin services and merchants."
|
||||||
|
@ -127,11 +120,46 @@ en:
|
||||||
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time your keys are server side, not even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App."
|
walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time your keys are server side, not even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App."
|
||||||
walletdownload: "<a href=\"#download#\">Download</a>"
|
walletdownload: "<a href=\"#download#\">Download</a>"
|
||||||
walletvisit: "Visit website"
|
walletvisit: "Visit website"
|
||||||
walletwebwarning: "Be careful"
|
checkgoodcontrolfull: "Control over your money"
|
||||||
walletwebwarningtxt: "Web wallets host your bitcoins. That means it is possible for them to lose your bitcoins following any incident on their side. As of today, no web wallet services provide enough insurance to be used to store value like a bank."
|
checkgoodcontrolfulltxt: "This wallet is giving you full control over your bitcoins. This means no third party can freeze or lose your funds. You are however still responsible for securing and backing up your wallet."
|
||||||
walletwebwarningok: "OK, I understand"
|
checkpasscontrolhybrid: "Hosted control over your money"
|
||||||
wallettrustinfo: "Third party"
|
checkpasscontrolhybridtxt: "This wallet is giving you control over your bitcoins. However, this service is retaining an encrypted copy of your wallet. This means your bitcoins can be stolen if you don't use a strong password and the service is compromised."
|
||||||
wallettrustinfotxt: "This wallet relies on a centralized service by default and requires a certain level of trust on a third party. This third party however does not control your wallet. Using backups and a strong password is always recommended when applicable."
|
checkpasscontrolmulti: "Shared control over your money"
|
||||||
|
checkpasscontrolmultitxt: "This wallet requires every transaction to be authorized both by you and this third party. Under normal circumstances, you can regain full control over your bitcoins using your initial backup or pre-signed transactions sent by email."
|
||||||
|
checkfailcontrolthirdpartyinsured: "Money controlled by a third party"
|
||||||
|
checkfailcontrolthirdpartyinsuredtxt: "This service has full control over your bitcoins. This means you need to trust this service will not freeze or mismanage your funds. Although this service claims to be providing insurrance against failures on their side, you are still responsible for securing your wallet."
|
||||||
|
checkfailcontrolthirdparty: "Money controlled by a third party"
|
||||||
|
checkfailcontrolthirdpartytxt: "This service has full control over your bitcoins. This means you need to trust this service will not lose your funds in an incident on their side. As of today, most web wallets don't insure their deposits like a bank, and many such services have suffered from security breaches in the past."
|
||||||
|
checkgooddecentralizefullnode: "Full node"
|
||||||
|
checkgooddecentralizefullnodetxt: "This wallet is a full node that is validating and relaying transactions on the Bitcoin network. This means no trust in a third party is required when verifying payments. Full nodes provide the highest level of security and are essential to protecting the network. However, they require more space, bandwidth, and a longer initial synchronization time."
|
||||||
|
checkgooddecentralizehardware: "Decentralized"
|
||||||
|
checkgooddecentralizehardwaretxt: "This device does not connect to the network by itself. However, it can be used with any compatible decentralized wallet without requiring trust in a third party when verifying payments."
|
||||||
|
checkpassdecentralizespv: "Decentralized"
|
||||||
|
checkpassdecentralizespvtxt: "This wallet connects to the Bitcoin network. This means very little trust in third parties is required when verifying payments. However, it is not as secure as a full node like <a href=\"#download#\">Bitcoin Core</a>."
|
||||||
|
checkfaildecentralizecentralized: "Centralized"
|
||||||
|
checkfaildecentralizecentralizedtxt: "This wallet relies on a centralized service by default. This means a third party must be trusted to not hide or simulate payments."
|
||||||
|
checkgoodtransparencydeterministic: "Complete transparency"
|
||||||
|
checkgoodtransparencydeterministictxt: "This wallet is open-source and built deterministically. This means any developer in the world can audit the code and make sure the final software isn't hiding any secrets."
|
||||||
|
checkpasstransparencyopensource: "Good transparency"
|
||||||
|
checkpasstransparencyopensourcetxt: "This wallet is open-source. This means any developer in the world can audit the code. However, you still need to trust developers of this wallet when installing or updating the final software because it was not built deterministically like <a href=\"#download#\">Bitcoin Core</a>."
|
||||||
|
checkpasstransparencyclosedsource: "No transparency"
|
||||||
|
checkpasstransparencyclosedsourcetxt: "This wallet is not open-source. This means it is not possible to audit the code and make sure the final software isn't hiding dangerous code or doing anything you wouldn't agree to."
|
||||||
|
checkfailtransparencyremote: "Remote app"
|
||||||
|
checkfailtransparencyremotetxt: "This wallet is loaded from a remote location. This means that whenever you use your wallet, you need to trust the developers to not steal or lose your bitcoins in an incident on their site. Using a browser extension or mobile app, if available, can reduce that risk."
|
||||||
|
checkgoodenvironmenthardware: "Very secure environment"
|
||||||
|
checkgoodenvironmenthardwaretxt: "This wallet is loaded from a secure specialized environment provided by the device. This provides very strong protection against computer vulnerabilities and malware since no software can be installed on this environment."
|
||||||
|
checkpassenvironmentmobile: "Secure environment"
|
||||||
|
checkpassenvironmentmobiletxt: "This wallet is loaded on mobiles where apps are usually isolated. This provides a good protection against malware. Although mobiles are usually easier to steal or lose. Encrypting your mobile and backing up your wallet can reduce that risk."
|
||||||
|
checkpassenvironmenttwofactor: "Two-factor authentication"
|
||||||
|
checkpassenvironmenttwofactortxt: "This wallet can be used from insecure environments. However, this service requires two-factor authentication. This means access to multiple devices or accounts is required to steal your bitcoins."
|
||||||
|
checkfailenvironmentdesktop: "Vulnerable environment"
|
||||||
|
checkfailenvironmentdesktoptxt: "This wallet can be loaded on computers which are vulnerable to malware. Securing your computer, using a strong passphrase, moving most of your funds to cold storage or enabling two-factor authentication can make it harder to steal on your bitcoins."
|
||||||
|
checkpassprivacyrotate: "Minimum privacy"
|
||||||
|
checkpassprivacyrotatetxt: "This wallet does not reuse addresses internally. This means this wallet makes it harder for people you transact with to spy your balance and payments. You should still take care to use a new Bitcoin address each time you request payment."
|
||||||
|
checkfailprivacyreuse: "Weak privacy"
|
||||||
|
checkfailprivacyreusetxt: "This wallet is reusing the same Bitcoin addresses. This means people you transact with can spy on your balance and payments."
|
||||||
|
educate: "Take time to educate yourself"
|
||||||
|
educatetxt: "Bitcoin is different than what you know and use every day. Before you start using Bitcoin for any serious transaction, be sure to read <a href=\"#you-need-to-know#\"><b>what you need to know</b></a> and take appropriate steps to <a href=\"#secure-your-wallet#\"><b>secure your wallet</b></a>. Always remember that it is your responsibility to choose your wallet carefully and adopt good practices in order to protect your money."
|
||||||
development:
|
development:
|
||||||
title: "Development - Bitcoin"
|
title: "Development - Bitcoin"
|
||||||
pagetitle: "Bitcoin development"
|
pagetitle: "Bitcoin development"
|
||||||
|
|
BIN
img/bubble.png
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 5.3 KiB |
|
@ -1,65 +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="280"
|
|
||||||
height="280"
|
|
||||||
id="svg4147"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
sodipodi:docname="bubbleinfo.svg">
|
|
||||||
<defs
|
|
||||||
id="defs4149" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="2"
|
|
||||||
inkscape:cx="106.84315"
|
|
||||||
inkscape:cy="100.89976"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1680"
|
|
||||||
inkscape:window-height="1026"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata4152">
|
|
||||||
<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 />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-772.36218)">
|
|
||||||
<path
|
|
||||||
style="fill:#fff8ea;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
|
|
||||||
d="m 1.2851726,773.6355 -0.024107,221.49684 140.2013639,55.96826 137.27276,-53.51078 -0.001,-223.9599 z"
|
|
||||||
id="path4155"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 1,017 B |
Before Width: | Height: | Size: 301 B |
|
@ -1,65 +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="280"
|
|
||||||
height="10"
|
|
||||||
id="svg4147"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.4 r9939"
|
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
sodipodi:docname="bubblemiddle.svg">
|
|
||||||
<defs
|
|
||||||
id="defs4149" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="45.254834"
|
|
||||||
inkscape:cx="5.3236261"
|
|
||||||
inkscape:cy="1.7695842"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="1000"
|
|
||||||
inkscape:window-x="1680"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata4152">
|
|
||||||
<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 />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1042.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
|
|
||||||
d="m 1.2851726,834.04016 -0.024107,221.49674 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.95984 z"
|
|
||||||
id="path4155"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 970 B |
Before Width: | Height: | Size: 5.2 KiB |
|
@ -1,65 +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="280"
|
|
||||||
height="280"
|
|
||||||
id="svg4147"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.3.1 r9886"
|
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
sodipodi:docname="bubble.svg">
|
|
||||||
<defs
|
|
||||||
id="defs4149" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="1"
|
|
||||||
inkscape:cx="335.19893"
|
|
||||||
inkscape:cy="25.701982"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1280"
|
|
||||||
inkscape:window-height="1000"
|
|
||||||
inkscape:window-x="1680"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata4152">
|
|
||||||
<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="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-772.36218)">
|
|
||||||
<path
|
|
||||||
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
|
|
||||||
d="m 1.2851726,773.6355 -0.024107,221.49684 140.2013639,55.96826 137.27276,-53.51078 -0.001,-223.9599 z"
|
|
||||||
id="path4155"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.9 KiB |
|
@ -1,65 +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="280"
|
|
||||||
height="64"
|
|
||||||
id="svg4147"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.3.1 r9886"
|
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
sodipodi:docname="bubblebottom.svg">
|
|
||||||
<defs
|
|
||||||
id="defs4149" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="2"
|
|
||||||
inkscape:cx="146.64031"
|
|
||||||
inkscape:cy="118.60676"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1680"
|
|
||||||
inkscape:window-height="1026"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata4152">
|
|
||||||
<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="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-988.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
|
|
||||||
d="m 1.2851726,772.39699 -0.024107,221.4968 140.2013644,55.96831 137.27276,-53.51081 -10e-4,-223.9599 z"
|
|
||||||
id="path4155"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 301 B |
|
@ -1,65 +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="280"
|
|
||||||
height="10"
|
|
||||||
id="svg4147"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.3.1 r9886"
|
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
sodipodi:docname="bubblewarnmiddle.svg">
|
|
||||||
<defs
|
|
||||||
id="defs4149" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="5.6568543"
|
|
||||||
inkscape:cx="1.7371966"
|
|
||||||
inkscape:cy="-0.70323794"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1680"
|
|
||||||
inkscape:window-height="1026"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata4152">
|
|
||||||
<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 />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
inkscape:label="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1042.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
|
|
||||||
d="m 1.2851726,834.04016 -0.024107,221.49674 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.95984 z"
|
|
||||||
id="path4155"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1,014 B |
|
@ -1,65 +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="280"
|
|
||||||
height="10"
|
|
||||||
id="svg4147"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.3.1 r9886"
|
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
|
||||||
inkscape:export-xdpi="90"
|
|
||||||
inkscape:export-ydpi="90"
|
|
||||||
sodipodi:docname="bubblewarntop.svg">
|
|
||||||
<defs
|
|
||||||
id="defs4149" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="1"
|
|
||||||
inkscape:cx="461.92324"
|
|
||||||
inkscape:cy="-196.6162"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="false"
|
|
||||||
inkscape:window-width="1680"
|
|
||||||
inkscape:window-height="1026"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata4152">
|
|
||||||
<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="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(0,-1042.3622)">
|
|
||||||
<path
|
|
||||||
style="fill:#fff6f0;fill-opacity:1;fill-rule:nonzero;stroke:#b95357;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
|
|
||||||
d="m 1.2851726,1043.6331 -0.024107,221.4968 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.9599 z"
|
|
||||||
id="path4155"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccc" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.2 KiB |
BIN
img/check_control_fail.png
Normal file
After Width: | Height: | Size: 527 B |
85
img/check_control_fail.svg
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_control_fail.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_control_fail.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="11.2"
|
||||||
|
inkscape:cx="9.5046914"
|
||||||
|
inkscape:cy="14.889601"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.10000098000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path4293-3"
|
||||||
|
sodipodi:cx="12.867188"
|
||||||
|
sodipodi:cy="10.052734"
|
||||||
|
sodipodi:rx="0.2109375"
|
||||||
|
sodipodi:ry="0.20898438"
|
||||||
|
d="m 13.078126,10.052734 c 0,0.115419 -0.09444,0.208985 -0.210938,0.208985 -0.116497,0 -0.210937,-0.09357 -0.210937,-0.208985 0,-0.1154185 0.09444,-0.208984 0.210937,-0.208984 0.116498,0 0.210938,0.093566 0.210938,0.208984 z"
|
||||||
|
transform="matrix(17.199831,0,0,17.199831,-211.18414,868.88985)" />
|
||||||
|
<path
|
||||||
|
style="fill:#ee9209;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 6.91584,1042.5126 -5.5645072,6.7499 0,1.8148 1.0991966,0.011 1.3754969,-0.9873 0.4774457,-1.0419 1.6087289,-0.05 0.3106385,-1.5227 1.4026712,-0.3848 3.2936574,-3.1622 z"
|
||||||
|
id="path4297-3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccc" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
id="path2986"
|
||||||
|
sodipodi:cx="22.033953"
|
||||||
|
sodipodi:cy="8.5770874"
|
||||||
|
sodipodi:rx="1.1995561"
|
||||||
|
sodipodi:ry="1.1995561"
|
||||||
|
d="m 23.233509,8.5770874 c 0,0.6624965 -0.53706,1.1995561 -1.199556,1.1995561 -0.662497,0 -1.199556,-0.5370596 -1.199556,-1.1995561 0,-0.6624965 0.537059,-1.1995561 1.199556,-1.1995561 0.662496,0 1.199556,0.5370596 1.199556,1.1995561 z"
|
||||||
|
transform="matrix(0.45138695,0,0,0.45138695,1.2860805,1036.8641)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
BIN
img/check_control_pass.png
Normal file
After Width: | Height: | Size: 530 B |
85
img/check_control_pass.svg
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_control_pass.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_control_pass.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="11.2"
|
||||||
|
inkscape:cx="26.82612"
|
||||||
|
inkscape:cy="14.889601"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path4293-3"
|
||||||
|
sodipodi:cx="12.867188"
|
||||||
|
sodipodi:cy="10.052734"
|
||||||
|
sodipodi:rx="0.2109375"
|
||||||
|
sodipodi:ry="0.20898438"
|
||||||
|
d="m 13.078126,10.052734 c 0,0.115419 -0.09444,0.208985 -0.210938,0.208985 -0.116497,0 -0.210937,-0.09357 -0.210937,-0.208985 0,-0.1154185 0.09444,-0.208984 0.210937,-0.208984 0.116498,0 0.210938,0.093566 0.210938,0.208984 z"
|
||||||
|
transform="matrix(17.199831,0,0,17.199831,-211.18414,868.88985)" />
|
||||||
|
<path
|
||||||
|
style="fill:#329239;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 6.91584,1042.5126 -5.5645072,6.7499 0,1.8148 1.0991966,0.011 1.3754969,-0.9873 0.4774457,-1.0419 1.6087289,-0.05 0.3106385,-1.5227 1.4026712,-0.3848 3.2936574,-3.1622 z"
|
||||||
|
id="path4297-3"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccc" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
id="path2986"
|
||||||
|
sodipodi:cx="22.033953"
|
||||||
|
sodipodi:cy="8.5770874"
|
||||||
|
sodipodi:rx="1.1995561"
|
||||||
|
sodipodi:ry="1.1995561"
|
||||||
|
d="m 23.233509,8.5770874 c 0,0.6624965 -0.53706,1.1995561 -1.199556,1.1995561 -0.662497,0 -1.199556,-0.5370596 -1.199556,-1.1995561 0,-0.6624965 0.537059,-1.1995561 1.199556,-1.1995561 0.662496,0 1.199556,0.5370596 1.199556,1.1995561 z"
|
||||||
|
transform="matrix(0.45138695,0,0,0.45138695,1.2860805,1036.8641)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
BIN
img/check_decentralization_fail.png
Normal file
After Width: | Height: | Size: 601 B |
112
img/check_decentralization_fail.svg
Normal file
|
@ -0,0 +1,112 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_decentralization_fail.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_decentralization_fail.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="22.4"
|
||||||
|
inkscape:cx="14.386107"
|
||||||
|
inkscape:cy="13.15526"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
id="rect2989"
|
||||||
|
width="104.28571"
|
||||||
|
height="154.28572"
|
||||||
|
x="138.57143"
|
||||||
|
y="175.93361"
|
||||||
|
ry="8.2006369" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3763"
|
||||||
|
sodipodi:cx="53.033009"
|
||||||
|
sodipodi:cy="43.173817"
|
||||||
|
sodipodi:rx="19.192898"
|
||||||
|
sodipodi:ry="19.445436"
|
||||||
|
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
|
||||||
|
transform="matrix(-0.08505147,-0.07136666,-0.07136666,0.08505147,20.520779,1045.5601)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(-0.08296202,-0.06961341,-0.06961341,0.08296202,13.018676,1039.4719)"
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3763-8"
|
||||||
|
sodipodi:cx="53.033009"
|
||||||
|
sodipodi:cy="43.173817"
|
||||||
|
sodipodi:rx="19.192898"
|
||||||
|
sodipodi:ry="19.445436"
|
||||||
|
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#ee9209;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 13.414901,1045.6811 -8.3288381,-7.1026"
|
||||||
|
id="path3785"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.20000000000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3763-9"
|
||||||
|
sodipodi:cx="53.033009"
|
||||||
|
sodipodi:cy="43.173817"
|
||||||
|
sodipodi:rx="19.192898"
|
||||||
|
sodipodi:ry="19.445436"
|
||||||
|
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
|
||||||
|
transform="matrix(0.12367994,-0.04501581,-0.04501581,-0.12367994,-1.063512,1056.6608)" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#ee9209;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 3.3276358,1049.3646 10.3154262,-3.6615"
|
||||||
|
id="path3785-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#ee9209;stroke-width:1.12242317000000003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 5.2001836,1038.7863 -1.9865922,10.7644"
|
||||||
|
id="path3785-0-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5 KiB |
BIN
img/check_decentralization_pass.png
Normal file
After Width: | Height: | Size: 620 B |
112
img/check_decentralization_pass.svg
Normal file
|
@ -0,0 +1,112 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_decentralization_pass.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_decentralization_pass.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="22.4"
|
||||||
|
inkscape:cx="14.386107"
|
||||||
|
inkscape:cy="13.15526"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
id="rect2989"
|
||||||
|
width="104.28571"
|
||||||
|
height="154.28572"
|
||||||
|
x="138.57143"
|
||||||
|
y="175.93361"
|
||||||
|
ry="8.2006369" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3763"
|
||||||
|
sodipodi:cx="53.033009"
|
||||||
|
sodipodi:cy="43.173817"
|
||||||
|
sodipodi:rx="19.192898"
|
||||||
|
sodipodi:ry="19.445436"
|
||||||
|
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
|
||||||
|
transform="matrix(-0.08505147,-0.07136666,-0.07136666,0.08505147,20.520779,1045.5601)" />
|
||||||
|
<path
|
||||||
|
transform="matrix(-0.08296202,-0.06961341,-0.06961341,0.08296202,13.018676,1039.4719)"
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3763-8"
|
||||||
|
sodipodi:cx="53.033009"
|
||||||
|
sodipodi:cy="43.173817"
|
||||||
|
sodipodi:rx="19.192898"
|
||||||
|
sodipodi:ry="19.445436"
|
||||||
|
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#329239;stroke-width:1.12242317;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 13.414901,1045.6811 -8.3288381,-7.1026"
|
||||||
|
id="path3785"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3763-9"
|
||||||
|
sodipodi:cx="53.033009"
|
||||||
|
sodipodi:cy="43.173817"
|
||||||
|
sodipodi:rx="19.192898"
|
||||||
|
sodipodi:ry="19.445436"
|
||||||
|
d="m 72.225906,43.173817 c 0,10.739418 -8.592953,19.445436 -19.192897,19.445436 -10.599945,0 -19.192898,-8.706018 -19.192898,-19.445436 0,-10.739418 8.592953,-19.445437 19.192898,-19.445437 10.599944,0 19.192897,8.706019 19.192897,19.445437 z"
|
||||||
|
transform="matrix(0.12367994,-0.04501581,-0.04501581,-0.12367994,-1.063512,1056.6608)" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#329239;stroke-width:1.12242317;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 3.3276358,1049.3646 10.3154262,-3.6615"
|
||||||
|
id="path3785-0"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#329239;stroke-width:1.12242317;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 5.2001836,1038.7863 -1.9865922,10.7644"
|
||||||
|
id="path3785-0-4"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
BIN
img/check_environment_fail.png
Normal file
After Width: | Height: | Size: 370 B |
124
img/check_environment_fail.svg
Normal file
|
@ -0,0 +1,124 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_environment_fail.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_environment_fail.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<inkscape:perspective
|
||||||
|
sodipodi:type="inkscape:persp3d"
|
||||||
|
inkscape:vp_x="0 : 0.5 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_z="1 : 0.5 : 1"
|
||||||
|
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||||
|
id="perspective7704" />
|
||||||
|
<inkscape:perspective
|
||||||
|
id="perspective7731"
|
||||||
|
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||||
|
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_x="0 : 526.18109 : 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="20.48"
|
||||||
|
inkscape:cx="5.2666467"
|
||||||
|
inkscape:cy="1.7465576"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||||
|
x="64.649765"
|
||||||
|
y="69.669914"
|
||||||
|
id="text4329"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="translate(0,452.36218)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan4331"
|
||||||
|
x="64.649765"
|
||||||
|
y="69.669914" /></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||||
|
x="67"
|
||||||
|
y="73"
|
||||||
|
id="text4367"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="translate(0,452.36218)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan4369"
|
||||||
|
x="67"
|
||||||
|
y="73" /></text>
|
||||||
|
<rect
|
||||||
|
style="fill:#646464;fill-opacity:0;stroke:#ee9209;stroke-width:1.50299999999999989;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="rect5357"
|
||||||
|
width="12.21814"
|
||||||
|
height="8.3020725"
|
||||||
|
x="1.914215"
|
||||||
|
y="1039.2219" />
|
||||||
|
<path
|
||||||
|
style="fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.36599999999999999;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="m 6.7387586,1048.143 2.7144594,0.013 -0.084844,1.8586 -2.512132,0.02 c 0,0 -0.1167667,-1.8914 -0.11748,-1.8913 z"
|
||||||
|
id="path5359"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.42353004000000000px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 5.2639432,1050.7697 c -0.2611768,0.2732 -0.067846,0.2762 -0.067846,0.2762 l 5.7936828,-0.01 c 0,0 0.231251,0 -0.0527,-0.2889 -1.3256381,-1.1829 -4.4480033,-1.1723 -5.6731139,0.016 z"
|
||||||
|
id="path5937"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ee9209;fill-opacity:1;stroke:none"
|
||||||
|
id="rect6033"
|
||||||
|
width="11.689448"
|
||||||
|
height="0.89918828"
|
||||||
|
x="2.2231007"
|
||||||
|
y="1046.2795" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
BIN
img/check_environment_pass.png
Normal file
After Width: | Height: | Size: 370 B |
124
img/check_environment_pass.svg
Normal file
|
@ -0,0 +1,124 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_environment_pass.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_environment_pass.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<inkscape:perspective
|
||||||
|
sodipodi:type="inkscape:persp3d"
|
||||||
|
inkscape:vp_x="0 : 0.5 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_z="1 : 0.5 : 1"
|
||||||
|
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||||
|
id="perspective7704" />
|
||||||
|
<inkscape:perspective
|
||||||
|
id="perspective7731"
|
||||||
|
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||||
|
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_x="0 : 526.18109 : 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="20.48"
|
||||||
|
inkscape:cx="14.739303"
|
||||||
|
inkscape:cy="17.691816"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||||
|
x="64.649765"
|
||||||
|
y="69.669914"
|
||||||
|
id="text4329"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="translate(0,452.36218)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan4331"
|
||||||
|
x="64.649765"
|
||||||
|
y="69.669914" /></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||||
|
x="67"
|
||||||
|
y="73"
|
||||||
|
id="text4367"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="translate(0,452.36218)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan4369"
|
||||||
|
x="67"
|
||||||
|
y="73" /></text>
|
||||||
|
<rect
|
||||||
|
style="fill:#646464;fill-opacity:0;stroke:#329239;stroke-width:1.50268018;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="rect5357"
|
||||||
|
width="12.21814"
|
||||||
|
height="8.3020725"
|
||||||
|
x="1.914215"
|
||||||
|
y="1039.2219" />
|
||||||
|
<path
|
||||||
|
style="fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.36550003px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 6.7387586,1048.143 2.7144594,0.013 -0.084844,1.8586 -2.512132,0.02 c 0,0 -0.1167667,-1.8914 -0.11748,-1.8913 z"
|
||||||
|
id="path5359"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.42353004px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 5.2639432,1050.7697 c -0.2611768,0.2732 -0.067846,0.2762 -0.067846,0.2762 l 5.7936828,-0.01 c 0,0 0.231251,0 -0.0527,-0.2889 -1.3256381,-1.1829 -4.4480033,-1.1723 -5.6731139,0.016 z"
|
||||||
|
id="path5937"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<rect
|
||||||
|
style="fill:#329239;fill-opacity:1;stroke:none"
|
||||||
|
id="rect6033"
|
||||||
|
width="11.689448"
|
||||||
|
height="0.89918828"
|
||||||
|
x="2.2231007"
|
||||||
|
y="1046.2795" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
BIN
img/check_privacy_fail.png
Normal file
After Width: | Height: | Size: 432 B |
76
img/check_privacy_fail.svg
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3068"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_privacy_fail.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_privacy_fail.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs3070" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="11.197802"
|
||||||
|
inkscape:cx="16"
|
||||||
|
inkscape:cy="11.465507"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata3073">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:1.97099996000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3765-5-5"
|
||||||
|
sodipodi:cx="14.042934"
|
||||||
|
sodipodi:cy="11.170019"
|
||||||
|
sodipodi:rx="1.2438533"
|
||||||
|
sodipodi:ry="1.6297841"
|
||||||
|
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
|
||||||
|
transform="matrix(1.6048759,0,0,1.423111,-14.273928,4.9246464)" />
|
||||||
|
<path
|
||||||
|
style="fill:#ee9209;fill-opacity:1;stroke:#ee9209;stroke-width:0.66057211000000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 2.6163083,30.762615 11.0321637,0.02511 c 0,0 0.02657,-1.695841 0.0025,-4.884829 -0.01197,-1.616008 -3.37212,-3.086481 -5.3720193,-3.061091 -2.065171,0.02628 -5.6306112,1.31574 -5.6627929,2.883883 -0.086826,4.231146 0,5.036932 -8.8e-6,5.036935 z"
|
||||||
|
id="path3767-5-7"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccssscc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3 KiB |
BIN
img/check_privacy_pass.png
Normal file
After Width: | Height: | Size: 442 B |
76
img/check_privacy_pass.svg
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3068"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_privacy_pass.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_privacy_pass.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs3070" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="11.197802"
|
||||||
|
inkscape:cx="16"
|
||||||
|
inkscape:cy="11.465507"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata3073">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:1.97099996000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path3765-5-5"
|
||||||
|
sodipodi:cx="14.042934"
|
||||||
|
sodipodi:cy="11.170019"
|
||||||
|
sodipodi:rx="1.2438533"
|
||||||
|
sodipodi:ry="1.6297841"
|
||||||
|
d="m 15.286788,11.170019 c 0,0.900105 -0.556892,1.629784 -1.243854,1.629784 -0.686961,0 -1.243853,-0.729679 -1.243853,-1.629784 0,-0.900105 0.556892,-1.629784 1.243853,-1.629784 0.686962,0 1.243854,0.729679 1.243854,1.629784 z"
|
||||||
|
transform="matrix(1.6048759,0,0,1.423111,-14.273928,4.9246464)" />
|
||||||
|
<path
|
||||||
|
style="fill:#329239;fill-opacity:1;stroke:#329239;stroke-width:0.66057211000000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 2.6163083,30.762615 11.0321637,0.02511 c 0,0 0.02657,-1.695841 0.0025,-4.884829 -0.01197,-1.616008 -3.37212,-3.086481 -5.3720193,-3.061091 -2.065171,0.02628 -5.6306112,1.31574 -5.6627929,2.883883 -0.086826,4.231146 0,5.036932 -8.8e-6,5.036935 z"
|
||||||
|
id="path3767-5-7"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccssscc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3 KiB |
BIN
img/check_transparency_fail.png
Normal file
After Width: | Height: | Size: 568 B |
76
img/check_transparency_fail.svg
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3033"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_transparency_fail.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_transparency_fail.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs3035" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.836083"
|
||||||
|
inkscape:cx="-4.0054858"
|
||||||
|
inkscape:cy="4.3649178"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata3038">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.82313108000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
id="path3043"
|
||||||
|
sodipodi:cx="21.522081"
|
||||||
|
sodipodi:cy="9.0490675"
|
||||||
|
sodipodi:rx="6.3405299"
|
||||||
|
sodipodi:ry="6.3405299"
|
||||||
|
d="m 27.862611,9.0490675 c 0,3.5017775 -2.838752,6.3405295 -6.34053,6.3405295 -3.501778,0 -6.34053,-2.838752 -6.34053,-6.3405295 0,-3.501778 2.838752,-6.3405299 6.34053,-6.3405299 3.501778,0 6.34053,2.8387519 6.34053,6.3405299 z"
|
||||||
|
transform="matrix(0.68433693,0,0,0.68433693,-5.3589145,15.900423)" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#ee9209;stroke-width:1.93197285999999990;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="M 6.3063493,25.879924 2.3365617,30.449079"
|
||||||
|
id="path3815"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
BIN
img/check_transparency_pass.png
Normal file
After Width: | Height: | Size: 569 B |
76
img/check_transparency_pass.svg
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg3033"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="check_transparency_pass.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/check_transparency_pass.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs3035" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.836083"
|
||||||
|
inkscape:cx="-1.7946509"
|
||||||
|
inkscape:cy="-4.2544782"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata3038">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999000000005;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#329239;stroke-width:2.82313108000000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
id="path3043"
|
||||||
|
sodipodi:cx="21.522081"
|
||||||
|
sodipodi:cy="9.0490675"
|
||||||
|
sodipodi:rx="6.3405299"
|
||||||
|
sodipodi:ry="6.3405299"
|
||||||
|
d="m 27.862611,9.0490675 c 0,3.5017775 -2.838752,6.3405295 -6.34053,6.3405295 -3.501778,0 -6.34053,-2.838752 -6.34053,-6.3405295 0,-3.501778 2.838752,-6.3405299 6.34053,-6.3405299 3.501778,0 6.34053,2.8387519 6.34053,6.3405299 z"
|
||||||
|
transform="matrix(0.68433693,0,0,0.68433693,-5.3589145,15.900423)" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#329239;stroke-width:1.93197285999999990;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="M 6.3063493,25.879924 2.3365617,30.449079"
|
||||||
|
id="path3815"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
BIN
img/checkbubble_fail.png
Normal file
After Width: | Height: | Size: 467 B |
|
@ -9,17 +9,17 @@
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
width="280"
|
width="16"
|
||||||
height="10"
|
height="16"
|
||||||
id="svg4147"
|
id="svg2"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
sodipodi:docname="checkbubble_fail.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_fail.png"
|
||||||
inkscape:export-xdpi="90"
|
inkscape:export-xdpi="90"
|
||||||
inkscape:export-ydpi="90"
|
inkscape:export-ydpi="90">
|
||||||
sodipodi:docname="bubbleinfomiddle.svg">
|
|
||||||
<defs
|
<defs
|
||||||
id="defs4149" />
|
id="defs4" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
id="base"
|
id="base"
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
|
@ -27,19 +27,19 @@
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="1.4142136"
|
inkscape:zoom="32"
|
||||||
inkscape:cx="-50.306227"
|
inkscape:cx="7.4309522"
|
||||||
inkscape:cy="-12.801804"
|
inkscape:cy="4.2904471"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:window-width="1680"
|
inkscape:window-width="1232"
|
||||||
inkscape:window-height="1026"
|
inkscape:window-height="786"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="219"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="105"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="0" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata4152">
|
id="metadata7">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
<cc:Work
|
<cc:Work
|
||||||
rdf:about="">
|
rdf:about="">
|
||||||
|
@ -54,12 +54,22 @@
|
||||||
inkscape:label="Calque 1"
|
inkscape:label="Calque 1"
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-1042.3622)">
|
transform="translate(0,-1036.3622)">
|
||||||
<path
|
<path
|
||||||
style="fill:#fff8ea;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
d="m 1.2851726,834.04016 -0.024107,221.49674 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.95984 z"
|
d="M 16.012765,15.440727 3.9073718,8.009826 16.010162,0.28292007 z"
|
||||||
id="path4155"
|
id="path3773"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccccc" />
|
transform="translate(0,1036.3622)"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
id="g3832">
|
||||||
|
<path
|
||||||
|
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
|
||||||
|
style="fill:none;stroke:#ee9209;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
id="path2985-5"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
img/checkbubble_fail_rtl.png
Normal file
After Width: | Height: | Size: 482 B |
|
@ -9,17 +9,17 @@
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
width="280"
|
width="16"
|
||||||
height="64"
|
height="16"
|
||||||
id="svg4147"
|
id="svg2"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
sodipodi:docname="checkbubble_fail.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_fail_rtl.png"
|
||||||
inkscape:export-xdpi="90"
|
inkscape:export-xdpi="90"
|
||||||
inkscape:export-ydpi="90"
|
inkscape:export-ydpi="90">
|
||||||
sodipodi:docname="bubbleinfobottom.svg">
|
|
||||||
<defs
|
<defs
|
||||||
id="defs4149" />
|
id="defs4" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
id="base"
|
id="base"
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
|
@ -27,19 +27,19 @@
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="2"
|
inkscape:zoom="8"
|
||||||
inkscape:cx="49.64031"
|
inkscape:cx="-13.249562"
|
||||||
inkscape:cy="118.60676"
|
inkscape:cy="17.056399"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:window-width="1680"
|
inkscape:window-width="1232"
|
||||||
inkscape:window-height="1026"
|
inkscape:window-height="786"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="219"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="105"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="0" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata4152">
|
id="metadata7">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
<cc:Work
|
<cc:Work
|
||||||
rdf:about="">
|
rdf:about="">
|
||||||
|
@ -54,12 +54,22 @@
|
||||||
inkscape:label="Calque 1"
|
inkscape:label="Calque 1"
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-988.3622)">
|
transform="translate(0,-1036.3622)">
|
||||||
<path
|
<path
|
||||||
style="fill:#fff8ea;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
d="m 1.2851726,772.39699 -0.024107,221.4968 140.2013644,55.96831 137.27276,-53.51081 -10e-4,-223.9599 z"
|
d="M -0.00291299,1051.8029 12.10248,1044.372 -3.0999003e-4,1036.6451 z"
|
||||||
id="path4155"
|
id="path3773"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccccc" />
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
id="g3832"
|
||||||
|
transform="matrix(-1,0,0,1,16.009852,0)">
|
||||||
|
<path
|
||||||
|
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
|
||||||
|
style="fill:none;stroke:#ee9209;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
id="path2985-5"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
img/checkbubble_pass.png
Normal file
After Width: | Height: | Size: 463 B |
|
@ -9,17 +9,17 @@
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
width="280"
|
width="16"
|
||||||
height="10"
|
height="16"
|
||||||
id="svg4147"
|
id="svg2"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
sodipodi:docname="checkbubble_pass.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_pass.png"
|
||||||
inkscape:export-xdpi="90"
|
inkscape:export-xdpi="90"
|
||||||
inkscape:export-ydpi="90"
|
inkscape:export-ydpi="90">
|
||||||
sodipodi:docname="bubbletop.svg">
|
|
||||||
<defs
|
<defs
|
||||||
id="defs4149" />
|
id="defs4" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
id="base"
|
id="base"
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
|
@ -28,25 +28,25 @@
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="11.313709"
|
inkscape:zoom="11.313709"
|
||||||
inkscape:cx="23.752359"
|
inkscape:cx="24.935049"
|
||||||
inkscape:cy="10.787719"
|
inkscape:cy="1.7301325"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:window-width="1680"
|
inkscape:window-width="1232"
|
||||||
inkscape:window-height="1026"
|
inkscape:window-height="786"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="219"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="105"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="0" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata4152">
|
id="metadata7">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
<cc:Work
|
<cc:Work
|
||||||
rdf:about="">
|
rdf:about="">
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title />
|
<dc:title></dc:title>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -54,12 +54,22 @@
|
||||||
inkscape:label="Calque 1"
|
inkscape:label="Calque 1"
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-1042.3622)">
|
transform="translate(0,-1036.3622)">
|
||||||
<path
|
<path
|
||||||
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
d="m 1.2851726,1043.6331 -0.024107,221.4968 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.9599 z"
|
d="M 16.012765,15.440727 3.9073718,8.009826 16.010162,0.28292007 z"
|
||||||
id="path4155"
|
id="path3773"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccccc" />
|
transform="translate(0,1036.3622)"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
id="g3832">
|
||||||
|
<path
|
||||||
|
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
|
||||||
|
style="fill:none;stroke:#329239;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
id="path2985-5"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
img/checkbubble_pass_rtl.png
Normal file
After Width: | Height: | Size: 482 B |
|
@ -9,17 +9,17 @@
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
width="280"
|
width="16"
|
||||||
height="64"
|
height="16"
|
||||||
id="svg4147"
|
id="svg2"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
sodipodi:docname="checkbubble_pass_rtl.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/checkbubble_pass_rtl.png"
|
||||||
inkscape:export-xdpi="90"
|
inkscape:export-xdpi="90"
|
||||||
inkscape:export-ydpi="90"
|
inkscape:export-ydpi="90">
|
||||||
sodipodi:docname="bubblebottom.svg">
|
|
||||||
<defs
|
<defs
|
||||||
id="defs4149" />
|
id="defs4" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
id="base"
|
id="base"
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
|
@ -27,26 +27,26 @@
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="2"
|
inkscape:zoom="16"
|
||||||
inkscape:cx="49.64031"
|
inkscape:cx="5.0497695"
|
||||||
inkscape:cy="118.60676"
|
inkscape:cy="-0.59178359"
|
||||||
inkscape:document-units="px"
|
inkscape:document-units="px"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:window-width="1280"
|
inkscape:window-width="1232"
|
||||||
inkscape:window-height="1000"
|
inkscape:window-height="786"
|
||||||
inkscape:window-x="1680"
|
inkscape:window-x="419"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="106"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="0" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata4152">
|
id="metadata7">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
<cc:Work
|
<cc:Work
|
||||||
rdf:about="">
|
rdf:about="">
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title />
|
<dc:title></dc:title>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -54,12 +54,22 @@
|
||||||
inkscape:label="Calque 1"
|
inkscape:label="Calque 1"
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-988.3622)">
|
transform="translate(0,-1036.3622)">
|
||||||
<path
|
<path
|
||||||
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
d="m 1.2851726,772.39699 -0.024107,221.4968 140.2013644,55.96831 137.27276,-53.51081 -10e-4,-223.9599 z"
|
d="M -2.1903e-4,1051.8029 12.105175,1044.372 0.00238397,1036.6451 z"
|
||||||
id="path4155"
|
id="path3773"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccccc" />
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
id="g3832"
|
||||||
|
transform="matrix(-1,0,0,1,16.012546,0)">
|
||||||
|
<path
|
||||||
|
d="m 16.264186,1051.9408 -12.4270992,-7.5765 12.4321222,-7.5766"
|
||||||
|
style="fill:none;stroke:#329239;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
id="path2985-5"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.4 KiB |
|
@ -1,318 +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="100"
|
|
||||||
height="100"
|
|
||||||
id="svg2989"
|
|
||||||
version="1.1"
|
|
||||||
inkscape:version="0.48.3.1 r9886"
|
|
||||||
sodipodi:docname="be_the_network.svg"
|
|
||||||
inkscape:export-filename="/var/www/img/icon-network.png"
|
|
||||||
inkscape:export-xdpi="281.25"
|
|
||||||
inkscape:export-ydpi="281.25">
|
|
||||||
<defs
|
|
||||||
id="defs2991" />
|
|
||||||
<sodipodi:namedview
|
|
||||||
id="base"
|
|
||||||
pagecolor="#ffffff"
|
|
||||||
bordercolor="#666666"
|
|
||||||
borderopacity="1.0"
|
|
||||||
inkscape:pageopacity="0.0"
|
|
||||||
inkscape:pageshadow="2"
|
|
||||||
inkscape:zoom="2.0000001"
|
|
||||||
inkscape:cx="-220.51955"
|
|
||||||
inkscape:cy="107.16619"
|
|
||||||
inkscape:current-layer="layer1"
|
|
||||||
showgrid="true"
|
|
||||||
inkscape:grid-bbox="true"
|
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:window-width="1680"
|
|
||||||
inkscape:window-height="1026"
|
|
||||||
inkscape:window-x="0"
|
|
||||||
inkscape:window-y="24"
|
|
||||||
inkscape:window-maximized="1" />
|
|
||||||
<metadata
|
|
||||||
id="metadata2994">
|
|
||||||
<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 />
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
inkscape:label="Layer 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
transform="translate(0,68)">
|
|
||||||
<rect
|
|
||||||
style="opacity:0.98999999;fill:none;stroke:none"
|
|
||||||
id="rect3885"
|
|
||||||
width="42.490856"
|
|
||||||
height="82.642776"
|
|
||||||
x="29.796608"
|
|
||||||
y="-57.12709" />
|
|
||||||
<rect
|
|
||||||
style="opacity:0.98999999;fill:none;stroke:none"
|
|
||||||
id="rect3887"
|
|
||||||
width="29.041916"
|
|
||||||
height="88.490135"
|
|
||||||
x="40.711689"
|
|
||||||
y="-62.389717" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3926"
|
|
||||||
sodipodi:cx="17.235525"
|
|
||||||
sodipodi:cy="13.157017"
|
|
||||||
sodipodi:rx="1.2502453"
|
|
||||||
sodipodi:ry="1.2502453"
|
|
||||||
d="m 18.48577,13.157017 a 1.2502453,1.2502453 0 1 1 -2.50049,0 1.2502453,1.2502453 0 1 1 2.50049,0 z"
|
|
||||||
transform="matrix(3.9790518,0,0,3.9790518,-14.020038,-76.662425)" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 54.492095,-25.619301 25.549111,-56.62964"
|
|
||||||
id="path3930"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:3.0866456px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 56.421626,-24.378886 c 0,0.183748 0,0.36753 0,0 z"
|
|
||||||
id="path3936"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 80.402956,15.727818 54.629917,-24.930183"
|
|
||||||
id="path3938"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 28.374498,-0.32864721 55.45686,-24.930183"
|
|
||||||
id="path3944"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 52.346874,15.993671 27.814842,0.27830159"
|
|
||||||
id="path3946"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 27.088819,0.17357169 4.233726,-5.9365298"
|
|
||||||
id="path3948"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 27.388113,-0.01010841 21.873484,-34.70993"
|
|
||||||
id="path3950"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-9"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(2.7609334,0,0,2.7609334,-2.3684305,-86.572458)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-3"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(5.404951,0,0,5.404951,-21.563478,-156.47262)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-53"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(3.7189108,0,0,3.7189108,48.131748,-52.768257)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-9-0"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(2.7609334,0,0,2.7609334,-20.094711,-56.80952)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-9-7"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(2.7609334,0,0,2.7609334,-7.6826142,-26.56196)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-9-78"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(2.7609334,0,0,2.7609334,28.194784,-34.784443)" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="m 90.18844,-13.352989 5.581862,-23.774594"
|
|
||||||
id="path4083"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 94.138036,1.3289495 90.221885,-12.053804"
|
|
||||||
id="path4144"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 89.08585,-13.904282 66.896229,-46.430684"
|
|
||||||
id="path4146"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.18010879px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
|
||||||
d="m 43.12052,20.48225 c -1.807321,0 -7.901802,0.05861 -7.901802,0.05861 l 8.121459,-30.1701021 1.807337,-22.4911739 -11.964722,18.445091 -2.261583,-2.385878 c 0,0 10.566403,-19.434857 11.47568,-20.582943 0.909276,-1.148086 5.014222,-3.478559 5.014222,-3.478559 0,0 -1.218107,-2.619541 -1.513042,-4.020887 -0.348853,-1.657525 -0.545857,-3.401124 -0.279188,-5.073836 0.278662,-1.747947 0.459516,-3.957212 1.925916,-4.948492 2.001805,-1.353208 5.300419,-1.351478 7.24841,0.07811 1.468184,1.07747 1.488372,3.384525 1.694544,5.193945 0.176556,1.54943 -0.01667,3.15194 -0.413289,4.660077 -0.385344,1.464713 -1.877813,4.137472 -1.877813,4.137472 0,0 3.57293,1.686797 4.995375,3.01258 1.081501,1.008008 11.880212,21.902509 11.880212,21.902509 l -2.432895,2.151328 -11.523198,-19.411435 1.485921,22.6112609 9.489166,30.3754271 -8.126715,-0.02099 -8.673916,-32.550672 z"
|
|
||||||
id="path3789"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cccccczcaaaaaacscccccccc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="m 12.449422,-21.068331 39.274808,-5.555"
|
|
||||||
id="path4188"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.23465836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 16.500039,24.246868 26.974641,0.95465669"
|
|
||||||
id="path4209"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 54.767743,-27.135363 84.399844,-46.568509"
|
|
||||||
id="path4211"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-3-4"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(5.404951,0,0,5.404951,-35.048095,-120.71048)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-3-0"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(5.404951,0,0,5.404951,-19.844942,-98.88033)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-3-04"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(5.404951,0,0,5.404951,38.062007,-146.60741)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-9-5"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(2.7609334,0,0,2.7609334,42.886293,-97.131982)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-9-53"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(2.7609334,0,0,2.7609334,71.691368,-88.131266)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-9-51"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(2.7609334,0,0,2.7609334,70.082926,-49.001558)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-3-04-7"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(5.404951,0,0,5.404951,42.584166,-112.2241)" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:1.85198748;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
|
||||||
d="M 89.34228,-12.687107 68.973959,-3.3313238"
|
|
||||||
id="path4330"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-3-08"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(5.404951,0,0,5.404951,21.647707,-102.62402)" />
|
|
||||||
<path
|
|
||||||
sodipodi:type="arc"
|
|
||||||
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
|
||||||
id="path3942-3-09"
|
|
||||||
sodipodi:cx="8.7517176"
|
|
||||||
sodipodi:cy="18.381256"
|
|
||||||
sodipodi:rx="0.53581941"
|
|
||||||
sodipodi:ry="0.53581941"
|
|
||||||
d="m 9.287537,18.381256 a 0.53581941,0.53581941 0 1 1 -1.0716388,0 0.53581941,0.53581941 0 1 1 1.0716388,0 z"
|
|
||||||
transform="matrix(5.404951,0,0,5.404951,33.366087,-83.384805)" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 17 KiB |
BIN
img/note.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
266
img/note.svg
Normal file
|
@ -0,0 +1,266 @@
|
||||||
|
<?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:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
version="1.0"
|
||||||
|
width="42"
|
||||||
|
height="42"
|
||||||
|
id="svg2"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="note.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/note.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<metadata
|
||||||
|
id="metadata61">
|
||||||
|
<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>
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
id="namedview59"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="10.429825"
|
||||||
|
inkscape:cx="0.30659316"
|
||||||
|
inkscape:cy="22.993804"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg2" />
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2820">
|
||||||
|
<stop
|
||||||
|
style="stop-color: black; stop-opacity: 0.313726;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2822" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: black; stop-opacity: 0.196078;"
|
||||||
|
offset="0.92982459"
|
||||||
|
id="stop2826" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: black; stop-opacity: 0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop2824" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient10053">
|
||||||
|
<stop
|
||||||
|
style="stop-color: white; stop-opacity: 1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop10055" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: white; stop-opacity: 0.479592;"
|
||||||
|
offset="1"
|
||||||
|
id="stop10057" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient7070">
|
||||||
|
<stop
|
||||||
|
style="stop-color: white; stop-opacity: 0.94898;"
|
||||||
|
offset="0"
|
||||||
|
id="stop7072" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: white; stop-opacity: 0.744898;"
|
||||||
|
offset="1"
|
||||||
|
id="stop7074" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient4153">
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(42, 79, 228); stop-opacity: 1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop4155" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(68, 123, 250); stop-opacity: 1;"
|
||||||
|
offset="0.2"
|
||||||
|
id="stop7080" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(105, 163, 255); stop-opacity: 1;"
|
||||||
|
offset="0.625"
|
||||||
|
id="stop7084" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(137, 190, 255); stop-opacity: 1;"
|
||||||
|
offset="0.75"
|
||||||
|
id="stop7082" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(128, 190, 255); stop-opacity: 1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop4157" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient4145">
|
||||||
|
<stop
|
||||||
|
style="stop-color: black; stop-opacity: 1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop4147" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: black; stop-opacity: 0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop4149" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient25332">
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(56, 90, 229); stop-opacity: 1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop25334" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(102, 161, 255); stop-opacity: 1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop26309" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(102, 161, 240); stop-opacity: 0.941176;"
|
||||||
|
offset="1"
|
||||||
|
id="stop25336" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient23386">
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(43, 81, 228); stop-opacity: 0;"
|
||||||
|
offset="0"
|
||||||
|
id="stop23388" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: black; stop-opacity: 0;"
|
||||||
|
offset="1"
|
||||||
|
id="stop23390" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient15560">
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(24, 100, 237); stop-opacity: 1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop15562" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: rgb(58, 123, 239); stop-opacity: 0.255102;"
|
||||||
|
offset="1"
|
||||||
|
id="stop15564" />
|
||||||
|
</linearGradient>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient15536">
|
||||||
|
<stop
|
||||||
|
style="stop-color: white; stop-opacity: 1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop15538" />
|
||||||
|
<stop
|
||||||
|
style="stop-color: white; stop-opacity: 0.590909;"
|
||||||
|
offset="1"
|
||||||
|
id="stop15540" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
id="filter9681"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="1.7392633"
|
||||||
|
id="feGaussianBlur9683" />
|
||||||
|
</filter>
|
||||||
|
<filter
|
||||||
|
id="filter22413"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.33355481"
|
||||||
|
id="feGaussianBlur22415" />
|
||||||
|
</filter>
|
||||||
|
<linearGradient
|
||||||
|
x1="168.97348"
|
||||||
|
y1="226.79765"
|
||||||
|
x2="94.360741"
|
||||||
|
y2="42.124634"
|
||||||
|
id="linearGradient4159"
|
||||||
|
xlink:href="#linearGradient4153"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
x1="162.12244"
|
||||||
|
y1="228.19299"
|
||||||
|
x2="101.21178"
|
||||||
|
y2="40.729256"
|
||||||
|
id="linearGradient7076"
|
||||||
|
xlink:href="#linearGradient7070"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
x1="127.8125"
|
||||||
|
y1="31.59375"
|
||||||
|
x2="127.8125"
|
||||||
|
y2="118.62509"
|
||||||
|
id="linearGradient10059"
|
||||||
|
xlink:href="#linearGradient10053"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
x1="150.76942"
|
||||||
|
y1="72.579872"
|
||||||
|
x2="162.2932"
|
||||||
|
y2="131.31783"
|
||||||
|
id="linearGradient2818"
|
||||||
|
xlink:href="#linearGradient2820"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<radialGradient
|
||||||
|
cx="130.61937"
|
||||||
|
cy="132.01637"
|
||||||
|
r="115.95089"
|
||||||
|
fx="130.61937"
|
||||||
|
fy="132.01637"
|
||||||
|
id="radialGradient3721"
|
||||||
|
xlink:href="#linearGradient2820"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
<linearGradient
|
||||||
|
x1="127.8125"
|
||||||
|
y1="31.59375"
|
||||||
|
x2="127.8125"
|
||||||
|
y2="118.62509"
|
||||||
|
id="linearGradient4614"
|
||||||
|
xlink:href="#linearGradient15536"
|
||||||
|
gradientUnits="userSpaceOnUse" />
|
||||||
|
</defs>
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#2c6fad;fill-opacity:1;fill-rule:nonzero;stroke:#2c6fad;stroke-width:2.99998093;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
id="path3028"
|
||||||
|
sodipodi:cx="41.220337"
|
||||||
|
sodipodi:cy="52.271187"
|
||||||
|
sodipodi:rx="44.745762"
|
||||||
|
sodipodi:ry="44.745762"
|
||||||
|
d="m 85.966099,52.271187 a 44.745762,44.745762 0 1 1 -89.491524,0 44.745762,44.745762 0 1 1 89.491524,0 z"
|
||||||
|
transform="matrix(0.37086724,0,0,0.37086724,5.6013802,2.0104891)" />
|
||||||
|
<g
|
||||||
|
style="display:inline"
|
||||||
|
id="layer5"
|
||||||
|
transform="translate(0,-214)" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccccccccccc"
|
||||||
|
d="m 21.197946,31.942024 c 1.020786,-0.591534 2.148665,-2.272694 2.761466,-3.672411 l -0.631056,-0.268015 c -1.267865,2.218763 -2.845781,2.939481 -2.332021,0.77002 l 3.624433,-12.194083 c -1.014288,-0.08452 -5.908676,1.042844 -6.710774,1.208462 l -0.107492,0.817501 c 1.753294,0.05998 1.697413,0.328817 1.570627,0.916364 l -2.653277,9.296636 c 0,0 -0.365487,1.05177 -0.353789,1.834813 0.02823,1.787997 2.654029,2.476054 4.83189,1.290713 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.6;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||||
|
id="path3339"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="m 24.895232,12.109884 c 6.66e-4,1.370342 -1.109941,2.481618 -2.480284,2.481618 -1.370344,0 -2.48102,-1.111276 -2.480283,-2.481618 -7.4e-4,-1.370344 1.109939,-2.4816175 2.480283,-2.4816175 1.370343,0 2.481023,1.1112715 2.480284,2.4816175 l 0,0 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.6;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||||
|
id="path7182"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.5 KiB |
BIN
img/os/ios.png
Before Width: | Height: | Size: 506 B |
BIN
img/os/iphone.png
Normal file
After Width: | Height: | Size: 479 B |
114
img/os/iphone.svg
Normal file
|
@ -0,0 +1,114 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg4964"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="iphone.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/os/iphone.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4966">
|
||||||
|
<clipPath
|
||||||
|
id="clp12">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
|
||||||
|
id="path184" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clp12-7">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
|
||||||
|
id="path184-7" />
|
||||||
|
</clipPath>
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter4945"
|
||||||
|
x="-0.16042192"
|
||||||
|
width="1.3208439"
|
||||||
|
y="-0.13062799"
|
||||||
|
height="1.261256"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="47.368683"
|
||||||
|
id="feGaussianBlur4947" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.836083"
|
||||||
|
inkscape:cx="5.7724215"
|
||||||
|
inkscape:cy="7.0819802"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata4969">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
|
<g
|
||||||
|
transform="matrix(0.01828059,0,0,0.01828059,-18.52417,-14.244354)"
|
||||||
|
id="layer1-8"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
transform="translate(19.48863,19.49672)"
|
||||||
|
id="g25472"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
transform="matrix(54.85033,0,0,-54.85033,-1411.313,6454.729)"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
clip-path="url(#clp12)"
|
||||||
|
id="g186">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 56.105,79.364 c -0.018,2.008 1.64,2.972 1.715,3.019 -0.933,1.365 -2.385,1.552 -2.903,1.574 -1.235,0.125 -2.411,-0.727 -3.037,-0.727 -0.626,0 -1.594,0.709 -2.618,0.689 -1.348,-0.02 -2.589,-0.783 -3.283,-1.989 -1.399,-2.427 -0.357,-6.024 1.005,-7.994 0.667,-0.963 1.461,-2.048 2.505,-2.008 1.006,0.04 1.386,0.65 2.6,0.65 1.214,0 1.556,-0.65 2.619,-0.631 1.081,0.021 1.767,0.984 2.429,1.95 0.764,1.118 1.08,2.2 1.098,2.257 -0.024,0.01 -2.108,0.809 -2.13,3.21"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path188" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 1556.5087,1778.2074 c 30.3865,-36.8044 50.9002,-87.9802 45.2501,-138.9887 -43.7736,1.7571 -96.7556,29.1808 -128.1856,65.9852 -28.1373,32.5275 -52.8196,84.6335 -46.131,134.6035 48.8183,3.7847 98.675,-24.8497 129.0665,-61.6"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path190" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4 KiB |
BIN
img/os/mac.png
Normal file
After Width: | Height: | Size: 479 B |
114
img/os/mac.svg
Normal file
|
@ -0,0 +1,114 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg4964"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="mac.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/os/mac.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4966">
|
||||||
|
<clipPath
|
||||||
|
id="clp12">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
|
||||||
|
id="path184" />
|
||||||
|
</clipPath>
|
||||||
|
<clipPath
|
||||||
|
id="clp12-7">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 45.315,71.927 12.92,0 0,15.867 -12.92,0 0,-15.867 z"
|
||||||
|
id="path184-7" />
|
||||||
|
</clipPath>
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter4945"
|
||||||
|
x="-0.16042192"
|
||||||
|
width="1.3208439"
|
||||||
|
y="-0.13062799"
|
||||||
|
height="1.261256"
|
||||||
|
color-interpolation-filters="sRGB">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="47.368683"
|
||||||
|
id="feGaussianBlur4947" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.836083"
|
||||||
|
inkscape:cx="5.7724215"
|
||||||
|
inkscape:cy="7.0819802"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata4969">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
|
<g
|
||||||
|
transform="matrix(0.01828059,0,0,0.01828059,-18.52417,-14.244354)"
|
||||||
|
id="layer1-8"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
transform="translate(19.48863,19.49672)"
|
||||||
|
id="g25472"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
transform="matrix(54.85033,0,0,-54.85033,-1411.313,6454.729)"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
clip-path="url(#clp12)"
|
||||||
|
id="g186">
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 56.105,79.364 c -0.018,2.008 1.64,2.972 1.715,3.019 -0.933,1.365 -2.385,1.552 -2.903,1.574 -1.235,0.125 -2.411,-0.727 -3.037,-0.727 -0.626,0 -1.594,0.709 -2.618,0.689 -1.348,-0.02 -2.589,-0.783 -3.283,-1.989 -1.399,-2.427 -0.357,-6.024 1.005,-7.994 0.667,-0.963 1.461,-2.048 2.505,-2.008 1.006,0.04 1.386,0.65 2.6,0.65 1.214,0 1.556,-0.65 2.619,-0.631 1.081,0.021 1.767,0.984 2.429,1.95 0.764,1.118 1.08,2.2 1.098,2.257 -0.024,0.01 -2.108,0.809 -2.13,3.21"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path188" />
|
||||||
|
</g>
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
d="m 1556.5087,1778.2074 c 30.3865,-36.8044 50.9002,-87.9802 45.2501,-138.9887 -43.7736,1.7571 -96.7556,29.1808 -128.1856,65.9852 -28.1373,32.5275 -52.8196,84.6335 -46.131,134.6035 48.8183,3.7847 98.675,-24.8497 129.0665,-61.6"
|
||||||
|
style="fill:#7d7d7d;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
id="path190" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 735 B |
BIN
img/screenshots/armory.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
img/screenshots/bitcoincore.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
img/screenshots/bitcoinwalletandroid.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
img/screenshots/bitgo.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
img/screenshots/blockchainandroid.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/screenshots/blockchaindesktop.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
img/screenshots/coinbase.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
img/screenshots/coinkite.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
img/screenshots/electrum.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/screenshots/greenaddressandroid.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
img/screenshots/greenaddressdesktop.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
img/screenshots/hiveandroid.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
img/screenshots/hivemac.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
img/screenshots/multibit.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
img/screenshots/mycelium.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
img/wallet_bubble.png
Normal file
After Width: | Height: | Size: 666 B |
|
@ -9,17 +9,17 @@
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
width="280"
|
width="32"
|
||||||
height="280"
|
height="32"
|
||||||
id="svg4147"
|
id="svg3919"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
sodipodi:docname="wallet_bubble.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_bubble.png"
|
||||||
inkscape:export-xdpi="90"
|
inkscape:export-xdpi="90"
|
||||||
inkscape:export-ydpi="90"
|
inkscape:export-ydpi="90">
|
||||||
sodipodi:docname="bubble.svg">
|
|
||||||
<defs
|
<defs
|
||||||
id="defs4149" />
|
id="defs3921" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
id="base"
|
id="base"
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
|
@ -27,39 +27,54 @@
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="1.4142136"
|
inkscape:zoom="8"
|
||||||
inkscape:cx="-14.849282"
|
inkscape:cx="58.864255"
|
||||||
inkscape:cy="165.12819"
|
inkscape:cy="44.062173"
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="true"
|
||||||
inkscape:window-width="1680"
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
inkscape:window-height="1026"
|
inkscape:window-height="1026"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="65"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="24"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="1" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata4152">
|
id="metadata3924">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
<cc:Work
|
<cc:Work
|
||||||
rdf:about="">
|
rdf:about="">
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title />
|
<dc:title></dc:title>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<g
|
<g
|
||||||
inkscape:label="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-772.36218)">
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
<path
|
<path
|
||||||
style="fill:#f1f8fb;fill-opacity:1;fill-rule:nonzero;stroke:#2c6faf;stroke-width:2.49528980000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.94117647;stroke-dasharray:7.48586986000000021, 2.49528995000000009;stroke-dashoffset:0"
|
style="fill:#f1f8fb;fill-opacity:1;stroke:none"
|
||||||
d="m 1.2851726,773.6355 -0.024107,221.49684 140.2013639,55.96826 137.27276,-53.51078 -0.001,-223.9599 z"
|
d="M 1.5321569,15.988569 15.653387,37.343298 30.576081,15.98796 z"
|
||||||
id="path4155"
|
id="path4527"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccccc" />
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<g
|
||||||
|
id="g4519"
|
||||||
|
transform="matrix(1.3556275,0,0,1.3556275,-0.26904348,-16.316239)">
|
||||||
|
<g
|
||||||
|
id="g4523">
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#2c6faf;stroke-width:1.47533153;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="M 0.81971082,-0.57310273 12.002855,16.14326 23.185998,-0.568171"
|
||||||
|
id="path3927"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="translate(0,24)"
|
||||||
|
sodipodi:nodetypes="ccc" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.5 KiB |
BIN
img/wallet_help.png
Normal file
After Width: | Height: | Size: 387 B |
83
img/wallet_help.svg
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2985"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="wallet_help.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_help.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs2987" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="22.627417"
|
||||||
|
inkscape:cx="6.2129532"
|
||||||
|
inkscape:cy="3.7596497"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata2990">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-16)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:0.40000001000000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path2997"
|
||||||
|
sodipodi:cx="15.50257"
|
||||||
|
sodipodi:cy="17.31834"
|
||||||
|
sodipodi:rx="13.987044"
|
||||||
|
sodipodi:ry="13.987044"
|
||||||
|
d="m 27.61704,10.32713 c 3.861139,6.690637 1.567377,15.244542 -5.12326,19.105681 C 15.803143,33.293949 7.2492385,31.000188 3.3880998,24.30955 -0.47303887,17.618913 1.8207229,9.0650086 8.5113601,5.20387 15.201095,1.3432519 23.753813,3.6358215 27.615707,10.32482"
|
||||||
|
sodipodi:start="5.7597774"
|
||||||
|
sodipodi:end="12.042772"
|
||||||
|
sodipodi:open="true"
|
||||||
|
transform="matrix(0.49749391,0,0,0.49749391,0.41047052,15.387622)" />
|
||||||
|
<g
|
||||||
|
style="font-size:13.16910361999999957px;font-style:normal;font-variant:normal;font-weight:500;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium;stroke-width:0.40000000000000002;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="text2999">
|
||||||
|
<path
|
||||||
|
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:125%;letter-spacing:0;word-spacing:0;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.40000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
|
||||||
|
d="m 8.1875,19.3125 c -0.4563028,9e-6 -0.9054294,0.0688 -1.34375,0.1875 -0.4275366,0.109168 -0.8140211,0.243272 -1.15625,0.4375 l -0.15625,0.09375 0.0625,0.15625 0.4375,1.21875 L 6.125,21.625 6.34375,21.53125 C 6.6389136,21.371025 6.8948048,21.252865 7.15625,21.1875 7.4189009,21.113641 7.7098603,21.062508 8,21.0625 c 0.3624793,7e-6 0.6050609,0.105069 0.75,0.25 0.1634037,0.149203 0.218747,0.319251 0.21875,0.5625 -3.1e-6,0.180161 -0.01346,0.322768 -0.09375,0.46875 -0.088499,0.160907 -0.2034632,0.311961 -0.34375,0.46875 -0.1453543,0.162457 -0.3280361,0.336637 -0.5,0.5 C 7.8582374,23.485516 7.7167572,23.675375 7.5625,23.875 7.4027018,24.081799 7.2593404,24.318833 7.15625,24.5625 7.047844,24.818732 6.9999983,25.094311 7,25.40625 c -2.2e-6,0.09447 -0.00916,0.20257 0,0.3125 0.00937,0.103111 0.043429,0.217162 0.0625,0.3125 l 0.03125,0.15625 0.15625,0 1.375,0 0.21875,0 -0.03125,-0.25 c -0.007,-0.04202 -2.4e-6,-0.08345 0,-0.125 l 0,-0.15625 c -2.8e-6,-0.236711 0.034551,-0.444104 0.125,-0.625 C 9.0438291,24.834949 9.1871434,24.673092 9.34375,24.5 9.4928097,24.270139 9.7267106,24.094512 9.875,23.9375 c 0.198721,-0.189687 0.359332,-0.385639 0.53125,-0.59375 0.17811,-0.215608 0.324792,-0.433913 0.4375,-0.6875 0.128363,-0.266604 0.187495,-0.582256 0.1875,-0.90625 -5e-6,-0.267242 -0.04107,-0.53271 -0.125,-0.8125 -0.0881,-0.293639 -0.248645,-0.57324 -0.46875,-0.8125 -0.225671,-0.24528 -0.5115426,-0.413377 -0.875,-0.5625 -0.3768384,-0.164255 -0.8293529,-0.249991 -1.375,-0.25 z m -0.21875,7.40625 c -0.3361859,2e-6 -0.6312348,0.141392 -0.875,0.375 -0.240211,0.229768 -0.3750015,0.523912 -0.375,0.875 -1.5e-6,0.35109 0.1347875,0.676484 0.375,0.90625 0.2443639,0.224006 0.5408351,0.34375 0.875,0.34375 0.3416345,0 0.6687481,-0.116577 0.90625,-0.34375 0.2402067,-0.229766 0.343746,-0.555162 0.34375,-0.90625 -4e-6,-0.351086 -0.1035448,-0.645232 -0.34375,-0.875 -0.2367714,-0.236765 -0.5626554,-0.374998 -0.90625,-0.375 z"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccsccsscccccccccccccsccccccccscssccc"
|
||||||
|
id="path9" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.5 KiB |
BIN
img/wallet_menu_desktop.png
Normal file
After Width: | Height: | Size: 685 B |
150
img/wallet_menu_desktop.svg
Normal file
|
@ -0,0 +1,150 @@
|
||||||
|
<?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="42"
|
||||||
|
height="100"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="wallet_menu_desktop.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_menu_desktop.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<inkscape:perspective
|
||||||
|
sodipodi:type="inkscape:persp3d"
|
||||||
|
inkscape:vp_x="0 : 0.5 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_z="1 : 0.5 : 1"
|
||||||
|
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
|
||||||
|
id="perspective7704" />
|
||||||
|
<inkscape:perspective
|
||||||
|
id="perspective7731"
|
||||||
|
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
|
||||||
|
inkscape:vp_z="744.09448 : 526.18109 : 1"
|
||||||
|
inkscape:vp_y="0 : 1000 : 0"
|
||||||
|
inkscape:vp_x="0 : 526.18109 : 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.0000001"
|
||||||
|
inkscape:cx="264.34728"
|
||||||
|
inkscape:cy="23.421859"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-952.3622)">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||||
|
x="64.649765"
|
||||||
|
y="69.669914"
|
||||||
|
id="text4329"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="translate(0,452.36218)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan4331"
|
||||||
|
x="64.649765"
|
||||||
|
y="69.669914" /></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
|
||||||
|
x="67"
|
||||||
|
y="73"
|
||||||
|
id="text4367"
|
||||||
|
sodipodi:linespacing="125%"
|
||||||
|
transform="translate(0,452.36218)"><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
id="tspan4369"
|
||||||
|
x="67"
|
||||||
|
y="73" /></text>
|
||||||
|
<rect
|
||||||
|
style="fill:#646464;fill-opacity:0;stroke:#000000;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="rect5357"
|
||||||
|
width="24.392694"
|
||||||
|
height="16.57453"
|
||||||
|
x="8.8839998"
|
||||||
|
y="957.56885" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.72969627px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 18.515877,975.37883 5.419236,0.026 -0.169392,3.7106 -5.015303,0.04 c 0,0 -0.233117,-3.7762 -0.234541,-3.7759 z"
|
||||||
|
id="path5359"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.84554929px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 15.571507,980.62303 c -0.521422,0.5454 -0.135451,0.5514 -0.135451,0.5514 l 11.566699,-0.014 c 0,0 0.461678,0 -0.105221,-0.5766 -2.646548,-2.3617 -8.880141,-2.3406 -11.325992,0.031 z"
|
||||||
|
id="path5937"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<rect
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
id="rect6033"
|
||||||
|
width="23.337198"
|
||||||
|
height="1.795169"
|
||||||
|
x="9.5006695"
|
||||||
|
y="971.65869" />
|
||||||
|
<rect
|
||||||
|
style="fill:#646464;fill-opacity:0;stroke:#ffffff;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="rect5357-3"
|
||||||
|
width="24.392694"
|
||||||
|
height="16.57453"
|
||||||
|
x="8.8844223"
|
||||||
|
y="1025.5688" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.73000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 18.516299,1043.3788 5.41923,0.026 -0.16939,3.7106 -5.0153,0.04 c 0,0 -0.23312,-3.7762 -0.23454,-3.7759 z"
|
||||||
|
id="path5359-6"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.84554929px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
|
||||||
|
d="m 15.571929,1048.623 c -0.52142,0.5454 -0.13545,0.5514 -0.13545,0.5514 l 11.5667,-0.014 c 0,0 0.46167,0 -0.10523,-0.5766 -2.64654,-2.3617 -8.88014,-2.3406 -11.32599,0.031 z"
|
||||||
|
id="path5937-1"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
id="rect6033-3"
|
||||||
|
width="23.337198"
|
||||||
|
height="1.795169"
|
||||||
|
x="9.50109"
|
||||||
|
y="1039.6587" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 5.7 KiB |
BIN
img/wallet_menu_hardware.png
Normal file
After Width: | Height: | Size: 745 B |
86
img/wallet_menu_hardware.svg
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
<?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="42"
|
||||||
|
height="100"
|
||||||
|
id="svg3066"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="wallet_menu_hardware.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_menu_hardware.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs3068" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="1.9795104"
|
||||||
|
inkscape:cx="195.96452"
|
||||||
|
inkscape:cy="39.157284"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata3071">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,68)">
|
||||||
|
<rect
|
||||||
|
style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.11129045;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="rect3968"
|
||||||
|
width="18.383144"
|
||||||
|
height="12.726792"
|
||||||
|
x="11.391645"
|
||||||
|
y="-54.241436" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:3.87069917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 26.157753,-52.333153 c 0,0 0.89133,-6.366287 -0.864098,-8.687227 -1.035501,-1.369088 -3.078221,-1.980169 -4.792187,-1.885449 -1.726106,0.09597 -3.840576,0.328223 -5.027875,2.592491 -1.042106,1.987357 -0.946018,7.911388 -0.946018,7.911388 z"
|
||||||
|
id="path3970"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="casscc" />
|
||||||
|
<rect
|
||||||
|
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2.11129045;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="rect3968-8"
|
||||||
|
width="18.383144"
|
||||||
|
height="12.726792"
|
||||||
|
x="11.392049"
|
||||||
|
y="13.758562" />
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#ffffff;stroke-width:3.87069917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
d="m 26.158167,15.666849 c 0,0 0.89133,-6.3662883 -0.86409,-8.6872273 -1.03551,-1.369088 -3.07823,-1.98017 -4.79219,-1.88545 -1.72611,0.09597 -3.84058,0.328223 -5.02788,2.592492 -1.0421,1.987356 -0.94601,7.9113883 -0.94601,7.9113883 z"
|
||||||
|
id="path3970-9"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="casscc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
BIN
img/wallet_menu_mobile.png
Normal file
After Width: | Height: | Size: 637 B |
70
img/wallet_menu_mobile.svg
Normal file
|
@ -0,0 +1,70 @@
|
||||||
|
<?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="42"
|
||||||
|
height="100"
|
||||||
|
id="svg4913"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_menu_mobile.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90"
|
||||||
|
sodipodi:docname="wallet_menu_mobile.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4915" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="1.9795104"
|
||||||
|
inkscape:cx="60.900353"
|
||||||
|
inkscape:cy="-0.63675478"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata4918">
|
||||||
|
<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
|
||||||
|
id="layer1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,68)">
|
||||||
|
<path
|
||||||
|
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.49351057;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
d="m 29.812507,-65.656507 -17.3125,0.03125 c -0.573954,9.58e-4 -1.032298,0.457296 -1.03125,1.03125 l 0.03125,25.25 c 0.001,0.573954 0.488546,1.032208 1.0625,1.03125 l 17.3125,-0.03125 c 0.573954,-9.58e-4 1.032298,-0.457296 1.03125,-1.03125 l -0.0625,-25.25 c -0.001,-0.573954 -0.457296,-1.032207 -1.03125,-1.03125 z m -2.84375,2.71875 c 0.54702,-9.27e-4 0.999017,0.45298 1,1 l 0,16.65625 c 9.83e-4,0.54702 -0.42173,0.967823 -0.96875,0.96875 l -11.5,0.03125 c -0.54702,9.27e-4 -0.967767,-0.45298 -0.96875,-1 l -0.03125,-16.625 c -9.83e-4,-0.54702 0.42173,-0.999072 0.96875,-1 l 11.5,-0.03125 z m -5.375,19.71875 c 1.094781,-0.0019 1.998089,0.905219 2,2 0.0019,1.094781 -0.905219,1.966839 -2,1.96875 -1.094781,0.0019 -1.966839,-0.873969 -1.96875,-1.96875 -0.0019,-1.094781 0.873969,-1.998089 1.96875,-2 z"
|
||||||
|
id="rect4921"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="opacity:0.98999999;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.49351102;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||||
|
d="m 29.812541,2.3434936 -17.312532,0.03125 c -0.573961,9.58e-4 -1.032302,0.457296 -1.031252,1.03125 l 0.0312,25.2499994 c 10e-4,0.573954 0.488541,1.032208 1.062502,1.03125 l 17.312532,-0.03125 c 0.573951,-9.58e-4 1.032292,-0.457296 1.031252,-1.03125 l -0.0625,-25.2499994 c -0.001,-0.573954 -0.457301,-1.032208 -1.031252,-1.03125 z m -2.843755,2.71875 c 0.547021,-9.27e-4 0.999011,0.45298 1.000001,1 l 0,16.6562494 c 9.8e-4,0.54702 -0.42173,0.967823 -0.968751,0.96875 l -11.500021,0.03125 c -0.547021,9.27e-4 -0.967772,-0.45298 -0.968752,-1 l -0.0312,-16.6249994 c -9.9e-4,-0.54702 0.421731,-0.999072 0.968752,-1 l 11.500021,-0.03125 z m -5.37501,19.7187494 c 1.094782,-0.0019 1.998093,0.905219 2.000003,2 0.002,1.094781 -0.905221,1.966839 -2.000003,1.96875 -1.094782,0.0019 -1.966844,-0.873969 -1.968754,-1.96875 -0.002,-1.094781 0.873972,-1.998089 1.968754,-2 z"
|
||||||
|
id="rect4921-1"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4 KiB |
BIN
img/wallet_menu_web.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
159
img/wallet_menu_web.svg
Normal file
|
@ -0,0 +1,159 @@
|
||||||
|
<?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="42"
|
||||||
|
height="100"
|
||||||
|
id="svg2984"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="wallet_menu_web.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_menu_web.png"
|
||||||
|
inkscape:export-xdpi="90"
|
||||||
|
inkscape:export-ydpi="90">
|
||||||
|
<defs
|
||||||
|
id="defs2986" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="3.959798"
|
||||||
|
inkscape:cx="-5.7854718"
|
||||||
|
inkscape:cy="26.599481"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1615"
|
||||||
|
inkscape:window-height="1026"
|
||||||
|
inkscape:window-x="65"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata2989">
|
||||||
|
<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="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-952.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:none"
|
||||||
|
id="path2992"
|
||||||
|
sodipodi:cx="49.750011"
|
||||||
|
sodipodi:cy="49.744911"
|
||||||
|
sodipodi:rx="49.750011"
|
||||||
|
sodipodi:ry="49.750011"
|
||||||
|
d="m 99.500023,49.744911 a 49.750011,49.750011 0 1 1 -99.500023,0 49.750011,49.750011 0 1 1 99.500023,0 z"
|
||||||
|
transform="matrix(0.25442777,0,0,0.25442777,8.3803039,955.82101)" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="m 31.050878,969.73021 0.782525,0.4268 -0.995942,1.2094 -0.782527,0.5693 -0.142281,1.7071 -0.533951,1.7451 -1.264347,0.5396 -0.0162,0.6627 -0.895367,0.8707 -0.453204,0.7076 -1.191574,0.4614 -0.377361,-1.7565 0.0368,-1.5232 -0.142284,-1.3516 0.284555,-1.1384 -0.426831,-0.3555 -0.853666,-0.427 -1.13822,0.1414 -1.422773,-0.4978 -0.142284,-1.8497 0,-1.2805 1.280497,-1.494 1.138219,-1.5651 1.991884,-0.7825 0.782525,0.9248 1.067083,0 1.213445,0.717 0.06705,1.275 1.493913,1.4937"
|
||||||
|
id="path2996"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="m 11.122824,972.68511 0.441851,-1.5024 1.06044,-2.3418 1.237181,-0.5743 0.353482,0.6185 1.14881,0.5302 0,0.7954 0.795331,0 0.61859,0.8396 0.441852,0.2651 1.016255,0.4858 1.148811,0.7071 0.486037,0.2651 -0.176747,0.6186 -0.26511,0.5744 -0.795329,0.6628 0.397664,1.193 0,1.3696 -1.590661,0.8397 -0.706962,1.7232 -0.385104,0.4788 -1.16085,-0.5264 -1.937382,-1.1861 0.08108,-0.7105 -0.265109,-1.7673 -1.016257,-1.1491 -0.309295,-1.0602 z"
|
||||||
|
id="path3766"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="m 11.685393,970.23551 -0.175805,-0.3517 -0.105482,-0.8438 -0.281284,0.2814 -0.175804,-0.5626 0.105482,-1.0197 -0.316444,0 -0.281283,0.4572 0,0.3868 -0.5625687,-0.2463 -0.070322,-1.1953 0.2461237,-0.7385 1.382291,-0.4751 0.527407,0 0.457086,0.3165 0.316446,0 -0.140643,-0.8438 0.668051,-0.4571 0.492247,-0.1056 0.949332,-1.0196 1.054815,-0.2813 0.668052,-0.5978 0.316443,-0.6329 0.281284,-0.5977 -0.527407,0 -0.246123,0.1056 0.210962,-0.2813 0.764742,-0.3428 1.151507,-0.4484 0.05275,-0.5801 -0.69666,-0.9576 -0.755951,-0.5449 -0.325235,0.079 -0.202173,0.5627 -0.492246,0.7382 -0.492249,0 -0.577498,-0.4034 c 0,0 -0.02487,-0.5274 0.11579,-0.5274 0.140644,0 1.024286,-0.5107 1.024286,-0.5107 l 0.421927,-0.6329 0.966914,-0.3867 -0.439506,-0.3867 -1.230619,0.3515 -1.089976,0.1753 -0.133144,-0.034 -2.187448,1.4052 c 0,0 -1.704929,1.9766 -2.293535,3.1277 -0.8807539,1.7222 -1.504817,3.7071 -1.7850842,5.5219 -0.095073,0.6156 1.4064206,1.2306 1.4064206,1.2306 l 0.8086926,0.7736 1.019655,0.5976 0.527407,0.1055 0.175805,-0.211 z"
|
||||||
|
id="path3806"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccsccccccccsscccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="m 18.986244,958.48021 0.06217,0.5282 0.167813,0.5222 0.826669,-0.2549 0.35429,-0.8391 0.341854,-0.1432 0.795593,-0.3605 0.646417,-0.1488 0.14918,-0.9944 c 0,0 -0.14918,-0.4476 -0.348072,-0.4476 -0.198899,0 -1.143663,-0.2238 -1.143663,-0.2238 l -0.696143,-0.074 -1.640907,0.4972 -0.546971,0.348 0.04972,0.5968 0.770729,0.2363 0.453735,0.1432 0.01865,0.3171 z"
|
||||||
|
id="path3826"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccsccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#000000;fill-opacity:1;stroke:none"
|
||||||
|
d="m 29.714572,966.25331 0.447672,0.554 0.492246,0.7561 0.492247,0.3691 -0.05275,0.879 0.755951,-0.211 1.169089,-2.0568 -0.448298,-0.5801 -0.562569,-0.018 -1.107554,-1.0548 -0.228544,-0.8264 1.529482,1.4769 c 0,0 0.236892,-0.3115 0.483895,-0.397 0.247003,-0.085 0.433794,-0.2964 0.403907,-0.3767 -0.688053,-1.8502 -1.582286,-3.4882 -2.812841,-4.9224 -0.797053,-0.929 -2.874371,-2.2855 -2.874371,-2.2855 l -1.406421,0.6329 -0.791111,0.2636 0.158225,-0.2988 0.668049,-0.1751 -0.08791,-0.2287 -0.650468,0.1583 -0.843853,-0.089 -1.195457,0.7032 -0.509829,0.5978 0.03516,0.299 0.544989,-0.1936 0.421927,0.3166 0.281282,-0.6682 0.334025,-0.2988 0.10548,0.5098 -0.281284,0.1056 0.685631,-0.069 -0.650472,0.2812 -0.0879,0.1751 -0.68563,0.299 -0.632891,0.1582 -0.263702,-0.053 -0.457088,-0.5449 -0.263702,0.037 0.175804,0.58 0.228542,0.4571 -0.03516,0.5273 -0.369186,0.5977 0.75595,1.635 -0.597728,0.8966 -0.140643,0.7209 0.281282,0.7032 0.327433,0 0.274691,0.4068 0.751558,-0.4573 0.351602,-1.5646 0.843854,-1.0371 0.808691,0.2108 -0.03516,0.5451 0.386766,-0.7559 0.386766,0.4043 0,0.1224 0,0.2109 0.738371,0.211 0.369186,0.7209 1.002074,-0.1583 0.778164,0.6035 -0.786801,1.2615 0.283523,0.581 0.782946,-0.5854"
|
||||||
|
id="path3828"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccssaccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:none;stroke:#000000;stroke-width:7.83737087;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path2992-7"
|
||||||
|
sodipodi:cx="49.750011"
|
||||||
|
sodipodi:cy="49.744911"
|
||||||
|
sodipodi:rx="49.750011"
|
||||||
|
sodipodi:ry="49.750011"
|
||||||
|
d="m 99.500023,49.744911 a 49.750011,49.750011 0 1 1 -99.500023,0 49.750011,49.750011 0 1 1 99.500023,0 z"
|
||||||
|
transform="matrix(0.25442777,0,0,0.25442777,8.3730224,955.81391)" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:#ffffff;fill-opacity:0;stroke:none"
|
||||||
|
id="path2992-6"
|
||||||
|
sodipodi:cx="49.750011"
|
||||||
|
sodipodi:cy="49.744911"
|
||||||
|
sodipodi:rx="49.750011"
|
||||||
|
sodipodi:ry="49.750011"
|
||||||
|
d="m 99.500023,49.744911 a 49.750011,49.750011 0 1 1 -99.500023,0 49.750011,49.750011 0 1 1 99.500023,0 z"
|
||||||
|
transform="matrix(0.25442777,0,0,0.25442777,8.3803309,1023.821)" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
d="m 31.050911,1037.7302 0.78252,0.4268 -0.99594,1.2094 -0.78253,0.5693 -0.14228,1.7071 -0.53395,1.7451 -1.26435,0.5396 -0.0162,0.6627 -0.89536,0.8707 -0.45321,0.7076 -1.19157,0.4614 -0.37736,-1.7565 0.0368,-1.5232 -0.14229,-1.3516 0.28456,-1.1384 -0.42683,-0.3555 -0.85367,-0.427 -1.13822,0.1414 -1.42277,-0.4978 -0.14228,-1.8497 0,-1.2805 1.28049,-1.494 1.13822,-1.5651 1.99189,-0.7825 0.78252,0.9248 1.06708,0 1.21345,0.717 0.067,1.275 1.49391,1.4937"
|
||||||
|
id="path2996-7"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
d="m 11.122851,1040.6851 0.44186,-1.5024 1.06044,-2.3418 1.23718,-0.5743 0.35348,0.6185 1.14881,0.5302 0,0.7954 0.79533,0 0.61859,0.8396 0.44185,0.2651 1.01626,0.4858 1.14881,0.7071 0.48603,0.2651 -0.17674,0.6186 -0.26511,0.5744 -0.79533,0.6628 0.39766,1.193 0,1.3696 -1.59066,0.8397 -0.70696,1.7232 -0.38511,0.4788 -1.16085,-0.5264 -1.93738,-1.1861 0.0811,-0.7105 -0.2651,-1.7673 -1.01626,-1.1491 -0.3093,-1.0602 z"
|
||||||
|
id="path3766-0"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
d="m 11.685421,1038.2355 -0.1758,-0.3517 -0.10548,-0.8438 -0.28129,0.2814 -0.1758,-0.5626 0.10548,-1.0197 -0.31644,0 -0.28129,0.4572 0,0.3868 -0.5625701,-0.2463 -0.0703,-1.1953 0.2461301,-0.7385 1.38229,-0.4751 0.5274,0 0.45709,0.3165 0.31645,0 -0.14065,-0.8438 0.66805,-0.4571 0.49225,-0.1056 0.94933,-1.0196 1.05482,-0.2813 0.66805,-0.5978 0.31644,-0.6329 0.28129,-0.5977 -0.52741,0 -0.24612,0.1056 0.21096,-0.2813 0.76474,-0.3428 1.15151,-0.4484 0.0528,-0.5801 -0.69666,-0.9576 -0.75595,-0.5449 -0.32524,0.079 -0.20217,0.5627 -0.49225,0.7382 -0.49225,0 -0.57749,-0.4034 c 0,0 -0.0249,-0.5274 0.11579,-0.5274 0.14064,0 1.02428,-0.5107 1.02428,-0.5107 l 0.42193,-0.6329 0.96691,-0.3867 -0.4395,-0.3867 -1.23062,0.3515 -1.08998,0.1753 -0.13314,-0.034 -2.18745,1.4052 c 0,0 -1.70493,1.9766 -2.29354,3.1277 -0.8807501,1.7222 -1.5048101,3.7071 -1.7850801,5.5219 -0.0951,0.6156 1.40642,1.2306 1.40642,1.2306 l 0.8086901,0.7736 1.01966,0.5976 0.52741,0.1055 0.1758,-0.211 z"
|
||||||
|
id="path3806-0"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccsccccccccsscccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
d="m 18.986271,1026.4802 0.0622,0.5282 0.16782,0.5222 0.82667,-0.2549 0.35429,-0.8391 0.34185,-0.1432 0.79559,-0.3605 0.64642,-0.1488 0.14918,-0.9944 c 0,0 -0.14918,-0.4476 -0.34807,-0.4476 -0.1989,0 -1.14367,-0.2238 -1.14367,-0.2238 l -0.69614,-0.074 -1.64091,0.4972 -0.54697,0.348 0.0497,0.5968 0.77073,0.2363 0.45374,0.1432 0.0187,0.3171 z"
|
||||||
|
id="path3826-6"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccsccccccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none"
|
||||||
|
d="m 29.714601,1034.2533 0.44767,0.554 0.49225,0.7561 0.49225,0.3691 -0.0528,0.879 0.75595,-0.211 1.16909,-2.0568 -0.4483,-0.5801 -0.56257,-0.018 -1.10755,-1.0548 -0.22855,-0.8264 1.52948,1.4769 c 0,0 0.2369,-0.3115 0.4839,-0.397 0.247,-0.085 0.43379,-0.2964 0.40391,-0.3767 -0.68806,-1.8502 -1.58229,-3.4882 -2.81285,-4.9224 -0.79705,-0.929 -2.87437,-2.2855 -2.87437,-2.2855 l -1.40642,0.6329 -0.79111,0.2636 0.15823,-0.2988 0.66805,-0.1751 -0.0879,-0.2287 -0.65047,0.1583 -0.84386,-0.089 -1.19545,0.7032 -0.50983,0.5978 0.0352,0.299 0.54499,-0.1936 0.42192,0.3166 0.28129,-0.6682 0.33402,-0.2988 0.10548,0.5098 -0.28128,0.1056 0.68563,-0.069 -0.65047,0.2812 -0.0879,0.1751 -0.68563,0.299 -0.63289,0.1582 -0.26371,-0.053 -0.45708,-0.5449 -0.26371,0.037 0.17581,0.58 0.22854,0.4571 -0.0352,0.5273 -0.36919,0.5977 0.75595,1.635 -0.59772,0.8966 -0.14065,0.7209 0.28128,0.7032 0.32744,0 0.27469,0.4068 0.75156,-0.4573 0.3516,-1.5646 0.84385,-1.0371 0.80869,0.2108 -0.0352,0.5451 0.38677,-0.7559 0.38677,0.4043 0,0.1224 0,0.2109 0.73837,0.211 0.36918,0.7209 1.00208,-0.1583 0.77816,0.6035 -0.7868,1.2615 0.28352,0.581 0.78295,-0.5854"
|
||||||
|
id="path3828-7"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccccssaccccccccccccccccccccccccccccccccccccccccccccccccccc" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="opacity:0.98999999;fill:none;stroke:#ffffff;stroke-width:7.83719492;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||||
|
id="path2992-7-0"
|
||||||
|
sodipodi:cx="49.750011"
|
||||||
|
sodipodi:cy="49.744911"
|
||||||
|
sodipodi:rx="49.750011"
|
||||||
|
sodipodi:ry="49.750011"
|
||||||
|
d="m 99.500023,49.744911 a 49.750011,49.750011 0 1 1 -99.500023,0 49.750011,49.750011 0 1 1 99.500023,0 z"
|
||||||
|
transform="matrix(0.25442777,0,0,0.25442777,8.3730509,1023.8139)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 12 KiB |
BIN
img/wallet_select.png
Normal file
After Width: | Height: | Size: 394 B |
|
@ -9,17 +9,17 @@
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
width="280"
|
width="18"
|
||||||
height="10"
|
height="18"
|
||||||
id="svg4147"
|
id="svg3794"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
inkscape:version="0.48.4 r9939"
|
inkscape:version="0.48.4 r9939"
|
||||||
inkscape:export-filename="/media/X/bitcoin.org/bitcoin.org_choose/img/bubble.png"
|
sodipodi:docname="wallet_select.svg"
|
||||||
|
inkscape:export-filename="/media/X/bitcoin.org/current/img/wallet_select.png"
|
||||||
inkscape:export-xdpi="90"
|
inkscape:export-xdpi="90"
|
||||||
inkscape:export-ydpi="90"
|
inkscape:export-ydpi="90">
|
||||||
sodipodi:docname="bubbleinfotop.svg">
|
|
||||||
<defs
|
<defs
|
||||||
id="defs4149" />
|
id="defs3796" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
id="base"
|
id="base"
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
|
@ -27,19 +27,20 @@
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="1"
|
inkscape:zoom="22.395604"
|
||||||
inkscape:cx="267.92324"
|
inkscape:cx="1.2466276"
|
||||||
inkscape:cy="-196.6162"
|
inkscape:cy="8.3615959"
|
||||||
inkscape:document-units="px"
|
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="false"
|
showgrid="true"
|
||||||
inkscape:window-width="1680"
|
inkscape:grid-bbox="true"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:window-width="1615"
|
||||||
inkscape:window-height="1026"
|
inkscape:window-height="1026"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="65"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="24"
|
||||||
inkscape:window-maximized="1" />
|
inkscape:window-maximized="1" />
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata4152">
|
id="metadata3799">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
<cc:Work
|
<cc:Work
|
||||||
rdf:about="">
|
rdf:about="">
|
||||||
|
@ -51,15 +52,15 @@
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<g
|
<g
|
||||||
inkscape:label="Calque 1"
|
|
||||||
inkscape:groupmode="layer"
|
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-1042.3622)">
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(0,-14)">
|
||||||
<path
|
<path
|
||||||
style="fill:#fff8ea;fill-opacity:1;fill-rule:nonzero;stroke:#ee9209;stroke-width:2.49500000000000011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7.48500000000000032, 2.49500000000000011;stroke-dashoffset:0"
|
style="fill:#ffffff;stroke:#ffffff;stroke-width:0.53161477999999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
|
||||||
d="m 1.2851726,1043.6331 -0.024107,221.4968 140.2013644,55.9683 137.27276,-53.5108 -10e-4,-223.9599 z"
|
d="M 4.0420726,21.862044 1.384008,23.950523 6.6052058,29.59891 16.601676,17.970115 14.323334,16.546152 6.795068,25.374487 z"
|
||||||
id="path4155"
|
id="path3802"
|
||||||
inkscape:connector-curvature="0"
|
inkscape:connector-curvature="0"
|
||||||
sodipodi:nodetypes="cccccc" />
|
sodipodi:nodetypes="ccccccc" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
2772
js/hyphenator.js
175
js/main.js
|
@ -109,6 +109,29 @@ for(var i=0,n=ocl.length;i<n;i++){if(ocl[i]!=data)ncl.push(ocl[i]);}
|
||||||
node.className=ncl.join(' ');
|
node.className=ncl.join(' ');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function scrollToNode(t){
|
||||||
|
//Scroll to any node on the page.
|
||||||
|
if(document.body.getAttribute('data-scrollstatus')!=null){clearInterval(document.body.getAttribute('data-scrollstatus'));document.body.removeAttribute('data-scrollstatus');}
|
||||||
|
var delay=800;
|
||||||
|
var py=getPageYOffset();
|
||||||
|
var fy=getTop(t)
|
||||||
|
var dy=fy-py;
|
||||||
|
var x=getPageXOffset();
|
||||||
|
var oti=new Date().getTime();
|
||||||
|
document.body.setAttribute('data-scrollstatus',setInterval(function(){
|
||||||
|
var nti=new Date().getTime()-oti;
|
||||||
|
if(nti>=delay){
|
||||||
|
window.scrollTo(x,fy);
|
||||||
|
clearInterval(document.body.getAttribute('data-scrollstatus'));
|
||||||
|
document.body.removeAttribute('data-scrollstatus');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
var p=nti/delay;
|
||||||
|
p=p*(1+(0.5*(1-p)));
|
||||||
|
window.scrollTo(x,(py+(dy*p)).toFixed(0));
|
||||||
|
},10));
|
||||||
|
}
|
||||||
|
|
||||||
function supportsSVG(){
|
function supportsSVG(){
|
||||||
//Return true if the browser supports SVG.
|
//Return true if the browser supports SVG.
|
||||||
//Ex. if(!supportsSVG()){..apply png fallback..}
|
//Ex. if(!supportsSVG()){..apply png fallback..}
|
||||||
|
@ -133,30 +156,6 @@ for(var i=0,nd=document.getElementsByTagName('*'),n=nd.length;i<n;i++){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function walletShow(e){
|
|
||||||
//Replace a wallet disclaimer by the wallet description in the "Choose your wallet" page when the user click the button.
|
|
||||||
var t=getEventTarget(e);
|
|
||||||
while(t.getAttribute('data-id')===null||t.getAttribute('data-id')=='')t=t.parentNode;
|
|
||||||
var d=t.getElementsByTagName('DIV')[0];
|
|
||||||
var s=document.getElementById(t.getAttribute('data-id')).getElementsByTagName('DIV')[0];
|
|
||||||
cancelEvent(e);
|
|
||||||
//Add a delay before replacing wallet bubble for mobiles to prevent accidental clicks
|
|
||||||
setTimeout(function(){
|
|
||||||
d.getElementsByTagName('H2')[0].innerHTML=s.getElementsByTagName('H2')[0].innerHTML;
|
|
||||||
d.getElementsByTagName('SPAN')[0].innerHTML=s.getElementsByTagName('SPAN')[0].innerHTML;
|
|
||||||
d.getElementsByTagName('P')[0].innerHTML=s.getElementsByTagName('P')[0].innerHTML;
|
|
||||||
d.getElementsByTagName('P')[1].getElementsByTagName('A')[0].innerHTML=s.getElementsByTagName('P')[1].getElementsByTagName('A')[0].innerHTML;
|
|
||||||
d.getElementsByTagName('P')[1].getElementsByTagName('A')[0].href=s.getElementsByTagName('P')[1].getElementsByTagName('A')[0].href;
|
|
||||||
d.getElementsByTagName('P')[1].getElementsByTagName('A')[0].onclick='';
|
|
||||||
d.className='';
|
|
||||||
//Workaround for browsers that don't handle re-rendering class styles and svg (they have backgroundImage hardcoded in HTML)
|
|
||||||
for(var ii=0,nn=d.childNodes.length;ii<nn;ii++){if(d.childNodes[ii].nodeType==1&&d.childNodes[ii].style.backgroundImage!='')d.childNodes[ii].style.backgroundImage=d.childNodes[ii].style.backgroundImage.replace('bubblewarn','bubble').replace('bubbleinfo','bubble');}
|
|
||||||
for(var ii=0,as=d.parentNode.getElementsByTagName('A'),nn=as.length;ii<nn;ii++){if(as[ii].parentNode==d.parentNode){var dd=as[ii];break;}}
|
|
||||||
for(var ii=0,as=s.parentNode.getElementsByTagName('A'),nn=as.length;ii<nn;ii++){if(as[ii].parentNode==s.parentNode){var ss=as[ii];break;}}
|
|
||||||
dd.innerHTML=ss.innerHTML;
|
|
||||||
},1);
|
|
||||||
}
|
|
||||||
|
|
||||||
function mobileMenuShow(e){
|
function mobileMenuShow(e){
|
||||||
//Show the mobile menu when the visitors touch the menu icon.
|
//Show the mobile menu when the visitors touch the menu icon.
|
||||||
var mm=document.getElementById('menusimple');
|
var mm=document.getElementById('menusimple');
|
||||||
|
@ -261,34 +260,6 @@ document.getElementById('chatbox').innerHTML='<iframe style=width:98%;min-width:
|
||||||
cancelEvent(e);
|
cancelEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
function mobileWHover(e){
|
|
||||||
//Display wallet bubbles for mobiles
|
|
||||||
var div=t=getEventTarget(e);
|
|
||||||
while(div.nodeName!='DIV')div=div.parentNode;
|
|
||||||
//Hide bubbles when clicking outside of a bubble
|
|
||||||
if(div.className.indexOf('previewmobile')!==-1)mobileWHide();
|
|
||||||
//Show bubble when clicking on their icon
|
|
||||||
if(div.parentNode.className.indexOf('previewmobile')!==-1){
|
|
||||||
mobileWHide();
|
|
||||||
t=div.getElementsByTagName('DIV')[0];
|
|
||||||
t.style.opacity=0;
|
|
||||||
t.style.display='block';
|
|
||||||
//Add a delay before displaying wallet for mobiles to prevent accidental clicks
|
|
||||||
setTimeout(function(){t.style.opacity=100;},1);
|
|
||||||
//Add event listener to hide bubble on scroll
|
|
||||||
addEvent(window,'scroll',mobileWHide);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function mobileWHide(){
|
|
||||||
//Hide all wallet bubbles on mobiles
|
|
||||||
for(var i=0,nds=document.getElementsByTagName('DIV'),n=nds.length;i<n;i++){
|
|
||||||
if(nds[i].parentNode&&nds[i].parentNode.parentNode&&nds[i].parentNode.parentNode.className.indexOf('previewmobile')!==-1){
|
|
||||||
nds[i].style.opacity=0;nds[i].style.display='none';}
|
|
||||||
}
|
|
||||||
removeEvent(window,'scroll',mobileWHide);
|
|
||||||
}
|
|
||||||
|
|
||||||
function updateToc(){
|
function updateToc(){
|
||||||
//Update table of content active entry and browser url on scroll
|
//Update table of content active entry and browser url on scroll
|
||||||
var pageoffset;
|
var pageoffset;
|
||||||
|
@ -419,6 +390,106 @@ if(typeof(Storage)==='undefined')return;
|
||||||
if(sessionStorage.getItem('develdocdisclaimerclose')==='1')disclaimerClose();
|
if(sessionStorage.getItem('develdocdisclaimerclose')==='1')disclaimerClose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function walletListener(e){
|
||||||
|
//Listen events on the wallets categories menu and hide / show / select wallets accordingly.
|
||||||
|
var t=getEventTarget(e);
|
||||||
|
switch(e.type){
|
||||||
|
case 'click':
|
||||||
|
if(t.nodeName=='A')walletSelectPlatform(t);
|
||||||
|
break;
|
||||||
|
case 'mouseover':
|
||||||
|
if(t.nodeName=='A')walletShowPlatform(t.getAttribute('data-walletcompat'));
|
||||||
|
if(t.nodeName=='A')clearTimeout(document.getElementById('walletmenu').getAttribute('data-wallettimeout'));
|
||||||
|
break;
|
||||||
|
case 'mouseout':
|
||||||
|
clearTimeout(document.getElementById('walletmenu').getAttribute('data-wallettimeout'));
|
||||||
|
document.getElementById('walletmenu').setAttribute('data-wallettimeout',setTimeout(walletFallbackPlatform,100));
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function walletSelectPlatform(t){
|
||||||
|
//Select wallets platform when the mouse clicks on the menu.
|
||||||
|
var p=t;
|
||||||
|
while(p.nodeName!='DIV')p=p.parentNode;
|
||||||
|
if(t.parentNode.parentNode.parentNode.nodeName!='DIV'){
|
||||||
|
for(var i=0,nds=p.getElementsByTagName('A'),n=nds.length;i<n;i++){
|
||||||
|
nds[i].removeAttribute('data-select');
|
||||||
|
removeClass(nds[i].parentNode,'select');
|
||||||
|
}
|
||||||
|
t.setAttribute('data-select','1');
|
||||||
|
addClass(t.parentNode,'select');
|
||||||
|
}
|
||||||
|
if(getStyle(document.getElementById('walletsmobile'),'display')!='none'){
|
||||||
|
if(t.parentNode.getElementsByTagName('UL').length==0)setTimeout(function(){scrollToNode(document.getElementById('wallets'));},10);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function walletFallbackPlatform(){
|
||||||
|
//Show back wallets for selected platform when the mouse leaves the menu without selecting another platform.
|
||||||
|
var select=null;
|
||||||
|
var active=null;
|
||||||
|
for(var i=0,nds=document.getElementById('walletmenu').getElementsByTagName('A'),n=nds.length;i<n;i++){
|
||||||
|
if(nds[i].getAttribute('data-select')=='1')select=nds[i];
|
||||||
|
if(nds[i].getAttribute('data-active')=='1')active=nds[i];
|
||||||
|
}
|
||||||
|
if(select===null||active===null)return;
|
||||||
|
var selectp=select;
|
||||||
|
var activep=active;
|
||||||
|
while(selectp.parentNode.parentNode.nodeName!='DIV')selectp=selectp.parentNode;
|
||||||
|
while(activep.parentNode.parentNode.nodeName!='DIV')activep=activep.parentNode;
|
||||||
|
if(selectp!=activep)return;
|
||||||
|
walletShowPlatform(select.getAttribute('data-walletcompat'));
|
||||||
|
}
|
||||||
|
|
||||||
|
function walletShowPlatform(platform){
|
||||||
|
//Show wallets for given platform in the menu.
|
||||||
|
for(var i=0,nds=document.getElementById('walletmenu').getElementsByTagName('A'),n=nds.length;i<n;i++){
|
||||||
|
nds[i].removeAttribute('data-active');
|
||||||
|
removeClass(nds[i].parentNode,'active');
|
||||||
|
if(nds[i].getAttribute('data-walletcompat')!=platform)continue;
|
||||||
|
var t=nds[i];
|
||||||
|
}
|
||||||
|
t.setAttribute('data-active','1');
|
||||||
|
addClass(t.parentNode,'active');
|
||||||
|
if(t.parentNode.parentNode.parentNode.nodeName=='LI')addClass(t.parentNode.parentNode.parentNode,'active');
|
||||||
|
for(var i=0,nds=document.getElementById('wallets').childNodes,n=nds.length;i<n;i++){
|
||||||
|
if(nds[i].nodeType!=1)continue;
|
||||||
|
if(nds[i].getAttribute('data-walletcompat').indexOf(platform)!==-1)removeClass(nds[i],'disabled');
|
||||||
|
else addClass(nds[i],'disabled');
|
||||||
|
var id=nds[i].id.replace('wallet-','');
|
||||||
|
if(!document.getElementById('wallet-'+id+'-'+platform))continue;
|
||||||
|
nds[i].replaceChild(document.getElementById('wallet-'+id+'-'+platform).getElementsByTagName('DIV')[0].cloneNode(true),nds[i].getElementsByTagName('DIV')[0]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function walletRotate(){
|
||||||
|
//Rotate wallets once a day.
|
||||||
|
var ar={1:[],2:[],3:[],4:[]}
|
||||||
|
for(var i=0,nds=document.getElementById('wallets').childNodes,n=nds.length;i<n;i++){
|
||||||
|
if(nds[i].nodeType!=1)continue;
|
||||||
|
ar[parseInt(nds[i].getAttribute('data-walletlevel'))].push(nds[i]);
|
||||||
|
}
|
||||||
|
var sum=Math.floor(new Date()/86400000);
|
||||||
|
for(var k in ar){
|
||||||
|
var pre=ar[k][ar[k].length-1].nextSibling;
|
||||||
|
for(i=0,n=sum%ar[k].length;i<n;i++)ar[k][i].parentNode.insertBefore(ar[k][i],pre);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function walletMobileShow(e){
|
||||||
|
//Show selected wallet on mobiles and scroll to it.
|
||||||
|
var t=getEventTarget(e);
|
||||||
|
if(t.id=='wallets')return;
|
||||||
|
while(t.parentNode.id!='wallets')t=t.parentNode;
|
||||||
|
t=t.cloneNode(true);
|
||||||
|
var p=document.getElementById('walletsmobile');
|
||||||
|
if(getStyle(p,'display')=='none')return;
|
||||||
|
p.innerHTML='';
|
||||||
|
p.appendChild(t);
|
||||||
|
scrollToNode(p);
|
||||||
|
}
|
||||||
|
|
||||||
function makeEditable(e){
|
function makeEditable(e){
|
||||||
//An easter egg that makes the page editable when user click on the page and hold their mouse button for one second.
|
//An easter egg that makes the page editable when user click on the page and hold their mouse button for one second.
|
||||||
//This trick allows translators and writers to preview their work.
|
//This trick allows translators and writers to preview their work.
|
||||||
|
|