diff --git a/www-arktika/index.php b/www-arktika/index.php index bd8e10a..64497fc 100644 --- a/www-arktika/index.php +++ b/www-arktika/index.php @@ -469,6 +469,14 @@ } ); - + + + + diff --git a/www/css/fontlato.css b/www/css/fontlato.css new file mode 100644 index 0000000..c7cbf88 --- /dev/null +++ b/www/css/fontlato.css @@ -0,0 +1,50 @@ +/* font-family: "LatoRegular"; */ +@font-face { + font-family: "Lato-Medium"; + src: url("../fonts/LatoRegular.eot"); + src: url("../fonts/LatoRegular.eot?#iefix")format("embedded-opentype"), + url("../fonts/LatoRegular.woff") format("woff"), + url("../fonts/LatoRegular.ttf") format("truetype"); + font-style: normal; + font-weight: normal; +} +/* font-family: "LatoBold"; */ +@font-face { + font-family: "Lato-Bold"; + src: url("../fonts/LatoBold.eot"); + src: url("../fonts/LatoBold.eot?#iefix")format("embedded-opentype"), + url("../fonts/LatoBold.woff") format("woff"), + url("../fonts/LatoBold.ttf") format("truetype"); + font-style: normal; + font-weight: normal; +} +/* font-family: "LatoItalic"; */ +@font-face { + font-family: "Lato-Italic"; + src: url("../fonts/LatoItalic.eot"); + src: url("../fonts/LatoItalic.eot?#iefix")format("embedded-opentype"), + url("../fonts/LatoItalic.woff") format("woff"), + url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype"); + font-style: normal; + font-weight: normal; +} +/* font-family: "LatoLight"; */ +@font-face { + font-family: "Lato-Light"; + src: url("../fonts/LatoLight.eot"); + src: url("../fonts/LatoLight.eot?#iefix")format("embedded-opentype"), + url("../fonts/LatoLight.woff") format("woff"), + url("../fonts/LatoLight.ttf") format("truetype"); + font-style: normal; + font-weight: normal; +} +/* font-family: "LatoBoldItalic"; */ +@font-face { + font-family: "LatoBoldItalic"; + src: url("../fonts/LatoBoldItalic.eot"); + src: url("../fonts/LatoBoldItalic.eot?#iefix")format("embedded-opentype"), + url("../fonts/LatoBoldItalic.woff") format("woff"), + url("../fonts/LatoBoldItalic.ttf") format("truetype"); + font-style: normal; + font-weight: normal; +} \ No newline at end of file diff --git a/www/css/main.css b/www/css/main.css index be42a0b..89a4107 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -4139,4 +4139,95 @@ input[type=number] { background-color: #00a3de; } h2.types_logo_320{color:#00a3de;} -h2.types_logo_543{color:#5b4a42;} \ No newline at end of file +h2.types_logo_543{color:#5b4a42;} + +.delivery-form-par{ + position: fixed; + z-index: 99991; + top: 0; + background-color: rgba(255, 255, 255, 0.75); + width: 100%; + height: 100%; + display:none; +} +.delivery-form-par .close-white{ + content:''; + position:absolute; + top:0; + left:0; + width:100%; + height:100%; + cursor:pointer; +} +.delivery-form-par .popup-main-delivery{ + width:843px; + height:400px; + background-image:url("../images/right_deliver.png"); + background-position: right center; + background-repeat:no-repeat; + background-color:#fdfaf1; + position:absolute; + font-family:'Lato-Medium'; + left: calc(50% - 421.5px); + top: 15%; +} +.delivery-form-par .content-popup .text-up{ + width:320px; + border-bottom: 1px solid #6cb33f; + color:#42210b; + text-align:center; + font-size:18px; + padding-top: 19px; + line-height: 22px; + padding-bottom: 4px; +} +.delivery-form-par .text-down .up-text{ + color: #42210b; + font-size: 13.5px; + text-align: center; + width: 323px; + padding-top: 23px; + padding-bottom: 8px; +} +.delivery-form-par .text-down .footer-text{ + color:#333333; + font-style:italic; + text-align:center; + font-family: 'Lato-Italic'; + padding-top: 8px; + padding-top: 24px; + width: 319px; + font-size: 10.8px; +} +.delivery-form-par .submit-delivery-but{ + font-size:15px; + color:#fff; + border:none; + background-color:#6cb33f; + text-transform:lowercase; + width:80px; + height:25px; + outline:none; + cursor:pointer; +} +.delivery-form-par .text-up p span{ + color:#f15a24; + font-size:28.58px; +} +.delivery-form-par .content-popup{ + padding: 38px; + width: 40%; +} +.delivery-form-par .text-down input{ + height: 23px; + width: 104px; + border: 1px solid #6cb33f; + font-size: 9px; + padding-left: 12px; + outline: none; +} +.delivery-form-par .deliver-form { + display: flex; + justify-content: space-between; + width: 327px; +} \ No newline at end of file diff --git a/www/fonts/LatoBold.eot b/www/fonts/LatoBold.eot new file mode 100644 index 0000000..e3c491f Binary files /dev/null and b/www/fonts/LatoBold.eot differ diff --git a/www/fonts/LatoBold.ttf b/www/fonts/LatoBold.ttf new file mode 100644 index 0000000..6f0787a Binary files /dev/null and b/www/fonts/LatoBold.ttf differ diff --git a/www/fonts/LatoBold.woff b/www/fonts/LatoBold.woff new file mode 100644 index 0000000..8471729 Binary files /dev/null and b/www/fonts/LatoBold.woff differ diff --git a/www/fonts/LatoItalic.eot b/www/fonts/LatoItalic.eot new file mode 100644 index 0000000..1cbb07e Binary files /dev/null and b/www/fonts/LatoItalic.eot differ diff --git a/www/fonts/LatoItalic.ttf b/www/fonts/LatoItalic.ttf new file mode 100644 index 0000000..a31d9a3 Binary files /dev/null and b/www/fonts/LatoItalic.ttf differ diff --git a/www/fonts/LatoItalic.woff b/www/fonts/LatoItalic.woff new file mode 100644 index 0000000..f7172e5 Binary files /dev/null and b/www/fonts/LatoItalic.woff differ diff --git a/www/fonts/LatoLight.eot b/www/fonts/LatoLight.eot new file mode 100644 index 0000000..a619ac8 Binary files /dev/null and b/www/fonts/LatoLight.eot differ diff --git a/www/fonts/LatoLight.ttf b/www/fonts/LatoLight.ttf new file mode 100644 index 0000000..35d78cd Binary files /dev/null and b/www/fonts/LatoLight.ttf differ diff --git a/www/fonts/LatoLight.woff b/www/fonts/LatoLight.woff new file mode 100644 index 0000000..dc37683 Binary files /dev/null and b/www/fonts/LatoLight.woff differ diff --git a/www/fonts/LatoLightItalic.eot b/www/fonts/LatoLightItalic.eot new file mode 100644 index 0000000..241de2b Binary files /dev/null and b/www/fonts/LatoLightItalic.eot differ diff --git a/www/fonts/LatoLightItalic.ttf b/www/fonts/LatoLightItalic.ttf new file mode 100644 index 0000000..7fdb790 Binary files /dev/null and b/www/fonts/LatoLightItalic.ttf differ diff --git a/www/fonts/LatoLightItalic.woff b/www/fonts/LatoLightItalic.woff new file mode 100644 index 0000000..c8befdf Binary files /dev/null and b/www/fonts/LatoLightItalic.woff differ diff --git a/www/fonts/LatoRegular.eot b/www/fonts/LatoRegular.eot new file mode 100644 index 0000000..991aba2 Binary files /dev/null and b/www/fonts/LatoRegular.eot differ diff --git a/www/fonts/LatoRegular.ttf b/www/fonts/LatoRegular.ttf new file mode 100644 index 0000000..1d8baa4 Binary files /dev/null and b/www/fonts/LatoRegular.ttf differ diff --git a/www/fonts/LatoRegular.woff b/www/fonts/LatoRegular.woff new file mode 100644 index 0000000..be80c0e Binary files /dev/null and b/www/fonts/LatoRegular.woff differ diff --git a/www/images/right_deliver.png b/www/images/right_deliver.png new file mode 100644 index 0000000..c01ce62 Binary files /dev/null and b/www/images/right_deliver.png differ diff --git a/www/js/main.js b/www/js/main.js index d967b75..ea14de5 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -2269,4 +2269,4 @@ $(document).ready(function(){ $(this).parent().find('.white_list').toggleClass('hidden'); $(this).parent().toggleClass('small'); }); -}); \ No newline at end of file +}); -- libgit2 0.21.4