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



语音维基

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

(撤销Zz讨论)的版本106)
标签撤销
Zz讨论 | 贡献
(撤销Zz讨论)的版本105)
标签撤销
第1行: 第1行:
/** <nowiki>
+
/* 这里放置的CSS将应用于所有皮肤 */
*
+
/* <pre><nowiki>*/
* @Imports
+
@import "/load.php?articles=MediaWiki:Mainpage.css|MediaWiki:Badges-blogs.css&only=styles&mode=articles";
* @Headers
+
* @Mainpage
+
.comments .staff > blockquote,
* @Images
+
.comments .staff .current,
* @Tags
+
.comments .staff.even blockquote {
* @Tables
+
  background: #C7D1D8;
* @Buttons
+
}
* @Tophats
+
.comments .staff > blockquote:after,
* @Navboxes
+
.comments .staff .current:after,
* @Miscellanea
+
.comments .staff.even blockquote:after {
* @Keyframes
+
  border-color: transparent #C7D1D8 #C7D1D8 transparent;
*
+
}
*/
+
.comments .staff > blockquote div {
/**********************************************/
+
  background: transparent;
/******************* Imports ******************/
+
}
/**********************************************/
+
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Themes.css|MediaWiki:Usernames.css");
+
/* Hide the little logo and make the background of the main logo transparent */
@import url("https://fonts.googleapis.com/css?family=Lilita+One|Berkshire+Swash");
+
.logoContainer { background-color: transparent !important; }
 
+
.wikiaLogo { display:none !important; }
/**********************************************/
+
/******************* Headers ******************/
+
/* div.mw-geshi class used in conjuction with source tag */
/**********************************************/
+
div.mw-geshi {
/* Header changes */
+
background-color:#F9F9F9;
h1.page-header__title {
+
border:1px dashed #2F6FAB;
    font-weight: normal !important;
+
padding:0.5em 1em;
    font-family: "Lilita One" !important;
+
font-family:monospace;
}/**/
+
}
 
+
/* Avoids code "squashing" where preformatted code is displayed side-by-side in a table. */ td:not(:only-child) .mw-geshi pre {
/* Article h2’s */
+
     white-space: pre-wrap;
.WikiaArticle h2 {
+
    -o-tab-size: 4;
    font-family: "Lilita One";
+
     -moz-tab-size: 4;
    clear: left;
+
    tab-size: 4;
margin-top: 1.5em;
+
}
}/**/
+
/* Main page Tabber code
 
+
  ul.tabbernav = the tab navigation list
/* Article h3’s */
+
  li.tabberactive = the active tab
.WikiaArticle h3 {
+
  --------------------------------------------------*/
     font-weight: bold;
+
     clear: left;
+
.page-Community_Central ul.tabbernav {
margin-top: 1.5em;
+
     border: none;
}/**/
+
     font: normal 14px Helvetica, Arial, sans-serif;
 
+
     padding: 10px 0;
/**********************************************/
+
}
/****************** Mainpage ******************/
+
.page-Community_Central ul.tabbernav li a {
/**********************************************/
+
     padding: 10px;
/* Big Buttons */
+
     margin-left: 0;
.bigButton {
+
     background-color: #e6f4ff;
     display: inline-block;
+
     border: none;
     height: 46px;
+
     border-right: 1px solid #002E54;
     background: #EB0B0B;
+
     border-top: 1px solid #002E54;
    font-weight: bold;
 
     font-size: 15px;
 
     line-height: 46px;
 
     color: #FFFFFF;
 
     text-shadow: initial;
 
     text-decoration: none;
 
     padding: 0 30px;
 
    cursor: pointer;
 
 
}
 
}
 
+
.page-Community_Central ul.tabbernav li a:link,
.bigButton:hover {
+
.page-Community_Central ul.tabbernav li a:visited {
     background-color: #F86D6D;
+
     color: #002E54;
     text-decoration: none;
+
    border: none;
 +
    border-right: 1px solid #002E54;
 +
     border-top: 1px solid #002E54;
 
}
 
}
 
+
.page-Community_Central ul.tabbernav li a:hover {
.bigButton:active {
 
    background-color: #AA0808;
 
    text-decoration: none;
 
}/**/
 
 
 
/* Navigation buttons */
 
.brawlButton {
 
    position: relative;
 
    overflow: hidden;
 
    background-color: #2490F5;
 
    font-family: "Lilita One";
 
 
     color: #FFFFFF;
 
     color: #FFFFFF;
     letter-spacing: 1px;
+
     background-color: #002E54;
     text-align: center;
+
     border: none;
     text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
+
     border-right: 1px solid #002E54;
    border: 4px solid rgba(0, 0, 32, 0.5);
+
     border-top: 1px solid #002E54;
     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;
 
 
}
 
}
 
+
.page-Community_Central ul.tabbernav li.tabberactive a,
.brawlButton:active {
+
.page-Community_Central ul.tabbernav li.tabberactive a:hover {
     transform: translateY(4px);
+
     color: #FFFFFF;
}/**/
+
     background-color: #002E54;
 
 
/* Big header */
 
.brawlHeader {
 
     background-color: #4e4356;
 
 
     font-weight: normal;
 
     font-weight: normal;
 +
    border: none;
 +
    border-right: 1px solid #002E54;
 +
    border-top: 1px solid #002E54;
 +
}
 +
.page-Community_Central .tabberlive {
 +
    width: 100%;
 +
}
 +
.page-Community_Central .tabberlive .tabbertab {
 +
    border: none;
 +
}
 +
 +
/*--------------------------------------------------
 +
Styles for Guides Tabs
 +
  --------------------------------------------------*/
 +
.page-Community_Central .tab-item-avatar {
 +
    float: left;
 +
    width: 48px;
 +
    margin: 20px 10px 0;
 +
}
 +
.page-Community_Central .tab-item-title {
 +
    font-size: 22px;
 +
    padding-top: 20px;
 +
    margin: 5px 0 -5px;
 +
}
 +
.page-Community_Central .tab-item-content {
 +
    margin-left: 10px;
 +
    border-bottom: 1px solid #ccc;
 +
}
 +
/* Help headers */
 +
.basic {
 +
    background-image: url('https://vignette.wikia.nocookie.net/central/images/3/3b/Greenheader.png');
 +
    color:#006600;
 +
}
 +
.moderate {
 +
    background-image: url('https://vignette.wikia.nocookie.net/central/images/7/7f/Blueheader.png');
 +
    color:#333399;
 +
}
 +
.expert {
 +
    background-image: url('https://vignette.wikia.nocookie.net/central/images/e/ed/Purpleheader.png');
 +
    color:#663399;
 +
}
 +
.helpheader {
 +
    padding-left: 5px;
 +
    margin-top: .5em;
 +
    margin-bottom: .17em;
 +
    width: 100%;
 +
    background-repeat: repeat-y;
 +
    clear: right;
 +
    display: table;
 +
}
 +
.helpheader h2 {
 +
    margin: 0px !important;
 +
    display: inline;
 +
    float: left;
 
     font-size: 140%;
 
     font-size: 140%;
     font-family: "Lilita One";
+
     font-weight: bold;
     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);
+
     line-height: 150%;
     padding: 15px 20px;
+
     margin: 15px 0px 3px 0px;
     border-top-width: 2px;
+
     padding:0.4em;
     border-bottom-width: 4px;
+
     text-align:left;
     box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.2), inset 0 -5px 0 rgba(100,0,0,0.2);
+
     vertical-align:middle;
    margin: 10px 0;
+
     border-style: none;
     -webkit-filter: drop-shadow(0 4px rgba(0, 0, 0, 0.4));
+
}
    filter: drop-shadow(0 4px rgba(0, 0, 0, 0.4));
+
.helpheader h2 ~ h2 {
}/**/
+
     display: inline;
 
+
     float: left;
/* 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);
 
 
}
 
}
 
+
.silver_taskstar h2 {
.brawlModule h3 {
+
     background: url('https://images.wikia.nocookie.net/central/images/a/aa/Silver_taskstar.png') left center no-repeat;
     font-size: 220%;
+
     padding-left: 25px;
     font-family: "Lilita One";
+
     padding-right: 15px;
     line-height: 1.1em;
 
 
}
 
}
 
+
.silver_taskstar h2 ~ h2 {
.brawlModule a:hover {
+
     background: transparent !important;
    text-decoration: none;
+
     padding-left: 0px;
}/**/
 
 
 
