Entry Point Wiki
mNo edit summary
Tag: Source edit
mNo edit summary
Tag: Source edit
Line 527: Line 527:
 
background: rgba(43, 43, 43, 0.2) !important;
 
background: rgba(43, 43, 43, 0.2) !important;
 
}
 
}
  +
  +
.tabbernav li {
  +
padding-top: 0.5px !important;
  +
}
  +
 
.tabberactive a {
 
.tabberactive a {
 
color: var(--wiki-extra-yellow) !important;
 
color: var(--wiki-extra-yellow) !important;

Revision as of 18:59, 8 September 2020

/***** ENTRY POINT WIKI CSS *****/
/***** TABLE OF CONTENTS    *****/
/***** 1.MISCENALLEOUS      *****/
/***** 2.PAGE ELEMENTS      *****/
/***** 3.TEMPLATES          *****/
/***** 4.RAIL MODULES       *****/



/*************************/
/***** MISCENALLEOUS *****/
/*************************/

/* COLORS USED ON PAGES */
/*
blue: #092f71
yellow: #ffd500
extra yellow: #ffdb00
halloween1: #eb6123
halloween2: #ff6a00
dark1: #303030
dark2: #3d3d3d
*/

/* COLORS IN USE */
:root {
    --wiki-blue: #092f71;
    --wiki-yellow: #ffd500;
    --wiki-extra-yellow: #ffdb00;
    --wiki-dark-one: #303030;
    --wiki-dark-two: #3d3d3d;
}

/* COLOR CLASSES */
.Rose {color: #9F4747 !important;}
.Wren {color: #AF8B74 !important;}
.Director {color: #5E92A6 !important;}
.Jackdaw {color: #878a9c !important;}
.Sparrow {color: #527CAE !important;}
.Rivera {color: #5d7f75 !important;}
.XP {color: #55AAFF !important;}
.Money {color: #69ce60 !important;}
.Codeblue {color: #00aaff !important;}
.Codered {color: #9f1717 !important;}
.Harvey {color: #a6ad86 !important;}
.Jade {color: #3f934d !important;}
.Dmitry {color: #1c1c1c !important;}

/* EXTERNAL LINK COLORS */
a.external {
	color: var(--wiki-yellow) !important;
}

/* BACKGROUNDS */
body {
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
}

body:not(.page-The_Killhouse),
body:not(.page-The_Freelancer_Mission),
body:not(.page-The_Blacksite),
body:not(.page-The_Financier),
body:not(.page-The_Deposit),
body:not(.page-The_Lakehouse),
body:not(.page-The_Withdrawal),
body:not(.page-The_Auction),
body:not(.page-The_Gala),
body:not(.page-The_Cache),
body:not(.page-The_Scientist),
body:not(.page-The_SCRS),
body:not(.page-Black_Dusk) {
    background-image: url("https://cdn.discordapp.com/attachments/600031351512760331/707272500744290324/unknown.png");
}

.page-The_Killhouse.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689045166132035650/RobloxScreenShot20191018_143004742.jpg");
}
.page-The_Freelancer_Mission.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689045344084033595/free.jpg");
}
.page-The_Blacksite.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689045533288956056/black.jpg");
}
.page-The_Financier.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689045674515234816/fina.jpg");
}
.page-The_Deposit.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689046004720336896/depo.jpg");
}
.page-The_Lakehouse.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689046176338673679/lake.jpg");
}
.page-The_Withdrawal.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689046346593861661/with.jpg");
}
.page-The_Auction.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689048736717865020/auct.jpg");
}
.page-The_Gala.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689049156680941572/gala1.jpg");
}
.page-The_Cache.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689049346431647805/cache2.jpg");
}
.page-The_Scientist.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689049502262493215/sceiw.jpg");
}
.page-The_SCRS.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/681563217540939812/689044067505405954/scrsback.jpg");
}

.page-Black_Dusk.skin-oasis {
    background-image: url("https://cdn.discordapp.com/attachments/600031351512760331/707272886334914662/unknown.png");
}

/* TOP NAVIGATION */
.wds-community-header .wds-dropdown__content {
    background-color:var(--wiki-dark-two);
    border-color:var(--wiki-dark-one);
}

.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2 .wds-dropdown-level-2__content {
    background-color:var(--wiki-dark-two);
    border-color:var(--wiki-dark-one);
    border-radius: 0;
}

.wds-dropdown__content {
 border-radius:0;
}

.wds-dropdown::after,
.wds-dropdown::before {
 visibility: hidden;
}

/* HIDE ALL "Add a photo to this gallery" BUTTONS */
.wikia-photogallery-add {
    display: none !important;
}

/* TOC STYLING */
#toc {
    background-color: var(--wiki-dark-two) !important;
    border: 2px solid var(--wiki-dark-one) !important;
}

/* HOME PAGE STYLING */
.page-Entry_Point_Wiki .page-header__title {
    visibility: hidden;
}

/* PAGE BORDER */
.WikiaPage {
    border: 1px solid var(--wiki-dark-one);
    /* box-sizing: border-box; */
    /* width: 700px; */
}

/* AUTO WIDTH FOR IMAGES */
.Autowidth img {
    max-width: 100%;
	height: auto;
}

/* AUTO WIDTH FOR VIDEOS */
.AutowidthVideo .video {
    width: 100% !important;
    height: 100% !important;
}

.AutowidthVideo .video > img:nth-child(1) {
    width: 100% !important;
    height: 100% !important;
}

.AutowidthVideo .thumbimage {
    width: 100% !important;
    height: 100% !important;
}

.AutowidthVideo .thumbnail-play-icon-container {
	width: 100% !important;
	height: 100% !important;
}

.AutowidthVideo div figure {
    width: 100% !important;
}

.AutowidthVideo div figcaption {
    display: none !important;
}

/* DATA EXPUNGED */
.Redacted {
    color: black !important;
    background-color: black !important;
}

/* CUBE EASTER EGG */
.page-The_Lock .widget-role-container div:last-child div,
.page-The_Cache .widget-role-container div:last-child div {
    content: url("https://cdn.discordapp.com/emojis/703625798334283816.png?v=1");
}

.page-The_Lock .widget-role-container div:last-child span:hover,
.page-The_Cache .widget-role-container div:last-child span:hover {
    display: none !important;
    visibility: hidden !important;
    content: "" !important;
}

.page-The_Lock .widget-role-container div:last-child div img,
.page-The_Cache .widget-role-container div:last-child div img {
    display: none !important;
}

/* ADMINISTRATOR NAME LINKS */

body:not(.page-User_Breakbar):not(.page-Message_Wall_Breakbar):not(.page-User_blog_Breakbar):not(.page-Special_Contributions_Breakbar) div:not(.wds-dropdown__content) a[href$=":Breakbar"],
body:not(.page-User_Cishshato):not(.page-Message_Wall_Cishshato):not(.page-User_blog_Cishshato):not(.page-Special_Contributions_Cishshato) div:not(.wds-dropdown__content) a[href$=":Cishshato"],
body:not(.page-User_NoLuckDuck):not(.page-Message_Wall_NoLuckDuck):not(.page-User_blog_NoLuckDuck):not(.page-Special_Contributions_NoLuckDuck) div:not(.wds-dropdown__content) a[href$=":NoLuckDuck"] {
    color: #ff6000;
}

.comments li[data-user="Breakbar"] .edited-by::after,
.comments li[data-user="Cishshato"] .edited-by::after,
.comments li[data-user="NoLuckDuck"] .edited-by::after {
    border: 1px solid #ff6000;
    content: "Administrator";
    font-weight: bold;
    margin-left: 2px;
    padding: 1px 3px;
}

/* MODERATOR NAME LINKS */

body:not(.page-User_Academyjr64):not(.page-Message_Wall_Academyjr64):not(.page-User_blog_Academyjr64):not(.page-Special_Contributions_Academyjr64) div:not(.wds-dropdown__content) a[href$=":Academyjr64"],
body:not(.page-User_WarriorThatNeverSurrenders):not(.page-Message_Wall_WarriorThatNeverSurrenders):not(.page-User_blog_WarriorThatNeverSurrenders):not(.page-Special_Contributions_WarriorThatNeverSurrenders) div:not(.wds-dropdown__content) a[href$=":WarriorThatNeverSurrenders"],
body:not(.page-User_Fran_Frid):not(.page-Message_Wall_Fran_Frid):not(.page-User_blog_Fran_Frid):not(.page-Special_Contributions_Fran_Frid) div:not(.wds-dropdown__content) a[href$=":Fran_Frid"] {
    color: aqua;
}

.comments li[data-user="Academyjr64"] .edited-by::after,
.comments li[data-user="WarriorThatNeverSurrenders"] .edited-by::after,
.comments li[data-user="Fran Frid"] .edited-by::after {
    border: 1px solid aqua;
    content: "Content Moderator";
    font-weight: bold;
    margin-left: 2px;
    padding: 1px 3px;
}

/* WIKI MANAGER NAME LINKS */

body:not(.page-User_Sitb):not(.page-Message_Wall_Sitb):not(.page-User_blog_Sitb):not(.page-Special_Contributions_Sitb) div:not(.wds-dropdown__content) a[href$=":Sitb"] {
    color: #59d559;
}

.comments li[data-user="Sitb"] .edited-by::after {
    border: 1px solid #59d559;
    content: "Wiki Manager";
    font-weight: bold;
    margin-left: 2px;
    padding: 1px 3px;
}



/*************************/
/***** PAGE ELEMENTS *****/
/*************************/

/* MISSION PAGE SECTIONS */
.missiondescright,
.missiondescleft {
    color: #bfbfbf;
    display: flex;
    align-items: center;
    background-image: url("https://vignette.wikia.nocookie.net/entry-point/images/5/50/Newbgimg.PNG/revision/latest?cb=20191118180426");
    background-color: var(--wiki-dark-one);
    background-repeat: no-repeat;
}

.missiondescright {
    padding-left: 12px;
}

.missiondescleft {
    padding-right: 12px;
    background-position: right top;
}

.missiondescright .floatright,
.missiondescleft .floatleft {
    margin-bottom: 0 !important;
}

.floatright {
    margin-left: 12px !important;
}

.floatleft {
    margin-right: 12px !important;
}

/* ONPAGE ACTIVITY FEED STYLING */
.activity-type-edit,
.activity-type-talk,
.activity-type-new,
.activity-type-categorization{
    list-style: none !important;
}

/* SLIDER STYLING */
.wikiaPhotoGallery-slider-body .description-background {
	background: transparent !important;
}

.wikiaPhotoGallery-slider-body .horizontal .description-background {
	height: 15px !important;
	opacity: 0.3 !important;
}
.wikiaPhotoGallery-slider-body .horizontal .description {
	width: fit-content !important;
}

.wikiaPhotoGallery-slider-body .nav > img, .wikiaPhotoGallery-slider-body .nav p > img {
	display: none !important;
}

.wikiaPhotoGallery-slider-body .nav {
	border: 2px solid var(--wiki-yellow);
	background: transparent;
	border-radius: 50%;
	width: 7px;
	cursor: pointer;
	height: 7px;
	position: absolute;
	margin-bottom: 12.5px !important;
}

.wikiaPhotoGallery-slider-body .selected {
	border: 2px solid var(--wiki-yellow);
	background: var(--wiki-yellow) !important;
	border-radius: 50%;
	width: 7px;
	cursor: pointer;
	height: 7px;
}

.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-0 .nav {
	right: 74px !important;
}
 
.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-1 .nav {
	right: 54px !important;
}
 
.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-2 .nav {
	right: 34px !important;
}
 
.wikiaPhotoGallery-slider-body .horizontal .wikiaPhotoGallery-slider-3 .nav {
	right: 14px !important;
}

.wikiaPhotoGallery-slider-body .description {
    padding-bottom: 28px !important;
    height: 72px !important;
}

.wikiaPhotoGallery-slider-body .description h2,
.wikiaPhotoGallery-slider-body .description p {
    width: 250px !important;
}

.wikiaPhotoGallery-slider-body .description h2,
.wikiaPhotoGallery-slider-body .description p:nth-child(2) {
    background-color: var(--wiki-dark-one) !important;
}

.wikiaPhotoGallery-slider-body .description h2 {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.wikiaPhotoGallery-slider-body .description p:nth-child(2) {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0 !important;
}

.wikiaPhotoGallery-slider-body .description p:nth-child(3) {
    padding-right: 10px !important;
}

.wikiaPhotoGallery-slider-body {
    border: 4px solid var(--wiki-dark-one);
}

.WikiaPhotoGalleryPreview .wikia-button {
    background-color: var(--wiki-blue) !important;
    background-image: none !important;
    color: var(--wiki-extra-yellow) !important;
    border: 2.5px solid var(--wiki-blue) !important;
    border-radius: 0 !important;
    padding: 2px 5px !important;
    font-weight: bold;
    z-index: 99;
    width: inherit;
    font-size: 15px !important;
    
    transition:0.2s;
    -webkit-transition: 0.2s; 
    -moz-transition: 0.2; 
    -o-transition: 0.2s; 
}

/* BLOG STYLING */
.WikiaBlogListing {
    background-color: var(--wiki-dark-two);
    border: 3px solid var(--wiki-dark-one);
}

.WikiaBlogListingPost {
    padding: 15px 0 !important;
    margin: 0 !important;
}

.WikiaBlogListing {
    padding: 0 5px !important;
}

.WikiaBlogListingBox {
    background-color: var(--wiki-dark-two) !important;
    border: 2px solid var(--wiki-dark-one) !important;
    margin-bottom: 10px !important;
    padding: 15px !important;
}

.WikiaBlogListingBox .wikia-button {
    margin: 16px 2px;
    background-color: var(--wiki-blue);
    background-image: none !important;
    border: 2px solid var(--wiki-blue);
    color: var(--wiki-extra-yellow) !important;
    font-weight: bold !important;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 14px !important;
    
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3; 
    -o-transition: 0.3s;
}

.WikiaBlogListingBox .wikia-button:hover {
    border: 2px solid var(--wiki-yellow) !important;
    background: var(--wiki-blue) !important;
}

.WikiaBlogListingBox .wikia-button img {
    display: none;
}

.WikiaBlogListingBox h2 {
    margin-bottom: 0 !important;
}

.WikiaBlogListingBox ul {
    margin-top: 0 !important;
}

/* EXTERNAL LINK BUTTONS */
.WelcomeButton {
    background-color: var(--wiki-blue);
    border-radius: 6px;
    border:3px solid var(--wiki-blue);
    cursor: pointer;
    font-size: 21px;
    margin: 0px 1px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    top: 0;
    
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3; 
    -o-transition: 0.3s; 
}

.WelcomeButton a {
    text-decoration:none;
    color: var(--wiki-extra-yellow);
}

.WelcomeButton:hover {
    border: 3px solid var(--wiki-yellow);
}

.WelcomeButtonNoLink a {
    text-decoration: none !important;
}

/* TABBERS */
.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 18px !important;
    border-bottom: 4px solid var(--wiki-blue) !important;
    padding: 0.3em 0 !important;
}

.tabbernav a {
    padding: 0.5em 0.5em !important;
    margin: 0 !important;
    color: white !important;
    border: none !important;
    background: rgba(43, 43, 43, 0.2) !important;
}

.tabbernav li {
	padding-top: 0.5px !important;
}

.tabberactive a {
    color: var(--wiki-extra-yellow) !important;
    background: var(--wiki-blue) !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(9, 47, 113, 0.5) /*--wiki-blue at 0.5 opacity*/ !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}

.tabber ul {
    line-height: 38px !important;
    padding: 0 !important;
}

/* COMMENT BUBBLES */
.SpeechBubble .speech-bubble-message:after {
    border-color: transparent var(--wiki-dark-two) var(--wiki-dark-two) transparent;
}

.SpeechBubble .speech-bubble-message {
    background: var(--wiki-dark-two);
    border: 1px solid var(--wiki-dark-one);
    border-radius: 0px;
}

.SpeechBubble .speech-bubble-message:before {
    border-color: transparent var(--wiki-dark-one) var(--wiki-dark-one) transparent;
}

.SpeechBubble.even .speech-bubble-message,
.SpeechBubble.owner .speech-bubble-message {
    background: var(--wiki-dark-two);
}

.SpeechBubble.even .speech-bubble-message:after,
.SpeechBubble.owner .speech-bubble-message:after {
    border-color: transparent var(--wiki-dark-two) var(--wiki-dark-two) transparent;
}

.article-comm-reply {
    background-color: var(--wiki-blue) !important;
    background-image: none !important;
    border: 1px solid var(--wiki-blue) !important;
    color: white !important;
    
    transition:0.2s;
    -webkit-transition: 0.2s; 
    -moz-transition: 0.2; 
    -o-transition: 0.2s;
}

.article-comm-reply:hover {
    background-color: var(--wiki-blue) !important;
    border: 1px solid var(--wiki-extra-yellow) !important;
    color: var(--wiki-extra-yellow) !important;
}

.WikiaArticleComments .MiniEditorWrapper .editarea {
    border: solid 2px var(--wiki-dark-one) !important;
}

.editarea textarea {
    background-color: var(--wiki-dark-two) !important;
}

#article-comm-submit {
    background-image: none !important;
    border: 1px solid var(--wiki-blue);
    height: 20px;
    
    transition:0.2s;
    -webkit-transition: 0.2s; 
    -moz-transition: 0.2; 
    -o-transition: 0.2s;
}

#article-comm-submit:hover {
    background-color: var(--wiki-blue);
    border: 1px solid var(--wiki-extra-yellow) !important;
    color: var(--wiki-extra-yellow);
}

