Cardfight!! Vanguard Wiki
Advertisement
Cardfight!! Vanguard 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.
@import "//anime.wikia.com/index.php?title=MediaWiki:Anime-Common.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";
@import url("/load.php?lang=en&mode=articles&articles=MediaWiki:Cardtable.css&only=styles");
@import url("/load.php?mode=articles&articles=MediaWiki:Infoboxes.css|MediaWiki:Themes.css&only=styles");
 
/* Custom header font */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700);

/* <source lang="css"> */

/** CSS placed here will be applied to all skins **/

/* Card <gallery> coloring. -Dantman */
.card-galleries {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    margin: 0px auto;
}
.card-galleries th {
    background: #800000;
    color: #FFFF00;
    border: 1px solid #999999;
    margin: 0px;
    padding: 3px;
}
.card-galleries td {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.card-galleries table.gallery {
    width: 100%;
    margin: 0px;
    border: 0px;
}
.card-galleries table.gallery td {
    background: transparent;
}
.card-galleries table.gallery .gallerybox {
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    margin: 0px auto;
}
.card-galleries table.gallery .gallerybox .thumb {
    background: transparent;
    border: 0px;
    margin: 0px auto;
    padding: 10px 0px 0px !important;
}
.card-galleries .thumb neutral,
.card-galleries .image lightbox,
.card-galleries .lightbox-caption {
    border: 0px;
    background: transparent;
    white-space: normal;
    text-align: center;
    font: sans-serif;
    padding: 0px;
}

body.ns-0 #contentSub .subpages { display:none; }

#cardlinks {
    float: right;
    font-size: .5;
    width: 275px;
    display: block;
    font-size: .5em;
    line-height: 1em;
}
#cardlinks a {
    margin-left: 5px;
    float: right;
}

.img32 img { width: 32px }

/* Tab view */

/* set the base backcolor of the 'off' tabs */
.yui-navset .yui-nav li
{
    background-color: #D4DEE8;
    padding-left: 10px;
    padding-right: 10px;
}

/* set the background color of the content and the 'on' tab the same */
.yui-content, .yui-navset .yui-nav li.selected
{
    background-color: #800000;
}


/* style the 'on' tab */
.yui-navset .yui-nav .selected {
    border-style: solid;
    border-width: 2px 0 0 0;
    border-top-color: #FFFF00;
}


/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
    margin-top: 0;
    padding-top: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/*** end Tab View ***/

/* cardtable styles
 
   these are currently experimental, but have been tested across the latest (usually bleeding-edge)
   versions of the five most popular browsers
 
   when updating these styles, also update those at [[MediaWiki:Wikia.css]] and
   [[User:Dinoguy1000/cardtable.css]]
 
   known issues:
 
   Google Chrome 10 dev
   - empty statuses table causes the bottom border on cardtable to have a 1-pixel-wide centered gap
   - if the right column comes up short against the card image, rows are not vertically stretched to
     cover the space and there is no border around the empty region
 
   Mozilla Firefox 3.6.13
   - minor padding issues around cardtable navboxen
   - bottom border of the image cell isn't displaying
 
   Internet Explorer 9 beta (only in IE7 Standards Document Mode)
   - doubled border between the cardtable header and the first data row (usually English name)
   - a couple pixels are cut off the right side of cardtable navboxen due to a margin/padding/width
     bug in IE
 
   Opera 11.00
   - the bottom border of the bottommost navbox in a stack of cardtable navboxen sometimes doesn't
     display until the navbox is expanded
 
   Safari 5.0.3
   - minor padding issues around cardtable navboxen
   - empty statuses table causes the bottom border on cardtable to have a 1-pixel-wide centered gap
   - if the right column comes up short against the card image, rows are not vertically stretched to
     cover the space and there is no border around the empty region
*/
 