/* 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));
 
 
}
 
}
 
+
.helpheader h2 ~ h2:before {
.slant-header:not(:first-of-type) {
+
    content:'/';
     margin-top: 25px !important
+
     margin-right: 10px;
 
}
 
}
 
+
.helpheader .editsection {
.slant-header:after {
+
    background: white;
     content: "";
+
     margin-top: -25px;
 
     position: absolute;
 
     position: absolute;
     top: 0;
+
     right: 5px;
     right: -10px;
+
}
     bottom: 0;
+
.glass {
     width: 0;
+
    background-image: url(https://images.wikia.nocookie.net/central/images/a/a9/Glass_bar.png);
     height: 0;
+
    background-repeat: repeat-x
     border-top: 46px solid #4e4356;
+
}
     border-right: 10px solid transparent;
+
/*~ 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;
 +
    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;
 +
    padding: 2px 0 2px 0.9em;
 +
    /* 0.9em left, 0px right */
 +
    text-align: center;
 +
}
 +
td.mbox-imageright {
 +
    /* The right image cell */
 +
    border: none;
 +
    padding: 2px 0.9em 2px 0;
 +
    /* 0px left, 0.9em right */
 +
    text-align: center;
 +
}
 +
/*~ 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" */
 +
    margin: 2px 0;
 +
    /* class ensures that this declaration overrides other */
 +
     width: 100%;
 +
     /* For Safari and Opera */
 +
    /* styles (including mbox-small above) */
 +
}
 +
.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 */
 
}
 
}
 
+
/* These mbox-small classes must be placed after all other
h3.slant-header {
+
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
     font-weight: normal;
+
  they override "table.ambox + table.ambox" above. */
 +
body.mediawiki table.mbox-small {
 +
    /* For the "small=yes" option. */
 +
    clear: right;
 +
    float: right;
 +
    margin: 4px 0 4px 1em;
 +
    width: 238px;
 +
     font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
 
+
body.mediawiki table.mbox-small-left {
.major-text {
+
     /* For the "small=left" option. */
     color: #0D69D9;
+
    margin: 4px 1em 4px 0;
}/**/
+
    width: 238px;
 
+
    border-collapse: collapse;
/**********************************************/
+
    font-size: 88%;
/******************* Images *******************/
+
    line-height: 1.25em;
/**********************************************/
 
body.background-fixed {
 
background-size: cover;
 
 
}
 
}
 
+
.WikiaMainContent .floatleft {
+
border: 0;
+
    clear: left;
+
/* === USERBOXES  === */
 +
table.userbox {
 
     float: left;
 
     float: left;
     margin: 0 20px 10px 0;
+
     margin: 0.2em;
     position: relative;
+
    padding: 0;
 +
    border-width: 1px;
 +
    border-style: solid;
 +
}
 +
table.userbox td.left,
 +
table.userbox td.right {
 +
    text-align: center;
 +
    vertical-align: middle;
 +
    font-size: 1.6em;
 +
    padding: 0;
 +
}
 +
table.userbox td.main {
 +
    padding: 0 4px;
 +
     vertical-align: middle;
 +
    line-height: 125%;
 +
    font-size: 0.9em;
 +
}
 +
 +
table.userbox {
 +
    border-color: #aaa;
 +
    background: #f8f8f8;
 +
}
 +
table.userbox td.left,
 +
table.userbox td.right {
 +
    background: #d8d8d8;
 
}
 
}
.WikiaMainContent .floatright {
+
    border: 0;
+
/*
    clear: right;
+
=== Babel ===
 +
*/
 +
div.babelbox {
 
     float: right;
 
     float: right;
     margin: 0 0 10px 20px;
+
     margin-left: 1em;
     position: relative;
+
    margin-bottom: 0.5em;
 +
    width: 246px;
 +
    border: 1px solid #99B3FF;
 +
    padding: 2px 0 2px 0;
 +
}
 +
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
 +
    margin: 2px 4px 2px 4px;
 +
    /* t, l, b, r */
 +
    width:238px;
 +
    border-collapse: collapse;
 +
}
 +
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
 +
    text-align:center;
 +
    font-size:14pt;
 +
    width:45px;
 +
    height:45px;
 +
}
 +
td.lang-descriptionN, td.lang-description0, td.lang-description1, td.lang-description2, td.lang-description3 {
 +
    font-size:8pt;
 +
    padding:4pt;
 +
    line-height:1.25em
 +
}
 +
.lang-block0 {
 +
    border:1px solid #FFB3B3;
 +
}
 +
td.lang-code0 {
 +
    background-color: #FFB3B3;
 +
    color: black;
 +
}
 +
td.lang-description0 {
 +
    background-color: #FFE0E8;
 +
     color: black;
 
}
 
}
 
+
.lang-block1, .lang-block2, .lang-block3 {
/* Template:EventImage */
+
     border:1px solid #99B3FF;
.eventImage img {
 
    width: 100%;
 
    height: auto;
 
}/**/
 
 
 
/* Wordmark */
 
.wds-community-header .wds-community-header__wordmark img {
 
     opacity: 1;
 
    transition: all 0.2s;
 
 
}
 
}
 
+
td.lang-code1, td.lang-code2, td.lang-code3 {
.wds-community-header .wds-community-header__wordmark img:hover {
+
     background-color: #99B3FF;
     opacity: 0.8;
+
     color: black;
}/**/
 
 
 
/* Hover Class */
 
.hoverimage img {
 
     opacity: 0.8;
 
 
}
 
}
 
+
td.lang-description1, td.lang-description2, td.lang-description3 {
.hoverimage img:hover {
+
     background-color: #E0E8FF;
     opacity: 1.0;
+
     color: black;
}/**/
 
 
 
/* Navigation Hover Class */
 
.hovernav img {
 
     opacity: 1.0;
 
 
}
 
}
 
+
.lang-blockN {
.hovernav img:hover {
+
     border:1px solid #6EF7A7;
    opacity: 0.55;
 
}/**/
 
 
 
/* Protection image CSS */
 
div.protection-image {
 
     display: none;
 
 
}
 
}
 
+
td.lang-codeN {
div.protection-image-visible {
+
     background-color: #6EF7A7;
    display: inline;
+
     color: black;
}/**/
 
 
 
/**********************************************/
 
/******************** Tags ********************/
 
/**********************************************/
 
 
 
/* <tabber> */
 
.tabberlive > .tabbernav > li > a {
 
    /* tabber tabs */
 
     background-color: #005E99;
 
     color: #FFDA45 !important;
 
 
}
 
}
 
+
td.lang-descriptionN {
.tabberlive > .tabbernav > li > a:hover {
+
     background-color: #C5FCDC;
    /* tabber tabs when being hovered */
+
     color: black;
     background-color: #FFDA45;
 
     color: #005E99 !important;
 
 
}
 
}
 
+
/*
.tabberlive > .tabbernav > li > a:active {
+
=== Forum formatting -Algorithm & -Splaka ===
     /* tabber tabs when being clicked */
+
*/
 +
.forumheader {
 +
    border: 1px solid #aaa;
 +
    background-color: #f9f9f9;
 +
    color: #000;
 +
    margin-top: 1em;
 +
     padding: 6px;
 
}
 
}
 
+
.forumlist td.forum_edited a {
.tabberlive > .tabbernav > li.tabberactive > a {
+
     color: black;
    /* selected tabber tab */
+
     text-decoration: none
    background-color: #FFFFFF;
 
     color: #005E99 !important;
 
     border-color: #005E99;
 
    border-bottom-color: transparent;
 
 
}
 
}
 
+
.forumlist td.forum_title a {
.tabberlive > .tabbernav > li.tabberactive > a:hover {
+
     padding-left: 20px;
     /* selected tabber tab when being hovered */
 
    color: #000000 !important;
 
    border-color: #005E99;
 
    border-bottom-color: transparent;
 
 
}
 
}
 
+
.forumlist td.forum_title a.forum_new {
.tabberlive > .tabbernav > li.tabberactive > a:active {
+
     font-weight: bold;
     /* selected tabber tab when being clicked */
+
    background: url('https://images.wikia.nocookie.net/central/images/4/4e/Forum_new.gif?1') center left no-repeat;
}/**/
+
     padding-left: 20px;
 
 
/**********************************************/
 
/******************* Tables *******************/
 
/**********************************************/
 
.WikiaArticle table.wikitable,
 
.WikiaArticle table.article-table,
 
.WikiaArticle table.WikiaTable {
 
     border-radius: 3px;
 
 
}
 
}
 
+
.forumlist td.forum_title a.forum_new:visited {
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;
 
     font-weight: normal;
     text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
+
    background: none;
 +
    padding-left: 20px;
 +
}
 +
