Files
Myrient-Search-Engine/views/public/css/info.css
2025-06-04 19:25:57 -06:00

73 lines
1.0 KiB
CSS

.info {
font-weight: bold;
color: #f0a400;
}
.stars {
color: #f0a400;
}
.embed-responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
vertical-align: middle;
align-items: center;
}
.embed-responsive {
position: initial;
overflow: hidden;
width: 100%;
}
.slideshow-container {
position: relative;
width: 90%;
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;
max-height: 700px;
width: 240px;
}
.carousel-inner {
height: 0;
padding-bottom: 56%;
background-color: black;
}
.carousel-item {
position: absolute !important; /* Bootstrap is insistent */
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.carousel-item img {
height: 100%;
object-fit: contain;
}
.console {
height: 1.6rem;
}
.text-platform{
font-size: 1.5rem!important;
}