.SpeechBubble .speech-bubble-message.current {
    background: var(--wiki-blue);
}

.SpeechBubble .speech-bubble-message.current::after {
    border-color: transparent var(--wiki-blue) var(--wiki-blue) transparent;
}

/* CATEGORY CONTAINER */
#articleCategories {
    background-color: var(--wiki-dark-two);
    border: 2px solid var(--wiki-dark-one) !important;
}

#articleCategories .container {
    
}

#articleCategories button {
    background-color: var(--wiki-blue);
    border: 1px solid var(--wiki-blue);
    color: var(--wiki-extra-yellow);
    
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3; 
    -o-transition: 0.3s; 
}

#articleCategories button:hover {
    border: 1px solid var(--wiki-extra-yellow) !important;
}

/* TABLES */
.article-table {
	background: var(--wiki-dark-two) !important;
}

.article-table th {
	background: var(--wiki-dark-one) !important;
}



/*********************/
/***** TEMPLATES *****/
/*********************/

/* DISCORD WIDGET */
.discord-widget-container {
    width: 300px !important;
    height: 440px !important;
}

div[data-name="Wiki Administrator"] .widget-member-avatar img {
    border: 2px solid #ff0000 !important;
    background-color: #ff0000 !important;
}

div[data-name="Wiki Administrator"] .widget-member .widget-member-name {
    background-color: #ff0000 !important;
}

