Files
FireGame/static/css/firegame_css.css
2023-07-12 23:57:32 +03:00

186 lines
2.8 KiB
CSS

body{
background: #170731;
margin: 0;
font-family: 'Montserrat', sans-serif,'Inter';
}
h1{
font-family: 'Inter';
font-size: 40px;
color: #FFFFFF;
margin: 40px 0 80px 0;
}
.header{
height: 80px;
width: 100%;
border-bottom: 1px solid #FFFFFF80;
vertical-align: baseline;
}
.cut-width{
max-width: 1280px;
width: 100%;
margin: auto;
height: 100%;
}
.header-text{
color: white;
font-size: 14px;
width: fit-content;
float: left;
padding-top: 35px;
padding-left: 45px;
}
.header-text a{
padding-left: 14px;
text-decoration: none;
color: #FFFFFF;
}
.Header-Logo-cont{
float: left;
padding-top: 14px;
text-decoration: none;
color: #FFFFFF;
}
.header-part-left{
width: 50%;
height: 100%;
float: left;
}
.header-part-right{
width: 50%;
height: 100%;
float: right;
}
.btn-exit-header{
padding-left: 8px;
text-decoration: none;
color: #FFFFFF;
float: right;
padding-top: 35px;
}
.user-icon{
float:right;
}
.btn-exit-a{
display: block;
height: fit-content;
width: fit-content;
float: right;
text-decoration: none;
color: #FFFFFF;
}
/*levels*/
.block-levels{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.level-border-1{
border: 4px solid #C7A4FF;
}
.level-border-2{
border: 4px solid #6BFFFF;
}
.level-cont{
border-radius: 20px;
background: rgba(255, 255, 255, 0.15);
width: 390px;
height: 220px;
margin-left: 45px;
}
.level-cont:first-of-type{
margin-left: 0;
border-radius: 20px;
background: rgba(255, 255, 255, 0.15);
width: 390px;
height: 220px;
}
.level-background-1{
background-image: url("background_for_table_1.svg") ;
}
.level-background-2{
background-image: url("background_for_table_2.svg") ;
}
.container-background-level{
height: 100%;
width: 100%;
}
.container-content-level{
width: calc(100% - 36px);
height: calc(100% - 43px);
padding: 33px 18px 10px 18px;
}
.container-content-level h2{
color: #FFFFFF;
margin: 0;
height: 72%;
}
.bottom-part_w{
width: 100%;
}
.description-level-card{
color: rgba(255, 255, 255, 0.68);
font-family: 'Inter';
font-size: 16px;
width: fit-content;
float: left;
}
.description-level-card span:first-of-type{
color: rgba(255, 255, 255, 0.68);
font-family: 'Inter';
font-size: 18px;
width: fit-content;
float: left;
}
.button-level-card{
width: fit-content;
float: right;
}
.button-level-card button{
width: 130px;
height: 30px;
border-radius: 20px;
background: #FFF;
font-family: 'Montserrat';
font-size: 18px;
font-weight: 500;
border: none;
}
.color-button-level-card-1{
color: #8D2C78;
}
.color-button-level-card-2{
color: #7FB47B;
}