Railgun 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.
/* ----- ShowHideSiderail ----- */
.WikiaRail {
    position: relative;
}
#railgun-siderail-left-arrow,
#railgun-siderail-right-arrow {
    position: absolute;
    width: 20px;
    height: 22px;
    top: 0;
    right: -9px;
    z-index: 9999;
    cursor: pointer;
}
.WikiaRail.railgun-no-siderail {
    display: none;
}
.WikiaMainContent.railgun-no-siderail,
.catlinks.railgun-no-siderail {
    width: 1010px;
}

/* ----- ModuleManager ----- */
.rmm-uninstalled,
.rmm-mode-on-hidden,
.rmm-mode-off-hidden,
.rmm-installation-hover-hidden {
    display: none;
}
.rmm-emphasis {
    font-weight: bold;
}
section.rmm-component > h1 {
    margin-bottom: .7em !important;    
}
.rmm-about-header-part {
    float: right;
    font-size: .7em;
    font-variant: small-caps;
}
.rmm-installation-td2 {
    width: 60px;
    text-align: center;
}
#rmm-about-div {
    margin-bottom: 1em;
}
#rmm-scripts-table {
    width: 100%;
    text-align: left;   
}
#rmm-switch-span {
    font-weight: bold;
}
#rmm-switch-button {
    width: 80px;
}

/* Anchoring to browser window */
.railgun-module-anchor-topright {
    z-index: 2147483647;
    width: 282px;
    right: 0px;
    top: 44px;
}
.railgun-module-anchor-a,
.railgun-module-detach-a {
    cursor: pointer;
    padding-left: 10px;
    font-size: small;
    position: relative;
    top: -1px;
}
.railgun-module-anchor-a:before,
.railgun-module-detach-a:before {
    content: "[";
    position: relative;
    right: 1px;
}
.railgun-module-anchor-a:after,
.railgun-module-detach-a:after {
    content: "]";
    position: relative;
    left: 1px;
}
Advertisement