.forumlist th.forum_title {
 +
    padding-left: 20px;
 +
}
 +
/* === underline classes === */
 +
.underlinelink a {
 +
    text-decoration: underline ! important;
 +
}
 +
.nounderlinelink a {
 +
     text-decoration: none ! important;
 +
}
 +
/* font class for 'click here' */
 +
.clickhere a, .clickhere a:visited {
 +
    color: #3366BB !important
 +
}
 +
.clickhere a:hover, .clickhere a:active {
 +
    color: #268CFE !important
 +
}
 +
/* === class for task boxes === */
 +
.task {
 +
    border: 1px solid #585490;
 +
    background: #f8faff;
 +
    padding:.5em;
 +
}
 +
/* === class for main page link tables === */
 +
#bodyContent .buttonlink a {
 +
    background: transparent url(https://images.wikia.nocookie.net/central/images/9/96/Bullet_plain.png) center left no-repeat !important;
 +
    padding-left: 14px !important;
 +
}
 +
#bodyContent .buttonstar a {
 +
    background: transparent url(https://images.wikia.nocookie.net/central/images/e/ec/Bullet_star.png) center left no-repeat !important;
 +
    padding-left: 14px !important;
 +
}
 +
#bodyContent .buttonstar3 a {
 +
    background: transparent url(https://images.wikia.nocookie.net/central/images/e/ef/Bullet_star3.png) center left no-repeat !important;
 +
    padding-left: 14px !important;
 +
}
 +
/* === misc === */
 +
li #credits {
 +
    white-space: normal;
 
}
 
}
 
+
.headbare h1, .headbare h2 {
.article-table tr:last-child td,
 
.article-table tr:last-child th {
 
 
     border-bottom: none;
 
     border-bottom: none;
 
}
 
}
 
+
.mw-plusminus-pos {
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td,
+
    color: #006500;
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th,
+
}
.WikiaArticle table.article-table > *:first-child > tr:first-child > td,
+
.mw-plusminus-neg {
.WikiaArticle table.article-table > *:first-child > tr:first-child > th,
+
    color: #8B0000;
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td,
+
}
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th {
+
/* Mark redirects in Special:Allpages and Special:Watchlist */
     border-bottom: 0 solid transparent;
+
.allpagesredirect {
 +
    font-style: italic;
 +
}
 +
.watchlistredir {
 +
    font-style: italic;
 +
}
 +
/* === for Percent template === */
 +
.percent-fill {
 +
    height:24px;
 +
    background: #ffffff url(https://images.wikia.nocookie.net/central/images/3/31/Gradient24.png) 0 0 repeat;
 +
}
 +
.percent-empty {
 +
    height: 24px;
 +
    background: transparent;
 +
}
 +
/* === per page stuff === */
 +
.page-Category_Custom_edit_buttons .gallerybox .thumb {
 +
    padding:0 !important;
 +
}
 +
.page-Wikia_Maintenance_copyvio a[title|="Category:Files with unknown copyright status"] {
 +
     display:none;
 
}
 
}
 +
body.page-Community_Chat #page_controls {
 +
    display:none;
 +
}
 +
body.page-Community_Chat #page_tabs {
 +
    display:none;
 +
}
 +
body.page-Community_Chat #articleFooterActions {
 +
    display:none;
 +
}
 +
/* === Dynamic navigation === */
 
   
 
   
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td:first-child,
+
/* default skin for navigation boxes */
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th:first-child,
+
table.navbox {
.WikiaArticle table.article-table > *:first-child > tr:first-child > td:first-child,
+
    background-color: #f9f9f9;
.WikiaArticle table.article-table > *:first-child > tr:first-child > th:first-child,
+
    border: 1px solid #aaa;
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td:first-child,
+
    clear: both;
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th:first-child {
+
    font-size: 90%;
    border-top-left-radius: 3px;
+
    margin: 1em 0em 0em;
 +
    padding: 2px;
 +
    text-align: center;
 +
    width: 100%;
 +
}
 +
table.navbox th {
 +
    background-color: #ccf;
 +
    padding-left: 1em;
 +
    padding-right: 1em;
 +
}
 +
table.navbox tr:not(:first-child) th {
 +
    background-color: #ddf;
 +
}
 +
@media print {
 +
    .navbox {
 +
        display: none;
 +
    }
 +
}
 +
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 +
div.Boxmerge, div.NavFrame {
 +
    margin: 0px;
 +
    padding: 4px;
 +
    border: 1px solid #aaa;
 +
    text-align: center;
 +
    border-collapse: collapse;
 +
    font-size: 95%;
 +
}
 +
div.Boxmerge div.NavFrame {
 +
    border-style: none;
 +
    border-style: hidden;
 +
}
 +
div.NavFrame + div.NavFrame {
 +
    border-top-style: none;
 +
    border-top-style: hidden;
 +
}
 +
div.NavPic {
 +
    background-color: #fff;
 +
    margin: 0px;
 +
    padding: 2px;
 +
    float: left;
 +
}
 +
div.NavFrame div.NavHead {
 +
    height: 1.6em;
 +
    font-weight: bold;
 +
    background-color: #ccccff;
 +
    position:relative;
 +
}
 +
div.NavFrame p {
 +
    font-size: 100%;
 +
}
 +
div.NavFrame div.NavContent {
 +
    font-size: 100%;
 +
}
 +
div.NavFrame div.NavContent p {
 +
    font-size: 100%;
 +
}
 +
div.NavEnd {
 +
    margin: 0px;
 +
    padding: 0px;
 +
    line-height: 1px;
 +
    clear: both;
 +
}
 +
a.NavToggle {
 +
    position:absolute;
 +
    top:0px;
 +
    right:3px;
 +
    font-weight:normal;
 +
    font-size:smaller;
 +
}
 +
.NavToggle {
 +
    float:right;
 +
    position:absolute;
 +
    top:0px;
 +
    right:3px;
 +
}
 +
.NavHead {
 +
    position:relative;
 +
}
 +
/* == For experimental Adoption 2.0 template == */
 +
.adoption20 {
 +
    position: absolute;
 +
    top: 5px;
 +
    right: 12px;
 +
    height: 22px;
 +
    padding: 2px 5px;
 +
    border: 1px solid #F00;
 +
    background-color: #FFFFDB;
 +
}
 +
.adoption20 .translate {
 +
    position: absolute;
 +
    right: 5px;
 +
    font-size: 90%;
 +
    border: 1px solid #BBBB66;
 +
    background-color: #FFFFD7;
 +
    float:left;
 +
    padding: 1px .5em;
 +
}
 +
/* More Hubs styling -Dantman */
 +
.morehubs {
 +
    background: #FFFFFF;
 +
    position: absolute;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    text-align: left;
 +
    vertical-align: middle;
 +
}
 +
.morehubs map, .morehubs div, .morehubs p {
 +
    text-align: left;
 +
    vertical-align: middle;
 +
    margin: 0px;
 +
    padding: 0px;
 +
}
 +
.morehubs p {
 +
    position: relative;
 +
    left: -15px;
 +
    top: 3px;
 +
}
 +
/* Remove titles from hubs -Dantman */
 +
.ns-150 .firstHeading, .page-Big_wikis .firstHeading, .page-Not_a_valid_Wikia .firstHeading, .page-Wikia_Not_a_valid_Wikia .firstHeading {
 +
    display: none;
 +
}
 +
/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) -Splarka */
 +
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {
 +
    display: none;
 +
}
 +
/* TabView extension */
 +
.yui-content {
 +
    background-color: #EDF5FF;
 +
    /*border: solid 1px;*/
 +
    padding: 0.25em 0.5em;
 +
}
 +
.yui-nav {
 +
    border-color:#EDF5FF;
 +
    border-style:solid;
 +
    border-width:0pt 0pt 5px;
 +
    margin: 0px !important;
 +
}
 +
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
 +
    border-color:#EDF5FF;
 +
    border-style:solid;
 +
    border-width:0pt 0pt 5px;
 +
}
 +
.yui-navset .yui-nav .selected {
 +
    background-color: #EDF5FF;
 +
}
 +
.yui-navset .yui-nav li {
 +
    padding-left: 10px;
 +
    padding-right: 10px;
 +
}
 +
/* wikialist stuff */
 +
.wikialist-header {
 +
    border:2px solid #7777aa;
 +
    margin:auto;
 +
    font-size:130%;
 +
    background-color: #ddddee;
 +
}
 +
