diff --git a/css/master.css b/css/master.css new file mode 100644 index 0000000..8ee16d3 --- /dev/null +++ b/css/master.css @@ -0,0 +1,89 @@ +body { + background-image: url("../images/background.png"); +} + +textarea { + background-color:#fafafa !important; +} + +.createProposal { + +} + +i.fa { + font-size: 1.5em; + color: #999; +} + +.header_title { + color: rgb(30, 115, 190); + font-weight: 600; + margin: 0; +} + +.header_description { + margin: 1% 0% 5% 0%; + font-weight: 600; +} + +.proposalBlock { + margin-top: 6%; + padding: 7%; + background-color: #ffffff; + box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16); +} + +.removeMargin { + margin: 0; +} + +.validationError { + background-color:#ffe6e6; +} + +.walletCommands { + +} + +#header { + margin-top:2em; +} + +/*#createProposalHeader { + margin-top:1em; +}*/ + +#createProposalForm { + margin-top:1em; +} + +#lang_box { + width: 82px; + position: relative; + top: -4px; +} + +#payment_amount { + display: inline-block; + width: 20%; +} + +#walletCommandsHeader { + margin-top:2em; +} + +#walletCommandsPrepare { + margin-top:2em; +} + +#walletCommandsTx { + margin-top:2em; +} + +#walletCommandsProgress { + margin-top:2em; +} + +#walletCommandsSubmit { + margin-top:2em; +} diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..51ba7fc Binary files /dev/null and b/images/background.png differ diff --git a/images/dash_logo.png b/images/dash_logo.png new file mode 100644 index 0000000..269a6ed Binary files /dev/null and b/images/dash_logo.png differ diff --git a/images/lang.png b/images/lang.png new file mode 100644 index 0000000..ed265d0 Binary files /dev/null and b/images/lang.png differ diff --git a/index.html b/index.html index 8421144..3e8bd47 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,10 @@