MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .infobox { float: right; margin: 0 0 0.5em 1em; width: 252px; clear: right; border: 1px solid #a9a9a9;...") |
(No difference)
|
Revision as of 16:47, 23 August 2022
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
margin: 0 0 0.5em 1em;
width: 252px;
clear: right;
border: 1px solid #a9a9a9;
font-size: 0.9em;
color: #000000;
padding: 0;
border-collapse: collapse;
background-color: #f5f5dc;
font-family: "Alegreya Sans",sans-serif;
box-shadow: 0.3125em 0.3125em 0.3125em rgb(0 0 0 / 20%);
}