MediaWiki:Common.css: Difference between revisions
From Annals of Elyrion
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
font-family: "Play", sans-serif; | font-family: "Play", sans-serif; | ||
font-weight: 400; | font-weight: 400; | ||
} | |||
.infobox { | |||
background: #eee; | |||
border: 1px solid #aaa; | |||
float: right; | |||
margin: 0 0 1em 1em; | |||
padding: 1em; | |||
width: 400px; | |||
} | |||
.infobox-title { | |||
font-size: 2em; | |||
text-align: center; | |||
} | |||
.infobox-image { | |||
text-align: center; | |||
} | |||
.infobox th { | |||
text-align: right; | |||
vertical-align: top; | |||
width: 120px; | |||
} | |||
.infobox td { | |||
vertical-align: top; | |||
} | } |
Latest revision as of 08:36, 23 January 2021
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap'); body { font-family: "Play", sans-serif; font-weight: 400; } .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: right; vertical-align: top; width: 120px; } .infobox td { vertical-align: top; }