Template External image placeholder styles.css

From RPG Continuum Wiki
Revision as of 22:50, 4 July 2026 by Mrbobert (talk | contribs) (Created page with ".rpgc-thumb { width: 190px; margin-bottom: 0.85em; color: #c8c8c8; font-size: 85%; line-height: 1.4; } .rpgc-thumb-right { float: right; margin-left: 1.1em; } .rpgc-thumb-left { float: left; margin-right: 1.1em; } .rpgc-thumb-box { background: #06080a; border: 1px solid #2a333d; min-height: 120px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 10px rgba(0,0,0,.35); } .rpgc-thumb-missing { padding: 1em; text-align: center; color: #aca6ad;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.rpgc-thumb { width: 190px; margin-bottom: 0.85em; color: #c8c8c8; font-size: 85%; line-height: 1.4; }

.rpgc-thumb-right { float: right; margin-left: 1.1em; }

.rpgc-thumb-left { float: left; margin-right: 1.1em; }

.rpgc-thumb-box { background: #06080a; border: 1px solid #2a333d; min-height: 120px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 10px rgba(0,0,0,.35); }

.rpgc-thumb-missing { padding: 1em; text-align: center; color: #aca6ad; }

.rpgc-thumb-caption { margin-top: 0.25em; }

@media (max-width: 650px) { .rpgc-thumb, .rpgc-thumb-left, .rpgc-thumb-right { float: none; width: 100%; margin: 1em 0; } }