Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Gallery/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 3: Line 3:
}
}


.slide li.gallerybox {
li.gallerybox {
   max-width: 200px;
   max-width: 200px;
   background: #e4eaf1;
   background: #e4eaf1;
Line 10: Line 10:
}
}


.slide li.gallerybox div.thumb {
li.gallerybox div.thumb {
   margin: 0px;
   margin: 0px;
   border-radius: 8px 8px 0px 0px;
   border-radius: 8px 8px 0px 0px;
}
}


.slide li.gallerybox div.thumb img {
li.gallerybox div.thumb img {
   width: 250px;
   width: 250px;
}
}


 
div.gallerytext {
.slide div.gallerytext {
   text-align: left !important;
   text-align: left !important;
   font-size: smaller;
   font-size: smaller;
Line 26: Line 25:
}
}


.slide div.gallerytext p {
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;
}

Advertising: