MediaWiki:Common.css
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* UO:Renaissance Wiki - Global Theme Enhancements */
/* Spell Card Image Sizing */
.uor-spell-card td.uor-spell-art {
width: 120px !important;
max-width: 120px !important;
text-align: center !important;
vertical-align: middle !important;
padding: 10px !important;
}
.uor-spell-card td.uor-spell-art img {
width: 105px !important;
max-width: 105px !important;
height: auto !important;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
display: inline-block;
margin: 0 auto;
}
/* Fallback for table image sizing across wiki content */
.mw-body-content table td img {
max-height: 180px;
}