.wikialist-header td {
 +
    padding:.25em;
 +
    white-space: nowrap;
 +
}
 +
.wikialist-header td.wlh-button a {
 +
    text-decoration:none;
 +
    display:block;
 +
    border:2px outset #ddddee;
 +
    padding:.25em;
 +
    font-weight:bold;
 +
    color: black;
 +
    text-align:center;
 +
}
 +
.wikialist-header td.wlh-button a:hover {
 +
    background-color: #ccccff;
 +
}
 +
.wikialist-header td.wlh-button strong {
 +
    text-decoration:none;
 +
    display:block;
 +
    border:2px inset #ddddee;
 +
    padding:.25em;
 +
    text-align:center;
 +
}
 +
.wikialist-header th {
 +
    font-size:115%
 +
}
 +
/* </pre>
 +
=== class for Hubs ===
 +
<pre> */
 +
.nonestar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/f/f0/Hubstar-none.png/10px-Hubstar-none.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.nostar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/8/88/Hubstar-no.png/10px-Hubstar-no.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.fadedstar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/7/77/Hubstar-faded.png/10px-Hubstar-faded.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.whitestar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/a/a4/Hubstar-white.png/10px-Hubstar-white.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.yellowstar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/10px-Hubstar-yellow.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.orangestar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/10px-Hubstar-orange.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.redstar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/10px-Hubstar-red.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.purplestar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/a/aa/Hubstar-purple.png/10px-Hubstar-purple.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.bluestar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/c/c4/Hubstar-blue.png/10px-Hubstar-blue.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.greenstar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/8/8e/Hubstar-green.png/10px-Hubstar-green.png) center left no-repeat;
 +
  padding-left: 13px;
 +
}
 +
.adoptstar a {
 +
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/d/d4/Hubstar-adopt.png/10px-Hubstar-adopt.png) center left no-repeat;
 +
  padding-left: 13px;
 
}
 
}
 
   
 
   
.WikiaArticle table.wikitable > *:first-child > tr:first-child > td:last-child,
+
.hubmodule {
.WikiaArticle table.wikitable > *:first-child > tr:first-child > th:last-child,
+
    border:1px solid silver;
.WikiaArticle table.article-table > *:first-child > tr:first-child > td:last-child,
+
    width: auto;
.WikiaArticle table.article-table > *:first-child > tr:first-child > th:last-child,
+
    margin-bottom: 10px;
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > td:last-child,
+
     padding:3px;
.WikiaArticle table.WikiaTable > *:first-child > tr:first-child > th:last-child {
 
     border-top-right-radius: 3px;
 
 
}
 
}
 +
table.hubmodule th, div.hubmodule h2 {
 +
    background-color: lightyellow;
 +
    color: black;
 +
    text-align:center;
 +
    font-size: 150%;
 +
    font-weight:normal;
 +
    margin-bottom:0.6em;
 +
    padding-bottom:0.17em;
 +
    padding-top:0.3em;
 +
    border:none;
 +
}
 +
.hubmodule .poll {
 +
    width: auto;
 +
}
 +
#bodyContent .poll {
 +
    background-color: inherit;
 +
}
 +
/*</pre>
 +
=== Infobox classes copied from en.wikipedia ===
 +
<pre> */
 
   
 
   
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > td:first-child,
+
/* Infobox template style */
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > th:first-child,
+
.infobox {
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > td:first-child,
+
    border: 1px solid #aaa;
.WikiaArticle table.article-table.mw-collapsed > *:first-child > tr:first-child > th:first-child,
+
    background-color: #f9f9f9;
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > td:first-child,
+
    color: black;
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > th:first-child {
+
    margin: 0.5em 0 0.5em 1em;
     border-top-left-radius: 3px;
+
    padding: 0.2em;
     border-bottom-left-radius: 3px;
+
    float: right;
 +
    clear: right;
 +
}
 +
.infobox td, .infobox th {
 +
    vertical-align: top;
 +
}
 +
.infobox caption {
 +
    font-size: larger;
 +
    margin-left: inherit;
 +
}
 +
.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;
 +
}
 +
/* 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;
 +
}
 +
/* 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;
 +
}
 +
/* Commonly used Wikipedia .wikitable and .prettytable */
 +
table.prettytable {
 +
    margin: 1em 1em 1em 0;
 +
    background: #f9f9f9;
 +
    border: 1px #aaa solid;
 +
    border-collapse: collapse;
 +
}
 +
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
 +
    border: 1px #aaa solid;
 +
    padding: 0.2em;
 +
}
 +
.wikitable th, .prettytable th {
 +
    background: #f2f2f2;
 +
    text-align: center;
 +
}
 +
.wikitable caption, .prettytable caption {
 +
    margin-left: inherit;
 +
    margin-right: inherit;
 +
    font-weight: bold;
 +
}
 +
.page-Special_CreateWiki #request_wiki {
 +
    display: none;
 +
}
 +
.collapseLink {
 +
    cursor: pointer;
 +
}
 +
/* Homepage */
 +
.homepage-feature-box {
 +
    border:1px solid #CCCCCC;
 +
    margin:0 1px 10px;
 +
    outline:1px solid #FFFFFF;
 +
    padding:8px;
 +
}
 +
.page-Community_Central_Adoption_requests .mw-warning-with-logexcerpt {
 +
    display: none !important;
 +
}
 +
.page-Community_Central_Not_a_valid_Wikia .firstHeading {
 +
    display: none;
 +
}
 +
/* fzy dev */
 +
