X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=1c2ffcf776c0bbc0d09926227a7de0b4be122ea5;hb=b4fd763cebfb7f9497e12ca09b6271e1b39ac145;hp=feefbd83fa47b2c5aa4cbb51bc074d512a47e406;hpb=1cf1bbaff575e647ef38b091a00edfa2e1ce024d;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index feefbd8..1c2ffcf 100644 --- a/src/index.html +++ b/src/index.html @@ -43,17 +43,65 @@ .phrase { word-break: keep-all; } - .strength { + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; } - .languages * { + .languages a { padding-left: 10px; } + .languages a:nth-of-type(1) { + margin-left: -12px; + padding-left: 0; + } .monospace { font-family: monospace; } + .entropy-container .filtered, + .entropy-container .binary { + word-wrap: break-word; + } + .entropy-container li { + padding-bottom: 5px; + } + .card-suit { + font-size: 19px; + line-height: 0; + } + .card-suit.club { + color: #009F00; + } + .card-suit.diamond { + color: #3D5DC4; + } + .card-suit.heart { + color: #F00; + } + .card-suit.spade { + color: #000; + } + .qr-container { + position: fixed; + top: 0; + right: 0; + text-align: center; + background-color: #FFF; + border: 1px solid #CCC; + } + .qr-image { + margin: 5px; + } + .qr-hint, + .qr-warning { + padding: 2px; + max-width: 150px; + } + .more-info { + cursor: help; + border-bottom: 1px dashed #000; + text-decoration: none; + } @@ -68,8 +116,11 @@
-

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)

-

For more info see the BIP39 spec

+

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum).

+

+ For more info see the + BIP39 spec. +

@@ -77,8 +128,8 @@
+ Generate a random mnemonic, or enter your own below: - a random - word mnemonic, or enter your own below. + words