Page MenuHomeWickedGov Phorge

print.less
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

print.less

/* stylelint-disable selector-class-pattern */
li.gallerybox {
vertical-align: top;
display: inline-block;
div.thumb {
background-color: #fff;
border: 1px solid #ccc;
}
}
// Increase specificity to override `.mw-content-rtl .mw-content-ltr ul` (T326017)
// TODO: Galleries should not use `<ul>` (T38755)
ul.gallery.gallery.gallery {
margin: 2px;
padding: 2px;
display: block;
}
li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word;
}
div.gallerytext {
overflow: visible;
padding: 8px auto;
}
ul.mw-gallery-packed-hover div.gallerytextwrapper {
overflow: visible;
height: auto;
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
position: static;
background: transparent;
padding: 0;
max-height: none;
overflow: visible;
font-weight: normal;
margin: 0; /* correspond to style on div.thumb */
p {
text-overflow: clip;
white-space: normal;
overflow: visible;
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 21:54 (10 h, 42 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ee/ce/47cdd8b693517ecdaf383a1d688a
Default Alt Text
print.less (1 KB)

Event Timeline