MediaWiki:Common.css

From Wikisum

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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 { font-size: 110%; background: #efefef; }