SWG Sentinels Republic 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.
#WikiaArticle {
    overflow: visible !important;
}

/* General */
.WikiaMainContent a.new, .WikiaMainContent a.new:visited, .new {
    color: #a79797 !important;
}

/* Home */
.sr-header-logo {
    padding: 9px 0;
}

.main-page-tag-rcs .rcs-container h2:first-child {
    margin-top: 0 !important;
}

.WikiaArticle .main-page-tag-rcs dl {
    margin: 0;
}
.WikiaArticle .main-page-tag-rcs dl dd ul {
    margin: 0 0 0 2.5em;
}

/* sr box template */
.sr-box {
    background-color: #fcfcfc;
    margin: 0 0 16px;
    position: relative;
}
.sr-box-title, .sr-box.item-list caption {
    color: #fff;
    background-color: #292d30;
    margin: 0 !important;
    padding: 6px 8px 5px 50px;
    position: relative;
    overflow: visible !important;
}
.sr-box:before {
    content: '';
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-top: solid 1px #eee;
    position: absolute;
    transform: rotate(45deg);
    z-index: 120;
    bottom: -8px;
    left: -8px;
}
.sr-box:after {
    content: '';
    height: 16px;
    width: 16px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    z-index: 120;
    top: -8px;
    right: -8px;
}
.sr-box-icon {
    width: 42px;
    height: 42px;
    background-image: url('https://vignette.wikia.nocookie.net/swg-srelation/images/2/27/sr-Mandosq.png/srision/latest/scale-to-width-down/42?cb=20161118064309');
    position: absolute;
    top: -50%;
    left: 6px;
    margin-top: 10.5px;
}
.sr-box-inner, .sr-box.item-list tbody {
    border: solid 1px #eee;
    border-top: none;
    padding: 4px 12px;
    position: relative;
    overflow: hidden;
}
.sr-box-notitle .sr-box-inner {
    border-top: solid 1px #eee;;
}
.sr-box-notitle:after {
    border-bottom: solid 1px #eee;
}
/* sr box template gallery */
.sr-box-inner .wikia-gallery {
    margin: 12px 0 4px;
}
.sr-box-inner .wikia-gallery .wikia-gallery-item {
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
    /*padding: 0 15px;*/
}
.sr-box-inner .wikia-gallery-caption-below .gallery-image-wrapper.accent {
    border: transparent;
    border: none;
}
.sr-box-inner .wikia-gallery-caption-below .gallery-image-wrapper a img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sr-box-inner .wikia-gallery-caption-below .gallery-image-wrapper a:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
body .sr-box-inner .wikia-gallery .lightbox-caption {
    width: auto !important;
    color: #222;
    line-height: 22px;
    background-color: rgba(22,22,22,0.1);
    padding: 3px;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0;
    margin-left: 1px;
}
body .wikia-gallery-item .thumb {
    height: auto !important;
}

