avatar
匿名用户
×
创建一个新的页面
输入页面标题:
目前语音维基上有2062个页面。 在上方输入您想创建的页面名称或单击以下标题之一,即可开始撰写!



语音维基

“MediaWiki:Wikia.css”的版本间的差异

(建立内容为“→‎returns border color to white .WikiaPage { border-color: white; } →‎button styling .cc2-wikia-button a { -moz-border-radius: 4px; -webkit-…”的新页面
 
Zz讨论 | 贡献
第1行: 第1行:
/* returns border color to white */
+
/** <nowiki>
.WikiaPage {
+
*
    border-color: white;
+
* @Imports
}
+
* @Headers
+
* @Mainpage
/* button styling */
+
* @Images
.cc2-wikia-button a {
+
* @Tags
     -moz-border-radius: 4px;
+
* @Tables
     -webkit-border-radius: 4px;
+
* @Buttons
     border-radius: 4px;
+
* @Tophats
     background-color: #002E54;
+
* @Navboxes
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
+
* @Miscellanea
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
+
* @Keyframes
     border: 1px solid #002E54;
+
*
    color: white;
+
*/
    cursor: pointer;
+
/**********************************************/
 +
/******************* Imports ******************/
 +
/**********************************************/
 +
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Themes.css|MediaWiki:Usernames.css");
 +
@import url("https://fonts.googleapis.com/css?family=Lilita+One|Berkshire+Swash");
 +
 
 +
/**********************************************/
 +
/******************* Headers ******************/
 +
/**********************************************/
 +
/* Header changes */
 +
h1.page-header__title {
 +
     font-weight: normal !important;
 +
     font-family: "Lilita One" !important;
 +
}/**/
 +
 
 +
/* Article h2’s */
 +
.WikiaArticle h2 {
 +
     font-family: "Lilita One";
 +
     clear: left;
 +
margin-top: 1.5em;
 +
}/**/
 +
 
 +
/* Article h3’s */
 +
.WikiaArticle h3 {
 +
     font-weight: bold;
 +
     clear: left;
 +
margin-top: 1.5em;
 +
}/**/
 +
 
 +
/**********************************************/
 +
/****************** Mainpage ******************/
 +
/**********************************************/
 +
/* Big Buttons */
 +
.bigButton {
 
     display: inline-block;
 
     display: inline-block;
     font: 12px/20px Helvetica, Arial, sans-serif;
+
    height: 46px;
     height: 19px;
+
    background: #EB0B0B;
     margin: 0;
+
     font-weight: bold;
     padding: 0 7px;
+
    font-size: 15px;
 +
     line-height: 46px;
 +
     color: #FFFFFF;
 +
     text-shadow: initial;
 
     text-decoration: none;
 
     text-decoration: none;
     white-space: nowrap;
+
     padding: 0 30px;
 +
    cursor: pointer;
 
}
 
}
+
 
.cc2-wikia-button a:hover {
+
.bigButton:hover {
     background-color: #002E54;
+
     background-color: #F86D6D;
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
+
     text-decoration: none;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
 
     text-decoration: none
 
 
}
 
}
+
 
.blogsubhead {
+
.bigButton:active {
     font-size: 14px;
+
    background-color: #AA0808;
     padding: 8px 0 0;
+
    text-decoration: none;
     font-weight: bold;
+
}/**/
     margin-bottom: -5px;
+
 
 +
/* Navigation buttons */
 +
.brawlButton {
 +
    position: relative;
 +
    overflow: hidden;
 +
    background-color: #2490F5;
 +
     font-family: "Lilita One";
 +
    color: #FFFFFF;
 +
    letter-spacing: 1px;
 +
     text-align: center;
 +
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
 +
    border: 4px solid rgba(0, 0, 32, 0.5);
 +
     border-radius: 3px;
 +
     box-shadow: inset 0 -6px 0 rgba(0, 0, 32, 0.2), inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 4px 0 rgba(0, 0, 0, 0.15);
 +
    margin: 6px;
 
}
 
}
+
 
/* wikifactory stuff, temp placement until live in code, find uberfuzzy if problem */
+
.brawlButton:active {
#wiki-factory td[data-status="1"] {
+
    transform: translateY(4px);
     background-color: lime;
+
}/**/
     color: black;
+
 
 +
/* Big header */
 +
.brawlHeader {
 +
    background-color: #4e4356;
 +
    font-weight: normal;
 +
    font-size: 140%;
 +
    font-family: "Lilita One";
 +
    text-shadow: 1px 1px #4d4b6e, 1px 0 #4d4b6e, 1px -1px #4d4b6e, 0 1px #4d4b6e, 0 -1px #4d4b6e, -1px 1px #4d4b6e, -1px 0 #4d4b6e, -1px -1px #4d4b6e, 0 2px 3px rgba(0,0,0,0.4);
 +
    padding: 15px 20px;
 +
    border-top-width: 2px;
 +
    border-bottom-width: 4px;
 +
    box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.2), inset 0 -5px 0 rgba(100,0,0,0.2);
 +
    margin: 10px 0;
 +
    -webkit-filter: drop-shadow(0 4px rgba(0, 0, 0, 0.4));
 +
    filter: drop-shadow(0 4px rgba(0, 0, 0, 0.4));
 +
}/**/
 +
 
 +
/* Main modules */
 +
.brawlModule {
 +
     background-color: #2490F5;
 +
     color: #FFFFFF;
 +
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
 +
    padding: 20px;
 +
    border: 4px solid rgba(0, 0, 32, 0.4);
 +
    border-radius: 3px;
 +
    box-shadow: inset 0 -6px 0 rgba(0, 0, 32, 0.2), inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 4px 0 rgba(0, 0, 0, 0.15);
 
}
 
}
+
 
#wiki-factory td[data-status="2"] {
+
.brawlModule h3 {
     background-color: purple;
+
    font-size: 220%;
     color: white;
+
     font-family: "Lilita One";
 +
     line-height: 1.1em;
 
}
 
}
+
 
