View source for MediaWiki:Common.css
The Emma M. Lion Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* infoboxes */
table.infobox {
border: 1px solid #ccc;
background-color: white;
padding: 0.3rem;
border-radius: .5rem;
border-spacing: .2rem;
}
.infobox th{
border-radius: .5rem;
box-shadow: #3c44 0 0 .1rem;
font-family: "Inter", 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato',sans-serif;
font-weight: 550;
}
.infobox th.misc{
background-color: #25c4;
}
000
1:0
Return to MediaWiki:Common.css.