MediaWiki:Common.css: Difference between revisions

From UO Endurance
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 45: Line 45:
     margin-bottom: 0.25em;
     margin-bottom: 0.25em;
     padding: 0;
     padding: 0;
    background-color: #0e0e0e;
     color: #ded7d7;
     color: #ded7d7;
     font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
     font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
Line 56: Line 57:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-size: 1px 100%;
     background-size: 1px 100%;
}
.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
    margin-bottom: 0.25em;
    padding: 0;
    background-color: #0e0e0e;
    color: #ded7d7;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
    line-height: 1.375;
}
}

Revision as of 13:59, 7 November 2024

/* CSS placed here will be applied to all skins */

body {
    background-color: #0e0e0e;
    /* this assumes that your wiki is installed at '/w' in the web root */;
    color: #ded7d7;
	background: url('https://uoendurance.com/wiki/images/8/81/Bg1.gif') no-repeat center center fixed;
    background-size: cover;
}

#mw-page-base {
  background-image: none;
  background-color: transparent;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1px 100%;
}
bodyContent { background-color: #0e0e0e; }
firstHeading { background-color: #0e0e0e; color: #000000;}
mw-head-base { background-color: #0e0e0e; }
p-logo { background-color: #0e0e0e; }
p-tb { background-color: #0e0e0e; }
p-tb .body { background-color: #0e0e0e; } 
footer { background-color: #0e0e0e; }
content { background-color: #0e0e0e; }
bodyContent { background-color: #0e0e0e; }
content h1 { color: #0e0e0e; }
.mw-body, .parsoid-body {
    background-color: #0e0e0e;
    color: #ded7d7;
    direction: ltr;
    padding: 1em;
}

pre, code, .mw-code {
    background-color: #0e0e0e;
    color: #ded7d7;
    border: 1px solid #eaecf0;
}

.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
    margin-bottom: 0.25em;
    padding: 0;
    background-color: #0e0e0e;
    color: #ded7d7;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
    line-height: 1.375;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: none;
    background-color: #0e0e0e;
    color: #ded7d7;
    background-repeat: no-repeat;
    background-size: 1px 100%;
}