.wikia-button.red {
 +
    background-color: #F00;
 +
    background-image: -moz-linear-gradient(top, #F00 20%, #a00 70%);
 +
    background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#C00), to(#A00));
 +
    border-color: #E20000;
 +
    box-shadow: 0 1px 0 #900, 0 -1px 0 #900, 1px 0 0 #900, -1px 0 0 #900;
 +
    color: #30;
 +
    -moz-box-shadow: 0 0 0 1px #900;
 +
    -webkit-box-shadow: 0 1px 0 #900, 0 -1px 0 #900, 1px 0 0 #900, -1px 0 0 #900;
 +
}
 +
/* AST main page classes */
 +
.astmain {
 +
     margin-bottom: 15px;
 +
    color: #000000;
 +
    padding: 0 10px 15px;
 +
    border: 2px solid #CDE3F1;
 +
    background: #EEF3F6;
 +
    -webkit-border-radius: 15px;
 +
    -moz-border-radius: 15px;
 +
     border-radius: 15px;
 +
}
 +
.astbigheading {
 +
    margin: 15px 0;
 +
    font-size: 30px;
 +
    text-align: center;
 +
    line-height: 30px;
 +
}
 +
.astheading {
 +
    margin: 15px 0;
 +
    font-size: 18px;
 +
    line-height: 20px;
 +
    text-align: center;
 
}
 
}
+
/** making polls prettier **/
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > td:last-child,
+
.WikiaPrettyPoll div.ajax-poll {
.WikiaArticle table.wikitable.mw-collapsed > *:first-child > tr:first-child > th:last-child,
+
    padding-right: 3em;
.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,
+
.WikiaPrettyPoll .pollAnswerVotes {
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > td:last-child,
+
     height: 24px;
.WikiaArticle table.WikiaTable.mw-collapsed > *:first-child > tr:first-child > th:last-child {
+
     border-color: #004a87;
     border-top-right-radius: 3px;
 
     border-bottom-right-radius: 3px;
 
 
}
 
}
 
+
.WikiaPrettyPoll .pollAnswerVotes div {
 
+
     height: 24px;
.mw-collapsible-toggle {
+
    background: #004a87;
     margin-left: 0.5em;
 
 
}
 
}
.mw-collapsible-toggle a {
+
.WikiaPrettyPoll .pollAnswerVotes span {
     color: var(--themed-link-color) !important;
+
     color: white;
}/**/
 
 
 
/**********************************************/
 
/******************* Buttons ******************/
 
/**********************************************/
 
/* Clickable div elements with shading */
 
.clickable-div a {
 
    position: absolute;
 
    width: 100%;
 
    height: 100%;
 
 
     top: 0;
 
     top: 0;
     left: 0;
+
     font-size: 16px;
 +
    font-weight: bold;
 
}
 
}
 
+
/* Wikia University */
.clickable-div a > img {
+
.wikiauniversity-landing .header-image {
 +
    margin-bottom: 25px;
 +
}
 +
.wikiauniversity-landing .header-image img {
 +
    height: auto;
 
     width: 100%;
 
     width: 100%;
    height: 100%;
 
    transition: 0.25s;
 
 
}
 
}
 
+
.wikiauniversity-landing .intro {
.clickable-div a > img:hover {
+
    margin-left: 19px;
     background: rgba(0, 0, 0, 0.2);
+
}
}/**/
+
.wikiauniversity-landing .intro .header {
 
+
    color: #00c3ec;
/* Clickable div without shading */
+
     font-size: 16px;
.clickable-div-ns a {
+
    font-weight: bold;
     position: absolute;
+
    margin-bottom: 4px;
 +
}
 +
.wikiauniversity-landing .track {
 +
     margin: 26px auto 7px 22px;
 +
    text-align: center;
 
     width: 100%;
 
     width: 100%;
    height: 100%;
 
    top: 0;
 
    left: 0;
 
 
}
 
}
 
+
.wikiauniversity-landing .track .header {
.clickable-div-ns a > img {
+
    color: #00c3ec;
 +
    font-size: 16px;
 +
    font-weight: bold;
 +
    margin-bottom: 24px;
 +
    text-align: left;
 +
}
 +
.wikiauniversity-landing .track .button-container {
 +
    display: inline-block;
 +
    margin-right: 26px;
 +
    vertical-align: top;
 +
    width: 201px;
 +
}
 +
.wikiauniversity-landing .track .wu-button a {
 +
    background-color: #00b7e0;
 +
    color: white;
 +
    display: block;
 +
    font-weight: bold;
 +
    font-size: 14px;
 +
    padding: 4px 0px;
 +
    text-align: center;
 +
    text-transform: uppercase;
 
     width: 100%;
 
     width: 100%;
    height: 100%;
+
}
}/**/
+
.wikiauniversity-landing .track .wu-button a:visited {
 
+
     color: white;
/* Template:NavButton */
+
}
.NavButton-Background-Image {
+
.wikiauniversity-landing .track .caption {
     background-image: url("https://vignette.wikia.nocookie.net/clashroyale/images/a/ae/NavButton-Background.jpg");
+
     font-size: 12px;
     background-size: contain;
+
     font-style: italic;
     background-repeat: no-repeat;
+
     margin-bottom: 18px;
     background-origin: border-box;
+
    margin-top: 7px;
}/**/
+
     text-align: center;
 
 
/* Nav Button Class */
 
.nav-button a {
 
    position: absolute;
 
     height: 100%;
 
 
     width: 100%;
 
     width: 100%;
    top: 0;
 
    left: 0;
 
 
}
 
}
 
+
.wikiauniversity-landing .track .caption .title {
.nav-button a > img {
+
    font-style: normal;
 +
    font-weight: bold;
 +
    font-size: 14px;
 +
}
 +
.wikiauniversity-landing .updates {
 +
    margin: 0px auto 30px 22px;
 
     width: 100%;
 
     width: 100%;
    height: 100%;
 
 
}
 
}
 
+
.wikiauniversity-landing .updates .header {
.nav-button {
+
    color: #00c3ec;
     background-color: #005E99;
+
    font-size: 16px;
     color: #FFFFFF;
+
    font-weight: bold;
     -webkit-transition: background-color 1s, color 1s;
+
    margin-bottom: 7px;
     -moz-transition: background-color 1s, color 1s;
+
    text-align: left;
     -o-transition: background-color 1s, color 1s;
+
}
     transition: background-color 1s, color 1s;
+
.wikiauniversity-landing .updates .date {
 +
     color: #00c3ec;
 +
     font-weight: bold;
 +
}
 +
.wikiauniversity-landing .updates ul {
 +
    width: 90%;
 +
}
 +
.wikiauniversity-navigation ul {
 +
    border-bottom: 1px solid #cccccc;
 +
    margin: -7px 0px 25px;
 +
    padding-bottom: 4px;
 +
     padding-left: 2px;
 +
}
 +
.wikiauniversity-navigation li {
 +
    display: inline-block;
 +
    margin-bottom: -5px;
 +
    margin-right: 5px;
 +
}
 +
.wikiauniversity-navigation li:after {
 +
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #676767;
 +
    border-style: solid;
 +
    border-width: 4.5px 0px 4.5px 5px;
 +
    content: "";
 +
    display: inline-block;
 +
    height: 0px;
 +
    margin-left: 8px;
 +
    margin-right: 2px;
 +
    position: relative;
 +
    top: -1px;
 +
    width: 0px;
 +
}
 +
.wikiauniversity-navigation li:last-child:after {
 +
    display: none;
 +
}
 +
.wikiauniversity-navigation li a {
 +
    color: #3a3a3a;
 +
}
 +
.wikiauniversity-track .header .logo {
 +
     display: inline-block;
 +
    float: left;
 +
    margin-left: 2px;
 +
}
 +
.wikiauniversity-track .header .text {
 +
    color: #00c3ec;
 +
    font-size: 18px;
 +
    font-weight: bold;
 +
     margin-bottom: 11px;
 +
    margin-left: 17px;
 +
}
 +
.wikiauniversity-track .header .border {
 +
    background-color: #000000;
 +
    height: 1px;
 +
    margin-left: 17px;
 +
}
 +
.wikiauniversity-track .right {
 +
    display: inline-block;
 +
    float: left;
 +
     width: calc(100% - 76px);
 
}
 
}
 
+
.wikiauniversity-track .content {
.nav-button:hover {
+
     margin-left: 12px;
     background-color: #FFFFFF;
+
     margin-top: 17px;
     color: #005E99;
 
 
}
 
}
 
+
.wikiauniversity-track .content .description {
.nav-button:active {
+
     display: inline-block;
     background-color: #B2C2F0;
+
     margin-top: -8px;
     color: #005E99;
+
     vertical-align: top;
}/**/
+
    width: calc(100% - 386px);
 
 
/**********************************************/
 
/********* 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;
 
 
}
 
}
 
+
.wikiauniversity-track .content .courses {
.tophat p {
+
     display: inline-block;
     margin: 0;
+
    float: right;
}/**/
+
     vertical-align: top;
 
+
     width: 340px;
/**********************************************/
 
/****************** Navboxes ******************/
 
/**********************************************/
 
.navbox {
 
     width: 100%;
 
     font-size: 100%;
 
 
}
 
}
.parent-navbox {
+
.wikiauniversity-track .courses .button-container {
     background-color: #e8e9e9;
+
     display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0.05);
+
     margin-right: 26px;
    border-radius: 3px;
+
     vertical-align: top;
     box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
+
     width: 137px;
     font-size: 90%;
 
    margin: 2em 0 1em;
 
     padding: 0.3em;
 
 
}
 
}
.navbox-header {
+
.wikiauniversity-track .courses .wu-button a {
     background: #383d44;
+
     background-color: #00b7e0;
    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;
 
     color: white;
     font-family: "Lilita One";
+
     display: block;
     font-size: 120%;
+
     font-weight: bold;
     font-weight: normal;
+
     font-size: 14px;
     line-height: 1.3;
+
     padding: 4px 0px;
     margin: 0.5em 0.3em 0 0.3em;
+
     text-align: center;
     padding: 0.2em 0.5em;
+
     text-transform: uppercase;
     text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
+
     width: 100%;
 
}
 
}
.navbox-header a {
+
.wikiauniversity-track .courses .wu-button a:visited {
 
     color: white;
 
     color: white;
 
}
 
}
.parent-navbox-header {
+
.wikiauniversity-track .courses .caption {
     border-radius: 3px;
+
    font-size: 12px;
 +
    font-style: italic;
 +
    margin-bottom: 18px;
 +
    margin-top: 7px;
 +
    text-align: center;
 +
    width: 100%;
 +
}
 +
.wikiauniversity-track .content .border {
 +
    background-color: #000000;
 +
    float: left;
 +
    height: 1px;
 +
    margin-top: 9px;
 +
    width: 100%;
 +
}
 +
.wikiauniversity-track .whatis {
 +
    margin-left: 22px;
 +
}
 +
.wikiauniversity-track .whatis .header {
 +
     color: #00c3ec;
 +
    font-size: 16px;
 +
    font-weight: bold;
 +
    margin-top: 17px;
 +
    margin-bottom: 12px;
 
}
 
}
.navbox-label {
+
.wikiauniversity-course .header .logo {
     background: #3f6faf;
+
     float: left;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15), inset 0 4px 0 rgba(255, 255, 255, 0.08);
+
}
     color: white;
