SimpleCarousel-omeka-module/asset/css/carousel.css

54 lines
688 B
CSS
Raw Normal View History

2021-05-31 20:28:57 +02:00
#content {
display: block !important;
flex-wrap: nowrap !important;
}
.siema {
2021-09-13 13:48:30 +02:00
/*margin: 1rem 0;*/
2021-05-31 20:28:57 +02:00
background-color: #000;
position: relative;
2021-09-13 13:48:30 +02:00
margin: 0;
2021-05-31 20:28:57 +02:00
}
.siema-img {
display: block;
margin-left: auto;
margin-right: auto;
2021-09-13 13:48:30 +02:00
width: 100%;
2021-05-31 20:28:57 +02:00
}
#siema-ui {
display: flex;
justify-content: space-between;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.caret {
opacity: 0.5;
width: 5%;
align-self: center;
}
.caret:hover {
opacity: 1;
}
.caret#left {
margin-left: 20px;
}
.caret#right {
transform: rotate(180deg);
margin-right: 20px;
}
#carousel-title {color: #FFF;
font-size: 30px;
border: 3px solid;
padding: 20px;
margin: 0;
align-self: center;
}