div[data-name="Wiki Moderator"] .widget-member-avatar img {
    border: 2px solid #5dd0fc !important;
    background-color: #5dd0fc !important;
}

div[data-name="Wiki Moderator"] .widget-member .widget-member-name {
    background-color: #5dd0fc !important;
}

div[data-name="Notable Editor"] .widget-member-avatar img {
    border: 2px solid #ffad4a !important;
    background-color: #ffad4a !important;
}

div[data-name="Notable Editor"] .widget-member .widget-member-name {
    background-color: #ffad4a !important;
}

.title-container {
    display: none;
}

/* CONTENT BOX TEMPLATE */
.ContentBoxHeader {
   width: auto;
   vertical-align: middle;
   background-color: var(--wiki-blue);
   padding: 6px 12px;
   border-top: 5px solid var(--wiki-dark-one);
   border-right: 5px solid var(--wiki-dark-one);
   border-left: 5px solid var(--wiki-dark-one);
   margin-bottom: 0;
   text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.ContentBoxContent {
    margin-top: 0;
    background-color: var(--wiki-dark-two);
    border-bottom: 5px solid var(--wiki-dark-one);
    border-left: 5px solid var(--wiki-dark-one);
    border-right: 5px solid var(--wiki-dark-one);
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
}

.ContentBoxContent1 {
    margin-top: 0;
    background-color: var(--wiki-dark-two);
    border-bottom: 5px solid var(--wiki-dark-one);
    border-left: 5px solid var(--wiki-dark-one);
    border-right: 5px solid var(--wiki-dark-one);
    padding: 15px 15px 15px 15px;
    margin-bottom: 0;
}

.ContentBoxContent2 {
    margin-top: 0;
    background-color: var(--wiki-dark-two);
    border-bottom: 5px solid var(--wiki-dark-one);
    border-left: 5px solid var(--wiki-dark-one);
    border-right: 5px solid var(--wiki-dark-one);
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
}

.ContentBoxHeaderS {
   width: auto;
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   vertical-align: middle;
   background-color: var(--wiki-blue);
   padding: 5.5px;
   border-top: 5px solid var(--wiki-dark-one);
   border-right: 5px solid var(--wiki-dark-one);
   border-left: 5px solid var(--wiki-dark-one);
   margin-bottom: 0;
   text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.ContentBoxContentS {
    margin-top: 0;
    text-align: center;
    background-color: var(--wiki-dark-two);
    border-bottom: 5px solid var(--wiki-dark-one);
    border-left: 5px solid var(--wiki-dark-one);
    border-right: 5px solid var(--wiki-dark-one);
    padding: 5.5px;
    margin-bottom: 10px;
}

/* NAVBOX TEMPLATE */
.NavBoxHeader {
   vertical-align: middle;
   background-color: var(--wiki-blue);
   padding: 6px;
   border-top: 4px solid var(--wiki-dark-one);
   border-right: 4px solid var(--wiki-dark-one);
   border-left: 4px solid var(--wiki-dark-one);
   margin-bottom: 0;
   text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.NavBoxBody {
    margin-top: 0;
    background-color: var(--wiki-dark-two);
    border-bottom: 4px solid var(--wiki-dark-one);
    border-left: 4px solid var(--wiki-dark-one);
    border-right: 4px solid var(--wiki-dark-one);
    padding: 6px 6px 3px 6px;
}

.NavBoxBody p {
    margin: 0;
}

.NavBoxRowHeader {
    height: 25px;
    width: 25%;
    text-align: center;
    vertical-align: central;
    background-color: var(--wiki-blue);
    padding: 3px 3px;
    margin-bottom: 3px;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}

.NavBoxRowHeader2 {
    height: 50px;
    width: 25%;
    text-align: center;
    background-color: var(--wiki-blue);
    padding: 3px 3px;
    margin-bottom: 3px;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
    vertical-align: bottom;
}

.NavBoxRowHeader2 p {
    margin-top: 12px;
}

.NavBoxRowContent {
    height: 25px;
    display: inline-block;
    vertical-align: central;
}

.NavBoxRowContent2 {
    height: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.NavBoxRowHeader a img {
    margin-bottom: 5px !important;
}

.NavBoxRowContent a img {
    margin-bottom: 3px !important;
}

/* NAVTILE TEMPLATE */
.NavTile {
    position:relative;
    height: 120px;
    width: 200px;
    z-index:0;
}

.NavTileLink {
    position:absolute;
    bottom:0;
    width:100%;
    text-align:center;
    color:white;
    font-size:28px;
    z-index:4;
    padding-bottom: 8px;
    
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(9,9,121,0) 100%); 
    background: -o-radial-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(9,9,121,0) 100%);
    background: -moz-radial-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(9,9,121,0) 100%); 
    background: radial-linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(9,9,121,0) 100%); 
}

