?
Current Path : /home1/savoy/public_html/savoyglobal.net/busybees/assets/css/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/busybees/assets/css/special-page.css |
/* * Peach - Clean & Smooth Admin Template * by Stammi <http://themeforest.net/user/Stammi> * * ================ * Special Page * ================ * * ----------------- * TABLE OF CONTENTS * ----------------- * * 1) General Styling * 2) Top Background * 3) Content * 4) Title * 5) Box * 6) Error */ /* ================================================== * 1) General Styling * ================================================== */ .special_page { background-color: #fafafa; } /* ================================================== * 2) Top Background * ================================================== */ .special_page > .top { height: 359px; width: 100%; position: absolute; /* The blue background gradient */ } .special_page > .top .gradient { position: absolute; width: 100%; top: 360px; height: 270px; /* The light grey gradient */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */ } .special_page > .top .white { position: absolute; height: 1px; width: 787px; top:358px; margin: 0 auto; left: 0px; right: 0px; background: url(../img/special-page/white-line.png); z-index: 99; } .special_page > .top .shadow { z-index: 80; background: url(../img/special-page/white-line-shadow.png); height: 25px; width: 460px; position: absolute; top: 360px; margin: 0 auto; left: 0px; right: 0px; z-index: 99; } /* ================================================== * 3) Content * ================================================== */ .special_page > .content .background { z-index: 99; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 790px; height: 167px; } /* ================================================== * 4) Title * ================================================== */ .special_page h1 { position: absolute; top: 60px; left: 0; right: 0; margin: 0; z-index: 101; } .special_page h1 { color: #fff; font-size: 40px; font-weight: bold; text-align: center; text-shadow: 0 0 5px rgba(10, 50, 92, 0.75); } /* ================================================== * 5) Box * ================================================== */ .special_page .wrapper { position: absolute; width: 400px; top: 250px; left: 0; right: 0; margin: 0 auto; z-index: 101; } .special_page .box { z-index: 110; margin: 0 auto; position: relative; } .special_page .wrapper .shadow { width: 372px; height: 18px; bottom: -10px; margin: 0 auto; margin-top: -7px; background: url(../img/special-page/box-shadow.png); z-index: 99; } /* ================================================== * 6) Error * ================================================== */ .error_nr h1 { margin-top: 50px; color: #FFFFFF; font-size: 200px; text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBBBBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAAAAA, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .error_text { position: absolute; top: 380px; width: 100%; text-align: center; } .error_text a.button { display: inline-block; }