From The Mana World
Line 1: Line 1:
/* CSS placed here will be applied to all skins */


body, div, p, td, li, h1, h2, h3, h4, h5 {
    font-family: sans-serif;
}
h3#tagline {
    display:none;
}
div#content {
    padding: 10px;
    border: 1px solid black;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: white;
}
body {
    background-color: #eeeeee;
}
body.mediawiki {
    min-height: 875px;
    min-width: 875px
    margin-left:auto;
    max-width: 100%;
}
h2#firstHeading {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: #f2ebe7;
    padding-left: 50px;
    border: 1px solid black;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.top-bar, .top-bar-section ul li.active > a, .top-bar-section .dropdown li a, .top-bar-section .has-form, .top-bar-section ul {
    background: #CBA083;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-right: solid 1px #CBA083;
    border-left: solid 1px #CBA083;
}
div#bodyContent.mw-bodytext {
    margin-top:10px;
}
div.printfooter {
    display: none;
}
a.button.dropdown {
    margin-top: 15px;
    margin-right: 30px;
}
h4.namespace.label {
    display: none;
}
li#p-server_status.has-dropdown.active {
    width:150px;
}
li.divider, li.divider.show-for-small {
    display: none;
}
.top-bar.expanded .title-area {
    background: #CBA083;
}
.top-bar-section .divider {
    border-bottom: solid 1px #CBA083;
    border-top: solid 1px #CBA083;
}
.dropdown li:hover a {
    background: maroon;
}
input[type="submit"], button, .button, .multipleTemplateAdder {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: black;
}
form#searchform.mw-search {
    margin-bottom: 10px;
    white-space: nowrap;
}
.top-bar-section li a:not(.button) {
    background-color: #CBA083;
}
.mw-search-results {
    float: none;
}

Revision as of 07:35, 14 March 2016