Files
Myrient-Search-Engine/views/public/css/info.css
Alexandra e94a21efcc Fixed up old table search
Added a toggle for table search
added more info page
god knows what else
2025-05-26 14:31:12 -06:00

46 lines
669 B
CSS

.info {
font-weight: bold;
color: #f0a400;
}
.stars {
color: #f0a400;
}
.embed-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.embed-responsive {
position: relative;
overflow: hidden;
width: 100%;
}
.slideshow-container {
position: relative;
width: 100%;
margin: auto;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.container {
background-color: none;
margin-bottom: 50px;
margin-top: 10px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.coverart{
object-fit: contain;
height: auto;
width: 240px;
}