Files
WoWLoginScreens/assets/css/styles.css
T

218 lines
4.1 KiB
CSS

html, body {
margin: 0;
height: 100%;
overflow: hidden;
}
@font-face{
font-family: 'FRIZQT';
src: url('../fonts/FRIZQT__.ttf');
}
.noSelect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#background {
background-color: #000;
position: fixed;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
#quitButtonContainer {
bottom: 10px;
right: 10px;
position: absolute;
z-index: 2;
}
#queue {
}
#queueTextContainer {
position: fixed;
margin-bottom: 50px;
background-color: transparent;
width: 650px;
height: 110px;
line-height: 50%;
z-index: 2;
}
#dcTextContainer {
position: fixed;
margin-bottom: 25px;
background-color: transparent;
width: 650px;
height: 110px;
line-height: 50%;
z-index: 2;
}
#realmListButton{
margin-top: 95px;
}
#copyrightText {
font-family: 'FRIZQT';
font-size: 15px;
text-align: left;
color: #ffc700;
text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 3px #000;
}
#buildDate {
position: fixed;
font-family: 'FRIZQT';
font-size: 15px;
text-align: left;
color: #ffc700;
text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 3px #000;
bottom: -8px;
left: 10px;
}
#buildVersion {
position: fixed;
font-family: 'FRIZQT';
font-size: 15px;
text-align: left;
color: #ffc700;
text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 3px #000;
bottom: 10px;
left: 10px;
}
.queueText {
font-family: 'FRIZQT';
font-size: 22px;
text-align: center;
color: #ffc700;
text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 3px #000, 10px 10px 2px #0000;
}
.UIBox {
position: fixed;
border: 40px solid;
border-image: url('../img/ui/UI_BorderAtlas.png') 40% round;
z-index: 1;
}
.UIBoxBackground
{
position: fixed;
background-color: rgba(0, 0, 0, 0.75);
z-index: 0;
}
.button {
font-family: 'FRIZQT';
font-size: 23px;
text-align: center;
color: #ffc700;
text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
background: url('../img/ui/buttons/button_idle.png') no-repeat top;
width: 270px;
height: 71px;
border: none;
outline: none;
display: inline-block;
transform: scale(0.8);
filter: drop-shadow(0px 0px 8px #000);
z-index: 2;
}
.button:hover {
font-family: 'FRIZQT';
text-align: center;
color: #ffffff;
text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
background: url('../img/ui/buttons/button_hover.png') no-repeat top;
}
.button:active {
font-family: 'FRIZQT';
font-size: 22px;
text-align: center;
color: #ffffff;
text-shadow: 0 0 8px #000, 0 0 8px #000, 0 0 8px #000, 0 0 8px #000, 0 0 8px #000;
background: url('../img/ui/buttons/button_pressed.png') no-repeat top;
}
.centered {
min-height: 100vh;
display:flex;
flex-direction: column;
justify-content:center;
align-items:center;
}
.fullWidth
{
display: flex;
align-items:center;
justify-content:center;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 40px;
z-index: 2;
}
.fullScreen
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.foreground {
z-index: 1;
}
.xPacButton {
z-index: 1;
position: absolute;
top: -30px;
left: -95px;
width: 633px;
height: 289px;
border: none;
outline: none;
display: inline-block;
background: url('../img/ui/logos/Shadowlands.png') no-repeat top;
background-color: transparent;
transform: scale(0.65);
transition: 0.2s;
filter: drop-shadow(0px 0px 6px #000);
}
.xPacButton:hover {
transform: scale(0.67);
filter: drop-shadow(0px 0px 10px #000);
}
.xPacButton:active {
transform: scale(0.64);
filter: drop-shadow(0px 0px 0px #000);
}