Difference between revisions of "MediaWiki:Common.css"
MediaWiki interface page
m |
|||
Line 1: | Line 1: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-size: 100%; | 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 { | .card { |
Revision as of 21:27, 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; } #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; }