MediaWiki:Common.css
From Isekai Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* title */
.mw-wiki-title {
padding-top: 0.3em !important;
}
/* poem block */
.poem {
margin: 0.5em 0;
}
.poem p {
margin: 0.5em 0;
}
/* editor */
.mw-editfont-monospace {
font-size: 13px !important;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', 'Microsoft Yahei', simhei, monospace !important;
}
/* review */
#mw-data-after-content {
overflow-x: auto;
}
/* image */
.floatleft .image {
margin-right: 1em;
}