.NavTileLink a {
    color:white;
    text-decoration: none;
    
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3; 
    -o-transition: 0.3s; 
}

.NavTileImage {
    position:absolute;
    top:0px;
    opacity:1;
    z-index:2;
    
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3; 
    -o-transition: 0.3s;
}

.NavTileImage2 {
    position:absolute;
    top:0px;
    opacity:0;
    z-index:1;
    
    transition:0.3s;
    -webkit-transition: 0.3s; 
    -moz-transition: 0.3; 
    -o-transition: 0.3s;
}

.NavTile:hover .NavTileImage {
    opacity:0;
}
 
.NavTile:hover .NavTileImage2 {
    opacity:1;
}

.NavTile:hover .NavTileLink a {
    color: var(--wiki-yellow);
	text-decoration: none;
}

/* CINTILE TEMPLATE */
.CinTile {
    position:relative;
    height: 220px;
    width: 150px;
    z-index:0;
    display: inline-block;
    margin: 0 4px;
}

.CinTileImage {
    position:absolute;
    top:0px;
    opacity:1;
    z-index:1;
    
    transition:0.2s;
    -webkit-transition: 0.2s; 
    -moz-transition: 0.2; 
    -o-transition: 0.2s;
}

.CinTileImage2 {
    position:absolute;
    top:0px;
    opacity:0;
    z-index:2;
    
    transition:0.2s;
    -webkit-transition: 0.2s; 
    -moz-transition: 0.2; 
    -o-transition: 0.2s;
}

