Merge "Change "e-mail" to "email" in Log-action-filter-newusers-byemail/en"
[lhc/web/wiklou.git] / resources / src / mediawiki.page.gallery.styles / print.css
1 /* stylelint-disable selector-class-pattern */
2 li.gallerybox {
3 vertical-align: top;
4 display: inline-block;
5 }
6
7 ul.gallery,
8 li.gallerybox {
9 zoom: 1;
10 *display: inline;
11 }
12
13 ul.gallery {
14 margin: 2px;
15 padding: 2px;
16 display: block;
17 }
18
19 li.gallerycaption {
20 font-weight: bold;
21 text-align: center;
22 display: block;
23 word-wrap: break-word;
24 }
25
26 li.gallerybox div.thumb {
27 background-color: #fff;
28 border: 1px solid #ccc;
29 }
30
31 div.gallerytext {
32 overflow: visible;
33 }
34
35 ul.mw-gallery-packed-hover div.gallerytextwrapper {
36 overflow: visible;
37 height: auto;
38 }
39
40 ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
41 ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
42 ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
43 position: static;
44 background: transparent;
45 padding: 0;
46 bottom: 0;
47 max-height: none;
48 overflow: visible;
49 font-weight: normal;
50 margin: 0; /* correspond to style on div.thumb */
51 }
52
53 ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper p,
54 ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper p,
55 ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper p {
56 text-overflow: clip;
57 white-space: normal;
58 overflow: visible;
59 }