Jade Empire Modding Wiki
Advertisement

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.
/* function pages */

.jmw-constants, .jmw-function, .jmw-other {
    border: 1px solid rgb(204, 199, 193);
    box-shadow: 0px 2px 5px 0px rgb(255, 221, 181);
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 8px 0px;
} 
.jmw-constants, .jmw-other {
    background-color: white; 
    white-space: pre; 
    padding: 10px; 
    overflow: auto; 
}
.jmw-function {
    background-color: #fff3e5;
}
.jmw-documentation {
    white-space: pre;
    margin: 0;
    padding: 10px;
    overflow: auto;
}
.jmw-prototype {
    background-color: white;
    border-top: 1px solid rgb(204, 199, 193);
    margin: 0;
    padding: 10px;
}
#jmw-suggest {
    box-shadow: 0px 2px 5px 0px rgb(255, 221, 181);
    border: 1px solid #ccc7c1;
    background-color: white;
    overflow: hidden;
    zoom: 1;
}
.jmw-suggest-left {
    float: left;
}
.jmw-suggest-right {
    float: right;
}
.jmw-suggest-left, .jmw-suggest-right {
    width: 50%;
    white-space: pre;
    padding: 0;
    margin: 12px 0 !important;
    border: none;
    background-color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    line-height: 19px;
}
.jmw-suggest-left a, .jmw-suggest-right a {
    margin: 0 10px;
}
.jmw-const-nav {
    text-align: center;
    padding-left: 500px;
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
    font-weight: normal;
}

/* ShowHide */

.collapseButton:hover {
    cursor: pointer;
}

/* tabber */

ul.tabbernav li a {
    border-color: rgb(204, 199, 193) !important;
}
ul.tabbernav li a:link {
    color: black !important;
    background-color: rgb(255, 243, 229) !important;
}
ul.tabbernav li a:hover {
    color: rgb(130, 18, 58) !important;
    background-color: white !important;
}
ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:link, ul.tabbernav li.tabberactive a:hover {
    color: black !important;
    background-color: rgb(255, 249, 242) !important;
    border-bottom: 1px solid rgb(255, 249, 242) !important;
}
div.tabbertab {
    border-color: rgb(204, 199, 193) !important;
    box-shadow: 0px 2px 5px 0px rgb(255, 221, 181) !important;
}
ul.tabbernav {
    border-bottom: 1px solid rgb(204, 199, 193) !important;
    font: 11px "Courier New",Courier,sans-serif !important;
}

/* 2da source code links */
.twoda img {
   margin-bottom: 0.15em;
}

/* background images for all pages: */

body.mediawiki {
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/3/31/Cside2.png), url(https://images.wikia.nocookie.net/jadeempire-modding/images/a/a3/Cstretch2.png);
    background-repeat: repeat-y, repeat;
    background-position: top left;
    background-attachment: scroll;
}

/* emboss effect for content area of all pages: */

.WikiaPageContentWrapper {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAbCAMAAACQuvXIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtQTFRFyammvZaU8+jj6NjU28TA+/Tus4aF//nz//nyilYVIQAAABtJREFUeNpiYGNkYGFmYmXnAAGGUR7deAABBgBCEwctEQG0NAAAAABJRU5ErkJggg=="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAbCAMAAACdpIWPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACFQTFRFz62qyaSi07Ov8ODa+fDp/vjx/fXu4MfC6NTO2by49enilMiEJwAAABtJREFUeNpiYGVj4WLmYOdkYmBkGGWTxQYIMACyOwXOWXX6eAAAAABJRU5ErkJggg==");
    background-position: top left, top right;
    background-repeat: repeat-y, repeat-y;
}
img.shadow-mask {
    display: none !important;
}

/* table of contents */

#toc {
    box-shadow: 0px 2px 5px 0px rgb(255, 221, 181) !important;
    border: 1px solid #ccc7c1 !important;
}

/* styles for Template:Prettytable */

.jtable, .jtable td, .jtable th, .jtable tr {
    border: 1px solid #ccc7c1;
    color: black;
    background-color: #fff3e5;
    text-align: left;
    vertical-align: top
}
table.jtable{
    border-collapse: collapse;
    box-shadow: 0px 2px 5px 0px rgb(255, 221, 181);
    empty-cells: show;
    width: 660px
}

/* change the pre-tag to render code nicely: */

pre {
    padding: 10px !important;
    background-color: white !important;
    box-shadow: 0px 2px 5px 0px rgb(255, 221, 181);
    border: 1px solid #ccc7c1;
}

.jmw-code {
    box-shadow: 0px 2px 5px 0px rgb(255, 221, 181);
    border: 1px solid #ccc7c1;
    padding: 10px !important;
    background-color: white;
    color: black;
    font-family: "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    white-space: pre;
}

/* styles for home page: */

#jmw-main-container * {
    margin: 0;
    padding: 0;
    z-index: 100;
}
#jmw-main-container {
    position: relative;
    margin-left: -10px;
    width: 1030px;
    height: 732px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/3/30/Bg-center.png);
    background-repeat: repeat-x;
    background-position: top right;
}
#jmw-main-dots {
    position: absolute;
    top: 0px;
    left: 234px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/6/61/Dots.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 61px;
    width: 74px;
}
#jmw-main-container h2 {
    position: absolute;
    top: 17px;
    left: 310px;
    width: 374px;
    height: 87px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/7/78/H2.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -1000em;
}
#jmw-main-left, #jmw-main-right {
    position: absolute;
    top: 0px;
    width: 9px;
    height: 732px;
    background-repeat: no-repeat;
    background-position: top left;
    border: none;
}
#jmw-main-left {
    left: 0px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/8/83/Bg-left.png);
}
#jmw-main-right {
    right: 0px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/7/74/Bg-right.png);
}
.jmw-main-widget {
    position: absolute;
    top: 111px;
    width: 218px;
    height: 223px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/8/82/Widget.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.jmw-main-widget h3 {
    text-indent: -1000em;
    display: block;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
}
.jmw-main-dynamic li, .jmw-main-widget a {
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}
.jmw-main-widget ul {
    list-style: none;
}
#jmw-main-widget1 {
    left: 169px;
}
#jmw-main-widget1 h3 {
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/0/0d/RecentChanges.png);
}
#jmw-main-widget2 {
    left: 398px;
}
#jmw-main-widget2 h3 {
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/9/9f/NewPages.png);
}
#jmw-main-widget3 {
    left: 625px;
}
#jmw-main-widget3 h3 {
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/1/12/MyContributions.png);
}
.jmw-main-dynamic {
    position: absolute;
    width: 165px;
    height: 144px;
    top: 49px;
    left: 32px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/4/42/Loading.gif);
    background-repeat: no-repeat;
    background-position: 30px 26px;
    overflow: auto;
}
.jmw-main-widget-more {
    position: absolute;
    top: 192px;
    left: 20px;
}
#jmw-main-text {
    position: absolute;
    top: 349px;
    left: 100px;
    width: 826px;
    height: 353px;
    background-image: url(https://images.wikia.nocookie.net/jadeempire-modding/images/3/38/Text.png);
    background-repeat: no-repeat;
    background-position: top left;
}
#jmw-main-text div {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 345px;
    height: 280px;
    overflow: auto;
    text-align: justify;
}
#jmw-main-text p {
    margin-bottom: 17px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#jmw-main-text img {
    position: absolute;
    left: 406px;
    top: 11px;
    float: none;
}
#jmw-main-copyright {
    position: absolute;
    top: 676px;
    left: 506px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
Advertisement