Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
m |
|||
Line 53: | Line 53: | ||
.card-image a img { | .card-image a img { | ||
transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0); | transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0); | ||
} | |||
.card-image img{ | |||
vertical-align: middle; | |||
} | } | ||
.card .byline { | .card .byline { |
Revision as of 21:31, 29 January 2021
.mw-wiki-logo { background-size: 100%; } .mainpage-body { width: 100%; margin: 1.2rem -0.2rem 0 -0.2rem; display: flex; flex-direction: column; } .mainpage-row { display: flex; width: 100%; flex-wrap: wrap; } .card { margin: 0 0.2rem 0.4rem 0.2rem; display: flex; flex-grow: 1; flex-direction: column; justify-content: space-between; box-sizing: border-box; border: 1px solid #eaecf0; border-radius: 8px; overflow: hidden; background-color: white; box-shadow: 0 1px 3px rgb(0 0 0 / 3%), 0 1px 2px rgb(0 0 0 / 6%); transition: box-shadow 0.2s ease; } .card-text { padding: 1.2rem; } .card h3 { margin-top: 0; line-height: 1.2; font-weight: 600; } .card p { font-size: 0.875rem; } .card-button { background: #72777d; transition: background 0.2s ease,opacity 0.2s ease; } .card-button a { padding: 0.6rem; display: block; background: none !important; color: white !important; text-align: center; font-size: 0.875rem; font-weight: 600; } .card-image a img { transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0); } .card-image img{ vertical-align: middle; } .card .byline { margin: 0 0 0.2rem 0; color: #72777d; font-size: 0.825rem; } #featured_article.card { width: calc(100%/6*5 - 0.4rem); min-width: calc(860px/6*5 - 0.4rem); flex-direction: row; } #featured_article .card-image { width: calc(860px*6/3 - 2.4rem); overflow: hidden; background-color: #f8f9fa; } #featured_article .card-image img { height: 100%; width: auto; position: relative; } #wiki_stats.card { width: calc(100%/6 - 0.4rem); min-width: calc(860px/6 - 0.4rem); text-align: right; } #contribute.card { width: calc(100% / 3 - 0.4rem); min-width: calc(860px/4 - 0.4rem); background-color: #00af89; border-color: #00af89; } #contribute.card h3 { color: #fff; } #contribute.card p { color: #eaecf0; } #contribute .card-button { background: #14866d; }