Plankton_Detector/PlanktonDetector/static/DetectionApp/css/history.css

85 lines
1.2 KiB
CSS
Raw Normal View History

2023-12-13 02:11:29 +01:00
.history_list{
display: flex;
flex-direction: column;
align-items: center;
2024-03-14 23:20:12 +01:00
width: 100vw;
margin-top: 40px;
2023-12-13 02:11:29 +01:00
}
h2{
margin-bottom:25px;
2024-03-14 23:20:12 +01:00
color: white;
2023-12-13 02:11:29 +01:00
}
ul{
list-style-type: none;
}
.history_list a{
2024-03-14 23:20:12 +01:00
display: flex;
2023-12-13 02:11:29 +01:00
text-decoration: none;
2024-03-14 23:20:12 +01:00
width: 100%;
color: white;
}
.history_details a{
border-bottom: 1px solid white;
2023-12-13 02:11:29 +01:00
}
.history_details{
display:flex;
width: 100%;
flex-direction: row;
align-items: center;
2023-12-13 02:11:29 +01:00
justify-content: space-evenly;
margin-bottom: 25px;
}
.date_author{
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
}
2024-03-14 23:20:12 +01:00
img{
margin-bottom: 10px;
}
.pagination{
text-wrap: nowrap;
color:white;
margin-bottom:15px;
}
.step-links{
display: flex;
flex-direction: row;
}
.step-links *{
margin-right: 5px;
}
.btn-primary{
background-color: #205985;
--bs-btn-border-color:transparent;
}
#container {
width: 50%;
height: 100%;
position: relative;
background: rgba(217, 217, 217, 0.4);
margin-top: 15px;
margin-bottom: 15px;
padding: 25px;
}
.none_info{
font-size: 40px;
color: white;
}