/* cardtable styles */
table.cardtable {
    width: 98%;
    margin: auto;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
}
.cardtable th, .cardtable td {
    border: 1px solid #aaa;
    padding: 0.2em;
}
.cardtable th {
    text-align: center;
}
.cardtable .cardtable-cardimage {
    padding: 1px;
    vertical-align: top;
}
.cardtable .cardtablespanrow {   /* try forcing the image cell to least possible width, since most */
    width: 100%;                 /* card pages will have at least one collapsing data section      */
}
 
/* try to "reset" the Navbox styles */
.cardtable .navbox-title,
.cardtable table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
}
.cardtable .navbox th,
.cardtable .navbox td {
    border: none;
}
 
/* styles for the statuses table */
table.cardtablestatuses {
    margin: auto;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
}
.cardtablestatuses th, .cardtablestatuses td {
    border: 1px solid #aaa;
    padding: 0.2em;
    text-align: center;
}
.cardtablestatuses th {
    background: #f2f2f2;
}
.cardtablestatuses th.cardtablestatusesgroupheader {
    background: #000;
    color: #FFF;
    font-size: 1.5em;
    line-height: 1.5em;
}
 
/* 1px border between:
   cardtable and statuses table,
   cardtable and navbox,
   statuses table and navbox     */
table.cardtable + table.cardtablestatuses,
table.cardtable + table.navbox,
table.cardtablestatuses + table.navbox {
    margin-top: -1px;
}
/*** end cardtable styles ***/

/*** clan table styles ***/
.clantable table {
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}
.clantable th {
    background: black;
    color: white;
    padding: 13px 8px;
}
.clantable td {
    border-bottom: black 2px solid;
    padding: 7px 5px;
}
.clantable tr:hover td, .clantable tr:hover a {
    background: #666;
    color: white;
}
.clantable.dragonEmpire th {
    background: #e62020;
}
.clantable.dragonEmpire td {
    border-color: #e62020;
}
.clantable.dragonEmpire tr:hover td, .clantable.dragonEmpire tr:hover a {
    background: #fa8072;
    color: black;
}
.clantable.darkZone th {
    background: #7851c9;
}
.clantable.darkZone td {
    border-color: #7851c9;
}
.clantable.darkZone tr:hover td, .clantable.darkZone tr:hover a {
    background: #e0b0ff;
    color: black;
}
.clantable.darkStates th {
    background: #536fad;
}
.clantable.darkStates td {
    border-color: #536fad;
}
.clantable.darkStates tr:hover td, .clantable.darkStates tr:hover a {
    background: #dee3ef;
    color: black;
}
.clantable.magallanica th {
    background: #4747ff;
}
.clantable.magallanica td {
    border-color: #4747ff;
}
.clantable.magallanica tr:hover td, .clantable.magallanica tr:hover a {
    background: #add8e6;
    color: black;
}
.clantable.starGate th, .clantable.brandtGate th {
    background: #d6d6d6;
    color: black;
}
.clantable.starGate td, .clantable.brandtGate td {
    border-color: #d6d6d6;
}
.clantable.starGate tr:hover td, .clantable.starGate tr:hover a, .clantable.brandtGate tr:hover td, .clantable.brandtGate tr:hover a {
    background: #eee;
    color: black;
}
.clantable.touken th {
    background: pink;
}
.clantable.touken td {
    border-color: pink;
}
.clantable.touken tr:hover td, .clantable.touken tr:hover a {
    background: #ffddf4;
    color: #ff69b4;
}
.clantable.unitedSanctuary th {
    background: #ffa00a;
    color: black;
}
.clantable.unitedSanctuary td {
    border-color: #ffa00a;
}
.clantable.unitedSanctuary tr:hover td, .clantable.unitedSanctuary tr:hover a {
    background: #ffe5b4;
    color: black;
}
.clantable.keterSanctuary th {
    background: #fbc501;
    color: black;
}
.clantable.keterSanctuary td {
    border-color: #fbc501;
}
.clantable.keterSanctuary tr:hover td, .clantable.keterSanctuary tr:hover a {
    background: #feeeaf;
    color: black;
}
.clantable.zoo th, .clantable.stoicheia th {
    background: #74c365;
}
.clantable.zoo td, .clantable.stoicheia td {
    border-color: #74c365;
}
.clantable.zoo tr:hover td, .clantable.zoo tr:hover a, .clantable.stoicheia tr:hover td, .clantable.stoicheia tr:hover a {
    background: #ace1af;
    color: black;
}

