Redemption RSPS Wiki
No edit summary
m (Reverted edits by Lil bowwow (talk) to last version by Bman00100)
Line 20: Line 20:
 
border: 1px solid #E5CDBE;
 
border: 1px solid #E5CDBE;
 
padding: 1px;
 
padding: 1px;
}
 
.sw_no {
 
background:url('https://entrana.org/forums/api/bg.png');
 
 
}
 
}
 
.navbox, .navbox-subgroup {
 
.navbox, .navbox-subgroup {

Revision as of 18:26, 12 June 2018

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ActivityFeed.css&only=styles";
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/* Remove "Added by <name>" tag on images */
.WikiaArticle .picture-attribution {display:none;}
.wordmark {padding-left:30px;}

/* [[Template:Navbox]] */
table.navbox {              /* Navbox style */
    border: 1px solid #E5CDBE;
    padding: 1px;
}
.navbox, .navbox-subgroup {
    background: #E7D8C5;    /* Background color */
}
.navbox-title {             /* Title style */
    background: #A78154;    /* Level 1 color */
}
.navbox-group {             /* Group style */
    background: #C19A6B;    /* Level 2 color */
}
.navbox-subgroup .navbox-title {
    background: #C19A6B;    /* Level 2 color */
}
.navbox-subgroup .navbox-group {
    background: #C19A6B;    /* Level 3 color */
}


/**
 * Styling for topIcon function in [[MediaWiki:Common.js]]
 */
.topright-icon {
    display: none;
}
 
#rs-header-icons {
    position: absolute;
    right: 0;
}
 
#rs-header-icons a {
    margin-left: 2px;
}

/* Bolding headers */
h3,
h4,
h5,
h6 {
    font-weight: bold !important;
}

/**
 * Core font-size overrides
 */

/* from <https://github.com/Wikia/app/blob/dev/skins/oasis/css/mixins/bodytext.scss> */
.WikiaArticle {
    font-size: 13px;
    line-height: 21px;
}

/* from <https://github.com/Wikia/app/blob/dev/skins/oasis/css/core/article.scss> */
.WikiaArticle h2 {
    font-size: 18px;
}

.WikiaArticle h3 {
    font-size: 16px;
}

.WikiaArticle h4 {
    font-size: 14px;
}

.WikiaArticle li {
    line-height: 20px;
}

.WikiaArticle .editsection {
    font-size: 13px;
}

.WikiaArticle .editsection img {
    margin-right: 0;
}

.WikiaArticle .thumbcaption {
    line-height: 18px;
}

.WikiaArticle .toc #toctitle h2 {
    font-size: 14px;
}

.WikiaArticle .toc #toctitle .toctoggle {
   font-size: 12px;
}

#RelatedPagesModuleWrapper {
    display:none;
}

/* Preventing image attribution displaying */
.WikiaArticle .article-thumb .attribution {
    display: none;
}

/* Overriding faded colour caption text back to black */
.WikiaArticle .article-thumb .caption {
    color: #000;
}

.WikiaMainPageBanner,
.wikia-ad,
#WikiaArticleBottomAd,
.FooterAd,
#TOP_LEADERBOARD { display:none }


a[href$="/wiki/User:Bman00100"] {
    text-shadow:0px 0px 4px orange;
    color: #ff8c00 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

a[href$="/wiki/User:Amonn11"] {
    text-shadow:0px 0px 4px cyan;
    color: cyan !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

a[href$="/wiki/User:Dsmrdoctor"] {
    text-shadow:0px 0px 4px orange;
    color: #ff8c00 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

a[href$="/wiki/User:MarkMetal"] {
    text-shadow:0px 0px 4px cyan;
    color: cyan !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

a[href$="/wiki/User:Coffee_Nut"] {
    text-shadow:0px 0px 4px cyan;
    color: cyan !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

a[href$="/wiki/User:Lil_bowwow"] {
    text-shadow:0px 0px 4px cyan;
    color: cyan !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

a[href$="/wiki/User:Injectt"] {
    text-shadow:0px 0px 4px cyan;
    color: cyan !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

/* change wiki activity to recent changes */
function WikiActivity2RecentChanges{
	$('.wikia-button[data-id$="wikiactivity"]').replaceWith('<a data-id="recentchanges" class="wikia-button secondary" accesskey="g" title="Special:RecentChanges" href="/wiki/Special:RecentChanges"><img height="0" width="0" class="sprite activity" src="http://images1.wikia.nocookie.net/common/skins/common/blank.gif">Recent Changes</a>');
}

/* Customizing Tabber */
.tabbertab {
    border-top: 1px solid grey !important;
    border-bottom: 1px solid grey !important;
    border-left: 1px solid grey !important;
    border-right: 1px solid grey !important;
}
 
/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
    margin-right: 2px;
}
    /* not applying on the last tabview tabs */
    .tabberlive > ul.tabbernav > li:last-child {
        margin-right: 0;
    }
 
.tabbernav {
    background: transparent;
    border-bottom: 0 !important;
    padding: 3px 0 !important;
}
 
ul.tabbernav li a {
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    background: white !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 1px solid black !important;
    color: black !important;
    font-size: 15px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    padding: 3px 0.5em !important;
    position: relative;
}
 
ul.tabbernav li.tabberactive a {
    background-color: #bfeff2 !important;
    border: 1px solid black !important;
    color: black !important;
    cursor: default;
    font-size: 15px !important;
    font-weight: bold !important;
}
 
ul.tabbernav li.tabberactive {
    line-height: 0 !important;
}
 
    ul.tabbernav li.tabberactive:first-child a {
        margin-left: 0 !important;
    }
 
.tabbertab .ajax-poll {
    border: none !important;
}
 
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
    display: block !important;
}
/* End of Customizing Tabber */

.imgUnder {
	overflow: visible;
	display: inline-block;
	position: relative;
}
 
.imgOver {
	display: block;
	visibility: hidden;
	width: inherit;
	height: inherit;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
 
.imgUnder:hover .imgOver {
	visibility: visible !important;
}
:DiscordIntegrator.js

.external:after {
	display: none !important;
}

div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
.NavFrame .NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}