0
0
mirror of https://github.com/skyrisk/brazucaplay.git synced 2024-11-23 14:46:13 +00:00
brazucaplay/pages/css/style.css
2020-05-21 18:33:49 -03:00

807 lines
17 KiB
CSS

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
a:link, a:visited {
text-decoration: none;
}
a:hover, a:active {
text-decoration: none;
}
.instagram {
background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, rgba(0, 0, 0, 0) 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, rgba(0, 0, 0, 0)), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.site {
background-color: rgba(255, 255, 255, 0.90);
}
.telegram {
background-color: #0088cc !important;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
*
.center-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
overflow: auto;
}
.center-container:after,
.center-block {
display: inline-block;
vertical-align: middle;
}
.center-container:after {
content: '';
height: 100%;
margin-left: -0.25em; /* To offset spacing. May vary by font */
}
.center-block {
max-width: 98%; /* Prevents issues with long content causes the content block to be pushed to the top */
/* max-width: calc(100% - 0.25em) /* Only for IE9+ */
}
.button {
background-color: #3b5998;
margin: 0 auto;
display: inline-block;
width: 100px;
height: 33px;
font-size: 12px;
font-weight: bold;
line-height: 29px;
text-decoration: none;
text-align: center;
color: #fff;
border: 2px solid #fff;
border-radius: 4px;
-webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
transition: background 0.2s ease-out, color 0.2s ease-out;
margin: 10px 20px 10px 0px;
}
.button:hover, .button:active {
background: #fff!important;
color: #126956!important;
}
.socials {
position: absolute;
top: 10px;
right: 10px;
text-align: right;
}
.addthis_native_toolbox, .addthis_pill_style {
display: inline-block;
width: 50px !important;
}
#noty_bottomRight_layout_container a {
color: #dd3030;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
@media only screen and (max-height: 640px) {
.infos {
width:10%;
height:100%;
margin: 0 auto;
background-color:#1C1C1C;
border-radius: 8px;
opacity:0.9;
padding: 10px;
}
.button {
margin: 0 auto;
display: inline-block;
width: 100px;
height: 33px;
font-size: 12px;
font-weight: bold;
line-height: 29px;
text-decoration: none;
text-align: center;
color: #fff;
border: 2px solid #fff;
border-radius: 4px;
-webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
transition: background 0.2s ease-out, color 0.2s ease-out;
margin: 2px;
}
}
@media only screen and (max-height: 812px) {
.infos {
width:100%;
height:100%;
margin: 0 auto;
background-color:#1C1C1C;
border-radius: 8px;
opacity:0.9;
padding: 10px;
}
.button {
margin: 0 auto;
display: inline-block;
width: 100px;
height: 33px;
font-size: 12px;
font-weight: bold;
line-height: 29px;
text-decoration: none;
text-align: center;
color: #fff;
border: 2px solid #fff;
border-radius: 4px;
-webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
transition: background 0.2s ease-out, color 0.2s ease-out;
margin: 4px;
}
}
@media only screen and (max-height: 568px) {
.infos {
width:100%;
height:100%;
margin: 0 auto;
background-color:#1C1C1C;
border-radius: 2px;
opacity:0.9;
padding: 8px 2px 8px 2px;
}
.button {
margin: 0 auto;
display: inline-block;
width: 100px;
height: 33px;
font-size: 12px;
font-weight: bold;
line-height: 29px;
text-decoration: none;
text-align: center;
color: #fff;
border: 2px solid #fff;
border-radius: 4px;
-webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
transition: background 0.2s ease-out, color 0.2s ease-out;
margin: 5px 1px 5px 1px;
}
}
@media only screen and (min-width: 35em) {
.button {
width: 150px;
height: 50px;
font-size: 18px;
line-height: 46px;
}
}
/*
Comila Template
*/
body {
background-image: url(https://image.tmdb.org/t/p/original/6ZdQTBy20HzWudZthAV7NkZWfIb.jpg);
background-size: 100%;
background-repeat: no-repeat;
color: #fff;
background-color: #1C1C1C;
font-family: 'Rajdhani', sans-serif;
font-weight: 400;
}
html,body {
width: 100vw;
overflow-x: hidden;
}
html {
font-size: 100%;
}
h1,h2,h3 {
font-weight: 500;
letter-spacing: 0.3rem;
text-transform: uppercase;
}
h1 {
font-size: 2.8rem;
font-weight: 700;
}
h2 {
color: #ffffff;
padding-bottom: 10px;
}
h3 {
font-size: 1rem;
line-height: 2rem;
}
h4 {
font-size: 1.5rem;
line-height: 2rem;
}
p {
color: #000000;
letter-spacing: 0.8px;
line-height: 28px;
}
q {
color: #fa8e8e;
letter-spacing: 0.8px;
line-height: 28px;
}
strong {
color: #bd3333;
font-weight: 700;
}
#about,
#plugins,
#contact {
background: #1C1C1C;
}
#about,
#plugins,
#contact,
footer {
padding-top: 100px;
padding-bottom: 100px;
}
.section-title {
padding-bottom: 62px;
}
.section-title h1 {
padding-bottom: 10px;
}
#about .section-title {
padding-bottom: 22px;
}
#contact .section-title {
text-align: center;
}
/* preloader section */
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
background: none repeat scroll 0 0 #ffffff;
}
.sk-circle {
margin: 40px auto;
width: 40px;
height: 40px;
position: relative; }
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0; }
.sk-circle .sk-child:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #333;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg); }
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg); }
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg); }
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg); }
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg); }
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg); }
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg); }
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s; }
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); } }
#slideshow {
top: 0;
left: 0;
z-index: -10;
width: 100vw;
backface-visibility: hidden;
}
/* home section */
#home {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
height: 100vh;
width: 100vw;
color: #ffffff;
}
#home .home-thumb {
text-align: center;
}
#home .btn {
background: transparent;
border: 3px solid #ffffff;
border-radius: 0px;
color: #ffffff;
font-weight: 700;
letter-spacing: 1px;
padding: 14px 36px;
margin-top: 42px;
margin-right: 16px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#home .btn:hover {
background: #f1c11a;
color: #ffffff;
border-color: transparent;
}
#home .btn-success {
background: #ffffff;
color: #242424;
border-color: transparent;
}
/* about section */
#about h3 {
margin-top: 0px;
}
#about .about-thumb {
padding-top: 10px;
}
/* feature section */
#plugins {
background: #333;
text-align: center;
}
#plugins .icon {
color: #ffffff;
font-size: 42px;
padding-right: 14px;
}
#plugins p {
color: #333;
}
#plugins .btn {
background: transparent;
border: 3px solid #ffffff;
border-radius: 0px;
color: #ffffff;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
padding: 14px 36px;
margin-top: 62px;
margin-right: 16px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#plugins .btn:hover {
background: #ffffff;
color: #333;
border-color: transparent;
}
/* contact section */
#contact .form-control {
background: transparent;
border: 1px solid #f0f0f0;
border-radius: 0px;
box-shadow: none;
font-size: 16px;
margin-bottom: 16px;
transition: all 0.4s ease-in-out;
}
#contact .form-control:hover {
border-color: #999;
}
#contact input {height: 55px;}
#contact input[type='submit'] {
background: #242424;
border: none;
color: #ffffff;
font-size: 15px;
font-weight: 400;
letter-spacing: 2px;
transition: all 0.4s ease-in-out;
margin-top: 10px;
}
#contact input[type='submit']:hover {
background: #f1c11a;
}
/* footer section */
footer {
background: #2C2C2C;
}
footer .copyright-text {
padding-top: 10px;
text-align: center;
}
footer a {
color: #fff;
}
footer a:hover {
color: #FF6;
}
/* svg */
.svgcolor-light {
/*position: absolute;
top: 0;
left: 0; */
position: relative;
bottom: 104px;
}
.svgcolor-light > path {
fill: white;
stroke: white;
stroke-width: 0;
}
/* modal */
.modal-dialog .modal-content {
background: url('../images/modal-bg.jpg') no-repeat;
background-size: cover;
background-position: center center;
border-radius: 0;
text-align: center;
padding: 100px 50px 100px 50px;
position: relative;
}
.btn:focus {
outline: none;
}
.modal-header {
border-bottom: 0px;
}
.modal-dialog .close {
color: #f1c11a;
font-size: 40px;
font-weight: 300;
text-shadow: none;
opacity: 1;
position: absolute;
top: 40px;
right: 40px;
border: 2px solid #ffffff;
border-radius: 100px;
width: 36px;
height: 36px;
line-height: 35px;
text-align: center;
}
.modal-dialog .close:focus {
outline: none;
}
.modal-dialog form {
padding: 20px;
}
.modal-dialog form input {
height: 55px;
}
.modal-dialog form .form-control {
background: transparent;
border: 1px solid #f0f0f0;
border-radius: 0px;
box-shadow: none;
font-size: 20px;
color: #fff;
margin-bottom: 20px;
transition: all 0.4s ease-in-out;
}
.modal-dialog form input[type="submit"] {
background: #ffffff;
color: #242424;
text-transform: uppercase;
margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
background: #f1c11a;
border-color: transparent;
color: #ffffff;
}
/* Back top */
.go-top {
background-color: #eee;
bottom: 2em;
right: 2em;
color: #111112;
font-size: 22px;
display: none;
position: fixed;
text-decoration: none;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
transition: all 0.4s ease-in-out;
}
.go-top:hover {
background: #3b5998;
color: #ffffff;
}
/* social icon section */
.social-icon {
padding: 0;
margin: 0;
}
.social-icon li {
list-style: none;
display: inline-block;
}
.social-icon li a {
border-radius: 100px;
color: #626262;
font-size: 18px;
text-decoration: none;
transition: all 0.4s ease-in-out;
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
margin-top: 12px;
margin-right: 10px;
}
.social-icon li a:hover {
background-color: #ffffff;
color: #111112;
}