MediaWiki:Common.css: Difference between revisions
From Isekai Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
/* title */ |
/* title */ |
||
− | + | .mw-wiki-title { |
|
− | padding-top: 0.3em; |
+ | padding-top: 0.3em !important; |
} |
} |
||
Revision as of 22:30, 19 April 2020
/* 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;
}