diff --git a/css/master.css b/css/master.css index 675281b..6c0511d 100644 --- a/css/master.css +++ b/css/master.css @@ -1,6 +1,12 @@ +@font-face { + font-family: 'Montserrat'; + src: url('../vendor/montserrat/montserrat-regular-webfont.woff2') format('woff2'), + url('../vendor/montserrat/montserrat-regular-webfont.woff') format('woff'); +} + body { background-image: url("../images/background.png"); - font-family: 'Roboto', sans-serif; + font-family: 'Montserrat', sans-serif; } textarea { @@ -17,14 +23,14 @@ i.fa { } .header_title { - color: rgb(30, 115, 190); + color: #1d71b8; font-weight: 600; margin: 0; } .header_description { margin: 1% 0% 5% 0%; - font-weight: 600; + font-weight: 300; line-height:1.5em; } @@ -38,6 +44,7 @@ i.fa { .tab-content { margin-top:40px; + margin-bottom: 80px; } .proposalBlock { @@ -135,3 +142,72 @@ i.fa { #walletCommandsSubmit { margin-top:2em; } +.nav>li.active>a { + border-radius: 4px; + border: 0px solid; + padding: 5px 15px; + margin-right: 10px; + margin-bottom: 10px; + line-height: 30px; + min-height: 40px; + display: inline-block; + font-weight: 300; + font-size: 1.3em; + background-color: #1c75bc; + color: #fff; + box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08), 0px 4px 6px 0px rgba(49,49,93,0.13); + -webkit-transition: all .2s ease; + transition: all .2s ease; +} +.nav>li.active>a:hover{ + background-color: #1e7dc9; + transform: translateY(-1px); + box-shadow: 0 7px 14px rgba(50,50,93,0.1), 0 3px 6px rgba(0,0,0,0.08); +} +.btn{ + font-weight: 300; + background-color: #1c75bc; + color: #fff; + box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.08), 0px 4px 6px 0px rgba(49,49,93,0.13); + -webkit-transition: all .2s ease; + transition: all .2s ease; + border: 0; +} + +.btn:hover,.btn:active,.btn:focus{ + background-color: #1e7dc9; + color: #fff !important; +} + +.btn-success{ + line-height: 30px; + min-height: 40px; + display: inline-block; + font-weight: 300; + font-size: 1em; +} + +.btn-success:hover,.btn-success:active,.btn-success:focus{ + background-color: #1e7dc9; + color: #fff !important; + transform: translateY(-1px); + box-shadow: 0 7px 14px rgba(50,50,93,0.1), 0 3px 6px rgba(0,0,0,0.08); + border: 0; +} + +a { + color: #3297e8; + text-decoration: none; + font-weight: 300; + -webkit-transition: all .2s ease; + transition: all .2s ease; +} + +a:visited { + color: #6eb3e9; +} + +a:hover { + color: #3b9ce9; + text-decoration: none; +} diff --git a/vendor/montserrat/generator_config.txt b/vendor/montserrat/generator_config.txt new file mode 100755 index 0000000..81e64f6 --- /dev/null +++ b/vendor/montserrat/generator_config.txt @@ -0,0 +1,5 @@ +# Font Squirrel Font-face Generator Configuration File +# Upload this file to the generator to recreate the settings +# you used to create these fonts. + +{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} \ No newline at end of file diff --git a/vendor/montserrat/montserrat-extralight-webfont.woff b/vendor/montserrat/montserrat-extralight-webfont.woff new file mode 100755 index 0000000..53e4ffd Binary files /dev/null and b/vendor/montserrat/montserrat-extralight-webfont.woff differ diff --git a/vendor/montserrat/montserrat-extralight-webfont.woff2 b/vendor/montserrat/montserrat-extralight-webfont.woff2 new file mode 100755 index 0000000..aa29cc0 Binary files /dev/null and b/vendor/montserrat/montserrat-extralight-webfont.woff2 differ diff --git a/vendor/montserrat/montserrat-light-webfont.woff b/vendor/montserrat/montserrat-light-webfont.woff new file mode 100755 index 0000000..6b55b1c Binary files /dev/null and b/vendor/montserrat/montserrat-light-webfont.woff differ diff --git a/vendor/montserrat/montserrat-light-webfont.woff2 b/vendor/montserrat/montserrat-light-webfont.woff2 new file mode 100755 index 0000000..55305d3 Binary files /dev/null and b/vendor/montserrat/montserrat-light-webfont.woff2 differ diff --git a/vendor/montserrat/montserrat-medium-webfont.woff b/vendor/montserrat/montserrat-medium-webfont.woff new file mode 100755 index 0000000..e92a602 Binary files /dev/null and b/vendor/montserrat/montserrat-medium-webfont.woff differ diff --git a/vendor/montserrat/montserrat-medium-webfont.woff2 b/vendor/montserrat/montserrat-medium-webfont.woff2 new file mode 100755 index 0000000..3f5af42 Binary files /dev/null and b/vendor/montserrat/montserrat-medium-webfont.woff2 differ diff --git a/vendor/montserrat/montserrat-regular-webfont.woff b/vendor/montserrat/montserrat-regular-webfont.woff new file mode 100755 index 0000000..72e04fd Binary files /dev/null and b/vendor/montserrat/montserrat-regular-webfont.woff differ diff --git a/vendor/montserrat/montserrat-regular-webfont.woff2 b/vendor/montserrat/montserrat-regular-webfont.woff2 new file mode 100755 index 0000000..613ba46 Binary files /dev/null and b/vendor/montserrat/montserrat-regular-webfont.woff2 differ