.CinTile:hover .CinTileImage2 {
    opacity:1;
}

.epicflex {
    display: flex;
    justify-content: center;
}



/************************/
/***** RAIL MODULES *****/
/************************/

/* SIDE RAIL POSITIONING */
.main-page-tag-rcs {
    margin-bottom: 7px;
}

.main-page-tag-rcs .rcs-container > div {
    margin: 0;
    margin-bottom: 8px;
}

.main-page-tag-rcs .rcs-container > p {
    margin: 0 !important;
}

/* RAIL MODULES */
.rail-module {
    margin: 0px 0px 10px 0px !important;
}

.premium-recirculation-rail img {
    border: 1px solid var(--wiki-yellow) !important;
    background-color: var(--wiki-dark-one);
    border-radius: 0 !important;
}

.premium-recirculation-rail {
   background-color: var(--wiki-dark-two);
    border: 2px solid var(--wiki-dark-one);
    padding: 10px;
}

#wikia-recent-activity {
    background-color: var(--wiki-dark-two);
    border: 2px solid var(--wiki-dark-one);
    padding: 10px;
}

/* DISCUSSION MODULE STYLING */
.embeddable-discussions-module {
    background-color: var(--wiki-dark-two) !important;
    border: 2px solid var(--wiki-dark-one) !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 0 !important;
}

