From 66248e45e53eaa0fb55759710e7203d6141c1ed0 Mon Sep 17 00:00:00 2001 From: Lucas Legname Date: Thu, 6 Mar 2014 23:53:17 +0100 Subject: [PATCH] Borders are now thinner and better looking. --- src/main.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main.css b/src/main.css index 905fff5..3af2ef4 100644 --- a/src/main.css +++ b/src/main.css @@ -4,8 +4,8 @@ no-repeat left center; width: 17px; height: 17px; display: inline-block; float: right; } a { position: relative; z-index: 20; text-decoration: none; } .right { text-align: right; } -.walletarea { display: none; border: 2px solid #BFBFBF; background-color: white; } -hr { margin: 20px 0; border-top: 2px dashed #008000; } +.walletarea { display: none; border: 1px solid #BFBFBF; background-color: white; } +hr { margin: 20px 0; border-top: 1px dashed #008000; } .keyarea { height: 110px; text-align: left; position: relative; padding: 5px; } .keyarea .public { float: left; } .keyarea .pubaddress { display: inline-block; height: 40px; padding: 0 0 0 10px; float: left; } @@ -21,13 +21,13 @@ body { font-family: Arial; background: #F5F5F5; } .question { padding: 10px 15px; text-align: left; cursor: pointer; } .question:hover, .expandable:hover { color: #77777A; } .answer { padding: 0 15px 10px 25px; text-align: left; display: none; font-size: 80%; } -.faq { border: 0; border-top: 2px solid #BFBFBF; } +.faq { border: 0; border-top: 1px solid #BFBFBF; } #btcaddress, #btcprivwif, #detailaddress, #detailaddresscomp, #detailprivwif, #detailprivwifcomp { font-family: monospace; font-size: 1.25em; } #seedpoolarea { display: none; } #seedpooldisplay { font-family: monospace; font-size: 1em; width: 640px; padding: 15px 5px; word-wrap: break-word; } .seedpoint { width: 6px; height: 6px; display: block; border-radius: 3px; background-color: #699FF5; position: absolute; z-index: 10; } -#generate { font-family: monospace; font-size: 1.25em; height: 305px; text-align: left; position: relative; padding: 5px; border: 2px solid #BFBFBF; background-color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } +#generate { font-family: monospace; font-size: 1.25em; height: 305px; text-align: left; position: relative; padding: 5px; border: 1px solid #BFBFBF; background-color: white; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } #generate span { padding: 5px 5px 0 5px; } #generatekeyinput { position: relative; z-index: 20; } #keyarea { height: 250px; } @@ -41,13 +41,13 @@ body { font-family: Arial; background: #F5F5F5; } #singlearea { font-size: 90%; } #singlesecret { position: relative; top: -130px; float: right; right: 200px; color: red; font-weight: bolder; font-size: 200%; } #singleshare { position: relative; top: -110px; float: left; left: 160px; color: green; font-weight: bolder; font-size: 200%; } -#singlesafety { text-align: left; padding: 5px; border-top: 2px solid #BFBFBF; top: -25px; position: relative; } +#singlesafety { text-align: left; padding: 5px; border-top: 1px solid #BFBFBF; top: -25px; position: relative; } #main { position: relative; text-align: center; margin: 0px auto; width: 1005px; } #logo { width: 578px; height: 80px; } #paperarea { min-height: 120px; display: none; } -#paperarea .keyarea { border: 2px solid #BFBFBF; border-top: 0; } +#paperarea .keyarea { border: 1px solid #BFBFBF; border-top: 0; } #paperarea .keyarea.art { display: block; height: auto; border: 0; font-family: Ubuntu, Arial; padding: 0; margin: 0; } #paperarea .artwallet .papersvg { width: 1004px; height: 331px; border: 0; margin: 0; padding: 0; left: 0; } #paperarea .artwallet .qrcode_public { top: 121px; left: 42px; z-index: 100; margin: 0; float: none; display: block; position: absolute; background-color: #FFFFFF; @@ -101,9 +101,9 @@ body { font-family: Arial; background: #F5F5F5; } #vanityarea .label { text-decoration: underline; } #vanityarea .output { font-family: monospace; font-size: 1.25em; display: block; } #vanityarea .notes { text-align: left; font-size: 80%; padding: 0 0 20px 0; } -#vanitystep1area { display: none; text-align: left; position: relative; padding: 15px; border-bottom: 2px solid #BFBFBF; } +#vanitystep1area { display: none; text-align: left; position: relative; padding: 15px; border-bottom: 1px solid #BFBFBF; } #vanitystep1label { padding-left: 5px; } -#vanitystep2area { border-top: 2px solid #BFBFBF; display: block; padding: 15px; } +#vanitystep2area { border-top: 1px solid #BFBFBF; display: block; padding: 15px; } #vanitystep2inputs { padding: 0 15px 10px 15px; } #vanitycalc { margin-top: 5px; } @@ -130,12 +130,12 @@ body { font-family: Arial; background: #F5F5F5; } #tagline { margin: 0 0 15px 0; font-style: italic; } .menu { text-align: left; } .menu .tab { border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; background-color: #F5F5F5; - border: 2px solid #BFBFBF; padding: 5px; margin: 0 2px 0 0; position: relative; top: 2px; z-index: 110; cursor: pointer; } + border: 1px solid #BFBFBF; padding: 5px; margin: 0 2px 0 0; position: relative; top: 1px; z-index: 110; cursor: pointer; } .menu .tab:hover { color: #FFF; } - .menu .tab.selected { background-color: #FFF; border-bottom: 2px solid #FFF; cursor: default; } + .menu .tab.selected { background-color: #FFF; border-bottom: 1px solid #FFF; cursor: default; } .menu .tab.selected:hover { color: #000; } .pagebreak { height: 50px; } - .commands { border-bottom: 2px solid #BFBFBF; padding: 10px 2px; margin-bottom: 0; background-color: white; } + .commands { border-bottom: 1px solid #BFBFBF; padding: 10px 2px; margin-bottom: 0; background-color: white; } .commands .row { padding: 0 0; text-align: left; } .commands .row.extra { padding-top: 6px; } .commands span { padding: 0 10px; } @@ -157,7 +157,7 @@ body { font-family: Arial; background: #F5F5F5; } #detailcommands span { padding: 0 10px; } #detailprivkey { width: 250px; } #detailprivkeypassphrase { width: 250px; } - .paper .commands { border: 2px solid #BFBFBF; } + .paper .commands { border: 1px solid #BFBFBF; } #bulkstartindex, #paperlimit, #paperlimitperpage { width: 35px; } #bulklimit { width: 45px; } @@ -176,7 +176,7 @@ body { font-family: Arial; background: #F5F5F5; } #main { width: auto; } #singlearea { border: 0; } #singlesafety { border: 0; } - #paperarea .keyarea:first-child { border-top: 2px solid #BFBFBF; } + #paperarea .keyarea:first-child { border-top: 1px solid #BFBFBF; } #paperarea .keyarea.art:first-child { border: 0; } .pagebreak { height: 1px; } .paper #logo { display: none; }