MediaWiki:Common.css: Difference between revisions
Created page with ".character-card { display:flex; margin:1em auto; } .character-card__indent { margin-left: 32px; } .character-card__emoji { flex-shrink: 0; width: 64px; height: 64px; margin-right: 10px; overflow: hidden; border-radius: 100%; background: #efefef; text-align: center; line-height: 64px; font-size: 40px; overflow: hidden; } .character-card__portrait { flex-shrink: 0; width: 64px; height: 64px; margin-right: 10px; overflow: hidden; border-radius: 100%; background: #efefef; }..." |
No edit summary Tag: Reverted |
||
Line 6: | Line 6: | ||
.character-card__portrait img { display: block; widht: 100%; height: 100%; object-fit: cover; } | .character-card__portrait img { display: block; widht: 100%; height: 100%; object-fit: cover; } | ||
.character-card__description { align-self: center; } | .character-card__description { align-self: center; } | ||
.blockquote { float:none; font-size: 110%; line-height: 128%; background: #efefef; width: auto; padding: 1.2rem 2.8rem 0.4rem; margin: 20px 0; border: 0; overflow: hidden; } |
Revision as of 12:41, 8 March 2022
.character-card { display:flex; margin:1em auto; } .character-card__indent { margin-left: 32px; } .character-card__emoji { flex-shrink: 0; width: 64px; height: 64px; margin-right: 10px; overflow: hidden; border-radius: 100%; background: #efefef; text-align: center; line-height: 64px; font-size: 40px; overflow: hidden; } .character-card__portrait { flex-shrink: 0; width: 64px; height: 64px; margin-right: 10px; overflow: hidden; border-radius: 100%; background: #efefef; } .character-card__portrait a { display: block; widht: 100%; height: 100%; } .character-card__portrait img { display: block; widht: 100%; height: 100%; object-fit: cover; } .character-card__description { align-self: center; } .blockquote { float:none; font-size: 110%; line-height: 128%; background: #efefef; width: auto; padding: 1.2rem 2.8rem 0.4rem; margin: 20px 0; border: 0; overflow: hidden; }