.embeddable-discussions-post-detail div:nth-of-type(2):not(.embeddable-discussions-header-container):not(.embeddable-discussions-title):not(.avatar-details) {
    background-color: var(--wiki-blue);
}

.embeddable-discussions-post-detail {
    border: 2px solid var(--wiki-dark-one) !important;
    margin-bottom: 12px !important;
}

.embeddable-discussions-module .embeddable-discussions-timestamp {
    display: none;
}

/* POLL STYLING */
.pollAnswerVotes div {
    background: var(--wiki-blue) !important;
}

.pollAnswerVotes {
    margin-left: 0 !important;
    background-color: rgba(9, 47, 113, 0.2) !important;
    border: none !important;
}

.pollAnswerName {
    padding-left: 0 !important;
}

.pollAnswerName label input{
    margin-top: 0 !important;
}

.ajax-poll form > span {
    display: none;
}

.ajax-poll {
    background-color: var(--wiki-dark-two) !important;
    border: 2px solid var(--wiki-dark-one) !important;
    box-sizing: border-box;
}

input[name="wpVote"] {
    background-image: none !important;
    padding: 3.5px 8px !important;
    border: 2px solid var(--wiki-blue) !important;
    height: 30px !important;
    margin-top: 8px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    color: var(--wiki-extra-yellow) !important;
    font-weight: bold;
    
    transition:0.2s;
    -webkit-transition: 0.2s; 
    -moz-transition: 0.2; 
    -o-transition: 0.2s; 
}

input[name="wpVote"]:hover {
    border: 2px solid var(--wiki-extra-yellow) !important;
    background: var(--wiki-blue) !important;
    background-image: none !important;
}

/* PAGES IM FOLLOW MODULE */
.FollowedPagesModule {
    background-color: var(--wiki-dark-two) !important;
    border: 2px solid var(--wiki-dark-one) !important;
    margin-bottom: 7px !important;
}

/* RECENT WIKI ACTIVITY MODULE */
.insights-module,
.HotSpotsModule,
.CommunityCornerModule {
    background-color: var(--wiki-dark-two) !important;
    border: 2px solid var(--wiki-dark-one) !important;
    margin-bottom: 7px !important;
}