![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/pub/errors/cnc/css/ |
/* ============================================== // Custom maintenance page // ==============================================*/ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* General */ body { font-family: Roboto, Arial, sans-serif; } * { box-sizing: border-box; } .page-main { padding: 0; } .error-page { position: relative; min-height: 100vh; background: #ffffff; padding: 20px; } /* Maintenance page */ .maintenance-page { background-image: url("../images/503/bg-electronic.jpg"); background-repeat: no-repeat; background-size: cover; } @media screen and (max-width:768px) { .maintenance-page { background-image: url("../images/503/bg-electronic-mobile.jpg"); } } .maintenance-page__content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 500px; width: 100%; padding: 60px; text-align: center; background-color: #ffffff; } .maintenance-page__title { margin-bottom: 7px; font-family: Roboto, Arial, sans-serif; font-weight: 700; font-size: 50px; color: #3191D3; } .maintenance-page__text { font-family: Roboto, Arial, sans-serif; font-weight: 400; line-height: 1.5; font-size: 18px; color: #EE315E; } /* Mobile Maintenance Page*/ @media screen and (max-width:768px) { .maintenance-page { background-image: url("../images/503/bg-electronic-mobile.jpg") ; } } @media screen and (max-width:480px) { .maintenance-page__content { padding: 30px; } .maintenance-page__title { font-size: 20px; } .maintenance-page__text { font-size: 14px; } }