More actions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
} | } | ||
li.gallerybox { | |||
max-width: 200px; | max-width: 200px; | ||
background: #e4eaf1; | background: #e4eaf1; | ||
Line 10: | Line 10: | ||
} | } | ||
li.gallerybox div.thumb { | |||
margin: 0px; | margin: 0px; | ||
border-radius: 8px 8px 0px 0px; | border-radius: 8px 8px 0px 0px; | ||
} | } | ||
li.gallerybox div.thumb img { | |||
width: 250px; | width: 250px; | ||
} | } | ||
div.gallerytext { | |||
text-align: left !important; | text-align: left !important; | ||
font-size: smaller; | font-size: smaller; | ||
Line 26: | Line 25: | ||
} | } | ||
div.gallerytext p { | |||
white-space: nowrap; | white-space: nowrap; | ||
text-overflow: ellipsis; | text-overflow: ellipsis; |
Revision as of 05:41, 22 July 2024
.slide {
max-width: 1100px;
}
li.gallerybox {
max-width: 200px;
background: #e4eaf1;
padding: 0px;
}
li.gallerybox div.thumb {
margin: 0px;
border-radius: 8px 8px 0px 0px;
}
li.gallerybox div.thumb img {
width: 250px;
}
div.gallerytext {
text-align: left !important;
font-size: smaller;
padding-left: 4px;
}
div.gallerytext p {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: 8px;
}