VS Battles Wiki

We have moved to a new external forum hosted at https://vsbattles.com

For information regarding the procedure that needs to be exactly followed to register there, please click here.

READ MORE

VS Battles Wiki
Advertisement
VS Battles Wiki

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.
/* 18:19, June 14, 2021 (UTC) */

/* Fix for main page right column on tablet */
@media only screen and (max-width: 1023px) {
  .main-page-tag-rcs {
      column-count: 1;
  }
}
/* Required for dev:UserTags/code.js to work */
a.tag {
    color: inherit;
}

/* Rounded corners for the navigation bar */
.WikiHeader .navbackground, .WikiHeader > nav .subnav-2 {
    border-radius: 0 0.75em 0 0.75em;
}
.WikiHeader > nav li:first-child {
    border-radius: 0.75em 0 0 0;
}
.WikiHeader > nav li:last-child {
    border-radius: 0 0.75em 0 0;
}
.WikiHeader nav li.marked, .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
    border-radius: 0.75em 0.75em 0 0;
}
.WikiHeader nav {
    border-radius: 1em 1em 0 0;
}
.WikiHeader > nav li.marked > a {
    border-top: none;
}
.WikiHeader > nav .subnav-3 {
    border-radius: 0 0.75em 0.75em 0.75em;
}

/* Done */

/* Poll width - Automatic */
div.ajax-poll {
    width:auto !important;
}
/* Done */

/* Code Boxes Layout */
.WikiaArticle pre { 
    border: 1px solid #010256; 
    padding: 2px; 
    border-radius: 5px; 
    box-shadow: 1.5px 1.5px 5px black; 
    margin: 5px 5px 5px 5px;
}
/* Done */

/* Wikia Profile Masthead Infobox */
.UserProfileMasthead .masthead-info {
    box-shadow: 0px 2px 10px 0px rgba(0,0,102,5);
    border-radius: 20px;
    background-color: #CCE5FF;
}
/* Done */

/* Wikia Profile Masthead Avatar */
.UserProfileMasthead .masthead-avatar .avatar {
    border: 2px double #006CB0;
    border-radius: 12px;
}
/* Done */

