MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 31: | Line 31: | ||
background-position: bottom left; | background-position: bottom left; | ||
height: 5em; | height: 5em; | ||
} | |||
a:visited { | |||
color: #44a692; | |||
} | } | ||
Revision as of 07:26, 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;
}
#mw-page-base {
background-color: #3b3b3b;
background-image: linear-gradient(to bottom,#323232 50%,#323232 100%);
background-position: bottom left;
height: 5em;
}
a:visited {
color: #44a692;
}