body { cursor: url('http://ionicframework.com/img/finger.png'), auto; } .bg { position: absolute; top: 0; background: url('../img/bg.png'); z-index: 10; } .bg_dof { position: absolute; top: 0; background: url('../img/bg_dof.png'); z-index: 11; opacity: 0; } .double_full { width: 100%; height: 190%; } .full { width: 100%; height: 100%; } #container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; } .b6_splash { margin: 10%; position: absolute; top: 0; bottom: 50%; width: 80%; background: transparent; display: block; } .b6_splash .b6_logo { margin: 0 auto; margin-top: 20%; width: 100%; height: 0; padding: 0; /* remove any pre-existing padding, just in case */ padding-bottom: 50%; /* for a 2:1 aspect ratio */ background-image: url('../img/logo_full.png'); background-position: center center; background-size: 100%; background-repeat: no-repeat; } .b6_splash p { color: #fff; font-size: 1em; line-height: 1em; } .b6_splash #to_menu, .b6_splash #to_splash { position: absolute; bottom: -30px; width: 100%; font-size: 2em; text-align: center; color: #fff; opacity: 0.8; } .b6_splash #to_splash { display: none; } .b6_menu { margin: 0 10%; position: absolute; top: 48%; bottom: 10%; width: 80%; background: transparent; display: block; } .b6_menu .row { height: 33%; } .b6_menu .row .col { margin: 0 auto; text-align: center; color: #fff; line-height: 1em; } .b6_menu .row .col i { margin: 0 auto; margin-top: 40px; line-height: 80px; font-size: 3em; border: 2px solid #fff; border-radius: 80px; width: 80px; height: 80px; text-align: center; display: block; } .b6_menu .row .col i:hover { background: rgba(0,0,0,0.2); } .page { position: absolute; left: 100%; display: none; } .page .b6_header { position: absolute; top: 0; width: 100%; height: 64px; border-bottom: 1px solid #ddd; } .page .b6_header a.button { margin: 22px 0 0 10px; display: inline-block; } .page .b6_header .b6_header_title { position: absolute; top: 20px; left: 20%; right: 20%; height: 44px; font-family: 'Helvetica Neue', Roboto, sans-serif; font-size: 17px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 44px; display: block; text-align: center; color: #444; } .page ion-content { top: 64px; /*margin: 20px;*/ } .page ion-content h1 { padding: 50px 25px; background: #4987EE; color: #fff; display: block; } .page ion-content p { padding: 25px 25px; color: #4E4E4E; display: block; }