mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
1515 lines
28 KiB
CSS
1515 lines
28 KiB
CSS
@import './navbar.css';
|
|
|
|
@font-face {
|
|
font-family: 'Fontin-Sans';
|
|
src: url('fonts/Fontin-Sans-CR-Bold.ttf.woff') format('woff'),
|
|
url('fonts/Fontin-Sans-CR-Bold.ttf.svg#Fontin-Sans-CR-Bold') format('svg'),
|
|
url('fonts/Fontin-Sans-CR-Bold.ttf.eot'),
|
|
url('fonts/Fontin-Sans-CR-Bold.eot?#iefix') format('embedded-opentype');
|
|
font-weight: bold;
|
|
font-style: bold;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Fontin-Sans';
|
|
src: url('fonts/Fontin-Sans-CR-SC.ttf.woff') format('woff'),
|
|
url('fonts/Fontin-Sans-CR-SC.ttf.svg#Fontin-Sans-CR-SC') format('svg'),
|
|
url('fonts/Fontin-Sans-CR-SC.ttf.eot'),
|
|
url('fonts/Fontin-Sans-CR-SC.eot?#iefix') format('embedded-opentype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'DIN Pro';
|
|
src: local('DIN Pro Regular'), local('DIN-Pro-Regular'),
|
|
url('fonts/DINPro.woff2') format('woff2'),
|
|
url('fonts/DINPro.woff') format('woff'),
|
|
url('fonts/DINPro.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
body {
|
|
--gray: rgba(94, 91, 85, 1);
|
|
--gray-bg: rgba(94, 91, 85, 0.08);
|
|
--dark-gray: rgba(24, 20, 18, 0.95);
|
|
--dark-gray2: rgba(24, 20, 18, 0.5);
|
|
--blue-gray: #929391;
|
|
--orange: rgb(248 157 65);
|
|
--brown: rgba(118, 69, 2, 1);
|
|
--light-gray: #9E9783;
|
|
--green: #8cbe4b;
|
|
background: #100d0c;
|
|
overflow-x: hidden;
|
|
/* Hide horizontal scrollbar */
|
|
}
|
|
|
|
.text-green {
|
|
color: var(--green);
|
|
}
|
|
|
|
.text-gray {
|
|
color: var(--blue-gray);
|
|
}
|
|
|
|
.text-brown {
|
|
color: var(--brown);
|
|
}
|
|
|
|
.text-gray2 {
|
|
color: #5E5B55;
|
|
}
|
|
|
|
.bg-dark-gray {
|
|
background-color: var(--dark-gray);
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
.container, .container-lg, .container-md, .container-sm, .container-xl {
|
|
max-width: 1440px;
|
|
}
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
text-transform: uppercase;
|
|
font-family: 'Fontin-Sans';
|
|
}
|
|
|
|
a {
|
|
font-family: 'DIN Pro';
|
|
cursor: pointer;
|
|
}
|
|
|
|
p {
|
|
font-family: 'DIN Pro';
|
|
font-size: 16px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
a:hover {
|
|
color: #E30613 !important;
|
|
}
|
|
|
|
.logo {
|
|
margin-top: 17px;
|
|
margin-bottom: 13px;
|
|
}
|
|
|
|
#lightbox .modal-lg {
|
|
max-width: 80%;
|
|
}
|
|
|
|
#lightbox .modal-content {
|
|
margin-top: 5%;
|
|
}
|
|
|
|
.dropdown-item.title {
|
|
margin-bottom: 10px;
|
|
border-bottom: 2px solid rgba(158, 151, 131, 0.15)
|
|
}
|
|
|
|
|
|
sup {
|
|
color: var(--brown);
|
|
}
|
|
|
|
.login .nav-link {
|
|
text-transform: none;
|
|
}
|
|
|
|
.login img {
|
|
margin-bottom: 2px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.top-sticky {
|
|
background-color: var(--dark-gray);
|
|
font-family: 'DINPro', sans-serif;
|
|
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
|
|
position: -webkit-sticky !important;
|
|
/* Safari */
|
|
position: sticky !important;
|
|
top: 0 !important;
|
|
z-index: 100;
|
|
mix-blend-mode: normal;
|
|
|
|
}
|
|
|
|
a.nav-link {
|
|
color: var(--blue-gray) !important;
|
|
text-transform: uppercase;
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
a.nav-link:hover, a.nav-link.hover {
|
|
color: var(--orange) !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nav-item {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#home1 {
|
|
background-color: var(--dark-gray);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position-y: -63px;
|
|
color: white;
|
|
}
|
|
|
|
#home1 h2 {
|
|
font-size: 54px;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
line-height: 58px;
|
|
letter-spacing: 0.03em;
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
#home1 p {
|
|
font-weight: normal;
|
|
line-height: 28px;
|
|
}
|
|
|
|
#home1 .icons, #footer .icons {
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
width: 20px;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
#home1 .icons:hover, #footer .icons:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
#home1 {
|
|
padding-bottom: 350px;
|
|
}
|
|
|
|
#box1 {
|
|
margin-top: -346px;
|
|
}
|
|
|
|
.twbox {
|
|
background-image: url(../images/b1bg2.png);
|
|
background-color: black;
|
|
margin-top: 130px;
|
|
border: 1px solid rgba(158, 151, 131, .1);
|
|
}
|
|
|
|
.twbox .graphic {
|
|
background-image: url(../images/b1.png);
|
|
height: 622px;
|
|
position: absolute;
|
|
width: 740px;
|
|
top: -160px;
|
|
left: -44px;
|
|
background-size: 77%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
hr {
|
|
background: -webkit-linear-gradient(rgba(158, 151, 131, 1), rgba(158, 151, 131, 0)) transparent;
|
|
}
|
|
|
|
.twbox h2 {
|
|
letter-spacing: 0.03em;
|
|
font-weight: bold;
|
|
font-size: 40px;
|
|
}
|
|
|
|
|
|
#home2 {
|
|
color: white;
|
|
background: #100d0c;
|
|
background-position-x: right;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#home2 p {
|
|
line-height: 28px;
|
|
}
|
|
|
|
#home2 h3 {
|
|
font-size: 28px;
|
|
}
|
|
|
|
#home2 h2, #home2 h3 {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.orange-text {
|
|
background: -webkit-linear-gradient(270deg, #F1C22D 0%, #FF7757 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
|
|
#box2 h3 {
|
|
font-size: 28px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
#box3 h3 {
|
|
font-size: 20px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
#box3 h1 {
|
|
font-size: 50px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
#box2 h1 {
|
|
font-size: 67px;
|
|
line-height: 67px;
|
|
}
|
|
|
|
.smallBox #sb1, .smallBox #sb2 {
|
|
margin-top: -40px;
|
|
}
|
|
|
|
.smallBox .inner {
|
|
border: 1px solid rgba(158, 151, 131, .1);
|
|
background: var(--dark-gray);
|
|
margin-top: 200px;
|
|
min-height: 65%;
|
|
color: white;
|
|
}
|
|
|
|
.smallBox .inner p {
|
|
color: var(--blue-gray)
|
|
}
|
|
|
|
.smallBox h4 {
|
|
position: relative;
|
|
z-index: 10;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.smallBox h4.orange-text {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.smallBox hr {
|
|
background: rgba(158, 151, 131, .2);
|
|
}
|
|
|
|
#sb1 .image {
|
|
background-image: url(../images/mb1.png);
|
|
height: 230px;
|
|
width: 100%;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 128px;
|
|
background-size: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
#sb2 .image {
|
|
background-image: url(../images/mb2.png);
|
|
height: 210px;
|
|
width: 100%;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 147px;
|
|
background-size: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
|
|
#changelog_home {
|
|
background-image: url(images/changelogglow.png);
|
|
padding-top: 170px;
|
|
padding-bottom: 170px;
|
|
background-position-y: center;
|
|
}
|
|
|
|
#changelog_home .container-fluid {
|
|
background: linear-gradient(90deg, rgba(24, 20, 18, 0) 0%, #181412 50%, rgba(24, 20, 18, 0) 100%);
|
|
padding-bottom: 20px;
|
|
text-align: center;
|
|
border-top: 1px solid rgba(158, 151, 131, .1);
|
|
border-bottom: 1px solid rgba(158, 151, 131, .1);
|
|
}
|
|
|
|
#changelog_home .container-fluid .container {
|
|
margin-top: -30px;
|
|
}
|
|
|
|
.cDate {
|
|
color: var(--gray);
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.cDescription {
|
|
margin-bottom: 50px;
|
|
width: 60%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color: white;
|
|
}
|
|
|
|
#home4 {
|
|
text-align: center;
|
|
}
|
|
|
|
#home4 h4, #home8 h4 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
#home4 h3, #home8 h3 {
|
|
font-size: 30px;
|
|
}
|
|
|
|
#home4 h2, #home8 h2 {
|
|
font-size: 40px;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
#home4 h2, #home4 h4, #home4, h3 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#home4 .lore4, #home8 .lore4 {
|
|
border: 1px solid rgba(158, 151, 131, .1);
|
|
background: var(--dark-gray);
|
|
background-repeat: no-repeat;
|
|
height: 100%;
|
|
}
|
|
|
|
#home4 .lore4 p, #home8 .lore4 p {
|
|
color: var(--blue-gray);
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#home8 {
|
|
text-align: center;
|
|
}
|
|
|
|
#home8 h2, #home8 h4 {
|
|
margin-bottom: 0;
|
|
line-height: 29px;
|
|
}
|
|
|
|
#home8 h3 {
|
|
line-height: 25px;
|
|
}
|
|
|
|
.lore4 .middle::before {
|
|
width: 111px;
|
|
height: 2px;
|
|
content: " ";
|
|
display: inline-block;
|
|
background: linear-gradient(45deg, transparent, rgb(248 157 65));
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.lore4 .middle::after {
|
|
width: 111px;
|
|
height: 2px;
|
|
content: " ";
|
|
display: inline-block;
|
|
background: linear-gradient(45deg, rgb(248 157 65), transparent);
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#home5 .container .row {
|
|
border: 1px solid rgba(158, 151, 131, .1);
|
|
background-color: var(--dark-gray);
|
|
height: 482px;
|
|
}
|
|
|
|
#home10 h2 {
|
|
line-height: 40px;
|
|
font-weight: bold;
|
|
font-size: 40px;
|
|
}
|
|
|
|
#home5 h2 {
|
|
font-size: 40px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
#home5 hr, #home10 hr {
|
|
background: linear-gradient(90deg, #9e97831f 54.34%, rgba(158, 151, 131, 0) 100%);
|
|
height: 1px;
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
#home5 .container .row .col-lg-6.p-5, #home10 .container .row .col-lg-6.p-5 {
|
|
position: relative;
|
|
z-index: 10;
|
|
color: var(--blue-gray);
|
|
font-size: 16px;
|
|
}
|
|
|
|
#home5 ul {
|
|
padding-inline-start: 15px;
|
|
}
|
|
|
|
#home5 .image {
|
|
background-image: url(../images/udhunter.png);
|
|
background-repeat: no-repeat;
|
|
height: 633px;
|
|
width: 1132px;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: -28px;
|
|
background-size: 80%;
|
|
background-position-x: right;
|
|
z-index: 1;
|
|
}
|
|
|
|
|
|
#home6 {
|
|
margin-top: -0.1rem !important;
|
|
margin-bottom: -170px;
|
|
color: white;
|
|
padding-top: 9rem;
|
|
padding-bottom: 11rem;
|
|
background-position-y: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 70%;
|
|
}
|
|
|
|
#changelog img {
|
|
filter: none;
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(100%);
|
|
-o-filter: grayscale(100%);
|
|
}
|
|
|
|
.desat {
|
|
filter: none;
|
|
-webkit-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
-ms-filter: grayscale(100%);
|
|
-o-filter: grayscale(100%);
|
|
}
|
|
|
|
#home6 h1 {
|
|
font-size: 60px;
|
|
line-height: 45px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#home6 a {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#sb3 h4.orange-text, #sb4 h4.orange-text {
|
|
font-size: 41px !important;
|
|
line-height: 31px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#sb3 .image {
|
|
background-image: url(../images/survival.png);
|
|
height: 210px;
|
|
width: 100%;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 154px;
|
|
background-size: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
#sb4 .image {
|
|
background-image: url(../images/events.png);
|
|
height: 233px;
|
|
width: 100%;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 133px;
|
|
background-size: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
#home9 img {
|
|
margin-top: 283px;
|
|
}
|
|
|
|
.pp {
|
|
width: 930px;
|
|
height: 745px;
|
|
background-image: url("../images/player previous.png");
|
|
position: absolute;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position-y: 116px;
|
|
}
|
|
|
|
.pn {
|
|
width: 930px;
|
|
height: 699px;
|
|
position: absolute;
|
|
background-image: url("../images/player next.png");
|
|
right: 0;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position-x: right;
|
|
background-position-y: 116px;
|
|
}
|
|
|
|
.pa {
|
|
width: 100%;
|
|
height: 446px;
|
|
position: absolute;
|
|
/* background-image: url(../images/player active.png); */
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
margin: 5rem;
|
|
}
|
|
|
|
.pa .ytvideo {
|
|
width: 1040px;
|
|
height: 573px;
|
|
}
|
|
|
|
|
|
#home10 {
|
|
margin-top: 360px;
|
|
}
|
|
|
|
#home10 .row {
|
|
background-image: url(../images/guildvaults.png);
|
|
background-repeat: no-repeat;
|
|
border: 1px solid rgba(158, 151, 131, .1);
|
|
background-color: var(--dark-gray);
|
|
}
|
|
|
|
#home11 {
|
|
background-image: url("../images/customization.png");
|
|
color: white;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#home11 h2 {
|
|
font-size: 40px;
|
|
line-height: 36px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#home11 .row {
|
|
padding-top: 165px;
|
|
padding-bottom: 165px;
|
|
}
|
|
|
|
#home12 {
|
|
color: white;
|
|
}
|
|
|
|
#home12 .col-lg-6 div.p-5 {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
#home12 h3 {
|
|
line-height: 25px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#home12 h4 {
|
|
font-size: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#home12 hr {
|
|
background: linear-gradient(90deg, #9e97831f 54.34%, rgba(158, 151, 131, 0) 100%);
|
|
height: 1px;
|
|
margin-top: 35px;
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
#home12 .cow {
|
|
background-image: url(../images/cow.png);
|
|
height: 542px;
|
|
width: 933px;
|
|
position: absolute;
|
|
right: -123px;
|
|
top: 0px;
|
|
background-size: 80%;
|
|
background-repeat: no-repeat;
|
|
z-index: 5;
|
|
background-position-x: right;
|
|
}
|
|
|
|
#home12 ul {
|
|
padding-inline-start: 15px;
|
|
font-size: 16px;
|
|
margin-top: 3rem;
|
|
line-height: 26px;
|
|
}
|
|
|
|
#home12 .cow2 {
|
|
padding-left: 5rem;
|
|
background-image: url(../images/cow2.png);
|
|
background-size: cover;
|
|
}
|
|
|
|
|
|
#home13 {
|
|
background-image: url("../images/newpets.png");
|
|
color: white;
|
|
background-repeat: no-repeat;
|
|
background-position-y: center;
|
|
background-position-x: right;
|
|
}
|
|
|
|
#home13 h2 {
|
|
font-size: 50px;
|
|
line-height: 48px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#home13 .row {
|
|
padding-top: 200px;
|
|
padding-bottom: 200px;
|
|
}
|
|
|
|
|
|
#home14 {
|
|
color: white;
|
|
font-size: 16px;
|
|
margin-bottom: 66px;
|
|
}
|
|
|
|
#home14 h3 {
|
|
font-size: 35px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
#home14 h4 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#home14 .col-lg-6 div.p-5 {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
|
|
#home14 hr {
|
|
background: linear-gradient(90deg, #9e97831f 54.34%, rgba(158, 151, 131, 0) 100%);
|
|
height: 1px;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#home14 p, #home14 ul li {
|
|
color: var(--blue-gray)
|
|
}
|
|
|
|
#home14 .titles {
|
|
background-image: url(../images/titles.png);
|
|
height: 451px;
|
|
width: 780px;
|
|
position: absolute;
|
|
background-size: 89%;
|
|
background-repeat: no-repeat;
|
|
z-index: 5;
|
|
}
|
|
|
|
#home14 .transmog {
|
|
background-image: url(../images/transmog.png);
|
|
height: 558px;
|
|
width: 756px;
|
|
position: absolute;
|
|
top: -85px;
|
|
background-size: 100%;
|
|
z-index: 2;
|
|
background-repeat: no-repeat;
|
|
background-position-x: left;
|
|
}
|
|
|
|
#teamQuotes {
|
|
background-image: url(../images/pages_footer_bg.png);
|
|
background-position-y: bottom;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#teamQuotes .row .col-lg-4 div {
|
|
border: 1px solid rgba(158, 151, 131, .1);
|
|
background-color: var(--dark-gray);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 109%;
|
|
background-position-y: -15%;
|
|
height: 100%;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
|
|
}
|
|
|
|
#teamQuotes div .col-lg-4 {
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
#teamQuotes p {
|
|
color: white
|
|
}
|
|
|
|
#teamQuotes p.tDate {
|
|
color: var(--gray);
|
|
}
|
|
|
|
#teamQuotes hr {
|
|
background: #9e97831f;
|
|
}
|
|
|
|
#team {
|
|
background-image: url(../images/teamline.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: center;
|
|
text-align: center;
|
|
}
|
|
|
|
#team .container-fluid {
|
|
background-image: url(../images/creditsbg.png);
|
|
background-position-y: bottom;
|
|
background-repeat: no-repeat;
|
|
border-bottom: 1px solid rgba(158, 151, 131, .1);
|
|
}
|
|
|
|
#team h3 {
|
|
font-size: 22px;
|
|
margin-top: -60px;
|
|
margin-bottom: 56px;
|
|
height: 58px;
|
|
}
|
|
|
|
#team p.m-auto {
|
|
color: white;
|
|
font-size: 16px;
|
|
}
|
|
|
|
|
|
#team .row {
|
|
background-image: url(../images/teamframe.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: center;
|
|
}
|
|
|
|
#team .icon {
|
|
background-repeat: no-repeat;
|
|
background-position-x: center;
|
|
width: 100px;
|
|
height: 100px;
|
|
position: relative;
|
|
top: -48px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#team .crown {
|
|
background-image: url(../images/icon_crown_small.png);
|
|
}
|
|
|
|
#team .wrench {
|
|
background-image: url(../images/icon_wrench_small.png);
|
|
}
|
|
|
|
#team .cog {
|
|
background-image: url(../images/icon_cog_small.png);
|
|
}
|
|
|
|
#team .brush {
|
|
background-image: url(../images/icon_brush_small.png);
|
|
}
|
|
|
|
#team .speaker {
|
|
background-image: url(../images/icon_speaker_small.png);
|
|
}
|
|
|
|
#team .star {
|
|
background-image: url(../images/icon_star_small.png);
|
|
}
|
|
|
|
#team .globe {
|
|
background-image: url(../images/icon_globe_small.png);
|
|
}
|
|
|
|
#team .eye {
|
|
background-image: url(../images/icon_eye_small.png);
|
|
}
|
|
|
|
#team .row .col-lg-3 p {
|
|
color: var(--gray);
|
|
}
|
|
|
|
#team .col-lg-12 {
|
|
background-image: url(../images/special.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: center;
|
|
}
|
|
|
|
#team .col-lg-12 hr {
|
|
background: rgba(158, 151, 131, 0.11);
|
|
width: 50%;
|
|
}
|
|
|
|
|
|
#team .mt-5 p.mb-5 {
|
|
color: var(--gray);
|
|
font-size: 14px;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 60%;
|
|
}
|
|
|
|
|
|
#footer {
|
|
color: var(--gray);
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.mtn {
|
|
margin-top: -68px;
|
|
color: rgba(251, 138, 76, 1);
|
|
background-color: rgb(251 138 76 / 28%);
|
|
border-radius: 0;
|
|
border-color: rgb(251 138 76 / 43%);
|
|
}
|
|
|
|
|
|
.modal-content {
|
|
margin-top: 10%;
|
|
border-radius: 0;
|
|
border: 1px solid rgba(158, 151, 131, .1);
|
|
background-color: var(--dark-gray);
|
|
opacity: 0.98;
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
|
|
}
|
|
|
|
.modal-content.done {
|
|
background-image: url(../images/register_done.png);
|
|
}
|
|
|
|
.form-control {
|
|
border: 1px solid rgba(158, 151, 131, 0.1);
|
|
border-radius: 0;
|
|
background: #0c0c0c;
|
|
margin-bottom: 8px;
|
|
padding: 25px;
|
|
}
|
|
|
|
.form-control.invalid {
|
|
border: 1px solid rgb(248 157 65);
|
|
}
|
|
|
|
.form-control:focus {
|
|
color: white;
|
|
background: #0c0c0c;
|
|
}
|
|
|
|
.form-control:disabled {
|
|
color: #888888;
|
|
background: #0c0c0c;
|
|
}
|
|
|
|
.modalClose {
|
|
position: absolute;
|
|
right: 10px;
|
|
font-size: 21px !important;
|
|
color: gray !important;
|
|
}
|
|
|
|
.register {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.register:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.hand {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#register a {
|
|
color: rgba(251, 138, 76, 1);
|
|
font-size: 12px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#register a:hover {
|
|
color: rgb(255, 90, 0) !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/*thanks*/
|
|
|
|
#thanks {
|
|
text-align: center;
|
|
}
|
|
|
|
#thanks h4::before {
|
|
width: 111px;
|
|
height: 2px;
|
|
content: " ";
|
|
display: inline-block;
|
|
background: linear-gradient(45deg, transparent, rgb(248 157 65));
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#thanks h2, #thanks h3, #thanks h4 {
|
|
line-height: 22px;
|
|
}
|
|
|
|
#thanks h4 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
#thanks h3 {
|
|
font-size: 25px;
|
|
}
|
|
|
|
#thanks h4::after {
|
|
width: 111px;
|
|
height: 2px;
|
|
content: " ";
|
|
display: inline-block;
|
|
background: linear-gradient(45deg, rgb(248 157 65), transparent);
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#thanks {
|
|
/*background-image: url("../images/bgthanksbottom.png");*/
|
|
background-position: center bottom;
|
|
padding-bottom: 70px;
|
|
}
|
|
|
|
#thanks .container-fluid {
|
|
/*background-image: url("../images/bgthanks.png");*/
|
|
background-position: center center;
|
|
}
|
|
|
|
/*pages*/
|
|
|
|
|
|
#pages {
|
|
background-image: url(../images/subpagebackground.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
}
|
|
|
|
#pages span.orange-text {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#pages .container-fluid {
|
|
background-image: url(../images/pages_footer_bg.png);
|
|
background-position-y: bottom;
|
|
background-repeat: no-repeat;
|
|
border-bottom: 1px solid rgb(248, 157, 65, 0.05);
|
|
}
|
|
|
|
#pages td {
|
|
color: var(--gray);
|
|
}
|
|
|
|
#pages .dono {
|
|
background-color: var(--dark-gray2);
|
|
padding: 5px 5px;
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
#pages .dono:hover {
|
|
background-color: rgba(24, 20, 18, 0.9);
|
|
}
|
|
|
|
|
|
#pages td {
|
|
color: var(--gray);
|
|
}
|
|
|
|
|
|
#pages ul {
|
|
color: var(--gray);
|
|
padding-inline-start: 21px;
|
|
}
|
|
|
|
#pages ul li {
|
|
padding-left: 11px;
|
|
}
|
|
|
|
|
|
#pages .team {
|
|
color: var(--light-gray);
|
|
}
|
|
|
|
#pages .druair {
|
|
background-image: url(../images/bg_druair.png) !important;
|
|
background-size: 100% !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
|
|
#pages .shanky {
|
|
background-image: url(../images/bg_shanky.png) !important;
|
|
background-size: 100% !important;
|
|
background-repeat: no-repeat !important;
|
|
}
|
|
|
|
|
|
#pages .combinations .col-lg-6 div {
|
|
background-color: var(--gray-bg) !important;
|
|
}
|
|
|
|
#pages .combinations div h5 {
|
|
margin-bottom: 0px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
#pages .row.brush {
|
|
background-image: url(../images/icon_brush_large.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.swords {
|
|
background-image: url(../images/icon_swords_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.rocket {
|
|
background-image: url(../images/icon_rocket_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.crown {
|
|
background-image: url(../images/icon_crown_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.paw {
|
|
background-image: url(../images/icon_paw_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.horse {
|
|
background-image: url(../images/icon_horse_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
|
|
#pages .row.gloves {
|
|
background-image: url(../images/icon_gloves_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.speaker {
|
|
background-image: url(../images/icon_sound_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.turtle {
|
|
background-image: url(../images/icon_turtle.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 10%;
|
|
}
|
|
|
|
#pages .row.star {
|
|
background-image: url(../images/icon_star_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.helmet {
|
|
background-image: url(../images/icon_helmet_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row .cog {
|
|
background-image: url(../images/icon_repair_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .row.shield {
|
|
background-image: url(../images/icon_shield_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.web {
|
|
background-image: url(../images/icon_web_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.group {
|
|
background-image: url(../images/icon_group_large.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.fist {
|
|
background-image: url(../images/icon_fist_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.moustache {
|
|
background-image: url(../images/icon_moustache_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.bank {
|
|
background-image: url(../images/icon_bank_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.hat {
|
|
background-image: url(../images/icon_hat_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.tent {
|
|
background-image: url(../images/icon_tent_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.hat2 {
|
|
background-image: url(../images/hat.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 30%;
|
|
}
|
|
|
|
#pages .row.book {
|
|
background-image: url(../images/icon_book_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
|
|
#pages .row.skull {
|
|
background-image: url(../images/icon_skull_big.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .row.turtle {
|
|
background-image: url(../images/icon_turtle.png);
|
|
background-repeat: no-repeat;
|
|
background-position-x: 89%;
|
|
background-position-y: 50%;
|
|
}
|
|
|
|
#pages .druid {
|
|
background-image: url(../images/icon_druid.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .hunter {
|
|
background-image: url(../images/icon_hunter_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .mage {
|
|
background-image: url(../images/icon_mage_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .paladin {
|
|
background-image: url(../images/icon_paladin_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .priest {
|
|
background-image: url(../images/icon_priest_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .rogue {
|
|
background-image: url(../images/icon_rogue_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .shaman {
|
|
background-image: url(../images/icon_shaman_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .warlock {
|
|
background-image: url(../images/icon_warlock_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
#pages .warrior {
|
|
background-image: url(../images/icon_warrior_large.png), url(../images/icon_vortex.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
#pages .container {
|
|
max-width: 1140px;
|
|
}
|
|
|
|
#pages.donate .container {
|
|
/*max-width: 1440px;*/
|
|
}
|
|
}
|
|
|
|
#pages h2 {
|
|
font-size: 40px;
|
|
font-weight: bold;
|
|
line-height: 36px;
|
|
}
|
|
|
|
|
|
#pages .row {
|
|
background: var(--dark-gray);
|
|
font-size: 16px;
|
|
border: 1px solid rgba(255, 255, 255, 0.01);
|
|
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
|
|
}
|
|
|
|
#pages .img-fluid.hand {
|
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
|
|
#pages a {
|
|
text-transform: none;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#pages a:hover {
|
|
background: -webkit-linear-gradient(270deg, #ffffff 0%, #ffffff 100%) !important;
|
|
-webkit-background-clip: text !important;
|
|
-webkit-text-fill-color: transparent !important;
|
|
}
|
|
|
|
#pages a span {
|
|
/*color: white !important;*/
|
|
}
|
|
|
|
#pages a span:hover {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
|
|
#pages ul {
|
|
color: var(--gray);
|
|
padding-inline-start: 21px;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
#pages ul li {
|
|
padding-left: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
|
|
#pages .worldmaps img {
|
|
opacity: 0.9;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#pages .worldmaps img:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
#pages .line-height-36 {
|
|
line-height: 36px;
|
|
}
|
|
|
|
|
|
.star {
|
|
color: #f5ac39;
|
|
}
|
|
|
|
|
|
/*audio player*/
|
|
|
|
.green-audio-player {
|
|
background: transparent !important;
|
|
box-shadow: none !important;
|
|
width: 250px;
|
|
}
|
|
|
|
.audio-player div.p-2 {
|
|
/*background-color: var(--dark-gray);*/
|
|
width: 100%;
|
|
background: rgba(94, 91, 85, 0.08);
|
|
|
|
}
|
|
|
|
.green-audio-player .slider .gap-progress .pin {
|
|
/*height: 13px;*/
|
|
/*width: 5px;*/
|
|
/*border-radius: 6px;*/
|
|
background-color: #f7a53e;
|
|
position: absolute;
|
|
pointer-events: all;
|
|
-webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 32%);
|
|
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 32%);
|
|
}
|
|
|
|
.green-audio-player .controls .controls__slider {
|
|
margin-left: 16px;
|
|
margin-right: 16px;
|
|
border-radius: 2px;
|
|
height: 1px;
|
|
}
|
|
|
|
.green-audio-player .slider .gap-progress {
|
|
background-color: #f7a53e;
|
|
border-radius: inherit;
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.controls__current-time, .controls__total-time {
|
|
color: var(--gray);
|
|
}
|
|
|
|
.volume__speaker, .play-pause-btn__icon {
|
|
fill: white;
|
|
}
|
|
|
|
.volume__button.open, .green-audio-player .volume .volume__button.open path {
|
|
fill: #f7a53e;
|
|
}
|
|
|
|
/*cursor*/
|
|
|
|
|
|
.disabled-hand {
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.hand.play {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.hand.play:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
/*margins*/
|
|
|
|
.ml-6 {
|
|
margin-left: 4rem !important;
|
|
}
|
|
|
|
.ml-7 {
|
|
margin-left: 5rem !important;
|
|
}
|
|
|
|
.ml-8 {
|
|
margin-left: 6rem !important;
|
|
}
|
|
|
|
.transparent {
|
|
background-color: transparent !important;
|
|
border: 0 !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
|
|
/*reset*/
|
|
|
|
|
|
#reset {
|
|
background-repeat: no-repeat;
|
|
background-position-y: -100px;
|
|
}
|
|
|
|
@media (min-width: 1200px) {
|
|
#reset .container {
|
|
max-width: 1140px;
|
|
}
|
|
}
|
|
|
|
|
|
#reset h2 {
|
|
font-size: 40px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
|
|
#reset .row {
|
|
background: rgba(24, 20, 18, 0.8);
|
|
font-size: 16px;
|
|
}
|
|
|
|
.wowhead-tooltip-powered {
|
|
display: none !important;
|
|
}
|
|
|
|
/* custom scrollbar */
|
|
::-webkit-scrollbar {
|
|
width: 20px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background-color: transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #d6dee1;
|
|
border-radius: 20px;
|
|
border: 6px solid transparent;
|
|
background-clip: content-box;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background-color: #a8bbbf;
|
|
} |