.clantable.crayElemental th {
    background: #861f51;
}
.clantable.crayElemental tr {
    background: linear-gradient(45deg, #60c2c4, #c1b9da, #e0b5c0, #ded3a2, #d0e2a6, #74b490);
    column-span: all;
}
.clantable.crayElemental td {
    border-color: #861f51;
}
.clantable.crayElemental tr:hover td, .clantable.crayElemental tr:hover a {
    background: #ecdaea;
    color: black;
}


/*** end clan table styles ***/

/* stop people doing stupid stuff with the "Add an image to this gallery" button */
.wikia-gallery-add, .wikia-photogallery-add {
    display: none !important;
}

/*** The following styles (from here to the end) are all from [[wikipedia:MediaWiki:Common.css]] ***/

body.page-Main_Page #ca-delete {
    display: none !important;
}
 
/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}
 
/* Margins for <ol> and <ul> */
div#content ol, div#content ul,
div#mw_content ol, div#mw_content ul {
    margin-bottom: 0.5em;
}
 
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target { 
    background-color: #DEF;
}
 
/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: " :";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* for IE 8 */
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
    content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
    content: ")";
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}
 
/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox th,
.navbox-title,
.navbox-abovebelow {
    text-align: center;       /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
    background: transparent;  /* Odd row striping */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
.navbox .hlist dd,
.navbox .hlist dt,
.navbox .hlist li {
    white-space: nowrap;      /* Nowrap list items in navboxes */
    white-space: normal !ie;  /* IE < 8 no-wraps entire list, so disable it */
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
    white-space: normal;      /* But allow parent list items to be wrapped */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.navbar li {
    word-spacing: -0.125em;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {       
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
 
/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */float: right;
    /* @noflip */clear: right;
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
 
.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}

/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    /* @noflip */text-align: left;
}
 
/* lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */text-align: left;
}

/* Change the external link icon to an Adobe icon for all PDF files
   in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external, 
div#content a[href*=".pdf?"].external, 
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external, 
div#content a[href*=".PDF?"].external, 
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external, 
div#mw_content a[href*=".pdf?"].external, 
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external, 
div#mw_content a[href*=".PDF?"].external, 
div#mw_content a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */padding-right: 18px;
}
 
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none; 
    /* @noflip */padding: 0.25em 0.9em;     /* 0.9em left/right */
    width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
    border: none; 
    /* @noflip */padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center; 
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center; 
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    /* @noflip */border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb; 
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    /* @noflip */padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    /* @noflip */border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;    /* Default "notice" blue */
}
 
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}
 
table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */   
    font-size: 100%;             /* set in "mbox-small" above.                */
}
 
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
 
/* Disambig and set index box styles */
table.dmbox {
    clear: both; 
    margin: 0.9em 1em; 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    background: transparent;
}
 
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    color:black;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. 
   Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    /* @noflip */clear: right;
    /* @noflip */float: right;
    /* @noflip */margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    /* @noflip */margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
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;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */float: left;
}
div.NavFrame div.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%;
}
 
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    /* @noflip */padding-left: 2em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
 
/* Style for horizontal UL lists */
.horizontal ul {
    padding: 0;
    margin: 0;
}
.horizontal li { 
    /* @noflip */padding: 0 0.6em 0 0.4em;
    display: inline;
    /* @noflip */border-right: 1px solid;
}
.horizontal li:last-child {
    /* @noflip */border-right: none;
    /* @noflip */padding-right: 0;
}
 
