MediaWiki:Common.css: Difference between revisions

From The Industrial World Rebirth
Jump to navigation Jump to search
No edit summary
No edit summary
Line 39: Line 39:
     color: #4acfb1;
     color: #4acfb1;
     background: none;
     background: none;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #d59d85;
}
.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: #4acfb1;
}
}

Revision as of 07:28, 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;
}
a {
    text-decoration: none;
    color: #4acfb1;
    background: none;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #d59d85;
}

.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: #4acfb1;
}