MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
.stub-word { | .stub-word { | ||
color: # | color: #4f504c; /* Soft orange highlight */ | ||
} | } |
Revision as of 08:59, 9 May 2025
/* CSS placed here will be applied to all skins */ .infobox { float: right; clear: right; margin: 0 0 1em 1em; } .stub-box { max-width: 600px; display: flex; align-items: center; background-color: #e9e9e9; /* Matches tiles on main page */ border-left: 4px solid #09bb62; /* Warm highlight */ padding: 10px 15px; border-radius: 8px; font-size: 0.95em; box-shadow: 0 0 4px rgba(0,0,0,0.2); } .stub-image { display: flex; align-items: center; margin-right: 10px; padding: 0; } .stub-image img { display: block; margin: 0; padding: 0; line-height: 1; vertical-align: middle; } .stub-text { text-align: left; line-height: 1.4em; } .stub-word { color: #4f504c; /* Soft orange highlight */ }