MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
PanchamBro (talk | contribs) (Fixing monobook skin) |
PanchamBro (talk | contribs) (increasing size of font on monobook) |
||
| Line 28: | Line 28: | ||
#content, .mw-body { | #content, .mw-body { | ||
border: 1px solid #a7d7f9; | border: 1px solid #a7d7f9; | ||
} | |||
#globalWrapper { | |||
font-size: calc(1.5em * 0.875); | |||
} | } | ||
Revision as of 17:53, 18 July 2023
/* All CSS here will be loaded for users of the MonoBook skin */
#p-namespaces .mw-list-item, #p-views .mw-list-item, #p-cactions, #p-search {
background-color: transparent;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: none
}
#p-search {
padding: revert;
margin: revert;
height: revert;
}
body.skin--responsive .pBody {
background-color: #00131D;
border-radius: 15px;
border: 1px solid #A7D7F9;
}
body.skin--responsive #p-cactions li.selected a, body.skin--responsive #p-cactions li a {
background-color: #00131D;
border: 1px solid #A7D7F9;
border-bottom: none;
color: #a59fe1;
}
#content, .mw-body {
border: 1px solid #a7d7f9;
}
#globalWrapper {
font-size: calc(1.5em * 0.875);
}
#n-Rhythm-Gehenna::before,#n-RHModding::before {
content: url(http://rhwiki.net/w/thumb.php?f=Discord_Icon.png&width=15);
}