From The Mana World
Revision as of 23:40, 17 November 2014 by Wushin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body, div, p, td, li, h1, h2, h3, h4 {
    font-family: sans-serif;
}

div#content {
    background-color: #e1d6cf;
}

body, div#mw-page-base, div#mw-head-base, div#footer {
    background-image: none;
    background-color: transparent;
    margin-bottom: 60px;
}

div#mw-head {
    background-color: transparent;
    background-image: url(images/2/22/Main_Logo_2014.png);
    background-repeat: no-repeat;
    height: 204px;
}

div#left-navigation {
    margin-top: 112px;
    margin-left: 60px;
}

div#right-navigation {
    margin-top: 152px;
    right: 100px;
    float:left;
}

div#p-personal {
    position: relative;
    float: left;
    min-width: 526px;
}

div#p-search {
    position: absolute;
    top: 30px;
}

div#footer {
    margin-left: 190px;
    background-color: transparent;
    max-width: 85%;
}

body {
    background-color: #eeeeee;
}

body.mediawiki {
    min-height: 875px;
    min-width: 875px
    margin-left:auto;
    margin-right: 60px;
    max-width: 100%;
}

h1#firstHeading.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;
}

div#content.mw-body {
    border: 1px solid black;
    background-color: white;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin-left: 180px;
    margin-top: 25px;
    margin-right: 25px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div#mw-panel div.portal div.body, div#mw-panel div.portal h5 {
    position: relative;
    top: 50px;
}

div#mw-panel div.portal div.body {
    padding-top:10px;
    padding-bottom:7px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: none;
    background-color: #cba083;
}

div.vectorTabs span {
    background-image: none;
}

div#p-namespaces.vectorTabs, div#p-views.vectorTabs {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: none;
    background-color: #cba083;
    padding: 5px 5px 5px 5px;
    border: 1px solid black;
}

div.vectorTabs li a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    width: auto;
    border: 1px solid #cba083;
    text-decoration: none;
    color: black;
    font-style: normal;
    font-weight: bold;
    color: #2f2e32;
    padding: 5px 5px 0px 5px;
    background-image: transparent;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* Setting a background color fixes a strange hover issue with IE 7 */
    background-color: #cba083;
}

div#mw-panel li a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 110px;
    border: 1px solid #cba083;
    text-decoration: none;
    padding: 5px 5px 5px 20px;
    color: black;
    font-style: normal;
    font-weight: bold;
    color: #2f2e32;
    background-image: transparent;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* Setting a background color fixes a strange hover issue with IE 7 */
    background-color: #cba083;
}

div.vectorMenu h5 a {
    background-image: none;
    border: 1px solid black;
    height: 29px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div.vectorMenu {
    background-color: #cba083;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#p-logo a {
    background-image: none;
    margin-top: 20px;
    padding-bottom: 30px;
    padding-right: 40px;
}


div#mw-panel div.portal div.body ul li a:visited {
    color: rgb(60,0,0);
}

div#mw-panel div.portal div.body ul li a {
    text-decoration: none;
    color: rgb(100,10,10);
}

div.vectorTabs li a:hover, div#mw-panel li a:hover {
    border: 1px solid #78584c;
    background-color: #dbbba4;
    background-image: transparent;
}

div.vectorTabs, div.vectorTabs ul, div.vectorTabs ul li, div.vectorTabs ul li.selected {
    background-image: none;
    background-color: transparent;
}

div#mw-panel {
    width: auto;
    padding-top: 2px;
    background-color: transparent;
}

div.body {
    border-style:solid;
    border-width:1px;
}

div#mw-panel div.portal div.body ul li {
    text-align:center;
}