+
.wikiauniversity-course .header .text {
    font-family: "Lilita One";
+
     color: #00c3ec;
     font-size: 105%;
+
     font-size: 20px;
     font-weight: normal;
+
     font-weight: bold;
    padding-left: 0.5em;
+
     padding-top: 15px;
     padding-right: 0.5em;
+
     text-align: center;
     text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
 
 
}
 
}
.mw-collapsed > tbody > tr > .navbox-header {
+
.wikiauniversity-course div.video {
     border-radius: 3px;
+
     margin-bottom: -4px;
}/**/
+
    margin-top: 11px;
 
 
/**********************************************/
 
/***************** Miscellanea ****************/
 
/**********************************************/
 
/* Audio button (template:Ogg) */
 
.audio-button .mediaContainer {
 
left: -10px;
 
 
}
 
}
.audio-button .mwPlayerContainer {
+
.wikiauniversity-course div.video figcaption {
opacity: 0;
+
    display: none;
 
}
 
}
 
+
.wikiauniversity-course .description {
 
+
     margin-bottom: 16px;
/* Text */
+
    margin-left: 22px;
.WikiaArticle p + p {
 
     margin: 1em 0;
 
 
}
 
}
.mw-parser-output dd {
+
.wikiauniversity-course .resources {
margin-top: 3px;
+
    margin-left: 22px;
margin-bottom: 3px;
 
 
}
 
}
a.selflink {
+
.wikiauniversity-course .resources .header {
font-weight: bold;
+
    color: #00c3ec;
color: black;
+
    font-weight: bold;
 
}
 
}
 
+
.wikiauniversity-course .buttons {
.text-border-black {
+
     margin-top: 27px;
     text-shadow: 1px 1px 1px #000000, -1px -1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000;
+
     text-align: center;
     padding-right: 4px;
+
     vertical-align: top;
     padding-left: 4px;
 
 
}
 
}
 
+
.wikiauniversity-course .wu-button, .wikiauniversity-course .previous, .wikiauniversity-course .next {
 
+
    display: inline-block;
/* Special:Community */
+
    margin-right: 21px;
.community-page-header {
+
    width: 143px;
position: relative;
 
align-items: center;
 
 
}
 
}
.community-page-header::before {
+
.wikiauniversity-course .wu-button a {
content: '';
+
    background-color: #00b7e0;
     position: absolute;
+
    color: white;
     background: rgba(0,0,0,.4);
+
    display: inline-block;
 +
    font-weight: bold;
 +
    font-size: 14px;
 +
    padding: 4px 0px;
 +
     text-align: center;
 +
     text-transform: uppercase;
 
     width: 100%;
 
     width: 100%;
    height: 100%;
 
 
}
 
}
.community-page-header .community-page-header-content {
+
padding: 0;
+
/* Prettier alignment of infoboxes on Project:Staff */
 +
 +
.profilecards {
 +
  display: flex;
 +
  flex-flow: row wrap;
 +
  justify-content: center;
 +
  align-content: space-between;
 
}
 
}
 
+
 
+
.profilecards .portable-infobox {
/* Chromatic Card Text (Webkit only!) */
+
  display:flex;
.text-chromatic {
+
  flex-direction:column;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#b116ec),color-stop(0.5,#ff0021),color-stop(1,#fff11e));
+
  max-width:270px;
    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 {
+
.profilecards .portable-infobox [data-item-name="biography"] {
    0% {background-position: 0% 50%}
+
  height:100%;
    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,
+
.profilecards .portable-infobox h2,
.watchlistredir {
+
.profilecards .portable-infobox .pi-data{
    font-style: italic;
+
  overflow:visible;
}/**/
 
 
 
/* 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;
 
    }
 
}/**/
 

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

/* 这里放置的CSS将应用于所有皮肤 */
/* <pre><nowiki>*/
@import "/load.php?articles=MediaWiki:Mainpage.css|MediaWiki:Badges-blogs.css&only=styles&mode=articles";
 
.comments .staff > blockquote,
.comments .staff .current,
.comments .staff.even blockquote {
   background: #C7D1D8;
}
.comments .staff > blockquote:after,
.comments .staff .current:after,
.comments .staff.even blockquote:after {
   border-color: transparent #C7D1D8 #C7D1D8 transparent;
}
.comments .staff > blockquote div {
   background: transparent;
}
 
/* Hide the little logo and make the background of the main logo transparent */
.logoContainer { background-color: transparent !important; }
.wikiaLogo { display:none !important; }
 
/* div.mw-geshi class used in conjuction with source tag */
div.mw-geshi {
	background-color:#F9F9F9;
	border:1px dashed #2F6FAB;
	padding:0.5em 1em;
	font-family:monospace;
}
/* Avoids code "squashing" where preformatted code is displayed side-by-side in a table. */ td:not(:only-child) .mw-geshi pre {
    white-space: pre-wrap;
    -o-tab-size: 4;
    -moz-tab-size: 4;
    tab-size: 4;
}
/* Main page Tabber code
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
 
.page-Community_Central ul.tabbernav {
    border: none;
    font: normal 14px Helvetica, Arial, sans-serif;
    padding: 10px 0;
}
.page-Community_Central ul.tabbernav li a {
    padding: 10px;
    margin-left: 0;
    background-color: #e6f4ff;
    border: none;
    border-right: 1px solid #002E54;
    border-top: 1px solid #002E54;
}
.page-Community_Central ul.tabbernav li a:link, 
.page-Community_Central ul.tabbernav li a:visited {
    color: #002E54;
    border: none;
    border-right: 1px solid #002E54;
    border-top: 1px solid #002E54;
}
.page-Community_Central ul.tabbernav li a:hover {
    color: #FFFFFF;
    background-color: #002E54;
    border: none;
    border-right: 1px solid #002E54;
    border-top: 1px solid #002E54;
}
.page-Community_Central ul.tabbernav li.tabberactive a,
.page-Community_Central ul.tabbernav li.tabberactive a:hover {
    color: #FFFFFF;
    background-color: #002E54;
    font-weight: normal;
    border: none;
    border-right: 1px solid #002E54;
    border-top: 1px solid #002E54;
}
.page-Community_Central .tabberlive {
    width: 100%;
}
.page-Community_Central .tabberlive .tabbertab {
    border: none;
}
 
/*--------------------------------------------------
Styles for Guides Tabs
  --------------------------------------------------*/
.page-Community_Central .tab-item-avatar {
    float: left;
    width: 48px;
    margin: 20px 10px 0;
}
.page-Community_Central .tab-item-title {
    font-size: 22px;
    padding-top: 20px;
    margin: 5px 0 -5px;
}
.page-Community_Central .tab-item-content {
    margin-left: 10px;
    border-bottom: 1px solid #ccc;
}
/* Help headers */
.basic {
    background-image: url('https://vignette.wikia.nocookie.net/central/images/3/3b/Greenheader.png');
    color:#006600;
}
.moderate {
    background-image: url('https://vignette.wikia.nocookie.net/central/images/7/7f/Blueheader.png');
    color:#333399;
}
.expert {
    background-image: url('https://vignette.wikia.nocookie.net/central/images/e/ed/Purpleheader.png');
    color:#663399;
}
.helpheader {
    padding-left: 5px;
    margin-top: .5em;
    margin-bottom: .17em;
    width: 100%;
    background-repeat: repeat-y;
    clear: right;
    display: table;
}
.helpheader h2 {
    margin: 0px !important;
    display: inline;
    float: left;
    font-size: 140%;
    font-weight: bold;
    line-height: 150%;
    margin: 15px 0px 3px 0px;
    padding:0.4em;
    text-align:left;
    vertical-align:middle;
    border-style: none;
}
.helpheader h2 ~ h2 {
    display: inline;
    float: left;
}
.silver_taskstar h2 {
    background: url('https://images.wikia.nocookie.net/central/images/a/aa/Silver_taskstar.png') left center no-repeat;
    padding-left: 25px;
    padding-right: 15px;
}
.silver_taskstar h2 ~ h2 {
    background: transparent !important;
    padding-left: 0px;
}
.helpheader h2 ~ h2:before {
    content:'/';
    margin-right: 10px;
}
.helpheader .editsection {
    background: white;
    margin-top: -25px;
    position: absolute;
    right: 5px;
}
.glass {
    background-image: url(https://images.wikia.nocookie.net/central/images/a/a9/Glass_bar.png);
    background-repeat: repeat-x
}
/*~ 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;
    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;
    padding: 2px 0 2px 0.9em;
    /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {
    /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;
    /* 0px left, 0.9em right */
    text-align: center;
}
/*~ 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" */
    margin: 2px 0;
    /* class ensures that this declaration overrides other */
    width: 100%;
    /* For Safari and Opera */
    /* styles (including mbox-small above) */
}
.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 */
}
/* 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. */
    clear: right;
    float: right;
    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. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
 
 
/* === USERBOXES  === */
table.userbox {
    float: left;
    margin: 0.2em;
    padding: 0;
    border-width: 1px;
    border-style: solid;
}
table.userbox td.left,
table.userbox td.right {
    text-align: center;
    vertical-align: middle;
    font-size: 1.6em;
    padding: 0;
}
table.userbox td.main {
    padding: 0 4px;
    vertical-align: middle;
    line-height: 125%;
    font-size: 0.9em;
}
 
table.userbox {
    border-color: #aaa;
    background: #f8f8f8;
}
table.userbox td.left,
table.userbox td.right {
    background: #d8d8d8;
}
 
/* 
=== Babel === 
*/
 div.babelbox {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
    width: 246px;
    border: 1px solid #99B3FF;
    padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
    margin: 2px 4px 2px 4px;
    /* t, l, b, r */
    width:238px;
    border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
    text-align:center;
    font-size:14pt;
    width:45px;
    height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1, td.lang-description2, td.lang-description3 {
    font-size:8pt;
    padding:4pt;
    line-height:1.25em
}
.lang-block0 {
    border:1px solid #FFB3B3;
}
td.lang-code0 {
    background-color: #FFB3B3;
    color: black;
}
td.lang-description0 {
    background-color: #FFE0E8;
    color: black;
}
.lang-block1, .lang-block2, .lang-block3 {
    border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
    background-color: #99B3FF;
    color: black;
}
td.lang-description1, td.lang-description2, td.lang-description3 {
    background-color: #E0E8FF;
    color: black;
}
.lang-blockN {
    border:1px solid #6EF7A7;
}
td.lang-codeN {
    background-color: #6EF7A7;
    color: black;
}
td.lang-descriptionN {
    background-color: #C5FCDC;
    color: black;
}
/* 
=== Forum formatting -Algorithm & -Splaka === 
*/
 .forumheader {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: #000;
    margin-top: 1em;
    padding: 6px;
}
.forumlist td.forum_edited a {
    color: black;
    text-decoration: none
}
.forumlist td.forum_title a {
    padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
    font-weight: bold;
    background: url('https://images.wikia.nocookie.net/central/images/4/4e/Forum_new.gif?1') center left no-repeat;
    padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
    padding-left: 20px;
}
.forumlist th.forum_title {
    padding-left: 20px;
}
/* === underline classes === */
 .underlinelink a {
    text-decoration: underline ! important;
}
.nounderlinelink a {
    text-decoration: none ! important;
}
/* font class for 'click here' */
 .clickhere a, .clickhere a:visited {
    color: #3366BB !important
}
.clickhere a:hover, .clickhere a:active {
    color: #268CFE !important
}
/* === class for task boxes === */
 .task {
    border: 1px solid #585490;
    background: #f8faff;
    padding:.5em;
}
/* === class for main page link tables === */
 #bodyContent .buttonlink a {
    background: transparent url(https://images.wikia.nocookie.net/central/images/9/96/Bullet_plain.png) center left no-repeat !important;
    padding-left: 14px !important;
}
#bodyContent .buttonstar a {
    background: transparent url(https://images.wikia.nocookie.net/central/images/e/ec/Bullet_star.png) center left no-repeat !important;
    padding-left: 14px !important;
}
#bodyContent .buttonstar3 a {
    background: transparent url(https://images.wikia.nocookie.net/central/images/e/ef/Bullet_star3.png) center left no-repeat !important;
    padding-left: 14px !important;
}
/* === misc === */
 li #credits {
    white-space: normal;
}
.headbare h1, .headbare h2 {
    border-bottom: none;
}
.mw-plusminus-pos {
    color: #006500;
}
.mw-plusminus-neg {
    color: #8B0000;
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
 .allpagesredirect {
    font-style: italic;
}
.watchlistredir {
    font-style: italic;
}
/* === for Percent template === */
 .percent-fill {
    height:24px;
    background: #ffffff url(https://images.wikia.nocookie.net/central/images/3/31/Gradient24.png) 0 0 repeat;
}
.percent-empty {
    height: 24px;
    background: transparent;
}
/* === per page stuff === */
 .page-Category_Custom_edit_buttons .gallerybox .thumb {
    padding:0 !important;
}
.page-Wikia_Maintenance_copyvio a[title|="Category:Files with unknown copyright status"] {
    display:none;
}
body.page-Community_Chat #page_controls {
    display:none;
}
body.page-Community_Chat #page_tabs {
    display:none;
}
body.page-Community_Chat #articleFooterActions {
    display:none;
}
/* === Dynamic navigation === */
 
/* default skin for navigation boxes */
 table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}
