From f52178574af4e841a47892cd2d694e990930c349 Mon Sep 17 00:00:00 2001 From: Kaspar Naaber Date: Tue, 27 Sep 2016 11:36:01 +0300 Subject: [PATCH 1/2] Remove CMS border override styles for dark background. CMS content area borders are using currentColor instead. --- sources/stylesheets/_general.scss | 26 -------------------------- stylesheets/main.css | 17 ----------------- stylesheets/main.min.css | 2 +- 3 files changed, 1 insertion(+), 44 deletions(-) diff --git a/sources/stylesheets/_general.scss b/sources/stylesheets/_general.scss index 186daef..b530c22 100644 --- a/sources/stylesheets/_general.scss +++ b/sources/stylesheets/_general.scss @@ -18,32 +18,6 @@ body { } } -// CMS DEFAULT STYLES OVERRIDES -.dark-background { - .edy-empty-bordered { - color: rgba($white, .33); - border-color: rgba($white, .33); - } - - .placeholder { - color: rgba($white, 5); - } - - .edy-content-element-hover { - border-color: rgba($white, .1); - } - - .edy-texteditor-active { - outline-color: rgba($white, .2); - - &, - &:hover { - outline-color: rgba($white, .63); - } - } -} - - // Layout specific body classes. .front-page { } diff --git a/stylesheets/main.css b/stylesheets/main.css index e40404c..64bf3ea 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -16,23 +16,6 @@ body.dark-background { color: white; } -.dark-background .edy-empty-bordered { - color: rgba(255, 255, 255, 0.33); - border-color: rgba(255, 255, 255, 0.33); -} -.dark-background .placeholder { - color: white; -} -.dark-background .edy-content-element-hover { - border-color: rgba(255, 255, 255, 0.1); -} -.dark-background .edy-texteditor-active { - outline-color: rgba(255, 255, 255, 0.2); -} -.dark-background .edy-texteditor-active, .dark-background .edy-texteditor-active:hover { - outline-color: rgba(255, 255, 255, 0.63); -} - .content-formatted:after { content: ""; display: table; diff --git a/stylesheets/main.min.css b/stylesheets/main.min.css index 9591966..3543f9a 100644 --- a/stylesheets/main.min.css +++ b/stylesheets/main.min.css @@ -1 +1 @@ -.edit-btn,.menu-lang .menu{vertical-align:middle}body{position:relative;margin:0;padding:0;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;font-size:18px;line-height:1.3;color:#727272;background-position:center;background-attachment:fixed;background-size:cover}body.dark-background{color:#fff}.dark-background .edy-empty-bordered{color:rgba(255,255,255,.33);border-color:rgba(255,255,255,.33)}.dark-background .content-formatted,.dark-background .placeholder{color:#fff}.dark-background .edy-content-element-hover{border-color:rgba(255,255,255,.1)}.dark-background .edy-texteditor-active,.dark-background .edy-texteditor-active:hover{outline-color:rgba(255,255,255,.63)}.content-formatted:after{content:"";display:table;clear:both}.background-color{top:0;left:0;right:0;bottom:0}.menu-lang,.search,.search-left,.search-right{display:inline-block}.voog-bg-picker-btn{margin:0;padding:0;background:0 0;border:none;cursor:pointer;position:absolute}.voog-bg-picker-btn:focus{outline:0}.voog-bg-picker-btn::-moz-focus-inner{padding:0;border:none}.container .voog-bg-picker-btn{top:68px;right:15px}.background-color,.background-image{position:fixed;z-index:-2}.container .background-color,.container .background-image{position:static;padding:40px 20px;background-color:#fff}.background-image{top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center}.container{position:relative;max-width:960px;margin:0 auto}.content-formatted .form_field_file,.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted iframe{max-width:100%}@media screen and (max-width:752px){.container .background-color,.container .background-image{padding-top:1px}.container{padding:20px}}.container a{text-decoration:none}.container a img{border:none}.content-formatted{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.content-formatted code,.content-formatted h1,.content-formatted h2,.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6,.content-formatted iframe,.content-formatted ol,.content-formatted p,.content-formatted pre,.content-formatted table form,.content-formatted ul{margin-bottom:0}.content-formatted code:first-child,.content-formatted h1:first-child,.content-formatted h2:first-child,.content-formatted h3:first-child,.content-formatted h4:first-child,.content-formatted h5:first-child,.content-formatted h6:first-child,.content-formatted iframe:first-child,.content-formatted ol:first-child,.content-formatted p:first-child,.content-formatted pre:first-child,.content-formatted table form:first-child,.content-formatted ul:first-child{margin-top:0}.content-formatted h1,.content-formatted h2,.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{color:#1b2124;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.dark-background .content-formatted h1,.dark-background .content-formatted h2,.dark-background .content-formatted h3,.dark-background .content-formatted h4,.dark-background .content-formatted h5,.dark-background .content-formatted h6{color:#fff}.content-formatted h1{margin-top:40px;font-size:50px}.content-formatted h2{margin-top:15px;font-size:30px}.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{margin-top:20px;font-size:20px}@media screen and (max-width:480px){.content-formatted h1{font-size:30px}.content-formatted h2{font-size:25px}}.content-formatted p{margin-top:20px}.content-formatted a{color:#06b}.dark-background .content-formatted a{color:#fff}.content-formatted a:hover{color:#06b;color:rgba(0,102,187,.8)}.dark-background .content-formatted a:hover{color:#fff;color:rgba(255,255,255,.8)}.content-formatted iframe,.content-formatted pre{margin-top:25px}.content-formatted code,.content-formatted pre{font-size:14px;background-color:#fafafa}.dark-background .content-formatted code,.dark-background .content-formatted pre{color:#000}.content-formatted pre{overflow:auto;padding:10px}.content-formatted pre code{display:inline;padding:0;white-space:pre;line-height:inherit;background-color:transparent;overflow-wrap:normal;word-wrap:normal;word-break:normal}.content-formatted code{display:inline-block;padding:5px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all}.menu .menu-item,.post{word-break:break-word;word-wrap:break-word}.content-formatted blockquote{margin:20px 40px}.content-formatted .custom-btn{display:inline-block;padding:7px 9px;font-size:14px;color:#1b2124;background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.75);opacity:.75}.content-formatted .custom-btn:hover{border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.public .content-formatted .custom-btn{cursor:pointer}.dark-background .content-formatted .custom-btn{background-color:#000;border:1px solid #fff;border:1px solid rgba(255,255,255,.75)}.dark-background .content-formatted .custom-btn:hover{color:#fff;border:1px solid #fff;border:1px solid rgba(255,255,255,.1);opacity:.8}.content-formatted .edy-positionable-container-center,.content-formatted .edy-positionable-container-left-block,.content-formatted .edy-positionable-container-right-block,.content-formatted .edy-texteditor-container-wrapper-center,.content-formatted .edy-texteditor-container-wrapper-left-block,.content-formatted .edy-texteditor-container-wrapper-right-block{margin-top:20px;margin-bottom:20px}.content-formatted .edy-positionable-container-center:first-child,.content-formatted .edy-positionable-container-left-block:first-child,.content-formatted .edy-positionable-container-right-block:first-child,.content-formatted .edy-texteditor-container-wrapper-center:first-child,.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,.content-formatted .edy-texteditor-container-wrapper-right-block:first-child{margin-top:0}.content-formatted .edy-positionable-container-center:last-child,.content-formatted .edy-positionable-container-left-block:last-child,.content-formatted .edy-positionable-container-right-block:last-child,.content-formatted .edy-texteditor-container-wrapper-center:last-child,.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,.content-formatted .edy-texteditor-container-wrapper-right-block:last-child{margin-bottom:0}.content-formatted .edy-positionable-container-left,.content-formatted .edy-positionable-container-right{width:45%}.content-formatted .edy-positionable-container-left{margin-right:20px}.content-formatted .edy-positionable-container-right{margin-left:20px}.content-formatted .edy-image-container-with-title:after{display:block;padding:4px;font-size:12px;line-height:1.3em;content:attr(data-title)}.content-formatted .table-container{margin-top:20px;overflow:auto;-webkit-overflow-scrolling:touch}.content-formatted .horizontal-scroll{border-left:1px dashed #303132;border-right:1px dashed #303132}.content-formatted table{width:100%;margin-top:20px;font-size:16px;border-collapse:collapse}.content-formatted table td{padding:10px;border-top:1px solid #303132;border-bottom:1px solid #303132}.content-formatted .edy-texteditor-view{min-height:32px}.content-formatted .edy-partial-view{margin-top:25px}.menu-btn{display:none}@media screen and (max-width:752px){.menu-btn{position:absolute;top:28px;right:20px;display:inline-block;margin:0;padding:0;background:0 0;border:none;cursor:pointer}.menu-btn.open .menu-stripe{opacity:.47}.menu-btn:focus{outline:0}.menu-btn::-moz-focus-inner{padding:0;border:0}.menu-btn .menu-stripe{display:block;width:23px;height:4px;margin:4px 0;background-color:#1b2124;opacity:.67;border-radius:5px}.menu-btn .menu-stripe:first-child,.menu-btn .menu-stripe:last-child{margin:0}.dark-background .menu-btn .menu-stripe{background-color:#fff}}.edit-btn{display:inline-block;line-height:.8}.menu-main .edit-btn{margin-right:20px}@media screen and (max-width:752px){.menu-main .edit-btn{margin-right:0}}.menu{margin:0;padding:0;list-style:none}.menu .menu-item{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.menu .menu-link{display:block;color:#06b}@media screen and (min-width:752px){.dark-background .menu .menu-link{color:#fff}}.menu .menu-link.untranslated{color:#c00;color:rgba(204,0,0,.5)}.menu .menu-link:hover{color:#727272}@media screen and (min-width:752px){.dark-background .menu .menu-link:hover{color:#fff}}.menu-main{padding:6px 0}.menu-main .menu .menu-item{display:inline-block;margin-right:20px;line-height:1}.menu-main .menu .menu-link.active{font-weight:700;color:#727272;opacity:.8}@media screen and (min-width:752px){.dark-background .menu-main .menu .menu-link.active{color:#fff;opacity:.5}}.menu-main .menu-lang,.menu-main .menu-sub{display:none}@media screen and (max-width:752px){.menu-main{display:none}.menu-main.expanded{position:absolute;top:75px;right:20px;z-index:1;display:block;min-width:350px;margin-bottom:60px;padding:0;text-align:left;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.3)}.menu-main.expanded .menu .menu-item{display:block;margin-right:0;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2)}.menu-main.expanded .menu .menu-item:first-child{border-top:none}.menu-main.expanded .menu .menu-item .menu-link{display:block;padding:10px 20px;font-size:20px}.menu-main.expanded .menu .menu-item .menu-link.active{background-color:#c7e5ff}.menu-main.expanded .menu .menu-item .menu-link:hover{background-color:#c7e5ff;background-color:rgba(199,229,255,.5)}.menu-main.expanded .menu .edit-btn{display:block;padding:12px 25px;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2)}.menu-main.expanded .menu-sub{display:block}.menu-main.expanded .menu-sub .menu .menu-item:first-child{border-top:1px solid #838586;border-top:1px solid rgba(131,133,134,.1)}.menu-main.expanded .menu-sub .menu .menu-link{padding:10px 40px;font-size:14px}.menu-main.expanded .menu-sub .menu .menu-link.active{background-color:#000;background-color:rgba(0,0,0,.5)}.menu-main.expanded .menu-lang{display:block;margin-top:0;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2)}.menu-main.expanded .menu-lang .menu-item .menu-link{position:relative;padding:15px 20px 14px 50px;font-size:12px;color:#1b2124}.menu-main.expanded .menu-lang .menu-item .menu-link.active:hover,.menu-main.expanded .menu-lang .menu-item .menu-link:hover{background-color:#838586;background-color:rgba(131,133,134,.1)}.menu-main.expanded .menu-lang .menu-item .menu-link.active{color:#727272;background:0 0}.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after,.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before{position:absolute;top:13px;left:20px;display:block;width:21px;height:15px}.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before{background-color:#000;content:''}.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after{opacity:.95;padding-top:3px;padding-bottom:3px;font-size:9px;line-height:1;text-align:center;text-transform:uppercase;box-sizing:border-box;background-repeat:no-repeat}.no-svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after{background-image:url(../images/ico-flags.png)}.svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after{background-image:url(../assets/ico-flags.svg)}.menu-main.expanded .menu-lang .menu-item .menu-link.edy-menu-langadd{padding-left:20px}}@media screen and (max-width:480px){.menu-main.expanded{min-width:100%;right:0;left:0;margin:0 0 60px;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2);border-bottom:1px solid #727272;border-bottom:1px solid rgba(114,114,114,.2);box-shadow:none}}.menu-sub .menu .menu-item{display:inline-block;margin-right:10px;font-size:14px}.menu-sub .menu .menu-item:first-child{margin-left:0}.dark-background .menu-sub .menu .menu-item .menu-link{color:#fff}.menu-sub .menu .menu-item .menu-link.active{font-weight:700;color:#727272;opacity:.8}@media screen and (min-width:752px){.dark-background .menu-sub .menu .menu-item .menu-link.active{color:#fff;opacity:.5}}@media screen and (max-width:752px){.menu-sub{margin-top:30px}.menu-lang{display:block}.header-right .menu-lang{display:none}}.header-right .menu-lang .edit-btn{margin-left:10px}.menu-tags,.tags-title{display:inline-block}.lang-flag::after{background-position:0 -75px;content:attr(data-lang-code)}.lang-flag-ar:after,.lang-flag-bg:after,.lang-flag-bn:after,.lang-flag-cs:after,.lang-flag-da:after,.lang-flag-de:after,.lang-flag-el:after,.lang-flag-en:after,.lang-flag-es:after,.lang-flag-et:after,.lang-flag-fa:after,.lang-flag-fi:after,.lang-flag-fil:after,.lang-flag-fr:after,.lang-flag-he:after,.lang-flag-hi:after,.lang-flag-hr:after,.lang-flag-hu:after,.lang-flag-hy:after,.lang-flag-id:after,.lang-flag-is:after,.lang-flag-it:after,.lang-flag-ja:after,.lang-flag-ka:after,.lang-flag-lt:after,.lang-flag-lv:after,.lang-flag-ms:after,.lang-flag-nl:after,.lang-flag-no:after,.lang-flag-pl:after,.lang-flag-pt:after,.lang-flag-ro:after,.lang-flag-ru:after,.lang-flag-sk:after,.lang-flag-sl:after,.lang-flag-sq:after,.lang-flag-sr:after,.lang-flag-sv:after,.lang-flag-th:after,.lang-flag-tr:after,.lang-flag-uk:after,.lang-flag-ur:after,.lang-flag-zh:after{content:''}.lang-flag-sq:after{background-position:0 0}.lang-flag-hy:after{background-position:-21px 0}.lang-flag-bg:after{background-position:-84px 0}.lang-flag-zh:after{background-position:-105px 0}.lang-flag-hr:after{background-position:-126px 0}.lang-flag-da:after{background-position:-147px 0}.lang-flag-cs:after{background-position:-168px 0}.lang-flag-et:after{background-position:-189px 0}.lang-flag-fi:after{background-position:0 -15px}.lang-flag-fr:after{background-position:-21px -15px}.lang-flag-ka:after{background-position:-42px -15px}.lang-flag-de:after{background-position:-63px -15px}.lang-flag-el:after{background-position:-84px -15px}.lang-flag-hu:after{background-position:-105px -15px}.lang-flag-is:after{background-position:-126px -15px}.lang-flag-hi:after{background-position:-147px -15px}.lang-flag-id:after{background-position:-168px -15px}.lang-flag-fa:after{background-position:-189px -15px}.lang-flag-he:after{background-position:0 -30px}.lang-flag-it:after{background-position:-21px -30px}.lang-flag-ja:after{background-position:-42px -30px}.lang-flag-ko:after{background-position:-63px -30px;content:''}.lang-flag-lv:after{background-position:-84px -30px}.lang-flag-lt:after{background-position:-105px -30px}.lang-flag-ms:after{background-position:-126px -30px}.lang-flag-nl:after{background-position:-147px -30px}.lang-flag-no:after{background-position:-168px -30px}.lang-flag-ur:after{background-position:-189px -30px}.lang-flag-fil:after{background-position:0 -45px}.lang-flag-pl:after{background-position:-21px -45px}.lang-flag-ro:after{background-position:-42px -45px}.lang-flag-ru:after{background-position:-63px -45px}.lang-flag-ar:after{background-position:-84px -45px}.lang-flag-sk:after{background-position:-105px -45px}.lang-flag-sl:after{background-position:-126px -45px}.lang-flag-es:after{background-position:-147px -45px}.lang-flag-sv:after{background-position:-168px -45px}.lang-flag-tr:after{background-position:-189px -45px}.lang-flag-uk:after{background-position:0 -60px}.lang-flag-en:after{background-position:-21px -60px}.lang-flag-pt:after{background-position:-84px -60px}.lang-flag-sr:after{background-position:-126px -60px}.lang-flag-bn:after{background-position:-147px -60px}.lang-flag-th:after{background-position:-189px -60px}.tags-title{font-weight:700;font-size:14px}.header{padding-bottom:30px}.no-flexbox .header{display:table;vertical-align:top;width:100%}.search-inner,.search-right .search-submit{vertical-align:middle}.no-flexbox .header .header-left,.no-flexbox .header .header-right{display:table-cell}.header .header-left{width:490px}.header .header-left .header-title{display:none}.header .header-left .header-title,.header .header-left .header-title a{font-size:28px;font-weight:700;color:#727272}.header .header-left .header-title a:hover,.header .header-left .header-title:hover{opacity:.8}.header .header-right{width:470px;text-align:right}.flexbox .header{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:900px){.menu-lang{margin-top:5px}.flexbox .header,.no-flexbox .header{width:100%}.header .header-left,.header .header-right{width:480px}}@media screen and (max-width:752px){.header .header-left{width:425px}.header .header-left .header-title{display:block}.header .header-right{width:535px}}@media screen and (max-width:506px){.flexbox .header,.no-flexbox .header{display:block;padding-bottom:0}.flexbox .header .header-left,.no-flexbox .header .header-left{width:100%}.header .header-left .header-title{margin-right:40px}.header .header-right{width:auto;text-align:left}}.content{display:block;margin-top:30px}.front-page .content{margin-top:40px}@media screen and (max-width:752px){.content,.front-page .content{margin-top:20px}.content-title.content-formatted{display:none}}.content-header .edy-partial-view{margin-top:-3px}.content-slogan.content-formatted h1,.content-title.content-formatted h1{font-size:100px}.content-slogan.content-formatted h2,.content-title.content-formatted h2{font-size:50px}.content-slogan.content-formatted h3,.content-title.content-formatted h3{font-size:30px}@media screen and (max-width:480px){.content-slogan.content-formatted h1,.content-title.content-formatted h1{font-size:50px}.content-slogan.content-formatted h2,.content-title.content-formatted h2{font-size:30px}.content-slogan.content-formatted h3,.content-title.content-formatted h3{font-size:20px}}.content-title.content-formatted{line-height:1.2;font-weight:700;font-size:100px}.content-slogan{margin-top:5px;padding-bottom:35px}.content-slogan.content-formatted{font-weight:400;font-size:50px}.front-page .content-body{margin-top:45px}@media screen and (max-width:752px){.front-page .content-body{margin-top:35px}}.front-page .content-body p{margin-top:10px;font-size:25px;line-height:1.5}@media screen and (max-width:752px){.front-page .content-body p{font-size:18px}.search{margin-right:40px}}.common-page .content-body{margin-top:35px}.post{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.post .post-title{margin-top:0;margin-bottom:0;line-height:1.1}.post .post-title,.post .post-title a{font-size:50px;color:#1b2124}.dark-background .post .post-title,.dark-background .post .post-title a{color:#fff}.post .post-title a:hover{color:#1b2124;opacity:.8}.dark-background .post .post-title a:hover{color:#fff}@media screen and (max-width:480px){.post .post-title,.post .post-title a{font-size:30px}}.post .post-date{font-size:14px;color:#1b2124}.dark-background .post .post-date{color:#fff}.post .post-author{font-size:12px}.dark-background .post .post-author{color:#fff;opacity:.8}.post .post-content,.post .post-content .post-body{margin-top:20px}.post .post-comments-count a{font-size:14px;color:#06b}.dark-background .post .post-comments-count a{color:#fff}.post .post-comments-count a:hover{color:#06b;opacity:.8}.dark-background .post .post-comments-count a:hover,.editmode .dark-background .content-formatted .form_submit input[disabled=disabled]{color:#fff}.blog-page .post{margin-bottom:50px;padding-bottom:50px;border-bottom:1px solid #727272;border-bottom:1px solid rgba(114,114,114,.3)}.search-inner{display:inline-block}.search-mobile{display:none}.search-left .search-input{width:128px;padding:7px 10px;font-family:inherit;font-size:14px;border:1px solid #787878;border-radius:3px}.content-formatted form{max-width:100%;margin-top:25px;clear:both}.content-formatted .edy-fe-label,.content-formatted .form_field{font-size:14px}.content-formatted .form_field{margin-top:20px}.content-formatted .form_field_required .form_field_label:after{content:'*'}.content-formatted label{display:block}.content-formatted .edy-fe-label,.content-formatted .form_field_label{font-weight:700;font-family:inherit;line-height:1.3}.content-formatted .form_field_file,.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted .form_submit input{font-family:inherit;font-size:14px}.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:280px;margin:0;padding:7px;border:1px solid #787878;border-radius:3px;box-sizing:border-box}@media screen and (max-width:420px){.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:100%}}.content-formatted .form_field_textarea{min-height:98px}.content-formatted .form_field_size_medium{width:420px}@media screen and (max-width:420px){.content-formatted .form_field_size_medium{width:100%}}.content-formatted .form_field_size_large{width:580px}.content-formatted .form_submit{margin-top:10px}.content-formatted .form_error,.content-formatted .form_field_error{color:#c00}.content-formatted .form_field_with_errors .form_field_textarea,.content-formatted .form_field_with_errors .form_field_textfield{border:1px solid #c00}.content-formatted .form_notice{color:#60a740}.comments{margin-top:50px}.comments .comment,.comments .comment-form,.comments .comment-title{margin-top:25px}.footer{margin-top:50px}@media screen and (max-width:752px){.footer{margin-top:35px}}.footer .content-formatted{font-size:14px;line-height:1.5}.footer .content-formatted .edy-texteditor-view{min-height:18px}.footer .voog-reference{margin-top:30px}.footer .voog-reference a{display:inline-block;padding:7px 9px;font-size:10px;color:#727272;opacity:.75;line-height:1;background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.footer .voog-reference a:hover{border:1px solid #000;border:1px solid rgba(0,0,0,.75)} \ No newline at end of file +.edit-btn,.menu-lang .menu{vertical-align:middle}body{position:relative;margin:0;padding:0;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;font-size:18px;line-height:1.3;color:#727272;background-position:center;background-attachment:fixed;background-size:cover}.dark-background .content-formatted,body.dark-background{color:#fff}.content-formatted:after{content:"";display:table;clear:both}.background-color{top:0;left:0;right:0;bottom:0}.menu-lang,.search,.search-left,.search-right{display:inline-block}.voog-bg-picker-btn{margin:0;padding:0;background:0 0;border:none;cursor:pointer;position:absolute}.voog-bg-picker-btn:focus{outline:0}.voog-bg-picker-btn::-moz-focus-inner{padding:0;border:none}.container .voog-bg-picker-btn{top:68px;right:15px}.background-color,.background-image{position:fixed;z-index:-2}.container .background-color,.container .background-image{position:static;padding:40px 20px;background-color:#fff}.background-image{top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center}.container{position:relative;max-width:960px;margin:0 auto}.content-formatted .form_field_file,.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted iframe{max-width:100%}@media screen and (max-width:752px){.container .background-color,.container .background-image{padding-top:1px}.container{padding:20px}}.container a{text-decoration:none}.container a img{border:none}.content-formatted{word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.content-formatted code,.content-formatted h1,.content-formatted h2,.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6,.content-formatted iframe,.content-formatted ol,.content-formatted p,.content-formatted pre,.content-formatted table form,.content-formatted ul{margin-bottom:0}.content-formatted code:first-child,.content-formatted h1:first-child,.content-formatted h2:first-child,.content-formatted h3:first-child,.content-formatted h4:first-child,.content-formatted h5:first-child,.content-formatted h6:first-child,.content-formatted iframe:first-child,.content-formatted ol:first-child,.content-formatted p:first-child,.content-formatted pre:first-child,.content-formatted table form:first-child,.content-formatted ul:first-child{margin-top:0}.content-formatted h1,.content-formatted h2,.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{color:#1b2124;word-break:break-word;word-wrap:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.dark-background .content-formatted h1,.dark-background .content-formatted h2,.dark-background .content-formatted h3,.dark-background .content-formatted h4,.dark-background .content-formatted h5,.dark-background .content-formatted h6{color:#fff}.content-formatted h1{margin-top:40px;font-size:50px}.content-formatted h2{margin-top:15px;font-size:30px}.content-formatted h3,.content-formatted h4,.content-formatted h5,.content-formatted h6{margin-top:20px;font-size:20px}@media screen and (max-width:480px){.content-formatted h1{font-size:30px}.content-formatted h2{font-size:25px}}.content-formatted p{margin-top:20px}.content-formatted a{color:#06b}.dark-background .content-formatted a{color:#fff}.content-formatted a:hover{color:#06b;color:rgba(0,102,187,.8)}.dark-background .content-formatted a:hover{color:#fff;color:rgba(255,255,255,.8)}.content-formatted iframe,.content-formatted pre{margin-top:25px}.content-formatted code,.content-formatted pre{font-size:14px;background-color:#fafafa}.dark-background .content-formatted code,.dark-background .content-formatted pre{color:#000}.content-formatted pre{overflow:auto;padding:10px}.content-formatted pre code{display:inline;padding:0;white-space:pre;line-height:inherit;background-color:transparent;overflow-wrap:normal;word-wrap:normal;word-break:normal}.content-formatted code{display:inline-block;padding:5px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-all}.menu .menu-item,.post{word-break:break-word;word-wrap:break-word}.content-formatted blockquote{margin:20px 40px}.content-formatted .custom-btn{display:inline-block;padding:7px 9px;font-size:14px;color:#1b2124;background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.75);opacity:.75}.content-formatted .custom-btn:hover{border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.public .content-formatted .custom-btn{cursor:pointer}.dark-background .content-formatted .custom-btn{background-color:#000;border:1px solid #fff;border:1px solid rgba(255,255,255,.75)}.dark-background .content-formatted .custom-btn:hover{color:#fff;border:1px solid #fff;border:1px solid rgba(255,255,255,.1);opacity:.8}.content-formatted .edy-positionable-container-center,.content-formatted .edy-positionable-container-left-block,.content-formatted .edy-positionable-container-right-block,.content-formatted .edy-texteditor-container-wrapper-center,.content-formatted .edy-texteditor-container-wrapper-left-block,.content-formatted .edy-texteditor-container-wrapper-right-block{margin-top:20px;margin-bottom:20px}.content-formatted .edy-positionable-container-center:first-child,.content-formatted .edy-positionable-container-left-block:first-child,.content-formatted .edy-positionable-container-right-block:first-child,.content-formatted .edy-texteditor-container-wrapper-center:first-child,.content-formatted .edy-texteditor-container-wrapper-left-block:first-child,.content-formatted .edy-texteditor-container-wrapper-right-block:first-child{margin-top:0}.content-formatted .edy-positionable-container-center:last-child,.content-formatted .edy-positionable-container-left-block:last-child,.content-formatted .edy-positionable-container-right-block:last-child,.content-formatted .edy-texteditor-container-wrapper-center:last-child,.content-formatted .edy-texteditor-container-wrapper-left-block:last-child,.content-formatted .edy-texteditor-container-wrapper-right-block:last-child{margin-bottom:0}.content-formatted .edy-positionable-container-left,.content-formatted .edy-positionable-container-right{width:45%}.content-formatted .edy-positionable-container-left{margin-right:20px}.content-formatted .edy-positionable-container-right{margin-left:20px}.content-formatted .edy-image-container-with-title:after{display:block;padding:4px;font-size:12px;line-height:1.3em;content:attr(data-title)}.content-formatted .table-container{margin-top:20px;overflow:auto;-webkit-overflow-scrolling:touch}.content-formatted .horizontal-scroll{border-left:1px dashed #303132;border-right:1px dashed #303132}.content-formatted table{width:100%;margin-top:20px;font-size:16px;border-collapse:collapse}.content-formatted table td{padding:10px;border-top:1px solid #303132;border-bottom:1px solid #303132}.content-formatted .edy-texteditor-view{min-height:32px}.content-formatted .edy-partial-view{margin-top:25px}.menu-btn{display:none}@media screen and (max-width:752px){.menu-btn{position:absolute;top:28px;right:20px;display:inline-block;margin:0;padding:0;background:0 0;border:none;cursor:pointer}.menu-btn.open .menu-stripe{opacity:.47}.menu-btn:focus{outline:0}.menu-btn::-moz-focus-inner{padding:0;border:0}.menu-btn .menu-stripe{display:block;width:23px;height:4px;margin:4px 0;background-color:#1b2124;opacity:.67;border-radius:5px}.menu-btn .menu-stripe:first-child,.menu-btn .menu-stripe:last-child{margin:0}.dark-background .menu-btn .menu-stripe{background-color:#fff}}.edit-btn{display:inline-block;line-height:.8}.menu-main .edit-btn{margin-right:20px}@media screen and (max-width:752px){.menu-main .edit-btn{margin-right:0}}.menu{margin:0;padding:0;list-style:none}.menu .menu-item{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.menu .menu-link{display:block;color:#06b}@media screen and (min-width:752px){.dark-background .menu .menu-link{color:#fff}}.menu .menu-link.untranslated{color:#c00;color:rgba(204,0,0,.5)}.menu .menu-link:hover{color:#727272}@media screen and (min-width:752px){.dark-background .menu .menu-link:hover{color:#fff}}.menu-main{padding:6px 0}.menu-main .menu .menu-item{display:inline-block;margin-right:20px;line-height:1}.menu-main .menu .menu-link.active{font-weight:700;color:#727272;opacity:.8}@media screen and (min-width:752px){.dark-background .menu-main .menu .menu-link.active{color:#fff;opacity:.5}}.menu-main .menu-lang,.menu-main .menu-sub{display:none}@media screen and (max-width:752px){.menu-main{display:none}.menu-main.expanded{position:absolute;top:75px;right:20px;z-index:1;display:block;min-width:350px;margin-bottom:60px;padding:0;text-align:left;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.3)}.menu-main.expanded .menu .menu-item{display:block;margin-right:0;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2)}.menu-main.expanded .menu .menu-item:first-child{border-top:none}.menu-main.expanded .menu .menu-item .menu-link{display:block;padding:10px 20px;font-size:20px}.menu-main.expanded .menu .menu-item .menu-link.active{background-color:#c7e5ff}.menu-main.expanded .menu .menu-item .menu-link:hover{background-color:#c7e5ff;background-color:rgba(199,229,255,.5)}.menu-main.expanded .menu .edit-btn{display:block;padding:12px 25px;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2)}.menu-main.expanded .menu-sub{display:block}.menu-main.expanded .menu-sub .menu .menu-item:first-child{border-top:1px solid #838586;border-top:1px solid rgba(131,133,134,.1)}.menu-main.expanded .menu-sub .menu .menu-link{padding:10px 40px;font-size:14px}.menu-main.expanded .menu-sub .menu .menu-link.active{background-color:#000;background-color:rgba(0,0,0,.5)}.menu-main.expanded .menu-lang{display:block;margin-top:0;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2)}.menu-main.expanded .menu-lang .menu-item .menu-link{position:relative;padding:15px 20px 14px 50px;font-size:12px;color:#1b2124}.menu-main.expanded .menu-lang .menu-item .menu-link.active:hover,.menu-main.expanded .menu-lang .menu-item .menu-link:hover{background-color:#838586;background-color:rgba(131,133,134,.1)}.menu-main.expanded .menu-lang .menu-item .menu-link.active{color:#727272;background:0 0}.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after,.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before{position:absolute;top:13px;left:20px;display:block;width:21px;height:15px}.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:before{background-color:#000;content:''}.menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after{opacity:.95;padding-top:3px;padding-bottom:3px;font-size:9px;line-height:1;text-align:center;text-transform:uppercase;box-sizing:border-box;background-repeat:no-repeat}.no-svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after{background-image:url(../images/ico-flags.png)}.svg .menu-main.expanded .menu-lang .menu-item .menu-link.lang-flag:after{background-image:url(../assets/ico-flags.svg)}.menu-main.expanded .menu-lang .menu-item .menu-link.edy-menu-langadd{padding-left:20px}}@media screen and (max-width:480px){.menu-main.expanded{min-width:100%;right:0;left:0;margin:0 0 60px;border-top:1px solid #727272;border-top:1px solid rgba(114,114,114,.2);border-bottom:1px solid #727272;border-bottom:1px solid rgba(114,114,114,.2);box-shadow:none}}.menu-sub .menu .menu-item{display:inline-block;margin-right:10px;font-size:14px}.menu-sub .menu .menu-item:first-child{margin-left:0}.dark-background .menu-sub .menu .menu-item .menu-link{color:#fff}.menu-sub .menu .menu-item .menu-link.active{font-weight:700;color:#727272;opacity:.8}@media screen and (min-width:752px){.dark-background .menu-sub .menu .menu-item .menu-link.active{color:#fff;opacity:.5}}@media screen and (max-width:752px){.menu-sub{margin-top:30px}.menu-lang{display:block}.header-right .menu-lang{display:none}}.header-right .menu-lang .edit-btn{margin-left:10px}.menu-tags,.tags-title{display:inline-block}.lang-flag::after{background-position:0 -75px;content:attr(data-lang-code)}.lang-flag-ar:after,.lang-flag-bg:after,.lang-flag-bn:after,.lang-flag-cs:after,.lang-flag-da:after,.lang-flag-de:after,.lang-flag-el:after,.lang-flag-en:after,.lang-flag-es:after,.lang-flag-et:after,.lang-flag-fa:after,.lang-flag-fi:after,.lang-flag-fil:after,.lang-flag-fr:after,.lang-flag-he:after,.lang-flag-hi:after,.lang-flag-hr:after,.lang-flag-hu:after,.lang-flag-hy:after,.lang-flag-id:after,.lang-flag-is:after,.lang-flag-it:after,.lang-flag-ja:after,.lang-flag-ka:after,.lang-flag-lt:after,.lang-flag-lv:after,.lang-flag-ms:after,.lang-flag-nl:after,.lang-flag-no:after,.lang-flag-pl:after,.lang-flag-pt:after,.lang-flag-ro:after,.lang-flag-ru:after,.lang-flag-sk:after,.lang-flag-sl:after,.lang-flag-sq:after,.lang-flag-sr:after,.lang-flag-sv:after,.lang-flag-th:after,.lang-flag-tr:after,.lang-flag-uk:after,.lang-flag-ur:after,.lang-flag-zh:after{content:''}.lang-flag-sq:after{background-position:0 0}.lang-flag-hy:after{background-position:-21px 0}.lang-flag-bg:after{background-position:-84px 0}.lang-flag-zh:after{background-position:-105px 0}.lang-flag-hr:after{background-position:-126px 0}.lang-flag-da:after{background-position:-147px 0}.lang-flag-cs:after{background-position:-168px 0}.lang-flag-et:after{background-position:-189px 0}.lang-flag-fi:after{background-position:0 -15px}.lang-flag-fr:after{background-position:-21px -15px}.lang-flag-ka:after{background-position:-42px -15px}.lang-flag-de:after{background-position:-63px -15px}.lang-flag-el:after{background-position:-84px -15px}.lang-flag-hu:after{background-position:-105px -15px}.lang-flag-is:after{background-position:-126px -15px}.lang-flag-hi:after{background-position:-147px -15px}.lang-flag-id:after{background-position:-168px -15px}.lang-flag-fa:after{background-position:-189px -15px}.lang-flag-he:after{background-position:0 -30px}.lang-flag-it:after{background-position:-21px -30px}.lang-flag-ja:after{background-position:-42px -30px}.lang-flag-ko:after{background-position:-63px -30px;content:''}.lang-flag-lv:after{background-position:-84px -30px}.lang-flag-lt:after{background-position:-105px -30px}.lang-flag-ms:after{background-position:-126px -30px}.lang-flag-nl:after{background-position:-147px -30px}.lang-flag-no:after{background-position:-168px -30px}.lang-flag-ur:after{background-position:-189px -30px}.lang-flag-fil:after{background-position:0 -45px}.lang-flag-pl:after{background-position:-21px -45px}.lang-flag-ro:after{background-position:-42px -45px}.lang-flag-ru:after{background-position:-63px -45px}.lang-flag-ar:after{background-position:-84px -45px}.lang-flag-sk:after{background-position:-105px -45px}.lang-flag-sl:after{background-position:-126px -45px}.lang-flag-es:after{background-position:-147px -45px}.lang-flag-sv:after{background-position:-168px -45px}.lang-flag-tr:after{background-position:-189px -45px}.lang-flag-uk:after{background-position:0 -60px}.lang-flag-en:after{background-position:-21px -60px}.lang-flag-pt:after{background-position:-84px -60px}.lang-flag-sr:after{background-position:-126px -60px}.lang-flag-bn:after{background-position:-147px -60px}.lang-flag-th:after{background-position:-189px -60px}.tags-title{font-weight:700;font-size:14px}.header{padding-bottom:30px}.no-flexbox .header{display:table;vertical-align:top;width:100%}.search-inner,.search-right .search-submit{vertical-align:middle}.no-flexbox .header .header-left,.no-flexbox .header .header-right{display:table-cell}.header .header-left{width:490px}.header .header-left .header-title{display:none}.header .header-left .header-title,.header .header-left .header-title a{font-size:28px;font-weight:700;color:#727272}.header .header-left .header-title a:hover,.header .header-left .header-title:hover{opacity:.8}.header .header-right{width:470px;text-align:right}.flexbox .header{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:900px){.menu-lang{margin-top:5px}.flexbox .header,.no-flexbox .header{width:100%}.header .header-left,.header .header-right{width:480px}}@media screen and (max-width:752px){.header .header-left{width:425px}.header .header-left .header-title{display:block}.header .header-right{width:535px}}@media screen and (max-width:506px){.flexbox .header,.no-flexbox .header{display:block;padding-bottom:0}.flexbox .header .header-left,.no-flexbox .header .header-left{width:100%}.header .header-left .header-title{margin-right:40px}.header .header-right{width:auto;text-align:left}}.content{display:block;margin-top:30px}.front-page .content{margin-top:40px}@media screen and (max-width:752px){.content,.front-page .content{margin-top:20px}.content-title.content-formatted{display:none}}.content-header .edy-partial-view{margin-top:-3px}.content-slogan.content-formatted h1,.content-title.content-formatted h1{font-size:100px}.content-slogan.content-formatted h2,.content-title.content-formatted h2{font-size:50px}.content-slogan.content-formatted h3,.content-title.content-formatted h3{font-size:30px}@media screen and (max-width:480px){.content-slogan.content-formatted h1,.content-title.content-formatted h1{font-size:50px}.content-slogan.content-formatted h2,.content-title.content-formatted h2{font-size:30px}.content-slogan.content-formatted h3,.content-title.content-formatted h3{font-size:20px}}.content-title.content-formatted{line-height:1.2;font-weight:700;font-size:100px}.content-slogan{margin-top:5px;padding-bottom:35px}.content-slogan.content-formatted{font-weight:400;font-size:50px}.front-page .content-body{margin-top:45px}@media screen and (max-width:752px){.front-page .content-body{margin-top:35px}}.front-page .content-body p{margin-top:10px;font-size:25px;line-height:1.5}@media screen and (max-width:752px){.front-page .content-body p{font-size:18px}.search{margin-right:40px}}.common-page .content-body{margin-top:35px}.post{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.post .post-title{margin-top:0;margin-bottom:0;line-height:1.1}.post .post-title,.post .post-title a{font-size:50px;color:#1b2124}.dark-background .post .post-title,.dark-background .post .post-title a{color:#fff}.post .post-title a:hover{color:#1b2124;opacity:.8}.dark-background .post .post-title a:hover{color:#fff}@media screen and (max-width:480px){.post .post-title,.post .post-title a{font-size:30px}}.post .post-date{font-size:14px;color:#1b2124}.dark-background .post .post-date{color:#fff}.post .post-author{font-size:12px}.dark-background .post .post-author{color:#fff;opacity:.8}.post .post-content,.post .post-content .post-body{margin-top:20px}.post .post-comments-count a{font-size:14px;color:#06b}.dark-background .post .post-comments-count a{color:#fff}.post .post-comments-count a:hover{color:#06b;opacity:.8}.dark-background .post .post-comments-count a:hover,.editmode .dark-background .content-formatted .form_submit input[disabled=disabled]{color:#fff}.blog-page .post{margin-bottom:50px;padding-bottom:50px;border-bottom:1px solid #727272;border-bottom:1px solid rgba(114,114,114,.3)}.search-inner{display:inline-block}.search-mobile{display:none}.search-left .search-input{width:128px;padding:7px 10px;font-family:inherit;font-size:14px;border:1px solid #787878;border-radius:3px}.content-formatted form{max-width:100%;margin-top:25px;clear:both}.content-formatted .edy-fe-label,.content-formatted .form_field{font-size:14px}.content-formatted .form_field{margin-top:20px}.content-formatted .form_field_required .form_field_label:after{content:'*'}.content-formatted label{display:block}.content-formatted .edy-fe-label,.content-formatted .form_field_label{font-weight:700;font-family:inherit;line-height:1.3}.content-formatted .form_field_file,.content-formatted .form_field_select,.content-formatted .form_field_textarea,.content-formatted .form_field_textfield,.content-formatted .form_submit input{font-family:inherit;font-size:14px}.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:280px;margin:0;padding:7px;border:1px solid #787878;border-radius:3px;box-sizing:border-box}@media screen and (max-width:420px){.content-formatted .form_field_textarea,.content-formatted .form_field_textfield{width:100%}}.content-formatted .form_field_textarea{min-height:98px}.content-formatted .form_field_size_medium{width:420px}@media screen and (max-width:420px){.content-formatted .form_field_size_medium{width:100%}}.content-formatted .form_field_size_large{width:580px}.content-formatted .form_submit{margin-top:10px}.content-formatted .form_error,.content-formatted .form_field_error{color:#c00}.content-formatted .form_field_with_errors .form_field_textarea,.content-formatted .form_field_with_errors .form_field_textfield{border:1px solid #c00}.content-formatted .form_notice{color:#60a740}.comments{margin-top:50px}.comments .comment,.comments .comment-form,.comments .comment-title{margin-top:25px}.footer{margin-top:50px}@media screen and (max-width:752px){.footer{margin-top:35px}}.footer .content-formatted{font-size:14px;line-height:1.5}.footer .content-formatted .edy-texteditor-view{min-height:18px}.footer .voog-reference{margin-top:30px}.footer .voog-reference a{display:inline-block;padding:7px 9px;font-size:10px;color:#727272;opacity:.75;line-height:1;background-color:#fff;border:1px solid #000;border:1px solid rgba(0,0,0,.1)}.footer .voog-reference a:hover{border:1px solid #000;border:1px solid rgba(0,0,0,.75)} \ No newline at end of file From d61e3ccdcffd868608a756b72c6307cd7e0617a1 Mon Sep 17 00:00:00 2001 From: Kaspar Naaber Date: Wed, 28 Sep 2016 14:54:29 +0300 Subject: [PATCH 2/2] Update Grunt autoprefixer. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 928081f..522ce62 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "license": "MIT", "devDependencies": { - "autoprefixer": "^6.4.1", + "autoprefixer": "^6.5.0", "grunt": "^1.0.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-concat": "^1.0.1",