MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
direction: ltr; | direction: ltr; | ||
padding: 1em; | padding: 1em; | ||
} | |||
body { | |||
background-color: #323232; | |||
overflow-y: scroll; | |||
} | } | ||
Revision as of 07:22, 7 January 2023
/* CSS placed here will be applied to all skins */
pre, code, .mw-code {
background-color: #1e1e1e;
color: #e4e1dc;
border: 1px solid #575757;
}
h1, h2, h3, h4, h5, h6 {
color: #82ccfd;
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.17em;
overflow: hidden;
}
.mw-body, .parsoid-body {
background-color: #1e1e1e;
color: #d6d4d2;
direction: ltr;
padding: 1em;
}
body {
background-color: #323232;
overflow-y: scroll;
}