#wiki-factory td[data-status="0"],
+
.brawlModule a:hover {
td[data-status="-1"] {
+
    text-decoration: none;
     background-color: red;
+
}/**/
     color: white;
+
 
 +
/* Slant headers */
 +
.slant-header {
 +
    position: relative;
 +
    left: -20px;
 +
    width: calc(100% - 20px);
 +
    overflow: visible !important;
 +
     background-color: #4e4356;
 +
    font-size: 24px !important;
 +
     text-shadow: 1px 1px #4d4b6e, 1px 0 #4d4b6e, 1px -1px #4d4b6e, 0 1px #4d4b6e, 0 -1px #4d4b6e, -1px 1px #4d4b6e, -1px 0 #4d4b6e, -1px -1px #4d4b6e, 0 2px 3px rgba(0,0,0,0.4);
 +
    white-space: nowrap;
 +
    padding: 10px 20px;
 +
    margin: 15px 0 !important;
 +
    -webkit-filter: drop-shadow(3px 4px rgba(0, 0, 0, 0.4));
 +
    filter: drop-shadow(3px 4px rgba(0, 0, 0, 0.4));
 
}
 
}
+
 
#wiki-factory td[data-status="-1"] {
+
.slant-header:not(:first-of-type) {
     text-decoration: line-through;
+
     margin-top: 25px !important
 
}
 
}
+
 
.sharedHelp {
+
.slant-header:after {
     border: 1px solid #ccc !important;
+
    content: "";
 +
    position: absolute;
 +
    top: 0;
 +
    right: -10px;
 +
    bottom: 0;
 +
    width: 0;
 +
    height: 0;
 +
     border-top: 46px solid #4e4356;
 +
    border-right: 10px solid transparent;
 
}
 
}
+
 
.ns-116 .RelatedPagesModule,
+
h3.slant-header {
.ns-500 .RelatedPagesModule {
+
     font-weight: normal;
     display: none;
 
 
}
 
}
+
 
.helpmodule img:hover {
+
.major-text {
     -moz-opacity: .8;
+
     color: #0D69D9;
    -khtml-opacity: .8;
+
}/**/
    opacity: .8;
+
 
 +
/**********************************************/
 +
/******************* Images *******************/
 +
/**********************************************/
 +
body.background-fixed {
 +
background-size: cover;
 
}
 
}
+
 
/* Darwin-izing the Main Page */
+
.WikiaMainContent .floatleft {
@media screen and (max-width: 1023px) {
+
border: 0;
     .page-Community_Central #WikiaArticle iframe {
+
     clear: left;
        width: 49%;
+
     float: left;
     }
+
     margin: 0 20px 10px 0;
     .page-Community_Central #WikiaArticle #twitter-widget-0 {
+
    position: relative;
        float: right;
 
    }
 
 
}
 
}
+
.WikiaMainContent .floatright {
/* Interlanguage link footer */
+
    border: 0;
.mainpage .WikiaArticleInterlang h3,
+
     clear: right;
.mw-special-Contact div.WikiaArticleInterlang h3,
+
     float: right;
.mw-special-Forum div.WikiaArticleInterlang h3 {
+
     margin: 0 0 10px 20px;
     font-size: 18px;
+
     position: relative;
     height: 55px;
 
     margin-left: 90px;
 
     font-weight: bolder;
 
 
}
 
}
+
 
.mainpage .WikiaArticleInterlang h3,{
+
/* Template:EventImage */
     padding-top: 20px;
+
.eventImage img {
 +
    width: 100%;
 +
    height: auto;
 +
}/**/
 +
 
 +
/* Wordmark */
 +
.wds-community-header .wds-community-header__wordmark img {
 +
     opacity: 1;
 +
    transition: all 0.2s;
 
}
 
}
+
 
.mw-special-Contact div.WikiaArticleInterlang h3 {
+
.wds-community-header .wds-community-header__wordmark img:hover {
     padding-top: 11px
+
     opacity: 0.8;
 +
}/**/
 +
 
 +
/* Hover Class */
 +
.hoverimage img {
 +
    opacity: 0.8;
 
}
 
}
+
 
.mw-special-Forum div.WikiaArticleInterlang h3 {
+
.hoverimage img:hover {
     padding-top:0;
+
    opacity: 1.0;
 +
}/**/
 +
 
 +
/* Navigation Hover Class */
 +
.hovernav img {
 +
     opacity: 1.0;
 
}
 
}
+
 
div.WikiaArticleInterlang {
+
.hovernav img:hover {
 +
    opacity: 0.55;
 +
}/**/
 +
 
 +
/* Protection image CSS */
 +
div.protection-image {
 
     display: none;
 
     display: none;
 
}
 
}
+
 
.mw-special-Contact div.WikiaArticleInterlang,
+
div.protection-image-visible {
.mw-special-Forum div.WikiaArticleInterlang {
+
    display: inline;
     display: block;
+
}/**/
 +
 
 +
/**********************************************/
 +
/******************** Tags ********************/
 +
/**********************************************/
 +
 
 +
/* <tabber> */
 +
.tabberlive > .tabbernav > li > a {
 +
     /* tabber tabs */
 +
    background-color: #005E99;
 +
    color: #FFDA45 !important;
 
}
 
}
+
 