/* Allow transcluded pages to display in lists rather than a table.
   Compatible in Firefox; incompatible in IE6. */
.listify td    { display: list-item; }
.listify tr    { display: block; }
.listify table { display: block; }
 
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}
 
/* Prevent line breaks in silly places: 
   1) Links when we don't want them to
   2) Bold "links" to the page itself
   2) HTML formulae
   3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a { 
    white-space: nowrap;
}
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 1em;
}
 
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
 
/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}
 
/* Minimum thumb width */
.thumbinner {
    min-width: 100px;
}
 
/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
div.thumb img.thumbimage {
    background-color: #fff;
}
 
/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    background-color: #F9F9F9;   /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
.filehistory a img,
#file img {
    background: white url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img, 
.nochecker .gallerybox .thumb img {
    background: white;
}
 
/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views */
#mw-subcategories, #mw-pages, #mw-category-media, 
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}
 
/* Fix so <tt>, <code>, <pre>, <kbd>, and <samp> tags get normal text size 
   in some versions of Firefox, Safari, Konqueror, Chrome etc. 
   Remove "tt, code, pre, " once r69336 is live;
   remove the rest once r76322 is live. */
tt, code, pre, kbd, samp {
    font-family: monospace, "Courier New";
}
 
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: monospace, "Courier New" !important;
}

/* </source> */

/* custom css, background image */
body.skin-oasis{
    background-repeat:no-repeat !important;
    background-size:contain;
    background-position:center;
}

@media screen and (max-width: 1280px) {
    body.skin-oasis {
        background-size:115% auto;
    }
}

/*user name color change */
a[href*="Message_Wall:Hikari_93"],
a[href*="User:Hikari_93"] { 
    color: #FF8C00;
    font-weight: bold;
    }

a[href*="Message_Wall:Nikon94"],
a[href*="User:Nikon94"] { 
    color: #FF8C00;
    font-weight: bold;
    }
    
a[href*="Message_Wall:Sol_Kage"],
a[href*="User:Sol_Kage"] { 
    color: #FF8C00;
    font-weight: bold;
    }
    
    a[href*="Message_Wall:Otakon7"],
a[href*="User:Otakon7"] { 
    color: #FF8C00;
    font-weight: bold;
    }

a[href*="Message_Wall:Spike_Seyfried"],
a[href*="User:Spike_Seyfried"] { 
    color: #FF8C00;
    font-weight: bold;
    }

a[href*="Message_Wall:TooNBaku"],
a[href*="User:TooNBaku"] { 
    color: #FF8C00;
    font-weight: bold;
    }
    
a[href*="Message_Wall:Zeta_Nova"],
a[href*="User:Zeta_Nova"] { 
    color: #FF8C00;
    font-weight: bold;
    }

a[href*="Message_Wall:Sorin95"],
a[href*="User:Sorin95"] { 
    color: #FF8C00;
    font-weight: bold;
    }

a[href*="Message_Wall:NeonRiser2134"],
a[href*="User:NeonRiser2134"] { 
    color: #FF8C00;
    font-weight: bold;
    }

a[href*="Message_Wall:Kouteii"],
a[href*="User:Kouteii"] { 
    color: #FF8C00;
    font-weight: bold;
    }

a[href*="Message_Wall:Arboros_Renegade,_Vere"],
a[href*="User:Arboros_Renegade,_Vere"] { 
    color: #FF8C00; 
    font-weight: bold;
    }
    
a[href*="Message_Wall:HellfireIfrit"],
a[href*="User:HellfireIfrit"] { 
    color: #e00000; 
    font-weight: bold;
    }

a[href*="Message_Wall:Romanoff_Blitzer"],
a[href*="User:Romanoff_Blitzer"] { 
    color: #009A44; 
    font-weight: bold;
    }
    
