MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
PanchamBro (talk | contribs) (increasing size of font on monobook) |
PanchamBro (talk | contribs) mNo edit summary |
||
| Line 23: | Line 23: | ||
border: 1px solid #A7D7F9; | border: 1px solid #A7D7F9; | ||
border-bottom: none; | border-bottom: none; | ||
color: #a59fe1; | |||
} | |||
body.skin--responsive #p-personal li a { | |||
color: #a59fe1; | color: #a59fe1; | ||
} | } | ||
| Line 28: | Line 32: | ||
#content, .mw-body { | #content, .mw-body { | ||
border: 1px solid #a7d7f9; | border: 1px solid #a7d7f9; | ||
} | |||
.mw-footer { | |||
background-color: #00131d; | |||
border-top: 1px solid #A7D7F9; | |||
border-bottom: 1px solid #A7D7F9; | |||
} | } | ||
Latest revision as of 17:56, 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;
}
body.skin--responsive #p-personal li a {
color: #a59fe1;
}
#content, .mw-body {
border: 1px solid #a7d7f9;
}
.mw-footer {
background-color: #00131d;
border-top: 1px solid #A7D7F9;
border-bottom: 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);
}