D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
bitninja-waf
/
etc
/
www
/
css
/
Filename :
custom.css
back
Copy
.header-small { padding: 1em 0; } .header-medium { padding: 2em 0; } .page-heading { margin-top: 0; } .mb-0 { margin-bottom: 0; } .loader { text-align: center; } .font-thin { font-weight: 300; } .icon-box { position: relative; margin-top: 60px; margin-bottom: 20px } .icon-box.arrow:before { content: ' '; background: url('../images/arrow.png') no-repeat; background-size: 100%; width: 39px; height: 16px; position: absolute; left: -4%; top: 46%; } .description { text-align: center; margin-bottom: 60px; } .description h3 { margin: 0; } .icon { width: 128px; height: 128px; display: block; margin: 0 auto; fill: #666; } .has-error:before { content: ' '; background: url('../images/error.png') no-repeat; position: absolute; top: calc(60% - 32px); left: calc(50% - 32px); background-size: 100%; width: 64px; height: 64px; } .jumbotron.no-bottom { padding-bottom: 0; overflow: hidden; } .address { position: absolute; text-align: center; margin-bottom: 0; bottom: 10px; widtH: 100%; } .main { padding: 2em 0; } @media screen and (min-width: 768px) { .flex-row { display: flex; } .align-center { align-items: center; } .row-reverse { flex-direction: row-reverse; } } .three-bounce { margin: 40px auto; width: 80px; text-align: center; } .three-bounce .child { width: 20px; height: 20px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: three-bounce 1.4s ease-in-out 0s infinite both; animation: three-bounce 1.4s ease-in-out 0s infinite both; } .three-bounce .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .three-bounce .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes three-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes three-bounce { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } }