Plankton_Detector/PlanktonDetector/static/DetectionApp/css/results.css

119 lines
1.9 KiB
CSS
Raw Normal View History

2023-12-19 17:33:46 +01:00
form{
2024-03-14 23:20:12 +01:00
height: 100%;
2023-12-19 17:33:46 +01:00
width:100%;
display:flex;
2024-03-14 23:20:12 +01:00
flex-direction:column;
overflow:auto;
margin-bottom: 25px;
2023-12-19 17:33:46 +01:00
}
.side_menu{
display: flex;
2023-12-23 17:01:39 +01:00
justify-content: space-between;
2023-12-19 17:33:46 +01:00
align-items:center;
flex-direction: column;
width: 25%;
background-color: lightgray;
2023-12-23 17:01:39 +01:00
border: 2px grey solid;
padding: 0px 0px 40px 0px;
margin-bottom: 5px;
overflow-y: auto;
2023-12-19 17:33:46 +01:00
}
#description{
font-size: 40px;
text-align: center;
2023-12-23 17:01:39 +01:00
margin: 10px 0px 15px 0px;
2023-12-19 17:33:46 +01:00
}
.upload_field {
margin: auto;
display: flex;
flex-direction: column;
2023-12-19 17:33:46 +01:00
justify-content: right;
2024-03-14 23:20:12 +01:00
max-height: 640px;
2023-12-19 17:33:46 +01:00
}
2023-12-23 17:01:39 +01:00
.image_number {
font-size: medium;
margin: 0 0 5px 0 ;
}
.results{
display: flex;
flex-direction: column;
background-color: white;
width: 70%;
align-items: center;
border: 2px black solid;
border-radius: 5%;
margin-bottom: 15px;
}
.detection_info{
font-size: large;
text-decoration:solid;
color: black;
}
#download_json{
background-color: chartreuse;
margin: 30px auto auto auto;
height: 50px;
width: 60%;
border-radius: 25px;
border: 2px solid black;
font-size: 25px;
text-decoration: none;
color:black;
font-family: Arial;
text-align: center;
line-height:45px;
}
2024-03-14 23:20:12 +01:00
.carousel > .carousel-inner{
padding: 15px;
max-width: 640px;
width: 640px;
height: 100%;
}
#offbutton{
margin-left: 44%;
justify-self: center;
}
#carouselExampleControls > div > div > img{
max-width: 640px;
max-height: 460px;
width: 100%;
height: 100%;
}
#dropdownMenuButton{
width: 100%;
color:#0f5132;
background-color: transparent;
border-color: transparent;
}
.btn-primary{
background-color: #205985;
--bs-btn-border-color:transparent;
}
.downloads{
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.downloads a{
width: 45%;
}