MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Float infoboxes to the right. |
No edit summary |
||
Line 4: | Line 4: | ||
clear: right; | clear: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
} | |||
.stub-box { | |||
display: flex; | |||
align-items: center; | |||
background-color: #3a2b28; | |||
border-left: 4px solid #a1724e; | |||
color: #fff; | |||
padding: 10px; | |||
margin: 1em 0; | |||
border-radius: 5px; | |||
font-size: 0.95em; | |||
} | |||
.stub-box img { | |||
margin-right: 10px; | |||
} | |||
.stub-text { | |||
line-height: 1.4em; | |||
} | |||
.stub-word { | |||
color: #d39d7c; | |||
} | } |
Revision as of 08:38, 9 May 2025
/* CSS placed here will be applied to all skins */ .infobox { float: right; clear: right; margin: 0 0 1em 1em; } .stub-box { display: flex; align-items: center; background-color: #3a2b28; border-left: 4px solid #a1724e; color: #fff; padding: 10px; margin: 1em 0; border-radius: 5px; font-size: 0.95em; } .stub-box img { margin-right: 10px; } .stub-text { line-height: 1.4em; } .stub-word { color: #d39d7c; }