/* sr banner template */
.sr-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.sr-banner-inner {
    margin: 0 auto;
    display: block;
    padding: 0 15px;
    position: relative;
    z-index: 200;
}
.sr-banner-inner img {
    display: inline-block;
}
.sr-banner-inner h3 {
    color: #fff;
    font-size: 1.8em;
    text-shadow: 0 0 6px #000;
    line-height: 1.5em;
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-block;
}
.sr-banner-inner .sr-banner-link p {
    display: inline;
}
.sr-banner-inner .sr-banner-link a {
    float: right;
    padding: 8px 12px 6px;
    margin-top: 27px;
    color: #fff !important;
    background-color: #d70708;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sr-banner-inner .sr-banner-link a:hover {
    text-decoration: none;
    background-color: #790001;
}
.sr-banner-bg {
    position: absolute;
    top: 10px;
    left: 0;
}
.sr-banner-inner figure {
    display: inline;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.sr-banner-inner figure a {
    float: left;
}

/* Infobox */
.portable-infobox h2.pi-title a {
    text-decoration: none;
}

/* Item List */
.sr-box.item-list {
    width: 100%;
    background-color: #e8e8e8;
}
.sr-box.item-list caption p {
    display: none;
}
.sr-box.item-list caption {
    padding: 4px 8px 3px 50px !important;
}
.sr-box.item-list .sr-box-icon {
    margin-top: 10px;
}
.sr-box.item-list .sr-box-icon {
    margin-top: 10px;
}
.sr-box.item-list .pi-europa .pi-title  {
    font-size: 0.9em;
    padding-top: 4px;
    padding: 4px;
}
.sr-box.item-list > tbody tr > td > div {
    margin: 0 !important;
    width: 25%;
}
.sr-box.item-list .portable-infobox {
    width: 100%;
    margin: 0;
    border: solid 1px transparent;
}
.sr-box.item-list .portable-infobox .image img {
    width: 100% !important;
    height: auto !important;
}
.sr-box.item-list .pi-data-label, .sr-box.item-list .pi-data-value {
    font-size: 11px;
}
.sr-box.item-list .pi-data-label {
    padding-right: 6px;
    flex-basis: 200px;
}
.sr-box.item-list .pi-europa .pi-item-spacing {
    padding: 2px 3px;
}
.sr-box.item-list .pi-europa .pi-header {
    font-size: 13px;
}
.sr-box.item-list .pi-europa .pi-header, .sr-box.item-list .pi-europa .pi-title {
    background-color: #790001;
}


/* Info Box Small */
.infobox-sm {
    display: inline-block;
}
.infobox-sm caption p {
    display: none;
}
.infobox-sm caption {
    padding: 4px 8px 3px 50px !important;
}
.infobox-sm .sr-box-icon {
    margin-top: 10px;
}
.infobox-sm .sr-box-icon {
    margin-top: 10px;
}
.infobox-sm .pi-europa .pi-title  {
    font-size: 0.9em;
    padding-top: 4px;
    padding: 4px;
}
.infobox-sm > tbody tr > td > div {
    margin: 0 !important;
    width: 25%;
}
.infobox-sm .portable-infobox .image img {
    width: 100% !important;
    height: auto !important;
}
.infobox-sm .pi-data-label, .infobox-sm .pi-data-value {
    font-size: 11px;
}
.infobox-sm .pi-data-label {
    padding-right: 6px;
    flex-basis: 200px;
}
.infobox-sm .pi-europa .pi-item-spacing {
    padding: 6px 8px;
}
.infobox-sm .pi-europa .pi-header {
    font-size: 13px;
}
.infobox-sm .pi-europa .pi-header, .infobox-sm .pi-europa .pi-title {
    background-color: #790001;
}

/* sr TOC */
.sr-toc {
    display: inline-block;
}
.sr-toc .toclevel-1 {
    margin: 0;
    padding: 3px 4px;
    overflow: hidden;
}
.sr-toc .toclevel-1 > ol {
    max-height: 0px;
    margin: 0;
    margin-left: 1em;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
}
.sr-toc .toclevel-1:hover > ol {
    max-height: 600px;
}


/* Tool Tip*/
    /*Made my own because wikia is dumb */
.advanced-tooltip {
    position: relative;
}
.tooltip-contents {
    margin: 20px 8px;
    border: 1px solid #292d30;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    -o-box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.advanced-tooltip:hover > .tooltip-contents {
    position: absolute;
    display: inline-block;
    z-index: 9999999;
}
.tooltip-contents .portable-infobox {
    margin: 0;
}
.tooltip-contents .pi-europa .pi-title {
    padding-top: 0;
}
.tooltip-contents .pi-europa .pi-item-spacing {
    padding: 6px 10px;
}

/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}
/* Hide contents in editor */
#WikiaArticle .ve-init-target .tooltip-contents {
    display: none !important;
}
#WikiaArticle .ve-init-target .tooltip-contents * {
    display: none !important;
}

/* Collapsible Table */
.sr-collapse.article-table.mw-collapsible {
    margin: 0.1em 0.1em 0 0;
    display: inline;
}
.sr-table.article-table th {
    background: #292d30;
    color: #eee;
}
Advertisement