diff --git a/_less/rtl.less b/_less/rtl.less
index 5d91c644..92610be7 100644
--- a/_less/rtl.less
+++ b/_less/rtl.less
@@ -254,6 +254,7 @@ h2 .rssicon{
left:0;
right:15px;
}
+.wallets>div>div>h2:first-child+div+div+div>div>div>div,
.wallets>div>div>h2:first-child+div+div+div>div>div>p{
left:auto;
right:30px
@@ -308,9 +309,14 @@ h2 .rssicon{
padding-right:0;
margin-right:0;
}
+ .wallets.walletsmobile>div>div>h2:first-child+div+div+div>div{
+ padding:8px 22px 8px 0;
+ background-position:right 7px;
+ }
.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>div,
.wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p{
left:0;
right:-20px;
diff --git a/_less/screen.less b/_less/screen.less
index 3b9f8c7d..ade6cdcc 100644
--- a/_less/screen.less
+++ b/_less/screen.less
@@ -1302,7 +1302,8 @@ table td,table th{
width:72px;
height:72px;
}
-.wallets>div>div{
+.wallets>div>div,
+.wallets>div>span{
opacity:0;
width:0;
height:0;
@@ -1311,12 +1312,14 @@ table td,table th{
display:inline-block;
position:absolute;
padding:20px;
- border:solid 2px #2c6faf;
- background-color:#f1f8fb;
- z-index:100;
top:-352px;
left:-20px;
right:-20px;
+}
+.wallets>div>span{
+ z-index:100;
+ border:solid 2px #2c6faf;
+ background-color:#f1f8fb;
-moz-transition:opacity 400ms ease-out;
-webkit-transition:opacity 400ms ease-out;
transition:opacity 400ms ease-out;
@@ -1324,20 +1327,26 @@ table td,table th{
-moz-border-radius:4px;
border-radius:4px;
}
-.wallets>div:hover>div{
+.wallets>div>div{
+ z-index:102;
+}
+.wallets>div:hover>div,
+.wallets>div:hover>span{
opacity:1;
width:auto;
height:350px;
visibility:visible;
overflow:visible;
}
-.wallets>div.disabled:hover>div{
+.wallets>div.disabled:hover>div,
+.wallets>div.disabled:hover>span{
opacity:0;
width:0;
height:0;
visibility:hidden;
}
-.wallets>div:nth-child(1n+7)>div{
+.wallets>div:nth-child(1n+7)>div,
+.wallets>div:nth-child(1n+7)>span{
top:-222px;
}
.wallets>div:first-child+div+div+div+div+div+div>div,
@@ -1345,11 +1354,18 @@ table td,table th{
.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{
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div>div,
+.wallets>div:first-child+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div>span{
/*IE8 Support*/
top:-222px;
}
-.wallets>div:nth-child(1n+13)>div{
+.wallets>div:nth-child(1n+13)>div,
+.wallets>div:nth-child(1n+13)>span{
top:-92px;
}
.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div>div,
@@ -1357,7 +1373,13 @@ table td,table th{
.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{
+.wallets>div:first-child+div+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>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span,
+.wallets>div:first-child+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div+div>span{
/*IE8 Support*/
top:-92px;
}
@@ -1434,7 +1456,8 @@ table td,table th{
.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{
+.wallets>div>div>h2:first-child+div+div+div>div>div>p,
+.wallets>div>div>h2:first-child+div+div+div>div>div>div{
opacity:0;
width:0;
height:0;
@@ -1442,11 +1465,8 @@ table td,table th{
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;
@@ -1456,9 +1476,22 @@ table td,table th{
border-radius:4px;
z-index:90;
}
-.wallets>div>div>h2:first-child+div+div+div>div:hover>div>p{
+.wallets>div>div>h2:first-child+div+div+div>div>div>p{
+ font-size:85%;
+ padding:10px;
+ top:-30px;
+}
+.wallets>div>div>h2:first-child+div+div+div>div>div>div{
+ padding:0 10px;
+ top:-80px;
+}
+.wallets>div>div>h2:first-child+div+div+div>div>div>div>div>p:first-child+p{
+ font-size:85%;
+}
+.wallets>div>div>h2:first-child+div+div+div>div:hover>div>p,
+.wallets>div>div>h2:first-child+div+div+div>div:hover>div>div{
opacity:1;
- width:350px;
+ width:400px;
height:auto;
visibility:visible;
}
@@ -1474,7 +1507,7 @@ table td,table th{
position:absolute;
top:20px;
right:20px;
- height:350px;
+ height:400px;
width:250px;
}
.wallets>div>div>h2:first-child+div+div+div+p+div>img{
@@ -2234,11 +2267,18 @@ h2 .rssicon{
.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>span{
+ display:none;
+ }
+ .wallets>div>div{
+ border:solid 2px #2c6faf;
+ background-color:#f1f8fb;
+ -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;
}
.wallets>div:hover>div{
opacity:0;
@@ -2246,6 +2286,12 @@ h2 .rssicon{
height:0;
visibility:hidden;
}
+ .wallets>div>a,
+ .wallets>div>a:visited,
+ .wallets>div>a:link,
+ .wallets>div>a:active{
+ margin:0 13px 20px 13px;
+ }
.wallets>div:hover>a>span{
display:none;
}
@@ -2294,7 +2340,8 @@ h2 .rssicon{
margin-left:0;
margin-top:10px;
}
- .wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p{
+ .wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>p,
+ .wallets.walletsmobile>div>div>h2:first-child+div+div+div>div>div>div{
position:relative;
width:auto;
border:0;
diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index e9363407..39c7c403 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -22,7 +22,11 @@ wallets:
decentralization: "checkgooddecentralizefullnode"
transparency: "checkgoodtransparencydeterministic"
environment: "checkfailenvironmentdesktop"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkgoodprivacyimproved"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkpassprivacydisclosurefullnode"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- multibit:
title: "MultiBit"
titleshort: "MultiBit"
@@ -42,7 +46,11 @@ wallets:
decentralization: "checkpassdecentralizespv"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurespv"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
- hive:
title: "Hive"
titleshort: "Hive"
@@ -60,7 +68,11 @@ wallets:
decentralization: "checkpassdecentralizespv"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurespv"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
desktop:
text: "wallethive"
link: "https://hivewallet.com/#native"
@@ -72,7 +84,11 @@ wallets:
decentralization: "checkpassdecentralizespv"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurespv"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- armory:
title: "Armory"
titleshort: "Armory"
@@ -92,7 +108,11 @@ wallets:
decentralization: "checkgooddecentralizefullnode"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkgoodprivacyimproved"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkpassprivacydisclosurefullnode"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- electrum:
title: "Electrum"
titleshort: "Electrum"
@@ -112,7 +132,11 @@ wallets:
decentralization: "checkpassdecentralizespv"
transparency: "checkpasstransparencyopensource"
environment: "checkfailenvironmentdesktop"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurecentralized"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- bitcoinwallet:
title: "Bitcoin Wallet"
titleshort: "Bitcoin
Wallet"
@@ -131,7 +155,11 @@ wallets:
decentralization: "checkpassdecentralizespv"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurespv"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
android:
text: "walletbitcoinwallet"
link: "https://play.google.com/store/apps/details?id=de.schildbach.wallet"
@@ -144,7 +172,11 @@ wallets:
decentralization: "checkpassdecentralizespv"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurespv"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
blackberry:
text: "walletbitcoinwallet"
link: "http://appworld.blackberry.com/webstore/content/23952882/"
@@ -157,7 +189,11 @@ wallets:
decentralization: "checkpassdecentralizespv"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurespv"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
- mycelium:
title: "Mycelium"
titleshort: "Mycelium"
@@ -175,7 +211,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosurecentralized"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- blockchain:
title: "Blockchain.info"
titleshort: "Blockchain
.info"
@@ -193,7 +233,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
desktop:
text: "walletblockchaininfo"
link: "https://chrome.google.com/webstore/detail/blockchain/glaohkkooicollgefkkmndjcbblominl"
@@ -207,7 +251,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkfailtransparencyremote"
environment: "checkfailenvironmentdesktop"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
web:
text: "walletblockchaininfo"
link: "https://chrome.google.com/webstore/detail/blockchain/glaohkkooicollgefkkmndjcbblominl"
@@ -218,7 +266,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkfailtransparencyremote"
environment: "checkfailenvironmentdesktop"
- privacy: "checkfailprivacyreuse"
+ privacy: "checkfailprivacyweak"
+ privacycheck:
+ privacyaddressreuse: "checkfailprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- bitgo:
title: "BitGo"
titleshort: "BitGo"
@@ -235,7 +287,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkfailtransparencyremote"
environment: "checkpassenvironmenttwofactor"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- greenaddress:
title: "GreenAddress"
titleshort: "Green
Address"
@@ -254,7 +310,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
desktop:
text: "walletgreenaddress"
link: "https://chrome.google.com/webstore/detail/greenaddressit/dgbimgjoijjemhdamicmljbncacfndmp"
@@ -268,7 +328,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkfailtransparencyremote"
environment: "checkfailenvironmentdesktop"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
web:
text: "walletgreenaddress"
link: "https://chrome.google.com/webstore/detail/greenaddressit/dgbimgjoijjemhdamicmljbncacfndmp"
@@ -279,7 +343,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkfailtransparencyremote"
environment: "checkfailenvironmentdesktop"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
iphone:
text: "walletgreenaddress"
link: "https://itunes.apple.com/us/app/greenaddress/id889740745?ls=1&mt=8"
@@ -292,7 +360,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
android:
text: "walletgreenaddress"
link: "https://play.google.com/store/apps/details?id=it.greenaddress.cordova"
@@ -305,7 +377,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkpasstransparencyopensource"
environment: "checkpassenvironmentmobile"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkfailprivacynetworknosupporttor"
- coinbase:
title: "Coinbase"
titleshort: "Coinbase"
@@ -322,7 +398,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkfailtransparencyremote"
environment: "checkfailenvironmentdesktop"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
- coinkite:
title: "Coinkite"
titleshort: "Coinkite"
@@ -339,7 +419,11 @@ wallets:
decentralization: "checkfaildecentralizecentralized"
transparency: "checkfailtransparencyremote"
environment: "checkfailenvironmentdesktop"
- privacy: "checkpassprivacyrotate"
+ privacy: "checkpassprivacybasic"
+ privacycheck:
+ privacyaddressreuse: "checkpassprivacyaddressrotation"
+ privacydisclosure: "checkfailprivacydisclosureaccount"
+ privacynetwork: "checkpassprivacynetworksupporttorproxy"
---
{% translate {{check[1]}}txt %}
{% translate {{privacycheck[1]}} %}
+{% translate {{privacycheck[1]}}txt %}
+{% translate {{check[1]}}txt %}
{% translate {{platform.text}} %}
{% translate {{check[1]}}txt %}
{% translate {{privacycheck[1]}} %}
+{% translate {{privacycheck[1]}}txt %}
+{% translate {{check[1]}}txt %}
{% translate {{platform[1].text}} %}