.mainpage .WikiaArticleInterlang,
+
.tabberlive > .tabbernav > li > a:hover {
.mw-special-Contact div.WikiaArticleInterlang,
+
     /* tabber tabs when being hovered */
.mw-special-Forum div.WikiaArticleInterlang {
+
     background-color: #FFDA45;
     background-color: white;
+
     color: #005E99 !important;
    background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -moz-linear-gradient(top, rgba(242, 242, 242, 0) 50%, #f2f2f2 100%);
 
     background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(50%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
 
    background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -o-linear-gradient(top, rgba(242, 242, 242, 0) 50%, #f2f2f2 100%);
 
     background: url('https://images.wikia.nocookie.net/eswikia/images/5/55/W-Intl_65x65.png') no-repeat 10px, -ms-linear-gradient(top, rgba(242, 242, 242, 0) 50%, #f2f2f2 100%);
 
    border: 1px solid #D9D9D9;
 
    height: 60px;
 
    margin: 0;
 
    margin-top: 10px;
 
 
}
 
}
+
 
.mw-special-Forum #forum-display {
+
.tabberlive > .tabbernav > li > a:active {
     clear: both;
+
     /* tabber tabs when being clicked */
    margin: 0 10px;
 
 
}
 
}
+
 
.mw-special-Forum #mw-content-text {
+
.tabberlive > .tabbernav > li.tabberactive > a {
     margin-bottom: 15px;
+
    /* selected tabber tab */
 +
    background-color: #FFFFFF;
 +
    color: #005E99 !important;
 +
    border-color: #005E99;
 +
     border-bottom-color: transparent;
 
}
 
}
+
 
.mainpage .WikiaArticleInterlang ul, {
+
.tabberlive > .tabbernav > li.tabberactive > a:hover {
     font-size: 14px;
+
     /* selected tabber tab when being hovered */
     padding-top: 20px;
+
    color: #000000 !important;
 +
    border-color: #005E99;
 +
     border-bottom-color: transparent;
 
}
 
}
+
 
.mw-special-Forum div.WikiaArticleInterlang ul {
+
.tabberlive > .tabbernav > li.tabberactive > a:active {
     font-size: 14px;
+
     /* selected tabber tab when being clicked */
     padding-top: 3px;
+
}/**/
 +
 
 +
/**********************************************/
 +
/******************* Tables *******************/
 +
/**********************************************/
 +
.WikiaArticle table.wikitable,
 +
.WikiaArticle table.article-table,
 +
.WikiaArticle table.WikiaTable {
 +
     border-radius: 3px;
 
}
 
}
+
 
.mw-special-Contact div.WikiaArticleInterlang ul {
+
table.wikitable tr > th,
    font-size: 14px;
+
.article-table th {
    padding-top: 16px;
+
     background-color: #383d44 !important;
}
+
     box-shadow: inset 0 -6px 0 rgba(0,0,0,0.15), inset 0 6px 0 rgba(255,255,255,0.05);
+
     color: white;
.mainpage .WikiaArticleInterlang ul li:first-child,
+
     font-family: 'Lilita One';
.mw-special-Contact div.WikiaArticleInterlang ul li:first-child,
 
.mw-special-Forum div.WikiaArticleInterlang ul li:first-child {
 
     padding-left: 10px;
 
}
 
 
body.page-Community_Central_Staff .WikiaPage .WikiaArticle .mw-content-text {
 
    font-family: Rubik, Helvetica, Arial, sans-serif;
 
    color: #002a32;
 
     font-size: 18px;
 
    font-weight: 300;
 
    line-height: 1.6
 
}
 
 
body.page-Community_Central_Staff #mw-content-text > h2 {
 
    border-bottom: 0;
 
    margin: 0 0 30px;
 
    background-image: -webkit-gradient(linear, left top, right top, from(#dfec24), to(#dfec24));
 
    background-image: -webkit-linear-gradient(left, #dfec24, #dfec24);
 
    background-image: -o-linear-gradient(left, #dfec24, #dfec24);
 
    background-image: linear-gradient(90deg, #dfec24, #dfec24);
 
    background-position: 0 0.9em;
 
     background-repeat: repeat-x;
 
    background-size: 1px 4px;
 
    -webkit-box-decoration-break: clone;
 
    box-decoration-break: clone;
 
     font-size: 28px;
 
    font-weight: 400;
 
    line-height: 1.2;
 
    padding: 0 6px;
 
    text-transform: uppercase
 
}
 
 
body.page-Community_Central_Staff #mw-content-text > h3 {
 
    border-bottom: 0;
 
    font-size: 20px;
 
    font-weight: 400;
 
    padding: 0 6px;
 
    text-transform: uppercase
 
}
 
 
body.page-Community_Central_Staff #mw-content-text > h2 + h3
 
{
 
    margin-bottom: 15px
 
}
 
 
/** Portable Infoboxes **/
 
.portable-infobox.pi-theme-notes .pi-header {
 
    background-color: #E5F0F7;
 
    color: black;
 
    text-align: center;
 
 
     font-weight: normal;
 
     font-weight: normal;
 +
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
 
}
 
}
+
 
.portable-infobox.type-card {
+
.article-table tr:last-child td,
  clear: none;
+
.article-table tr:last-child th {
  float: left;
+
    border-bottom: none;
  margin: 0 0 15px 15px;
 
  padding: 0.5em;
 
 
}
 
}
+
 
.portable-infobox.type-card .pi-data-value {
+
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td,
  hyphens: manual;
+
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th,
  word-break: break-word;
+
.WikiaArticle table.article-table > *:first-child > tr:first-child > td,
 +
.WikiaArticle table.article-table > *:first-child > tr:first-child > th,
 +
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td,
 +
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th {
 +
    border-bottom: 0 solid transparent;
 
}
 
}
 
   
 
   
.pi-theme-StaffCard {
+
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td:first-child,
  background: transparent;
+
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th:first-child,
  border-width: 1px;
+
.WikiaArticle table.article-table > *:first-child > tr:first-child > td:first-child,
  border-style: solid;
+
.WikiaArticle table.article-table > *:first-child > tr:first-child > th:first-child,
 +
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td:first-child,
 +
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th:first-child {
 +
    border-top-left-radius: 3px;
 
}
 
}
 
   
 
   
.pi-theme-StaffCard .pi-title {
+
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td:last-child,
  border-bottom: 0;
+
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th:last-child,
  background-image: -webkit-gradient(linear, left top, right top, from(#dfec24), to(#dfec24));
+
.WikiaArticle table.article-table > *:first-child > tr:first-child > td:last-child,
  background-image: -webkit-linear-gradient(left, #dfec24, #dfec24);
+
.WikiaArticle table.article-table > *:first-child > tr:first-child > th:last-child,
  background-image: -o-linear-gradient(left, #dfec24, #dfec24);
+
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td:last-child,
  background-image: linear-gradient(90deg, #dfec24, #dfec24);
+
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th:last-child {
  background-position: 0 0.9em;
+
    border-top-right-radius: 3px;
  background-repeat: repeat-x;
 
  background-size: 1px 4px;
 
  -webkit-box-decoration-break: clone;
 
  box-decoration-break: clone;
 
  color: #002a32;
 
  font-size: 28px;
 
  font-weight: 400;
 
  line-height: 1.2;
 
  padding: 0 6px;
 
  text-transform: uppercase;
 
 
}
 
}
 
   
 
   
.pi-theme-StaffCard .pi-title,
+
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > td:first-child,
.pi-theme-StaffCard > .pi-header {
+
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > th:first-child,
  text-align: center;
+
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > td:first-child,
 +
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > th:first-child,
 +
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > td:first-child,
 +
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > th:first-child {
 +
    border-top-left-radius: 3px;
 +
    border-bottom-left-radius: 3px;
 
}
 
}
 
   
 
   
.pi-theme-StaffCard:only-of-type {
+
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > td:last-child,
  width: auto;
+
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > th:last-child,
  clear: both;
+
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > td:last-child,
  float: none;
+
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > th:last-child,
  overflow: visible;
+
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > td:last-child,
 +
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > th:last-child {
 +
    border-top-right-radius: 3px;
 +
    border-bottom-right-radius: 3px;
 
}
 
}
+
 
.pi-theme-StaffCard .pi-group[data-item-name="biography"] {
+
 
  padding: 10px;
+
.mw-collapsible-toggle {
 +
    margin-left: 0.5em;
 
}
 
}
.pi-theme-StaffCard .pi-item[data-source="biography"] {
+
.mw-collapsible-toggle a {
  display: inline;
+
    color: var(--themed-link-color) !important;
  padding: 0;
+
}/**/
 +
 
 +
/**********************************************/
 +
/******************* Buttons ******************/
 +
/**********************************************/
 +
/* Clickable div elements with shading */
 +
.clickable-div a {
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    top: 0;
 +
    left: 0;
 
}
 
}
+
 
.pi-theme-StaffCard .pi-item[data-source="biography"] p ~ p {
+
.clickable-div a > img {
  margin-top: 1em;
+
    width: 100%;
 +
    height: 100%;
 +
    transition: 0.25s;
 
}
 
}
+
 
.pi-theme-StaffCard .pi-item[data-source="extimage"] {
+
.clickable-div a > img:hover {
  display: inline;
+
    background: rgba(0, 0, 0, 0.2);
  padding: 0;
+
}/**/
 +
 
 +
/* Clickable div without shading */
 +
.clickable-div-ns a {
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    top: 0;
 +
    left: 0;
 
}
 
}
+
 
.pi-theme-StaffCard .pi-item[data-source="extimage"] img {
+
.clickable-div-ns a > img {
  float: left;
+
    width: 100%;
  shape-outside: padding-box;
+
    height: 100%;
  padding: 0 10px 10px 0;
+
}/**/
  width: 100px;
+
 
  height: auto;
+
/* Template:NavButton */
 +
.NavButton-Background-Image {
 +
    background-image: url("https://vignette.wikia.nocookie.net/clashroyale/images/a/ae/NavButton-Background.jpg");
 +
    background-size: contain;
 +
    background-repeat: no-repeat;
 +
    background-origin: border-box;
 +
}/**/
 +
 
 +
/* Nav Button Class */
 +
.nav-button a {
 +
    position: absolute;
 +
    height: 100%;
 +
    width: 100%;
 +
    top: 0;
 +
    left: 0;
 
}
 
}
+
 
.pi-theme-StaffCard .pi-image[data-source="image"] {
+
.nav-button a > img {
  float: left;
+
    width: 100%;
  shape-outside: padding-box;
+
    height: 100%;
  padding: 0 10px 10px 0;
 
 
}
 
}
+
 
.pi-theme-StaffCard .pi-image[data-source="image"] .pi-image-thumbnail {
+
.nav-button {
  width: 100px;
+
    background-color: #005E99;
  height: auto;
+
    color: #FFFFFF;
 +
    -webkit-transition: background-color 1s, color 1s;
 +
    -moz-transition: background-color 1s, color 1s;
 +
    -o-transition: background-color 1s, color 1s;
 +
    transition: background-color 1s, color 1s;
 
}
 
}
.pi-theme-VolunteerCard {
+
 
     background: transparent;
+
.nav-button:hover {
    border-width: 1px;
+
     background-color: #FFFFFF;
     border-style: solid;
+
     color: #005E99;
    clear: none;
 
    float: left;
 
    margin: 0 0 15px 15px;
 
    padding: 0.5em;
 
 
}
 
}
+
 
.pi-theme-VolunteerCard {
+
.nav-button:active {
     width: 45%;
+
    background-color: #B2C2F0;
 +
    color: #005E99;
 +
}/**/
 +
 
 +
/**********************************************/
 +
/********* Tophats/Notice Templates ***********/
 +
/**********************************************/
 +
.tophat {
 +
background-color: #007dcc;
 +
border-radius: 3px;
 +
border: 4px solid rgba(0,0,32,0.4);
 +
box-shadow: inset 0 -6px 0 rgba(0,0,32,0.2), inset 0 6px 0 rgba(255,255,255,0.2), 0 4px 0 rgba(0,0,0,0.15);
 +
     box-sizing: border-box;
 +
color: #FFFFFF;
 +
font-family: "Lilita One";
 +
font-size: 110%;
 +
font-weight: normal;
 +
margin-bottom: 20px;
 +
padding: 5px 10px;
 +
text-align: center;
 +
text-shadow: 0 2px 3px rgba(0,0,0,0.4);
 +
width: 100%;
 +
}
 +
 
 +
.tophat a {
 +
    color: #BBE7FF;
 
}
 
}
+
 
.pi-theme-VolunteerCard-wide {
+
.tophat p {
     width: inherit;
+
     margin: 0;
    float: none;
+
}/**/
     margin-left: auto;
+
 
     margin-right: auto;
+
/**********************************************/
 +
/****************** Navboxes ******************/
 +
/**********************************************/
 +
.navbox {
 +
     width: 100%;
 +
     font-size: 100%;
 
}
 
}
+
.parent-navbox {
.pi-theme-VolunteerCard .pi-item-spacing {
+
    background-color: #e8e9e9;
     padding: initial;
+
    border: 4px solid rgba(0, 0, 0, 0.05);
 +
    border-radius: 3px;
 +
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
 +
    font-size: 90%;
 +
    margin: 2em 0 1em;
 +
     padding: 0.3em;
 
}
 
}
+
.navbox-header {
.pi-theme-VolunteerCard .pi-title {
+
    background: #383d44;
     display: inline;
+
    border: 4px solid rgba(0, 0, 0, 0.4);
     font-size: inherit;
+
    border-radius: 3px 3px 0 0;
     padding: 3px;
+
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.15), inset 0 6px 0 rgba(255, 255, 255, 0.05);
 +
    color: white;
 +
    font-family: "Lilita One";
 +
     font-size: 120%;
 +
     font-weight: normal;
 +
    line-height: 1.3;
 +
    margin: 0.5em 0.3em 0 0.3em;
 +
     padding: 0.2em 0.5em;
 +
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
 
}
 
}
+
.navbox-header a {
.pi-theme-StaffCard .pi-title {
+
     color: white;
    text-align: center;
 
}
 
 
.pi-theme-StaffCard > .pi-header {
 
     text-align: center;
 
 
}
 
}
+
.parent-navbox-header {
.pi-theme-VolunteerCard .pi-navigation {
+
     border-radius: 3px;
     display: inline;
 
 
}
 
}
+
.navbox-label {
.pi-theme-VolunteerCard .pi-image {
+
    background: #3f6faf;
     float: right;
+
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15), inset 0 4px 0 rgba(255, 255, 255, 0.08);
 +
    color: white;
 +
    font-family: "Lilita One";
 +
    font-size: 105%;
 +
    font-weight: normal;
 +
    padding-left: 0.5em;
 +
    padding-right: 0.5em;
 +
     text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
 
}
 
}
+
.mw-collapsed > tbody > tr > .navbox-header {
.pi-theme-StaffCard .pi-image + .pi-data {
+
    border-radius: 3px;
    display: inline;
+
}/**/
 +
 
 +
/**********************************************/
 +
/***************** Miscellanea ****************/
 +
/**********************************************/
 +
/* Audio button (template:Ogg) */
 +
.audio-button .mediaContainer {
 +
left: -10px;
 
}
 
}
+
.audio-button .mwPlayerContainer {
.pi-theme-StaffCard .pi-image {
+
opacity: 0;
    float: left;
 
    padding: 15px;
 
 
}
 
}
+
 
.pi-theme-StaffCard .pi-image-thumbnail {
+
 
     width: 100px;
+
/* Text */
    height: auto;
+
.WikiaArticle p + p {
 +
     margin: 1em 0;
 
}
 
}
+
.mw-parser-output dd {
.portable-infobox.pi-theme-VolunteerCard > .pi-data:not(:only-child) {
+
margin-top: 3px;
    display: inline;
+
margin-bottom: 3px;
 
}
 
}
+
a.selflink {
.portable-infobox.pi-theme-VolunteerCard > .pi-title + .pi-navigation {
+
font-weight: bold;
    display: inline;
+
color: black;
    border: 1px solid;
 
    border-radius: 5px;
 
 
}
 
}
+
 
.portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-label,
+
.text-border-black {
.portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-value {
+
    text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000;
     display: inline;
+
     padding-right: 4px;
     text-align: justify;
+
     padding-left: 4px;
 
}
 
}
+
 
.pi-theme-VolunteerCard > .pi-data-value:only-child {
+
 
    display: inline;
+
/* Special:Community */
 +
.community-page-header {
 +
position: relative;
 +
align-items: center;
 
}
 
}
+
.community-page-header::before {
.pi-theme-VolunteerCard .pi-group {
+
content: '';
     display: flex;
+
     position: absolute;
 +
    background: rgba(0,0,0,.4);
 
     width: 100%;
 
     width: 100%;
 +
    height: 100%;
 
}
 
}
+
.community-page-header .community-page-header-content {
.pi-theme-VolunteerCard .pi-group .pi-data {
+
padding: 0;
    /* border: 2px solid white;
 
    margin: .5em;
 
    border-radius: 1em; */
 
    border-bottom: none;
 
 
}
 
}
+
 
.pi-theme-VolunteerCard .pi-group .pi-data-value:only-child {
+
 
     text-align: center;
+
/* Chromatic Card Text (Webkit only!) */
     margin: auto;
+
.text-chromatic {
 +
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#b116ec),color-stop(0.5,#ff0021),color-stop(1,#fff11e));
 +
    background-image: -webkit-linear-gradient(left,#b116ec 0%,#ff0021 50%,#fff11e 100%);
 +
    background-size: 1000% 1000%;
 +
    -webkit-background-clip: text;
 +
     -webkit-text-fill-color: transparent;
 +
    -webkit-animation: Text-Chromatic 6s linear infinite;
 +
    color: #f88f25; /* Fallback color for non-webkit browsers */
 +
     white-space: nowrap;
 
}
 
}
+
 
.pi-theme-VolunteerCard .pi-data-label {
+
@keyframes Text-Chromatic {
     -ms-flex-preferred-size: 8em;
+
     0% {background-position: 0% 50%}
     -webkit-flex-basis: 8em;
+
     50% {background-position: 100% 50%}
     -moz-flex-basis: 8em;
+
     100% {background-position: 0% 50%}
     flex-basis: 8em;
+
}/**/
     min-width: 5.5em;
+
 
 +
/* Mark redirects in Special:Allpages and Special:Watchlist */
 +
.allpagesredirect:after {
 +
     content: " (redirect)";
 +
     color: #808080;
 
}
 
}
+
 
.pi-theme-VolunteerCard .pi-data img {
+
.allpagesredirect,
     float: right;
+
.watchlistredir {
     margin: 5px;
+
    font-style: italic;
 +
}/**/
 +
 
 +
/* i18n */
 +
.i18ndoc {
 +
    height: 140px;
 +
    overflow: auto;
 +
    background-color: #FFF77D;
 +
    font-size: 8pt;
 +
    font-family: monospace;
 +
    padding: 3px;
 +
    border-bottom: 1px solid #D3D3D3;
 +
}/**/
 +
 
 +
#PixelCruxModule {
 +
    background-image: url("https://vignette.wikia.nocookie.net/brawlstars/images/c/c6/Pixel_Crux_Module_Bg.png");
 +
}/**/
 +
 
 +
/* macOS grayscale antialiasing for less poorly-optimized text "bleed" in light-on-dark areas
 +
and text-size-adjust properties to prevent mismatched font sizes */
 +
body {
 +
    -webkit-font-smoothing: antialiased;
 +
    -moz-osx-font-smoothing: grayscale;
 +
    -webkit-text-size-adjust: none;
 +
    -moz-text-size-adjust: none;
 +
    text-size-adjust: none;
 +
}/**/
 +
 
 +
/* KD’s text-ember class */
 +
.page-Brawl_Stars_Wiki_Staff_Members #kd-staff .text-ember,
 +
.page-User_King_Dragonhoff .text-ember {
 +
    -webkit-animation: text-ember 4s ease-in-out infinite;
 +
    -moz-animation: text-ember 4s ease-in-out infinite;
 +
    animation: text-ember 4s ease-in-out infinite;
 +
    color: #FFD700;
 +
}/**/
 +
 
 +
/**********************************************/
 +
/****************** Keyframes *****************/
 +
/**********************************************/
 +
/* text-ember */
 +
@-webkit-keyframes text-ember {
 +
     0% {
 +
        color: #FFA500;
 +
    }
 +
    50% {
 +
        color: #FFFF00;
 +
     }
 +
    100% {
 +
        color: #FFA500;
 +
    }
 
}
 
}
+
 
.pi-theme-VolunteerCard .pi-data:not(:last-of-type) {
+
@-moz-keyframes text-ember {
     border-bottom-style: initial;
+
     0% {
}
+
        color: #FFA500;
+
     }
.pi-theme-VolunteerCard .pi-group .pi-data:not(:last-of-type) {
+
     50% {
    border-right-style: solid;
+
        color: #FFFF00;
     border-right-width: 1px;
+
     }
}
+
     100% {
+
        color: #FFA500;
.pi-theme-VolunteerCard:nth-child(even) {
+
     }
     clear: both;
 
}
 
 
.pi-theme-StaffCard:only-of-type {
 
    width: auto;
 
    clear: both;
 
    float: none;
 
    overflow: visible;
 
}
 
 
.WikiaArticle .profilecards + h2,
 
.WikiaArticle .profilecards + #INCONTENT_WRAPPER + h2 {
 
    overflow: inherit;
 
}
 
 
.Adopt-a-Wiki {
 
    border: 3px;
 
    border-style: solid;
 
    border-color: #08D6CC;
 
     border-radius: 5px;
 
    box-shadow: -9px 10px 15px 2px rgba(219, 218, 221, 1);
 
}
 
 
/* WAM redesign */
 
 
.WikiaArticle .wam-header {
 
     display: none !important;
 
}
 
 
/* In-Editor Help Assistance board - hide create thread module */
 
.page-Board_In-Editor_Help_Assistance #ForumNewMessage {
 
    display: none;
 
}
 
/* Hide on Topic pages */
 
#ForumNewMessage #BoardList option[value='In-Editor Help Assistance'] {
 
  display:none;
 
}
 
 
/* Fix issue with "page history" link geting cut off on action=delete pages */
 
.mw-delete-warning-revisions > .emptymwmsg.mediawiki_historywarning {
 
     display: none;
 
}
 
 
.main-page-tag-rcs .has-icon {
 
    font-size: 22px;
 
    font-weight: bold;
 
    border: none;
 
 
}
 
}
 +
 +
@keyframes text-ember {
 +
    0% {
 +
        color: #FFA500;
 +
    }
 +
    50% {
 +
        color: #FFFF00;
 +
    }
 +
    100% {
 +
        color: #FFA500;
 +
    }
 +
}/**/

2020年12月19日 (六) 19:02的版本

/** <nowiki>
 *
 * @Imports
 * @Headers
 * @Mainpage
 * @Images
 * @Tags
 * @Tables
 * @Buttons
 * @Tophats
 * @Navboxes
 * @Miscellanea
 * @Keyframes
 *
 */
/**********************************************/
/******************* Imports ******************/
/**********************************************/
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Themes.css|MediaWiki:Usernames.css");
@import url("https://fonts.googleapis.com/css?family=Lilita+One|Berkshire+Swash");

/**********************************************/
/******************* Headers ******************/
/**********************************************/
/* Header changes */
h1.page-header__title {
    font-weight: normal !important;
    font-family: "Lilita One" !important;
}/**/

/* Article h2’s */
.WikiaArticle h2 {
    font-family: "Lilita One";
    clear: left;
	margin-top: 1.5em;
}/**/

/* Article h3’s */
.WikiaArticle h3 {
    font-weight: bold;
    clear: left;
	margin-top: 1.5em;
}/**/

/**********************************************/
/****************** Mainpage ******************/
/**********************************************/
/* Big Buttons */
.bigButton {
    display: inline-block;
    height: 46px;
    background: #EB0B0B;
    font-weight: bold;
    font-size: 15px;
    line-height: 46px;
    color: #FFFFFF;
    text-shadow: initial;
    text-decoration: none;
    padding: 0 30px;
    cursor: pointer;
}

.bigButton:hover {
    background-color: #F86D6D;
    text-decoration: none;
}

.bigButton:active {
    background-color: #AA0808;
    text-decoration: none;
}/**/

/* Navigation buttons */
.brawlButton {
    position: relative;
    overflow: hidden;
    background-color: #2490F5;
    font-family: "Lilita One";
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    border: 4px solid rgba(0, 0, 32, 0.5);
    border-radius: 3px;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 32, 0.2), inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 4px 0 rgba(0, 0, 0, 0.15);
    margin: 6px;
}

.brawlButton:active {
    transform: translateY(4px);
}/**/

/* Big header */
.brawlHeader {
    background-color: #4e4356;
    font-weight: normal;
    font-size: 140%;
    font-family: "Lilita One";
    text-shadow: 1px 1px #4d4b6e, 1px 0 #4d4b6e, 1px -1px #4d4b6e, 0 1px #4d4b6e, 0 -1px #4d4b6e, -1px 1px #4d4b6e, -1px 0 #4d4b6e, -1px -1px #4d4b6e, 0 2px 3px rgba(0,0,0,0.4);
    padding: 15px 20px;
    border-top-width: 2px;
    border-bottom-width: 4px;
    box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.2), inset 0 -5px 0 rgba(100,0,0,0.2);
    margin: 10px 0;
    -webkit-filter: drop-shadow(0 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 4px rgba(0, 0, 0, 0.4));
}/**/

/* Main modules */
.brawlModule {
    background-color: #2490F5;
    color: #FFFFFF;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    padding: 20px;
    border: 4px solid rgba(0, 0, 32, 0.4);
    border-radius: 3px;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 32, 0.2), inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 4px 0 rgba(0, 0, 0, 0.15);
}

.brawlModule h3 {
    font-size: 220%;
    font-family: "Lilita One";
    line-height: 1.1em;
}

.brawlModule a:hover {
    text-decoration: none;
}/**/

/* Slant headers */
.slant-header {
    position: relative;
    left: -20px;
    width: calc(100% - 20px);
    overflow: visible !important;
    background-color: #4e4356;
    font-size: 24px !important;
    text-shadow: 1px 1px #4d4b6e, 1px 0 #4d4b6e, 1px -1px #4d4b6e, 0 1px #4d4b6e, 0 -1px #4d4b6e, -1px 1px #4d4b6e, -1px 0 #4d4b6e, -1px -1px #4d4b6e, 0 2px 3px rgba(0,0,0,0.4);
    white-space: nowrap;
    padding: 10px 20px;
    margin: 15px 0 !important;
    -webkit-filter: drop-shadow(3px 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(3px 4px rgba(0, 0, 0, 0.4));
}

.slant-header:not(:first-of-type) {
    margin-top: 25px !important
}

.slant-header:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 46px solid #4e4356;
    border-right: 10px solid transparent;
}

h3.slant-header {
    font-weight: normal;
}

.major-text {
    color: #0D69D9;
}/**/

/**********************************************/
/******************* Images *******************/
/**********************************************/
body.background-fixed {
	background-size: cover;
}

.WikiaMainContent .floatleft {
	border: 0;
    clear: left;
    float: left;
    margin: 0 20px 10px 0;
    position: relative;
}
.WikiaMainContent .floatright {
    border: 0;
    clear: right;
    float: right;
    margin: 0 0 10px 20px;
    position: relative;
}

/* Template:EventImage */
.eventImage img {
    width: 100%;
    height: auto;
}/**/

/* Wordmark */
.wds-community-header .wds-community-header__wordmark img {
    opacity: 1;
    transition: all 0.2s;
}

.wds-community-header .wds-community-header__wordmark img:hover {
    opacity: 0.8;
}/**/

/* Hover Class */
.hoverimage img {
    opacity: 0.8;
}

.hoverimage img:hover {
    opacity: 1.0;
}/**/

/* Navigation Hover Class */
.hovernav img {
    opacity: 1.0;
}

.hovernav img:hover {
    opacity: 0.55;
}/**/

/* Protection image CSS */
div.protection-image {
    display: none;
}

div.protection-image-visible {
    display: inline;
}/**/

/**********************************************/
/******************** Tags ********************/
/**********************************************/

/* <tabber> */
.tabberlive > .tabbernav > li > a {
    /* tabber tabs */
    background-color: #005E99;
    color: #FFDA45 !important;
}

.tabberlive > .tabbernav > li > a:hover {
    /* tabber tabs when being hovered */
    background-color: #FFDA45;
    color: #005E99 !important;
}

.tabberlive > .tabbernav > li > a:active {
    /* tabber tabs when being clicked */
}

.tabberlive > .tabbernav > li.tabberactive > a {
    /* selected tabber tab */
    background-color: #FFFFFF;
    color: #005E99 !important;
    border-color: #005E99;
    border-bottom-color: transparent;
}

.tabberlive > .tabbernav > li.tabberactive > a:hover {
    /* selected tabber tab when being hovered */
    color: #000000 !important;
    border-color: #005E99;
    border-bottom-color: transparent;
}

.tabberlive > .tabbernav > li.tabberactive > a:active {
    /* selected tabber tab when being clicked */
}/**/

/**********************************************/
/******************* Tables *******************/
/**********************************************/
.WikiaArticle table.wikitable,
.WikiaArticle table.article-table,
.WikiaArticle table.WikiaTable {
    border-radius: 3px;
}

table.wikitable tr > th,
.article-table th {
    background-color: #383d44 !important;
    box-shadow: inset 0 -6px 0 rgba(0,0,0,0.15), inset 0 6px 0 rgba(255,255,255,0.05);
    color: white;
    font-family: 'Lilita One';
    font-weight: normal;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
}

.article-table tr:last-child td,
.article-table tr:last-child th {
    border-bottom: none;
}

.WikiaArticle table.wikitable > *:first-child > tr:first-child > td,
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th,
.WikiaArticle table.article-table > *:first-child > tr:first-child > td,
.WikiaArticle table.article-table > *:first-child > tr:first-child > th,
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td,
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th {
    border-bottom: 0 solid transparent;
}
 
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td:first-child,
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th:first-child,
.WikiaArticle table.article-table > *:first-child > tr:first-child > td:first-child,
.WikiaArticle table.article-table > *:first-child > tr:first-child > th:first-child,
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td:first-child,
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th:first-child {
    border-top-left-radius: 3px;
}
 
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td:last-child,
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th:last-child,
.WikiaArticle table.article-table > *:first-child > tr:first-child > td:last-child,
.WikiaArticle table.article-table > *:first-child > tr:first-child > th:last-child,
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td:last-child,
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th:last-child {
    border-top-right-radius: 3px;
}
 
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > td:first-child,
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > th:first-child,
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > td:first-child,
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > th:first-child,
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > td:first-child,
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > th:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
 
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > td:last-child,
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > th:last-child,
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > td:last-child,
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > th:last-child,
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > td:last-child,
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > th:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.mw-collapsible-toggle {
    margin-left: 0.5em;
}
.mw-collapsible-toggle a {
    color: var(--themed-link-color) !important;
}/**/

/**********************************************/
/******************* Buttons ******************/
/**********************************************/
/* Clickable div elements with shading */
.clickable-div a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.clickable-div a > img {
    width: 100%;
    height: 100%;
    transition: 0.25s;
}

.clickable-div a > img:hover {
    background: rgba(0, 0, 0, 0.2);
}/**/

/* Clickable div without shading */
.clickable-div-ns a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.clickable-div-ns a > img {
    width: 100%;
    height: 100%;
}/**/

/* Template:NavButton */
.NavButton-Background-Image {
    background-image: url("https://vignette.wikia.nocookie.net/clashroyale/images/a/ae/NavButton-Background.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: border-box;
}/**/

/* Nav Button Class */
.nav-button a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.nav-button a > img {
    width: 100%;
    height: 100%;
}

.nav-button {
    background-color: #005E99;
    color: #FFFFFF;
    -webkit-transition: background-color 1s, color 1s;
    -moz-transition: background-color 1s, color 1s;
    -o-transition: background-color 1s, color 1s;
    transition: background-color 1s, color 1s;
}

.nav-button:hover {
    background-color: #FFFFFF;
    color: #005E99;
}

.nav-button:active {
    background-color: #B2C2F0;
    color: #005E99;
}/**/

/**********************************************/
/********* Tophats/Notice Templates ***********/
/**********************************************/
.tophat {
	background-color: #007dcc;
	border-radius: 3px;
	border: 4px solid rgba(0,0,32,0.4);
	box-shadow: inset 0 -6px 0 rgba(0,0,32,0.2), inset 0 6px 0 rgba(255,255,255,0.2), 0 4px 0 rgba(0,0,0,0.15);
    box-sizing: border-box;
	color: #FFFFFF;
	font-family: "Lilita One";
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0,0,0,0.4);
	width: 100%;
 }

.tophat a {
    color: #BBE7FF;
}

.tophat p {
    margin: 0;
}/**/

/**********************************************/
/****************** Navboxes ******************/
/**********************************************/
.navbox {
    width: 100%;
    font-size: 100%;
}
.parent-navbox {
    background-color: #e8e9e9;
    border: 4px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    font-size: 90%;
    margin: 2em 0 1em;
    padding: 0.3em;
}
.navbox-header {
    background: #383d44;
    border: 4px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.15), inset 0 6px 0 rgba(255, 255, 255, 0.05);
    color: white;
    font-family: "Lilita One";
    font-size: 120%;
    font-weight: normal;
    line-height: 1.3;
    margin: 0.5em 0.3em 0 0.3em;
    padding: 0.2em 0.5em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
}
.navbox-header a {
    color: white;
}
.parent-navbox-header {
    border-radius: 3px;
}
.navbox-label {
    background: #3f6faf;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15), inset 0 4px 0 rgba(255, 255, 255, 0.08);
    color: white;
    font-family: "Lilita One";
    font-size: 105%;
    font-weight: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.mw-collapsed > tbody > tr > .navbox-header {
    border-radius: 3px;
}/**/

/**********************************************/
/***************** Miscellanea ****************/
/**********************************************/
/* Audio button (template:Ogg) */
.audio-button .mediaContainer {
	left: -10px;
}
.audio-button .mwPlayerContainer {
	opacity: 0;
}


/* Text */
.WikiaArticle p + p {
    margin: 1em 0;
}
.mw-parser-output dd {
	margin-top: 3px;
	margin-bottom: 3px;
}
a.selflink {
	font-weight: bold;
	color: black;
}

.text-border-black {
    text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000;
    padding-right: 4px;
    padding-left: 4px;
}


/* Special:Community */
.community-page-header {
	position: relative;
	align-items: center;
}
.community-page-header::before {
	content: '';
    position: absolute;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
}
.community-page-header .community-page-header-content {
	padding: 0;
}


/* Chromatic Card Text (Webkit only!) */
.text-chromatic {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#b116ec),color-stop(0.5,#ff0021),color-stop(1,#fff11e));
    background-image: -webkit-linear-gradient(left,#b116ec 0%,#ff0021 50%,#fff11e 100%);
    background-size: 1000% 1000%; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    -webkit-animation: Text-Chromatic 6s linear infinite;
    color: #f88f25; /* Fallback color for non-webkit browsers */
    white-space: nowrap;
}

@keyframes Text-Chromatic {
    0% {background-position: 0% 50%}
    50% {background-position: 100% 50%}
    100% {background-position: 0% 50%}
}/**/

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect:after {
    content: " (redirect)";
    color: #808080;
}

.allpagesredirect,
.watchlistredir {
    font-style: italic;
}/**/

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

#PixelCruxModule {
    background-image: url("https://vignette.wikia.nocookie.net/brawlstars/images/c/c6/Pixel_Crux_Module_Bg.png");
}/**/

/* macOS grayscale antialiasing for less poorly-optimized text "bleed" in light-on-dark areas 
and text-size-adjust properties to prevent mismatched font sizes */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}/**/

/* KD’s text-ember class */
.page-Brawl_Stars_Wiki_Staff_Members #kd-staff .text-ember,
.page-User_King_Dragonhoff .text-ember {
    -webkit-animation: text-ember 4s ease-in-out infinite;
    -moz-animation: text-ember 4s ease-in-out infinite;
    animation: text-ember 4s ease-in-out infinite;
    color: #FFD700;
}/**/

/**********************************************/
/****************** Keyframes *****************/
/**********************************************/
/* text-ember */
@-webkit-keyframes text-ember {
    0% {
        color: #FFA500;
    }
    50% {
        color: #FFFF00;
    }
    100% {
        color: #FFA500;
    }
}

@-moz-keyframes text-ember {
    0% {
        color: #FFA500;
    }
    50% {
        color: #FFFF00;
    }
    100% {
        color: #FFA500;
    }
}

@keyframes text-ember {
    0% {
        color: #FFA500;
    }
    50% {
        color: #FFFF00;
    }
    100% {
        color: #FFA500;
    }
}/**/