PIbd-21_Shanygin_A.V/laba3/css/Admin_style.css

168 lines
2.7 KiB
CSS
Raw Normal View History

2023-12-11 16:49:10 +03:00
body{
font-family: 'Inter', sans-serif;
background-color: #BFE3FF;
}
p{
margin: 0;
font-size: 20px;
}
.main{
min-height: 100vh;
margin-top: 124px;
display: flex;
align-items: center;
justify-content: center;
}
.main_wrapper{
width: 810px;
height: 550px;
background-color: #FFFFFF;
border-radius: 3%;
display: flex;
}
.main_block1{
margin-top: 58px;
display: flex;
width: 50%;
justify-content: center;
}
.Pole{
height: 53px;
width: 100%;
font-size: 20px;
line-height: 16px;
border: 1px solid #000000;
border-radius: 30px;
}
.main_field{
margin-bottom: 20px;
}
.word_block{
margin-left: 20px;
}
.p_button{
text-align: center;
}
.block1_button{
display: flex;
justify-content: center;
}
.button_Add{
width: 111px;
height: 41px;
background-color: #FFFFFF;
transition: .2s ease;
}
.button_Add:hover{
background: #E3E3E3;
}
.block_Button_tabel{
display: flex;
justify-content: center;
margin-top: 20px;
}
.button_tabel{
display: flex;
align-items: center;
justify-content: center;
width: 200px;
height: 40px;
text-decoration: none;
color: #000000;
background-color: #18BDF1;
border-color: #18BDF1;
border-radius: 10px;
transition: .2s ease;
}
.button_tabel:hover{
background-color: #91F0FD;
border-color: #91F0FD;
}
.main_world_and_field{
margin-bottom: 35px;
}
.main_block2{
margin-top: 41px;
width: 50%;
}
.Word_Genres{
font-size: 30px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
width: 80%;
}
.myCBContainer{
display: flex;
width: 80%;
justify-content: space-between;
}
.label_cb{
margin-bottom: 40px;
display: flex;
align-items: center;
}
.labelTwo{
text-align: end;
}
.cb{
cursor: pointer;
width: 28px;
height: 28px;
margin-right: 19px;
font-size: 20px;
}
.block2_button{
width: 80%;
margin-top: 30px;
display: flex;
justify-content: center;
}
.button_Add_book{
background-color: #FFFFFF;
display: flex;
justify-content:center;
align-items: center;
width: 216px;
height: 39px;
border-radius: 30px;
border: 1px solid #000000;
font-size: 20px;
line-height: 39px;
transition: 0.2s ease;
cursor: pointer;
}
.button_Add_book:hover{
background: #E3E3E3;
}
@media (max-width: 660px){
.main_wrapper{
width: 405px;
height: 1100px;
display: block;
}
.main_block1{
width: 100%;
}
.main_block2{
width: 100%;
}
}
@media (max-width: 250px){
.myCBContainer{
display: inline;
}
.main_wrapper{
height: 1200px;
}
.button_Add_book{
width: 100%;
}
}