Template:Article thumbnail/styles.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
Line 1:
/* Base card style */
.article-thumb {
vertical-align: top;
width: 150px;
/* Increase the second value (40px) to add more space to the right */
padding: 0px
background: transparent !important;
text-align: left;▼
box-sizing: border-box;
display: inline-block;
}
/* Alignment Modifier Classes */
.article-thumb--align-center { text-align: center; }
.article-thumb--align-left { text-align: left; }
.article-thumb--align-right { text-align: right; }
.article-thumb__imgwrap {
width: 100%;
height:
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
margin-bottom:
background: transparent !important;▼
}
.article-thumb__imgwrap img,
.article-thumb__imgwrap .mw-file-element
display: block;
max-width: 100%;
Line 32 ⟶ 33:
width: auto;
height: auto;
}
/* Page Title / Caption */
.article-
line-height: 1
}
/* Direct link targeting to force 0.85em on mobile */
.article-thumb__title a {▼
.article-thumb__caption a {
font-weight: bold;▼
/* color: #202122 !important;
text-decoration: none;*/
}
/* Subtitle and Description */
.article-
color: #202122;
font-size: 0.85em !important;
line-height: 1;
display: block;
}
}
| |||