/* Wikia Profile Masthead Header */
.UserProfileMasthead .masthead-info hgroup {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #006CB0;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#006CB0),color-stop(100%,#006CB0));
    background-image: -o-linear-gradient(top,#006CB0 0%,#006CB0 100%);
    background-image: -ms-linear-gradient(top,#006CB0 0%,#006CB0 100%);
}
/* Done */

/* Wikia Profile Masthead Arrow */
.UserProfileMasthead .masthead-info-lower:before {
    border-color: #CCE5FF #CCE5FF transparent transparent;
}
/* Done */

/* Wikia Footer Border Colour */
.WikiaFooter .tools-menu, .WikiaBarWrapper .tools-menu {
    border-color: #000066;
    /*border-radius: ;*/
}
/* Done */
/* Wikia Footer Menu List */
.WikiaFooter .tools-menu > li, .WikiaBarWrapper .tools-menu > li {
    border-top: 1px solid #000066;
}
/* Done */


/**********************************/
/*           User Tags            */
/**********************************/
/* Founder */
.tag.usergroup-founder {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Bureaucrat */
.tag.usergroup-bureaucrat {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Bureaucrat */
.tag.usergroup-former-bureaucrat {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Administrator */
.tag.usergroup-sysop {
    background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Administrator */
.tag.usergroup-former-sysop {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Bot */
.tag.usergroup-bot {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Bot-Global */
.tag.usergroup-bot-global {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Content Moderator */
.tag.usergroup-content-moderator {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Content Moderator */
.tag.usergroup-former-content-moderator {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Discussions Moderator */
.tag.usergroup-threadmoderator {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Discussions Moderator */
.tag.usergroup-former-threadmoderator {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Chat Moderator */
.tag.usergroup-chatmoderator {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Chat Moderator */
.tag.usergroup-former-chatmoderator {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Rollback */
.tag.usergroup-rollback {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Former Rollback */
.tag.usergroup-former-rollback {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Calc Group */
.tag.usergroup-calc {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Calc Group */
.tag.usergroup-former-calc {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Consultant */
.tag.usergroup-consultant {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Consultant */
.tag.usergroup-former-consultant {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* JS Helper */
.tag.usergroup-js-helper {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* CSS Helper */
.tag.usergroup-css-helper {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Image Helper */
.tag.usergroup-image-helper {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Image Helper */
.tag.usergroup-former-image-helper {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Human Resources */
.tag.usergroup-human-resources {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Retired Human Resources */
.tag.usergroup-former-human-resources {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Templates Helper */
.tag.usergroup-template-helper {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Wikia Global Staff */
.tag.usergroup-staff {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Patroller */
.tag.usergroup-patroller {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Non User */
.tag.usergroup-nonuser {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* New User */
.tag.usergroup-newuser {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* New Account */
.tag.usergroup-notautoconfirmed {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Council */
.tag.usergroup-council {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Helper */
.tag.usergroup-helper {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Banned from Chat */
.tag.usergroup-bannedfromchat {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Authenticated */
.tag.usergroup-authenticated {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Check User */
.tag.usergroup-checkuser {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Check User - Global */
.tag.usergroup-checkuser-global {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Utility */
.tag.usergroup-util {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Auto-confirmed */
.tag.usergroup-autoconfirmed {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Email Confirmed */
.tag.usergroup-emailconfirmed {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* User */
.tag.usergroup-user {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* VSTF */
.tag.usergroup-vstf {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Inactive */
.tag.usergroup-inactive {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}
/* Blocked */
.tag.usergroup-blocked {
	background-color: #4DB8FF !important;
	color: #FFFFFF !important;
}

/* Done */

/**********************************/
/*       Wikia Page Redesign      */
/**********************************/
/* White glow */
.WikiaPage {
   border: 1px solid #FFFFFF; 
  -moz-box-shadow:0 0 20px #FFFFFF;
  -webkit-box-shadow:0 0 20px #FFFFFF;
  box-shadow:0 0 20px #FFFFFF;
}
/* Blue Page border */
.WikiaPage {
  border: 2px solid #00005C;
}
/* Done */

/* Bold Sub-Headers */
h3 .mw-headline,
h4 .mw-headline,
h5 .mw-headline,
h6 .mw-headline {
    font-weight: bold;
}
/* Done */

/* Navigation tabs */
.tabs li a {
    padding: 5px 10px 2px;
    background: cornflowerblue;
    border: 1px solid darkblue;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tabs .selected a {
    background-color: turquoise;
    border: 1px solid darkblue;
    color: darkblue;
}
/* Done */

/* Limit width for images */
.fullImageLink img {
    max-width: 660px;
    height: auto;
}
/* Done */

/* Lightbox fix */
.modalContent {
    margin: 0 12px 14px 12px;
}
.lightbox-caption {
     color: #696969 !important;
}
/* Done */

/* .t is given to thumb images without a float, which is any red link */
figure.article-thumb.t {
     border: none;
     background: none;
     box-shadow: none;
}
/* Done */

/* Table of Contents box */
.WikiaArticle .toc {
    background-color: #E5F6FF;
    border: 1px #0B6C8E;
    border-style: dashed;
    border-radius: 5px;
}
/* Done */

/* Style category bar at the bottom of pages*/
.article-categories {
     border: 1px !important;
     margin: none !important;
     margin-top: 5px !important;
     background-image: none !important;
     background-color: #7BBCFF !important;
     border-radius: 5px;
}
/*Done*/

/**********************************/
/*          Miscellaneous         */
/**********************************/
.recentchangestext {
    clear: both;
    font-size: smaller;
    margin: 0 auto;
}
.recentchangestext th {
    text-align: right;
    padding-right: 5px;
}
.UserStatsMenu,
.ChatModule .UserStatsMenu {
    width: 200px !important;
}
.ChatLog {
    word-break: break-all;
}
.not-patrolled {
    background: #99CCFF !important;
    border-right: 15px solid #6161E6 !important;
    padding-right: 15px !important;
}
img.thumbborder {
    border: 1px solid #000 !important;
}
.LightboxHeader .avatar {
    display: none !important;
}
.image-no-lightbox {
    line-height: initial !important;
}
.mw-collapsible-toggle {
    font-weight: normal;
}
.thumbcaption {
    word-wrap: break-word;
    padding: 0;
}
.article-thumb {
    padding: 2px;
}
/* Done */

/* Forum Thread Quote Box */
.Wall .quote, .WallPreview .quote {
    background-color: #E5F6FF;
    border: 0px;
    border-radius: 5px;
    font-family: monospace;
    zoom: 0.96;
}
/* Done */

/*=====================*/
/* Wiki Navigation Bar */
/*=====================*/
.WikiaHeader {
	background-color: #256EB8 !important;
	background-image: -moz-linear-gradient(top, #256EB8 20%, #256EB8 80%) !important;
	background-image: -webkit-gradient(linear,left top, left bottom,
		color-stop(80%, #256EB8),
		color-stop(20%, #256EB8)) !important;
}
.WikiHeader nav {
	width: auto;
	height: 30px;
	border-radius: 8px 8px 0px 0px;
}
 
.WikiHeader nav li.marked,
.WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {border-radius: 8px 8px -8px 0;}
.WikiHeader > nav .subnav-3 {border-radius: 0 8px 8px 8px;}
 
.WikiHeader .navbackground,
.WikiHeader > nav .subnav-2 {
	background-color: #000000;
	background-image: linear-gradient(top, #256EB8, #256EB8);
	background-image: -o-linear-gradient(top, #256EB8, #256EB8);
	background-image: -moz-linear-gradient(top, #256EB8, #256EB8);
	background-image: -webkit-linear-gradient(top, #256EB8, #256EB8);
	border-radius: 0 8px 8px 8px;
}
 
.WikiHeader > nav li.marked {
	background-color: #024500;
	background-image: linear-gradient(top, #256EB8, #256EB8 75%);
	background-image: -o-linear-gradient(top, #256EB8, #256EB8 75%);
	background-image: -moz-linear-gradient(top, #256EB8, #256EB8 75%);
	background-image: -webkit-linear-gradient(top, #256EB8, #256EB8 75%);
}
 
.WikiHeader .navbackground {box-shadow: 1px 1px 1px #000;}
.WikiHeader > nav li.marked > a {border-top: none;}
.WikiHeader > nav li { border-bottom: none; }
.WikiHeader .navbackground div {background-color: transparent;}
.WikiHeader a {text-decoration:none;}
 
.WikiHeader > nav li.marked > a {color: #FFFFFF;}
.subnav-2-item.marked2 a {text-decoration: none !important;}
.WikiHeader > nav li.marked a:hover,
.WikiHeader > nav li.marked .subnav-2 > li a:hover {text-decoration: none !important;}
.WikiHeader > nav .subnav-3 li a {text-decoration: none !important;}
 
.WikiHeader > nav li.marked .subnav-2 > li a {
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}
 
.WikiHeader > nav li.marked .subnav-2 > li a:hover {
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s; 
}
/* Done */

/*=====================*/
/*     Wikia Rail      */
/*=====================*/
/* Wikia Rail border */
.WikiaRail .module {
    margin-bottom: 20px;
    border: inset;
    border-style: solid;
    border-color: #0B6C8E;
    border-radius: 20px;
}
/* Wikia Rail header */
.WikiaRail .module h2 {
    font-family: sans-serif;
    font-size: 20px;
    text-align: center;
    margin-bottom: 2px;
}
/* Chat Box */
.ChatModule .chat-whos-here {
    border: 1px;
    border-style: solid;
    border-color: #0B6C8E;
    border-radius: 5px;
}
.ChatModule .chat-whos-here .avatar {
    border: 1px;
    border-style: solid;
    border-color: #000099;
    border-radius: 4px;
    vertical-align: middle;
}
/* Done */
/* Wiki text (To be implemented) */
/* WikiaPage {
    color: #000;
}*/

/* Hide the Collapsible Button on Template:Test3 */
.portable-infobox.type-test3 .pi-collapse .pi-header::after {
   display:none;
}

.infobox td,
.infobox th {
   vertical-align: center;
}

/* Remove add photo button */
.wikia-gallery .wikia-photogallery-add {
    display: none;
}
Advertisement