table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}
table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}
@media print {
    .navbox {
        display: none;
    }
}
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 div.Boxmerge, div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccccff;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}
.NavToggle {
    float:right;
    position:absolute;
    top:0px;
    right:3px;
}
.NavHead {
    position:relative;
}
/* == For experimental Adoption 2.0 template == */
 .adoption20 {
    position: absolute;
    top: 5px;
    right: 12px;
    height: 22px;
    padding: 2px 5px;
    border: 1px solid #F00;
    background-color: #FFFFDB;
}
.adoption20 .translate {
    position: absolute;
    right: 5px;
    font-size: 90%;
    border: 1px solid #BBBB66;
    background-color: #FFFFD7;
    float:left;
    padding: 1px .5em;
}
/* More Hubs styling -Dantman */
 .morehubs {
    background: #FFFFFF;
    position: absolute;
    margin: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
}
.morehubs map, .morehubs div, .morehubs p {
    text-align: left;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.morehubs p {
    position: relative;
    left: -15px;
    top: 3px;
}
/* Remove titles from hubs -Dantman */
 .ns-150 .firstHeading, .page-Big_wikis .firstHeading, .page-Not_a_valid_Wikia .firstHeading, .page-Wikia_Not_a_valid_Wikia .firstHeading {
    display: none;
}
/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) -Splarka */
 body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {
    display: none;
}
/* TabView extension */
 .yui-content {
    background-color: #EDF5FF;
    /*border: solid 1px;*/
    padding: 0.25em 0.5em;
}
.yui-nav {
    border-color:#EDF5FF;
    border-style:solid;
    border-width:0pt 0pt 5px;
    margin: 0px !important;
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border-color:#EDF5FF;
    border-style:solid;
    border-width:0pt 0pt 5px;
}
.yui-navset .yui-nav .selected {
    background-color: #EDF5FF;
}
.yui-navset .yui-nav li {
    padding-left: 10px;
    padding-right: 10px;
}
/* wikialist stuff */
 .wikialist-header {
    border:2px solid #7777aa;
    margin:auto;
    font-size:130%;
    background-color: #ddddee;
}
.wikialist-header td {
    padding:.25em;
    white-space: nowrap;
}
.wikialist-header td.wlh-button a {
    text-decoration:none;
    display:block;
    border:2px outset #ddddee;
    padding:.25em;
    font-weight:bold;
    color: black;
    text-align:center;
}
.wikialist-header td.wlh-button a:hover {
    background-color: #ccccff;
}
.wikialist-header td.wlh-button strong {
    text-decoration:none;
    display:block;
    border:2px inset #ddddee;
    padding:.25em;
    text-align:center;
}
.wikialist-header th {
    font-size:115%
}
/* </pre>
=== class for Hubs === 
<pre> */
.nonestar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/f/f0/Hubstar-none.png/10px-Hubstar-none.png) center left no-repeat;
  padding-left: 13px;
}
.nostar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/8/88/Hubstar-no.png/10px-Hubstar-no.png) center left no-repeat;
  padding-left: 13px;
}
.fadedstar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/7/77/Hubstar-faded.png/10px-Hubstar-faded.png) center left no-repeat;
  padding-left: 13px;
}
.whitestar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/a/a4/Hubstar-white.png/10px-Hubstar-white.png) center left no-repeat;
  padding-left: 13px;
}
.yellowstar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/e6/Hubstar-yellow.png/10px-Hubstar-yellow.png) center left no-repeat;
  padding-left: 13px;
}
.orangestar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/7/73/Hubstar-orange.png/10px-Hubstar-orange.png) center left no-repeat;
  padding-left: 13px;
}
.redstar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/e/ea/Hubstar-red.png/10px-Hubstar-red.png) center left no-repeat;
  padding-left: 13px;
}
.purplestar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/a/aa/Hubstar-purple.png/10px-Hubstar-purple.png) center left no-repeat;
  padding-left: 13px;
}
.bluestar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/c/c4/Hubstar-blue.png/10px-Hubstar-blue.png) center left no-repeat;
  padding-left: 13px;
}
.greenstar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/8/8e/Hubstar-green.png/10px-Hubstar-green.png) center left no-repeat;
  padding-left: 13px;
}
.adoptstar a {
  background: transparent url(https://images.wikia.nocookie.net/central/images/thumb/d/d4/Hubstar-adopt.png/10px-Hubstar-adopt.png) center left no-repeat;
  padding-left: 13px;
}
 
.hubmodule {
    border:1px solid silver;
    width: auto;
    margin-bottom: 10px;
    padding:3px;
}
table.hubmodule th, div.hubmodule h2 {
    background-color: lightyellow;
    color: black;
    text-align:center;
    font-size: 150%;
    font-weight:normal;
    margin-bottom:0.6em;
    padding-bottom:0.17em;
    padding-top:0.3em;
    border:none;
}
.hubmodule .poll {
    width: auto;
}
#bodyContent .poll {
    background-color: inherit;
}
/*</pre>
=== Infobox classes copied from en.wikipedia ===
<pre> */
 