a[href*="Message_Wall:RyuuseiR3"],
a[href*="User:RyuuseiR3"] { 
    color: #009A44; 
    font-weight: bold;
    }
    
a[href*="Message_Wall:MugenGlider"],
a[href*="User:MugenGlider"] { 
    color: #009A44; 
    font-weight: bold;
    }
    
a[href*="Message_Wall:AxlPrototype"],
a[href*="User:AxlPrototype"] { 
    color: #009A44; 
    font-weight: bold;
    }

a[href*="Message_Wall:Phantagonist"],
a[href*="User:Phantagonist"] { 
    color: #009A44; 
    font-weight: bold;
    }

a[href*="Message_Wall:CFDrewbert"],
a[href*="User:CFDrewbert"] { 
    color: #66605c;
    font-weight: bold;
    }

a[href*="Message_Wall:Xophix"],
a[href*="User:Xophix"] { 
    color: #66605c;
    font-weight: bold;
    }

a[href*="Message_Wall:Exarch-of-Sechrima"],
a[href*="User:Exarch-of-Sechrima"] { 
    color: #66605c;
    font-weight: bold;
    }

a[href*="Message_Wall:TheRealCEO"],
a[href*="User:TheRealCEO"] { 
    color: #66605c;
    font-weight: bold;
    }

a[href*="Message_Wall:Washada"],
a[href*="User:Washada"] { 
    color: #66605c;
    font-weight: bold;
    }

a[href*="Message_Wall:Blackfiresprout"],
a[href*="User:Blackfiresprout"] { 
    color: #66605c;
    font-weight: bold;
    }

a[href*="Message_Wall:Taigane"],
a[href*="User:Taigane"] { 
    color: #66605c;
    font-weight: bold;
    }

a[href*="Message_Wall:Kaiser_Emperor"]
a[href*="User:Kaiser_Emperor"] {
    color: #66605c;
    font-weight: bold;
    }

/*Wiki background custom*/
body{background-size: cover !important;}

/* tabber tabs */
.tabberlive > .tabbernav > li > a {
    background: #b94b46;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
}

/* tabber tabs when being hovered */
.tabberlive > .tabbernav > li > a:hover {
    background: #721410;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
}

/* tabber tabs when being clicked */
.tabberlive > .tabbernav > li > a:active {
    background: #b94b46;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
}

/* selected tabber tab when being hovered */
.tabberlive > .tabbernav > li.tabberactive > a:hover {
    background: #721410;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #FFFFFF;
}

/* selected tabber tab when being clicked */
.tabberlive > .tabbernav > li.tabberactive > a:active {
    background: #b94b46;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
    color: #FFFFFF;
}

/* 2020 wiki activity */
.social-activity-list .activity-data em::before {
    white-space: pre-wrap;
    content: "\A Comment:\00a0";
    font-weight: bold;
	line-height:2em;
}
.social-activity-list .activity-data > :not(:first-of-type) {
    opacity: 0.8;
}
.activity-data > a:nth-last-of-type(2) {
    /*color: #721410;*/
    font-weight: bold;
    opacity: 1;
}
.social-activity-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-color: #e3e3e3;
    border-left: 5px solid green;
    font-family: Rubik,Helvetica,Arial,sans-serif ;
}

.social-activity-list li:nth-child(2n+1) {
    background: #fff; /* #e3e3e3; */
}

.Replies .Reply:nth-child(2n) {
    background-color: #e3e3e3;
    box-sizing: border-box;
    border: 5px solid transparent;
}

#articleComments div[class^="ReplyList_list-wrapper_"] > div:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.rwa-feed__header > * {
    margin-right: 15px;
}

.rwa-feed__header > .rwa-feed__button > .wds-dropdown__toggle::before {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Read notifications */
.wds-notification-card:not(.wds-is-unread) {
    opacity: 0.5;
}
Advertisement