Template:Article thumbnail/styles.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1:
/* Container
.article-thumb {
vertical-align: top;
width: 150px;
padding: 0px
background: transparent !important;
border: none !important;
display: inline-block;
text-align: left;
Line 11:
}
/* Image wrapper
.article-thumb__imgwrap {
width: 100%;
height: 150px; /* Fixed height to keep the grid aligned */
display: flex;
align-items: center;
justify-content: flex-start; /* Aligns "as is" image to the left */
overflow: hidden;
margin-bottom:
background: transparent !important;
}
/*
.article-thumb__imgwrap img,
.article-thumb__imgwrap .mw-file-element,
.article-thumb__imgwrap a
.article-thumb__imgwrap .mw-file-description {
display: block;
max-width: 150px;
border: none !important;
background: none !important;
background-color: transparent !important;
box-shadow: none !important;
}
/* Content Area
.article-thumb__content {
font-size: 0.85em;
Line 54 ⟶ 53:
.article-thumb__subtitle,
.article-thumb__description {
color: #202122;
display: block;
}
| |||