168 lines
2.8 KiB
CSS
168 lines
2.8 KiB
CSS
.textBtnStyle{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
text-align: center;
|
|
|
|
border-radius: 16.1px;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
padding: 3.33px;
|
|
padding-left: 7.77px;
|
|
|
|
|
|
font-family: 'karrik';
|
|
font-size: 16.1px;
|
|
text-transform: uppercase;
|
|
|
|
border-color: var(--main-color);
|
|
color: var(--main-color);
|
|
background-color: var(--back-color);
|
|
}
|
|
|
|
.textBtnStyle:hover{
|
|
color: var(--back-color);
|
|
background-color: var(--main-color);
|
|
}
|
|
|
|
.iconBtnStyle{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
text-align: center;
|
|
|
|
border-radius: 16.1px;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
|
|
border-color: var(--main-color);
|
|
color: var(--main-color);
|
|
background-color: var(--back-color);
|
|
}
|
|
.icon{
|
|
height: 16.1px;
|
|
width: auto;
|
|
fill: currentColor;
|
|
}
|
|
|
|
.iconBtnStyle:hover{
|
|
color: var(--back-color);
|
|
background-color: var(--main-color);
|
|
border-color: var(--back-color);
|
|
}
|
|
|
|
.solidBox{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
z-index: 0;
|
|
|
|
border-radius: 0;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
padding: 7.77px;
|
|
|
|
border-color: var(--main-color);
|
|
color: var(--main-color);
|
|
background-color: var(--back-color);
|
|
|
|
font-family: 'velvelyne';
|
|
font-weight: bold;
|
|
font-size: 16.1px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.transparentBox{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
z-index: 0;
|
|
|
|
padding: 7.77px;
|
|
|
|
color: var(--back-color);
|
|
background-color: transparent;
|
|
|
|
font-family: 'karrik';
|
|
text-transform: uppercase;
|
|
font-size: 16.1px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.borderBox{
|
|
width: 95%;
|
|
height: 95%;
|
|
position: relative;
|
|
z-index: 0;
|
|
|
|
border-radius: 0;
|
|
border-style: solid;
|
|
border-width: medium;
|
|
padding: 7.77px;
|
|
padding-right: 13.12px;
|
|
|
|
border-color: var(--main-color);
|
|
color: var(--back-color);
|
|
background-color: transparent;
|
|
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.floatingWindow{
|
|
position: fixed;
|
|
z-index: 3333;
|
|
|
|
width: auto;
|
|
height: auto;
|
|
|
|
top: 5vh;
|
|
left: 5vw;
|
|
|
|
background-color: var(--back-color);
|
|
border-color: var(--main-color);
|
|
border-radius: 16.1px;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
|
|
overflow: hidden;
|
|
box-sizing: content-box;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
|
|
.posterTitle{
|
|
position: relative;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 44px;
|
|
|
|
background-color: var(--main-color);
|
|
color: var(--back-color);
|
|
|
|
text-transform: none;
|
|
font-size: 15px;
|
|
font-family: 'velvelyne';
|
|
font-weight: bold;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
padding-left: 33px;
|
|
padding-right: 16.1px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
.iconBtnStyle{
|
|
width: 33px;
|
|
height: 33px;
|
|
}
|
|
|
|
}
|
|
}
|