diff --git a/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css b/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css index f186b0ed42..b071f92d4c 100644 --- a/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css +++ b/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css @@ -1,7 +1,7 @@ .website-header-container { background-blend-mode: overlay; background-color: #444; - background-image: linear-gradient(#ddd, #999), url("https://raw.githubusercontent.com/neomjs/pages/master/resources/website/neo-background.png"); + background-image: linear-gradient(#ddd, #999), url("https://raw.githubusercontent.com/neomjs/pages/master/resources_pub/website/neo-background.png"); position: relative; transition: background-position 700ms ease-out, height var(--website-transition-duration) ease-out; } diff --git a/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css.map b/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css.map index 8e190eab78..5aeb200116 100644 --- a/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css.map +++ b/node_modules/neo.mjs/dist/development/css/src/apps/website/HeaderContainer.css.map @@ -1 +1 @@ -{"version":3,"sources":["../../../../../../resources/scss/src/apps/website/HeaderContainer.scss"],"names":[],"mappings":"AAAA;EACI,8BAAA;EACA,sBAAA;EACA,gJAAA;EACA,kBAAA;EACA,kGAAA;ACCJ;ADCI;EACI,kBAAA;ACCR;ADEI;EACI,+DAAA;EACA,2CAAA;EACA,kBAAA;EACA,uDAAA;EACA,0CAAA;EACA,oCAAA;ACAR;ADEQ;EACI,+CAAA;EACA,oBAAA;EACA,iEAAA;ACAZ;ADII;EACI,YAAA;EACA,WAAA;ACFR;ADKI;EACI,yHAAA;EACA,gBAAA;ACHR;ADMI;EACI,WAAA;EACA,iBAAA;EACA,+CAAA;ACJR;ADOI;EACI,4BAAA;EACA,YAAA;EACA,iBAAA;ACLR;ADQI;EACI,SAAA;EACA,OAAA;EACA,8DAAA;ACNR;ADSI;EACI,kBAAA;ACPR;ADUI;EACI,WAAA;EACA,gBAAA;EACA,cAAA;EACA,+CAAA;EACA,iEAAA;ACRR;ADWI;EACI,6BAAA;EACA,kBAAA;EACA,QAAA;EACA,MAAA;ACTR;ADYI;EAzEJ;IA0EQ,0BAAA;IACA,YAAA;ECTN;EDWM;IACI,YAAA;IACA,WAAA;IACA,WAAA;ECTV;EDWU;IACI,eAAA;ECTd;EDaM;IACI,eAAA;IACA,aAAA;ECXV;EDcM;IACI,gBAAA;ECZV;EDeM;IACI,eAAA;ECbV;EDgBM;IACI,iBAAA;ECdV;AACF;ADiBI;EAzGJ;IA0GQ,wBAAA;IACA,aAAA;ECdN;EDgBM;IACI,YAAA;IACA,WAAA;ECdV;EDgBU;IACI,eAAA;ECdd;EDkBM;IACI,eAAA;IACA,gBAAA;EChBV;EDmBM;IACI,iBAAA;ECjBV;EDoBM;IACI,eAAA;EClBV;EDqBM;IACI,iBAAA;ECnBV;AACF","file":"HeaderContainer.css","sourcesContent":[".website-header-container {\n background-blend-mode: overlay;\n background-color : #444;\n background-image : linear-gradient(#ddd, #999), url('https://raw.githubusercontent.com/neomjs/pages/master/resources/website/neo-background.png');\n position : relative;\n transition : background-position 700ms ease-out, height var(--website-transition-duration) ease-out;\n\n .neo-absolute {\n position: absolute;\n }\n\n .neo-button {\n background-image : var(--website-header-button-background-image);\n border : var(--website-header-button-border);\n border-radius : 50%;\n transition-duration : var(--website-transition-duration);\n transition-property : height, margin, width;\n transition-timing-function: ease-out;\n\n .neo-button-glyph {\n color : var(--website-header-button-glyph-color);\n margin : 0 !important;\n transition: font-size var(--website-transition-duration) ease-out;\n }\n }\n\n .neo-full-size {\n height: 100%;\n width : 100%;\n }\n\n .neo-inner-content {\n transition: font-size var(--website-transition-duration) ease-out, margin-top var(--website-transition-duration) ease-out;\n overflow : hidden;\n }\n\n .neo-inner-details {\n color : #fff;\n line-height: 22px;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n }\n\n .neo-logo {\n background-repeat: no-repeat;\n height : 100%;\n margin-left : 10px;\n }\n\n .neo-item-bottom-position {\n bottom : 0;\n left : 0;\n transition: margin var(--website-transition-duration) ease-out;\n }\n\n .neo-relative {\n position: relative;\n }\n\n .neo-title {\n color : #fff;\n font-weight: 600;\n line-height: 1;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n transition : font-size var(--website-transition-duration) ease-out;\n }\n\n .website-header-buttons {\n background-color: transparent;\n position : absolute;\n right : 0;\n top : 0;\n }\n\n @media (max-height: 400px), (max-width: 600px) {\n background-position: 0 38%;\n height : 55px;\n\n .neo-button {\n height: 30px;\n margin: 1px;\n width : 30px;\n\n .neo-button-glyph {\n font-size: 20px;\n }\n }\n\n .neo-inner-content {\n font-size : 11px;\n margin-top: 0;\n }\n\n .neo-item-bottom-position {\n margin: 2px 10px;\n }\n\n .neo-title {\n font-size: 24px;\n }\n\n .website-header-buttons:last-child {\n margin-right: 1px;\n }\n }\n\n @media (min-height: 401px) and (min-width: 601px) {\n background-position: 0 0;\n height : 170px;\n\n .neo-button {\n height: 50px;\n width : 50px;\n\n .neo-button-glyph {\n font-size: 30px;\n }\n }\n\n .neo-inner-content {\n font-size : 16px;\n margin-top: 10px;\n }\n\n .neo-item-bottom-position {\n margin: 24px 32px;\n }\n\n .neo-title {\n font-size: 34px;\n }\n\n .website-header-buttons:last-child {\n margin-right: 5px;\n }\n }\n}\n",".website-header-container {\n background-blend-mode: overlay;\n background-color: #444;\n background-image: linear-gradient(#ddd, #999), url(\"https://raw.githubusercontent.com/neomjs/pages/master/resources/website/neo-background.png\");\n position: relative;\n transition: background-position 700ms ease-out, height var(--website-transition-duration) ease-out;\n}\n.website-header-container .neo-absolute {\n position: absolute;\n}\n.website-header-container .neo-button {\n background-image: var(--website-header-button-background-image);\n border: var(--website-header-button-border);\n border-radius: 50%;\n transition-duration: var(--website-transition-duration);\n transition-property: height, margin, width;\n transition-timing-function: ease-out;\n}\n.website-header-container .neo-button .neo-button-glyph {\n color: var(--website-header-button-glyph-color);\n margin: 0 !important;\n transition: font-size var(--website-transition-duration) ease-out;\n}\n.website-header-container .neo-full-size {\n height: 100%;\n width: 100%;\n}\n.website-header-container .neo-inner-content {\n transition: font-size var(--website-transition-duration) ease-out, margin-top var(--website-transition-duration) ease-out;\n overflow: hidden;\n}\n.website-header-container .neo-inner-details {\n color: #fff;\n line-height: 22px;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n}\n.website-header-container .neo-logo {\n background-repeat: no-repeat;\n height: 100%;\n margin-left: 10px;\n}\n.website-header-container .neo-item-bottom-position {\n bottom: 0;\n left: 0;\n transition: margin var(--website-transition-duration) ease-out;\n}\n.website-header-container .neo-relative {\n position: relative;\n}\n.website-header-container .neo-title {\n color: #fff;\n font-weight: 600;\n line-height: 1;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n transition: font-size var(--website-transition-duration) ease-out;\n}\n.website-header-container .website-header-buttons {\n background-color: transparent;\n position: absolute;\n right: 0;\n top: 0;\n}\n@media (max-height: 400px), (max-width: 600px) {\n .website-header-container {\n background-position: 0 38%;\n height: 55px;\n }\n .website-header-container .neo-button {\n height: 30px;\n margin: 1px;\n width: 30px;\n }\n .website-header-container .neo-button .neo-button-glyph {\n font-size: 20px;\n }\n .website-header-container .neo-inner-content {\n font-size: 11px;\n margin-top: 0;\n }\n .website-header-container .neo-item-bottom-position {\n margin: 2px 10px;\n }\n .website-header-container .neo-title {\n font-size: 24px;\n }\n .website-header-container .website-header-buttons:last-child {\n margin-right: 1px;\n }\n}\n@media (min-height: 401px) and (min-width: 601px) {\n .website-header-container {\n background-position: 0 0;\n height: 170px;\n }\n .website-header-container .neo-button {\n height: 50px;\n width: 50px;\n }\n .website-header-container .neo-button .neo-button-glyph {\n font-size: 30px;\n }\n .website-header-container .neo-inner-content {\n font-size: 16px;\n margin-top: 10px;\n }\n .website-header-container .neo-item-bottom-position {\n margin: 24px 32px;\n }\n .website-header-container .neo-title {\n font-size: 34px;\n }\n .website-header-container .website-header-buttons:last-child {\n margin-right: 5px;\n }\n}"]} \ No newline at end of file +{"version":3,"sources":["../../../../../../resources/scss/src/apps/website/HeaderContainer.scss"],"names":[],"mappings":"AAAA;EACI,8BAAA;EACA,sBAAA;EACA,oJAAA;EACA,kBAAA;EACA,kGAAA;ACCJ;ADCI;EACI,kBAAA;ACCR;ADEI;EACI,+DAAA;EACA,2CAAA;EACA,kBAAA;EACA,uDAAA;EACA,0CAAA;EACA,oCAAA;ACAR;ADEQ;EACI,+CAAA;EACA,oBAAA;EACA,iEAAA;ACAZ;ADII;EACI,YAAA;EACA,WAAA;ACFR;ADKI;EACI,yHAAA;EACA,gBAAA;ACHR;ADMI;EACI,WAAA;EACA,iBAAA;EACA,+CAAA;ACJR;ADOI;EACI,4BAAA;EACA,YAAA;EACA,iBAAA;ACLR;ADQI;EACI,SAAA;EACA,OAAA;EACA,8DAAA;ACNR;ADSI;EACI,kBAAA;ACPR;ADUI;EACI,WAAA;EACA,gBAAA;EACA,cAAA;EACA,+CAAA;EACA,iEAAA;ACRR;ADWI;EACI,6BAAA;EACA,kBAAA;EACA,QAAA;EACA,MAAA;ACTR;ADYI;EAzEJ;IA0EQ,0BAAA;IACA,YAAA;ECTN;EDWM;IACI,YAAA;IACA,WAAA;IACA,WAAA;ECTV;EDWU;IACI,eAAA;ECTd;EDaM;IACI,eAAA;IACA,aAAA;ECXV;EDcM;IACI,gBAAA;ECZV;EDeM;IACI,eAAA;ECbV;EDgBM;IACI,iBAAA;ECdV;AACF;ADiBI;EAzGJ;IA0GQ,wBAAA;IACA,aAAA;ECdN;EDgBM;IACI,YAAA;IACA,WAAA;ECdV;EDgBU;IACI,eAAA;ECdd;EDkBM;IACI,eAAA;IACA,gBAAA;EChBV;EDmBM;IACI,iBAAA;ECjBV;EDoBM;IACI,eAAA;EClBV;EDqBM;IACI,iBAAA;ECnBV;AACF","file":"HeaderContainer.css","sourcesContent":[".website-header-container {\n background-blend-mode: overlay;\n background-color : #444;\n background-image : linear-gradient(#ddd, #999), url('https://raw.githubusercontent.com/neomjs/pages/master/resources_pub/website/neo-background.png');\n position : relative;\n transition : background-position 700ms ease-out, height var(--website-transition-duration) ease-out;\n\n .neo-absolute {\n position: absolute;\n }\n\n .neo-button {\n background-image : var(--website-header-button-background-image);\n border : var(--website-header-button-border);\n border-radius : 50%;\n transition-duration : var(--website-transition-duration);\n transition-property : height, margin, width;\n transition-timing-function: ease-out;\n\n .neo-button-glyph {\n color : var(--website-header-button-glyph-color);\n margin : 0 !important;\n transition: font-size var(--website-transition-duration) ease-out;\n }\n }\n\n .neo-full-size {\n height: 100%;\n width : 100%;\n }\n\n .neo-inner-content {\n transition: font-size var(--website-transition-duration) ease-out, margin-top var(--website-transition-duration) ease-out;\n overflow : hidden;\n }\n\n .neo-inner-details {\n color : #fff;\n line-height: 22px;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n }\n\n .neo-logo {\n background-repeat: no-repeat;\n height : 100%;\n margin-left : 10px;\n }\n\n .neo-item-bottom-position {\n bottom : 0;\n left : 0;\n transition: margin var(--website-transition-duration) ease-out;\n }\n\n .neo-relative {\n position: relative;\n }\n\n .neo-title {\n color : #fff;\n font-weight: 600;\n line-height: 1;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n transition : font-size var(--website-transition-duration) ease-out;\n }\n\n .website-header-buttons {\n background-color: transparent;\n position : absolute;\n right : 0;\n top : 0;\n }\n\n @media (max-height: 400px), (max-width: 600px) {\n background-position: 0 38%;\n height : 55px;\n\n .neo-button {\n height: 30px;\n margin: 1px;\n width : 30px;\n\n .neo-button-glyph {\n font-size: 20px;\n }\n }\n\n .neo-inner-content {\n font-size : 11px;\n margin-top: 0;\n }\n\n .neo-item-bottom-position {\n margin: 2px 10px;\n }\n\n .neo-title {\n font-size: 24px;\n }\n\n .website-header-buttons:last-child {\n margin-right: 1px;\n }\n }\n\n @media (min-height: 401px) and (min-width: 601px) {\n background-position: 0 0;\n height : 170px;\n\n .neo-button {\n height: 50px;\n width : 50px;\n\n .neo-button-glyph {\n font-size: 30px;\n }\n }\n\n .neo-inner-content {\n font-size : 16px;\n margin-top: 10px;\n }\n\n .neo-item-bottom-position {\n margin: 24px 32px;\n }\n\n .neo-title {\n font-size: 34px;\n }\n\n .website-header-buttons:last-child {\n margin-right: 5px;\n }\n }\n}\n",".website-header-container {\n background-blend-mode: overlay;\n background-color: #444;\n background-image: linear-gradient(#ddd, #999), url(\"https://raw.githubusercontent.com/neomjs/pages/master/resources_pub/website/neo-background.png\");\n position: relative;\n transition: background-position 700ms ease-out, height var(--website-transition-duration) ease-out;\n}\n.website-header-container .neo-absolute {\n position: absolute;\n}\n.website-header-container .neo-button {\n background-image: var(--website-header-button-background-image);\n border: var(--website-header-button-border);\n border-radius: 50%;\n transition-duration: var(--website-transition-duration);\n transition-property: height, margin, width;\n transition-timing-function: ease-out;\n}\n.website-header-container .neo-button .neo-button-glyph {\n color: var(--website-header-button-glyph-color);\n margin: 0 !important;\n transition: font-size var(--website-transition-duration) ease-out;\n}\n.website-header-container .neo-full-size {\n height: 100%;\n width: 100%;\n}\n.website-header-container .neo-inner-content {\n transition: font-size var(--website-transition-duration) ease-out, margin-top var(--website-transition-duration) ease-out;\n overflow: hidden;\n}\n.website-header-container .neo-inner-details {\n color: #fff;\n line-height: 22px;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n}\n.website-header-container .neo-logo {\n background-repeat: no-repeat;\n height: 100%;\n margin-left: 10px;\n}\n.website-header-container .neo-item-bottom-position {\n bottom: 0;\n left: 0;\n transition: margin var(--website-transition-duration) ease-out;\n}\n.website-header-container .neo-relative {\n position: relative;\n}\n.website-header-container .neo-title {\n color: #fff;\n font-weight: 600;\n line-height: 1;\n text-shadow: 1px 1px 1px #000, 1px 1px 1px #fff;\n transition: font-size var(--website-transition-duration) ease-out;\n}\n.website-header-container .website-header-buttons {\n background-color: transparent;\n position: absolute;\n right: 0;\n top: 0;\n}\n@media (max-height: 400px), (max-width: 600px) {\n .website-header-container {\n background-position: 0 38%;\n height: 55px;\n }\n .website-header-container .neo-button {\n height: 30px;\n margin: 1px;\n width: 30px;\n }\n .website-header-container .neo-button .neo-button-glyph {\n font-size: 20px;\n }\n .website-header-container .neo-inner-content {\n font-size: 11px;\n margin-top: 0;\n }\n .website-header-container .neo-item-bottom-position {\n margin: 2px 10px;\n }\n .website-header-container .neo-title {\n font-size: 24px;\n }\n .website-header-container .website-header-buttons:last-child {\n margin-right: 1px;\n }\n}\n@media (min-height: 401px) and (min-width: 601px) {\n .website-header-container {\n background-position: 0 0;\n height: 170px;\n }\n .website-header-container .neo-button {\n height: 50px;\n width: 50px;\n }\n .website-header-container .neo-button .neo-button-glyph {\n font-size: 30px;\n }\n .website-header-container .neo-inner-content {\n font-size: 16px;\n margin-top: 10px;\n }\n .website-header-container .neo-item-bottom-position {\n margin: 24px 32px;\n }\n .website-header-container .neo-title {\n font-size: 34px;\n }\n .website-header-container .website-header-buttons:last-child {\n margin-right: 5px;\n }\n}"]} \ No newline at end of file diff --git a/node_modules/neo.mjs/dist/production/css/src/apps/website/HeaderContainer.css b/node_modules/neo.mjs/dist/production/css/src/apps/website/HeaderContainer.css index a6978d5d9d..af81a96a74 100644 --- a/node_modules/neo.mjs/dist/production/css/src/apps/website/HeaderContainer.css +++ b/node_modules/neo.mjs/dist/production/css/src/apps/website/HeaderContainer.css @@ -1 +1 @@ -.website-header-container{background-blend-mode:overlay;background-color:#444;background-image:linear-gradient(#ddd,#999),url(https://raw.githubusercontent.com/neomjs/pages/master/resources/website/neo-background.png);position:relative;transition:background-position .7s ease-out,height var(--website-transition-duration) ease-out}.website-header-container .neo-absolute{position:absolute}.website-header-container .neo-button{background-image:var(--website-header-button-background-image);border:var(--website-header-button-border);border-radius:50%;transition-duration:var(--website-transition-duration);transition-property:height,margin,width;transition-timing-function:ease-out}.website-header-container .neo-button .neo-button-glyph{color:var(--website-header-button-glyph-color);margin:0!important;transition:font-size var(--website-transition-duration) ease-out}.website-header-container .neo-full-size{height:100%;width:100%}.website-header-container .neo-inner-content{overflow:hidden;transition:font-size var(--website-transition-duration) ease-out,margin-top var(--website-transition-duration) ease-out}.website-header-container .neo-inner-details{color:#fff;line-height:22px;text-shadow:1px 1px 1px #000,1px 1px 1px #fff}.website-header-container .neo-logo{background-repeat:no-repeat;height:100%;margin-left:10px}.website-header-container .neo-item-bottom-position{bottom:0;left:0;transition:margin var(--website-transition-duration) ease-out}.website-header-container .neo-relative{position:relative}.website-header-container .neo-title{color:#fff;font-weight:600;line-height:1;text-shadow:1px 1px 1px #000,1px 1px 1px #fff;transition:font-size var(--website-transition-duration) ease-out}.website-header-container .website-header-buttons{background-color:transparent;position:absolute;right:0;top:0}@media (max-height:400px),(max-width:600px){.website-header-container{background-position:0 38%;height:55px}.website-header-container .neo-button{height:30px;margin:1px;width:30px}.website-header-container .neo-button .neo-button-glyph{font-size:20px}.website-header-container .neo-inner-content{font-size:11px;margin-top:0}.website-header-container .neo-item-bottom-position{margin:2px 10px}.website-header-container .neo-title{font-size:24px}.website-header-container .website-header-buttons:last-child{margin-right:1px}}@media (min-height:401px) and (min-width:601px){.website-header-container{background-position:0 0;height:170px}.website-header-container .neo-button{height:50px;width:50px}.website-header-container .neo-button .neo-button-glyph{font-size:30px}.website-header-container .neo-inner-content{font-size:16px;margin-top:10px}.website-header-container .neo-item-bottom-position{margin:24px 32px}.website-header-container .neo-title{font-size:34px}.website-header-container .website-header-buttons:last-child{margin-right:5px}} \ No newline at end of file +.website-header-container{background-blend-mode:overlay;background-color:#444;background-image:linear-gradient(#ddd,#999),url(https://raw.githubusercontent.com/neomjs/pages/master/resources_pub/website/neo-background.png);position:relative;transition:background-position .7s ease-out,height var(--website-transition-duration) ease-out}.website-header-container .neo-absolute{position:absolute}.website-header-container .neo-button{background-image:var(--website-header-button-background-image);border:var(--website-header-button-border);border-radius:50%;transition-duration:var(--website-transition-duration);transition-property:height,margin,width;transition-timing-function:ease-out}.website-header-container .neo-button .neo-button-glyph{color:var(--website-header-button-glyph-color);margin:0!important;transition:font-size var(--website-transition-duration) ease-out}.website-header-container .neo-full-size{height:100%;width:100%}.website-header-container .neo-inner-content{overflow:hidden;transition:font-size var(--website-transition-duration) ease-out,margin-top var(--website-transition-duration) ease-out}.website-header-container .neo-inner-details{color:#fff;line-height:22px;text-shadow:1px 1px 1px #000,1px 1px 1px #fff}.website-header-container .neo-logo{background-repeat:no-repeat;height:100%;margin-left:10px}.website-header-container .neo-item-bottom-position{bottom:0;left:0;transition:margin var(--website-transition-duration) ease-out}.website-header-container .neo-relative{position:relative}.website-header-container .neo-title{color:#fff;font-weight:600;line-height:1;text-shadow:1px 1px 1px #000,1px 1px 1px #fff;transition:font-size var(--website-transition-duration) ease-out}.website-header-container .website-header-buttons{background-color:transparent;position:absolute;right:0;top:0}@media (max-height:400px),(max-width:600px){.website-header-container{background-position:0 38%;height:55px}.website-header-container .neo-button{height:30px;margin:1px;width:30px}.website-header-container .neo-button .neo-button-glyph{font-size:20px}.website-header-container .neo-inner-content{font-size:11px;margin-top:0}.website-header-container .neo-item-bottom-position{margin:2px 10px}.website-header-container .neo-title{font-size:24px}.website-header-container .website-header-buttons:last-child{margin-right:1px}}@media (min-height:401px) and (min-width:601px){.website-header-container{background-position:0 0;height:170px}.website-header-container .neo-button{height:50px;width:50px}.website-header-container .neo-button .neo-button-glyph{font-size:30px}.website-header-container .neo-inner-content{font-size:16px;margin-top:10px}.website-header-container .neo-item-bottom-position{margin:24px 32px}.website-header-container .neo-title{font-size:34px}.website-header-container .website-header-buttons:last-child{margin-right:5px}} \ No newline at end of file diff --git a/node_modules/neo.mjs/resources/scss/src/apps/website/HeaderContainer.scss b/node_modules/neo.mjs/resources/scss/src/apps/website/HeaderContainer.scss index 9dbfe032e0..202fb35fa6 100644 --- a/node_modules/neo.mjs/resources/scss/src/apps/website/HeaderContainer.scss +++ b/node_modules/neo.mjs/resources/scss/src/apps/website/HeaderContainer.scss @@ -1,7 +1,7 @@ .website-header-container { background-blend-mode: overlay; background-color : #444; - background-image : linear-gradient(#ddd, #999), url('https://raw.githubusercontent.com/neomjs/pages/master/resources/website/neo-background.png'); + background-image : linear-gradient(#ddd, #999), url('https://raw.githubusercontent.com/neomjs/pages/master/resources_pub/website/neo-background.png'); position : relative; transition : background-position 700ms ease-out, height var(--website-transition-duration) ease-out;