X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=bip39-standalone.html;h=a373d6aa2cdd3bebc51dc636685286e0209467fd;hb=c866242d35184fccc4bbe2266fda4a5a80d3bb9f;hp=b7471d0abb38061e090e5f4c3fb942e0cc76fdd8;hpb=18abe53b7a5f6caa28547d8f9f93a67f8cafe5d1;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/bip39-standalone.html b/bip39-standalone.html index b7471d0..a373d6a 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -47,7 +47,7 @@ .phrase { word-break: keep-all; } - .strength { + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; @@ -58,6 +58,29 @@ .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; + } @@ -99,68 +122,63 @@