/* Infobox template style */
 .infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td, .infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
    margin-left: inherit;
}
.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;
}
/* 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;
}
/* 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;
}
/* Commonly used Wikipedia .wikitable and .prettytable */
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td, .prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th, .prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption, .prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
.page-Special_CreateWiki #request_wiki {
    display: none;
}
.collapseLink {
    cursor: pointer;
}
/* Homepage */
 .homepage-feature-box {
    border:1px solid #CCCCCC;
    margin:0 1px 10px;
    outline:1px solid #FFFFFF;
    padding:8px;
}
.page-Community_Central_Adoption_requests .mw-warning-with-logexcerpt {
    display: none !important;
}
.page-Community_Central_Not_a_valid_Wikia .firstHeading {
    display: none;
}
/* fzy dev */
 .wikia-button.red {
    background-color: #F00;
    background-image: -moz-linear-gradient(top, #F00 20%, #a00 70%);
    background-image: -webkit-gradient(linear, 0% 20%, 0% 70%, from(#C00), to(#A00));
    border-color: #E20000;
    box-shadow: 0 1px 0 #900, 0 -1px 0 #900, 1px 0 0 #900, -1px 0 0 #900;
    color: #30;
    -moz-box-shadow: 0 0 0 1px #900;
    -webkit-box-shadow: 0 1px 0 #900, 0 -1px 0 #900, 1px 0 0 #900, -1px 0 0 #900;
}
/* AST main page classes */
 .astmain {
    margin-bottom: 15px;
    color: #000000;
    padding: 0 10px 15px;
    border: 2px solid #CDE3F1;
    background: #EEF3F6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.astbigheading {
    margin: 15px 0;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}
.astheading {
    margin: 15px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
/** making polls prettier **/
 .WikiaPrettyPoll div.ajax-poll {
    padding-right: 3em;
}
.WikiaPrettyPoll .pollAnswerVotes {
    height: 24px;
    border-color: #004a87;
}
.WikiaPrettyPoll .pollAnswerVotes div {
    height: 24px;
    background: #004a87;
}
.WikiaPrettyPoll .pollAnswerVotes span {
    color: white;
    top: 0;
    font-size: 16px;
    font-weight: bold;
}
/* Wikia University */
.wikiauniversity-landing .header-image {
    margin-bottom: 25px;
}
.wikiauniversity-landing .header-image img {
    height: auto;
    width: 100%;
}
.wikiauniversity-landing .intro {
    margin-left: 19px;
}
.wikiauniversity-landing .intro .header {
    color: #00c3ec;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.wikiauniversity-landing .track {
    margin: 26px auto 7px 22px;
    text-align: center;
    width: 100%;
}
.wikiauniversity-landing .track .header {
    color: #00c3ec;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: left;
}
.wikiauniversity-landing .track .button-container {
    display: inline-block;
    margin-right: 26px;
    vertical-align: top;
    width: 201px;
}
.wikiauniversity-landing .track .wu-button a {
    background-color: #00b7e0;
    color: white;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.wikiauniversity-landing .track .wu-button a:visited {
    color: white;
}
.wikiauniversity-landing .track .caption {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 18px;
    margin-top: 7px;
    text-align: center;
    width: 100%;
}
.wikiauniversity-landing .track .caption .title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}
.wikiauniversity-landing .updates {
    margin: 0px auto 30px 22px;
    width: 100%;
}
.wikiauniversity-landing .updates .header {
    color: #00c3ec;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    text-align: left;
}
.wikiauniversity-landing .updates .date {
    color: #00c3ec;
    font-weight: bold;
}
.wikiauniversity-landing .updates ul {
    width: 90%;
}
.wikiauniversity-navigation ul {
    border-bottom: 1px solid #cccccc;
    margin: -7px 0px 25px;
    padding-bottom: 4px;
    padding-left: 2px;
}
.wikiauniversity-navigation li {
    display: inline-block;
    margin-bottom: -5px;
    margin-right: 5px;
}
.wikiauniversity-navigation li:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #676767;
    border-style: solid;
    border-width: 4.5px 0px 4.5px 5px;
    content: "";
    display: inline-block;
    height: 0px;
    margin-left: 8px;
    margin-right: 2px;
    position: relative;
    top: -1px;
    width: 0px;
}
.wikiauniversity-navigation li:last-child:after {
    display: none;
}
.wikiauniversity-navigation li a {
    color: #3a3a3a;
}
.wikiauniversity-track .header .logo {
    display: inline-block;
    float: left;
    margin-left: 2px;
}
.wikiauniversity-track .header .text {
    color: #00c3ec;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
    margin-left: 17px;
}
.wikiauniversity-track .header .border {
    background-color: #000000;
    height: 1px;
    margin-left: 17px;
}
.wikiauniversity-track .right {
    display: inline-block;
    float: left;
    width: calc(100% - 76px);
}
.wikiauniversity-track .content {
    margin-left: 12px;
    margin-top: 17px;
}
.wikiauniversity-track .content .description {
    display: inline-block;
    margin-top: -8px;
    vertical-align: top;
    width: calc(100% - 386px);
}
.wikiauniversity-track .content .courses {
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 340px;
}
.wikiauniversity-track .courses .button-container {
    display: inline-block;
    margin-right: 26px;
    vertical-align: top;
    width: 137px;
}
.wikiauniversity-track .courses .wu-button a {
    background-color: #00b7e0;
    color: white;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.wikiauniversity-track .courses .wu-button a:visited {
    color: white;
}
.wikiauniversity-track .courses .caption {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 18px;
    margin-top: 7px;
    text-align: center;
    width: 100%;
}
.wikiauniversity-track .content .border {
    background-color: #000000;
    float: left;
    height: 1px;
    margin-top: 9px;
    width: 100%;
}
.wikiauniversity-track .whatis {
    margin-left: 22px;
}
.wikiauniversity-track .whatis .header {
    color: #00c3ec;
    font-size: 16px;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 12px;
}
.wikiauniversity-course .header .logo {
    float: left;
}
.wikiauniversity-course .header .text {
    color: #00c3ec;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}
.wikiauniversity-course div.video {
    margin-bottom: -4px;
    margin-top: 11px;
}
.wikiauniversity-course div.video figcaption {
    display: none;
}
.wikiauniversity-course .description {
    margin-bottom: 16px;
    margin-left: 22px;
}
.wikiauniversity-course .resources {
    margin-left: 22px;
}
.wikiauniversity-course .resources .header {
    color: #00c3ec;
    font-weight: bold;
}
.wikiauniversity-course .buttons {
    margin-top: 27px;
    text-align: center;
    vertical-align: top;
}
.wikiauniversity-course .wu-button, .wikiauniversity-course .previous, .wikiauniversity-course .next {
    display: inline-block;
    margin-right: 21px;
    width: 143px;
}
.wikiauniversity-course .wu-button a {
    background-color: #00b7e0;
    color: white;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
 
/* Prettier alignment of infoboxes on Project:Staff */
 
.profilecards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-between;
}
 
.profilecards .portable-infobox {
  display:flex;
  flex-direction:column;
  max-width:270px;
}
 
.profilecards .portable-infobox [data-item-name="biography"] {
  height:100%;
}
 
.profilecards .portable-infobox h2,
.profilecards .portable-infobox .pi-data{
  overflow:visible;
}