SandYYPbox 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.
@import "//anime.wikia.com/index.php?title=MediaWiki:Wikia.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";

/*<pre>*/
/* stop background image from scrolling */
body { background-attachment: fixed; }

/* Colour code of Recent changes page byte difference indications and "N" and "m" */
.mw-plusminus-pos { color: #00FF33; }
.mw-plusminus-neg { color: #FF3300; }
.newpage { color: #FFFF00; }
.minor { color: #8A2BE2; }

/* Poll width */
div.ajax-poll { width:auto !important;  /* Inline style override for Poll extension*/
border: 1px solid #aaa !important;  /* Replaces dashed with solid blue */
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("https://images.wikia.nocookie.net/central/images/5/5d/Checker-16x16.png") repeat;
}

/* Hides image attribution on articles */
.picture-attribution { display:none !important; }

/* === Template:Ambox designs === */
 
/* Ambox design */
.ambox {
    font-size: 95%;
    width: 80%; 
    margin: 0 auto;
    border: 1px #AAA solid;
    border-left: 10px solid #228b22;
    border-collapse: collapse;
    background-color: #EEE;
}
 
/* Ambox colours */
.ambox-blue {
    border-left: 10px solid #1e90ff;    /* Blue (notice) */
}
.ambox-red {
    border-left: 10px solid #b22222;    /* Red (delete/serious) */
}
.ambox-orange {
    border-left: 10px solid #f28500;    /* Orange (content) */
}
.ambox-yellow {
    border-left: 10px solid #f4c430;    /* Yellow (style) */
}
.ambox-purple {
    border-left: 10px solid #9932cc;    /* Purple (merge) */
}
.ambox-gray {
    border-left: 10px solid #bba;        /* Gray (protection) */
}
.ambox-green {
    border-left: 10px solid #228b22;    /* Green */
}
 
/* Ambox small text */
.ambox-smalltext {
    font-size: smaller;
    margin-top:0.5em;
    margin-left:0.8em;
}
 
/* Ambox image */
.ambox-image {                    /* The left image cell */
    width: 60px;
    padding: 2px 0px 2px 0.5em;        /* 0.5em left, 0px right */
    text-align: center;
}
 
@media print { .ambox { display: none; } }    /* no ambox when printing */
/*</pre>

* Community Choice Awards Code from CoD Wikia*/
.versusblog .versusitem {
	 margin-bottom: 15px;
     position: relative;
}
 
.versusblog .versus {
     left: -moz-calc(50% - 22px);
     left: -webkit-calc(50% - 22px);
     left: -o-calc(50% - 22px);
     left: calc(50% - 22px);
     position: absolute;
     top: 154px;
}
 
.versusblog .ajax-poll {
     border: medium none !important;
     margin: 0 !important;
     padding: 0 !important;
     text-align: center;
}
 
.versusblog .ajax-poll .header {
     font-size: 20px;
	 text-align: center;
}
 
.versusblog .ajax-poll .description {
     display: none;
}
 
.versusblog .ajax-poll input[type="submit"] {
     display: none;
}
 
.versusblog .ajax-poll .pollAnswer {
     display: inline-block;
     width: 120px;
}
 
.versusblog .ajax-poll .pollAnswerName {
     padding: 0;
     text-align: center;
}
 
.versusblog .ajax-poll .pollAnswerName a {
     display: block;
     margin: 0px auto;
}
 
.versusblog .ajax-poll .name {
     font-size: 15px;
     font-weight: bold;
     margin: 0px auto 10px;
     text-align: center;
	 width: 100px;
}
 
.versusblog .ajax-poll .challenger {
     cursor: pointer;
     height: 100px;
     margin: 0px auto;
     position: relative;
     width: 100px;
     z-index: 10;
}
 
.versusblog .ajax-poll .challenger img {
     background: none repeat scroll 0% 0% #1d1f1f;
     border: 1px solid #454646;
}
 
.versusblog .ajax-poll .active img, .versusblog .ajax-poll .challenger img:hover {
     border: 2px solid #4F6B17;
	 margin-left: -1px;
	 margin-top: -1px;
}
 
.versusblog .ajax-poll .pollAnswerVotes {
     box-shadow: 0px 0px 8px #b20303 inset;
     font-size: 20px;
     height: 25px;
     margin: 10px 0 0 10px;
     width: 100px;
}
 
.versusblog .ajax-poll .pollAnswerVotes span {
     display: block;
     left: 0px;
     position: relative;
     text-align: center;
     top: 2px;
}
 
.versusblog .ajax-poll .pollAnswerVotes div {
     background: url("https://vignette.wikia.nocookie.net/bluerogues/images/b/b8/CoD_Battle_Bar_Background.png") repeat-x scroll 0px 0px transparent;
     border-right: medium none;
     height: 25px;
     position: absolute;
     transition: width 1s ease 0s;
     z-index: -1;
}
 
.versusblog .versus-footer {
     background: none repeat scroll 0% 0% #000000;
     height: 36px;
     margin-bottom: 17px;
     margin-top: 3px;
     padding: 8px 10px;
     width: 100%;
}
 
.versusblog .versus-footer .left {
     float: left;
}
 
.versusblog .versus-footer .right {
     float: right;
}
 
.versusblog .versus-footer .text {
     display: inline-block;
     font-weight: bold;
     margin-right: 10px;
     position: relative;
     top: 1px;
}
 
.versusblog .versus-footer .preorder-row {
     display: inline-block;
     margin-right: 21px;
     margin-top: 2px;
}
 
.versusblog .versus-footer .preorder-button {
     display: inline-block;
     margin-left: 10px;
}
 
.versusblog .versus-footer .preorder-button:first-child {
     margin-left: 0px;
}
 
.versusblog .versus-footer .preorder-button img {
     display: inline-block;
     height: 32px;
     width: 63px;
}

/* --- Reference pop-ups --- */
 
.refpopups-box { 
    background: linear-gradient(white, #FAFAFA);
    background-color: white;
    border: 1px solid var(--medium-gray);
    border-radius: 2px;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    padding: 6px 12px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    z-index: 1;
}
/* --- Infobox coding --- */
.portable-infobox.type-Tester .pi-title {
    background-color: #000000;
}
.type-Tester .pi-header {
    background-color: #FF69B4;
}
.type-Tester .pi-navigation {
    background-color: #008080;
}

/*</pre>*/
Advertisement