diff --git a/css/src/main.css b/css/src/main.css index 901072824..9df1e9080 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -4,6 +4,8 @@ * */ + + @font-face { font-family: 'Ubuntu'; font-style: normal; @@ -131,9 +133,11 @@ header .alt-currency { } .head { + padding-left: 20px; + -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.10); + box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.10); background-color: #FFF; height: 62px; - border-bottom: 1px solid #eee; position: fixed; z-index: 10; left: 250px; @@ -173,9 +177,9 @@ header .alt-currency { } .head .menu ul.hover { - background-color: #fff; - border: 1px solid #eee; - border-top: 1px solid #fff; + background: #FFFFFF; + -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); + box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); } .head .menu ul li a { @@ -198,12 +202,13 @@ header .alt-currency { } .col3 a { + font-size: 20px; display: block; height: 62px; width: 30px; float: right; background-color: #23C9A9; - padding: 19px 12px; + padding: 22px 6px; color: #B6E9DF; } @@ -529,6 +534,7 @@ a.button-setup { .br100 {border-radius: 100%;} .lh {line-height: 0;} .oh {overflow:hidden;} +.vm {vertical-align: middle;} .small { font-size: 60%; diff --git a/css/style.css b/css/style.css new file mode 100755 index 000000000..3ed5344a0 --- /dev/null +++ b/css/style.css @@ -0,0 +1,70 @@ +@font-face { + font-family: 'icomoon'; + src:url("../font/icomoon.eot?-5b2xva"); + src:url("../font/icomoon.eot?#iefix-5b2xva") format('embedded-opentype'), + url("../font/icomoon.woff?-5b2xva") format('woff'), + url("../font/icomoon.ttf?-5b2xva") format('truetype'), + url("../font/icomoon.svg?-5b2xva#icomoon") format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="icon-"], [class*=" icon-"] { + font-family: 'icomoon' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-arrow-left:before { + content: "\e600"; +} +.icon-arrow-down:before { + content: "\e601"; +} +.icon-arrow-up:before { + content: "\e602"; +} +.icon-arrow-right:before { + content: "\e603"; +} +.icon-arrow-left2:before { + content: "\e604"; +} +.icon-arrow-down2:before { + content: "\e605"; +} +.icon-arrow-up2:before { + content: "\e606"; +} +.icon-arrow-right2:before { + content: "\e607"; +} +.icon-arrow-left3:before { + content: "\e608"; +} +.icon-arrow-down3:before { + content: "\e609"; +} +.icon-arrow-up3:before { + content: "\e60a"; +} +.icon-arrow-right3:before { + content: "\e60b"; +} +.icon-arrow-left4:before { + content: "\e60c"; +} +.icon-arrow-down4:before { + content: "\e60d"; +} +.icon-arrow-up4:before { + content: "\e60e"; +} diff --git a/font/icomoon.eot b/font/icomoon.eot new file mode 100755 index 000000000..b8ff229bc Binary files /dev/null and b/font/icomoon.eot differ diff --git a/font/icomoon.svg b/font/icomoon.svg new file mode 100755 index 000000000..5504c7b77 --- /dev/null +++ b/font/icomoon.svg @@ -0,0 +1,25 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/font/icomoon.ttf b/font/icomoon.ttf new file mode 100755 index 000000000..3ac922071 Binary files /dev/null and b/font/icomoon.ttf differ diff --git a/font/icomoon.woff b/font/icomoon.woff new file mode 100755 index 000000000..86fcfb928 Binary files /dev/null and b/font/icomoon.woff differ diff --git a/index.html b/index.html index 74700d222..730ed48d9 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,8 @@ - + + diff --git a/views/includes/head.html b/views/includes/head.html index 33d1d41d7..9716688a2 100644 --- a/views/includes/head.html +++ b/views/includes/head.html @@ -4,7 +4,7 @@