Template:Article thumbnail/styles.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
Line 1:
/*
.article-thumb {
vertical-align: top;
width: 150px;
/* Increase the second value (40px) to add more space to the right */
padding: 0px 20px 20px 0px;
background: transparent !important;
display: inline-block;▼
border: 0;
box-sizing: border-box;
▲ display: inline-block;
}
/*
.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: 130px;
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
margin-bottom:
}
.article-thumb__imgwrap
.article-thumb__imgwrap
display: block;
max-width: 100%;
Line 30 ⟶ 35:
}
/*
.article-
margin: 0px;
line-height: 1
font-weight: bold;
}
/* Direct link targeting to force 0.85em on mobile */
.article-
font-size: 0.85em !important;
color: #000;▼
/* color: #202122 !important;
text-decoration: none;▼
text-decoration: none;*/
}
/* Subtitle and Description */
.article-
font-size: 0.85em !important;
font-weight: normal;
line-height: 1;
display: block;
}
.article-
▲ text-decoration: none;
}
| |||