Community Central
Community Central
m (content from MediaWiki:Wikia.css)
m (fix typo introduced by SOAP member randomly editing CC's CSS)
Line 9: Line 9:
 
font-family:monospace;
 
font-family:monospace;
 
}
 
}
/* Avoids code "squashing" whe1re preformatted code is displayed side-by-side in a table. */ td:not(:only-child) .mw-geshi pre {
+
/* 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;
 
white-space: pre-wrap;
 
-o-tab-size: 4;
 
-o-tab-size: 4;

Revision as of 09:37, 15 September 2021

/* <pre><nowiki>*/
@import "/load.php?articles=MediaWiki:Mainpage.css|MediaWiki:Badges-blogs.css|u:dev:MediaWiki:FandomIcons.css&only=styles&mode=articles";

/* 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;
}

/* 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 var(--theme-page-accent-mix-color);
	background-color: var(--theme-page-text-mix-color-95);
	color: var(--theme-page-text-color);
	margin-top: 1em;
	padding: 6px;
}
.forumlist td.forum_edited a {
    color: var(--theme-page-text-color);
    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;
}
/* === 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;
}

/* class for Hubs */
.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;
    -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;
}

/* Prettier alignment of infoboxes on Project:Staff and Help:Global Discussions moderators */

.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"],
.profilecards .portable-infobox [data-source="description"] {
  height:100%;
}

.profilecards .portable-infobox h2,
.profilecards .portable-infobox .pi-data{
  overflow:visible;
}

.pi-theme-VolunteerCard [data-source="extimage"] {
  justify-content: center;
}

.pi-theme-VolunteerCard [data-source="extimage"] img {
  height:100px;
  width:auto;
}

/* Adoption tweaks */

#adoption {
    margin: auto;
    width: 100%;
    text-align: center;
}
#adoption .form-section {
    width: 100%;
    padding: 5px;
    box-sizing: border-box
}
#adoption input,
#adoption select,
#adoption textarea {
    padding: 10px;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    margin-top: 10px;
    width: 30em;
}
#adoption input[type="number"] {
	width: 5em;
}
#adoption label {
    display: block;
    font-weight: bold;
    font-size: large
}
#adoption textarea {
    width: 70%;
    height: 80px
}

.mw-notification-tag-adoption {
    position: fixed;
    width: 400px;
    left: 50vw;
    margin-left: -200px;
    top: 5vh;
}

.profilecards-test .portable-infobox.pi-theme-VolunteerCard {
	display: grid;
    grid-template: "a" 105px
        		   "b" auto
        		   "c" 80px / auto;
    position: relative;
}
.profilecards-test.cca .portable-infobox.pi-theme-VolunteerCard,
.profilecards-test.ivt .portable-infobox.pi-theme-VolunteerCard {
    grid-template: "a" 105px
        		   "b" auto
        		   "c" 40px / auto;
}

.profilecards-test .portable-infobox.pi-theme-VolunteerCard .pi-data-label~.pi-data-value { padding-left: 0px; }
.profilecards-test .pi-theme-VolunteerCard .pi-data-label {
    white-space:nowrap;
}
.profilecards-test .portable-infobox.pi-theme-VolunteerCard .pi-data[data-source="extimage"] { 
	position: absolute;
	left: -9px;
	top: -9px;
}
.profilecards-test .portable-infobox.pi-theme-VolunteerCard .pi-data[data-source="extimage"] img { 
	border-radius: 50%;
	max-width: 100px;
	max-height: 100px;
}
.profilecards-test .portable-infobox.pi-theme-VolunteerCard .pi-title[data-source="name"] {
	margin: 30px 0;
	padding-left: 100px;
	font-size: 14.5px;
}

/* Remove some unneeded spacing on the ILL page (and its archive subpages) */
.rootpage-Community_Central_Interlanguage_link_requests ul + p {
    margin-top: 0;
}

/* Help Boxes by User:SlyCooperFan1 */
.helpbox-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 5px 0;
}
.helpbox {
	padding: 0 30px 10px;
	border: 1px solid var(--theme-border-color);
}
.helpbox:nth-child(even) {
	margin-left: 5px;
}
.helpbox h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.helpbox h2 > span > span {
	position: relative;
	top: 4px;
}
.helpbox a {
	font-weight: bold;
}

/* returns border color to white */
.WikiaPage {
    border-color: white;
}

/* button styling */
.cc2-wikia-button a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #002E54;
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
    border: 1px solid #002E54;
    color: white;
    cursor: pointer;
    display: inline-block;
    font: 12px/20px Helvetica, Arial, sans-serif;
    height: 19px;
    margin: 0;
    padding: 0 7px;
    text-decoration: none;
    white-space: nowrap;
}

.cc2-wikia-button a:hover {
    background-color: #002E54;
    background-image: -moz-linear-gradient(top, #004A87 35%, #002E54 65%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #004A87), color-stop(65%, #002E54));
    text-decoration: none
}

.blogsubhead {
    font-size: 14px;
    padding: 8px 0 0;
    font-weight: bold;
    margin-bottom: -5px;
}

/* wikifactory stuff, temp placement until live in code, find uberfuzzy if problem */
#wiki-factory td[data-status="1"] {
    background-color: lime;
    color: black;
}

#wiki-factory td[data-status="2"] {
    background-color: purple;
    color: white;
}

#wiki-factory td[data-status="0"],
td[data-status="-1"] {
    background-color: red;
    color: white;
}

#wiki-factory td[data-status="-1"] {
    text-decoration: line-through;
}

.sharedHelp {
    border: 1px solid #ccc !important;
}

.ns-116 .RelatedPagesModule,
.ns-500 .RelatedPagesModule {
    display: none;
}

.helpmodule img:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

/* Darwin-izing the Main Page */
@media screen and (max-width: 1023px) {
    .page-Community_Central #WikiaArticle iframe {
        width: 49%;
    }
    .page-Community_Central #WikiaArticle #twitter-widget-0 {
        float: right;
    }
}

/* Interlanguage link footer */
.mainpage .WikiaArticleInterlang h3,
.mw-special-Contact div.WikiaArticleInterlang h3,
.mw-special-Forum div.WikiaArticleInterlang h3 {
    font-size: 18px;
    height: 55px;
    margin-left: 90px;
    font-weight: bolder;
}

.mainpage .WikiaArticleInterlang h3,{
    padding-top: 20px;
}

.mw-special-Contact div.WikiaArticleInterlang h3 {
    padding-top: 11px
}

.mw-special-Forum div.WikiaArticleInterlang h3 {
    padding-top:0;
}

div.WikiaArticleInterlang {
    display: none;
}

.mw-special-Contact div.WikiaArticleInterlang,
.mw-special-Forum div.WikiaArticleInterlang {
    display: block;
}

.mainpage .WikiaArticleInterlang,
.mw-special-Contact div.WikiaArticleInterlang,
.mw-special-Forum div.WikiaArticleInterlang {
    background-color: white;
    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 {
    clear: both;
    margin: 0 10px;
}

.mw-special-Forum #mw-content-text {
    margin-bottom: 15px;
}

.mainpage .WikiaArticleInterlang ul {
    font-size: 14px;
    padding-top: 20px;
}

.mw-special-Forum div.WikiaArticleInterlang ul {
    font-size: 14px;
    padding-top: 3px;
}

.mw-special-Contact div.WikiaArticleInterlang ul {
    font-size: 14px;
    padding-top: 16px;
}

.mainpage .WikiaArticleInterlang ul li:first-child,
.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;
}

.portable-infobox.type-card {
  clear: none;
  float: left;
  margin: 0 0 15px 15px;
  padding: 0.5em;
}

.portable-infobox.type-card .pi-data-value {
  hyphens: manual;
  word-break: break-word;
}

.pi-theme-StaffCard {
  background: transparent;
  border-width: 1px;
  border-style: solid;
}

.pi-theme-StaffCard .pi-title {
  border-bottom: 0;
  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;
  color: #002a32;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 6px;
  text-transform: uppercase;
}

.pi-theme-StaffCard .pi-title,
.pi-theme-StaffCard > .pi-header {
  text-align: center;
}

.pi-theme-StaffCard:only-of-type {
  width: auto;
  clear: both;
  float: none;
  overflow: visible;
}

.pi-theme-StaffCard .pi-group[data-item-name="biography"] {
  padding: 10px;
}
.pi-theme-StaffCard .pi-item[data-source="biography"] {
  display: inline;
  padding: 0;
}

.pi-theme-StaffCard .pi-item[data-source="biography"] p ~ p {
  margin-top: 1em;
}

.pi-theme-StaffCard .pi-item[data-source="extimage"] {
  display: inline;
  padding: 0;
}

.pi-theme-StaffCard .pi-item[data-source="extimage"] img {
  float: left;
  shape-outside: padding-box;
  padding: 0 10px 10px 0;
  width: 100px;
  height: auto;
}

.pi-theme-StaffCard .pi-image[data-source="image"] {
  float: left;
  shape-outside: padding-box;
  padding: 0 10px 10px 0;
}

.pi-theme-StaffCard .pi-image[data-source="image"] .pi-image-thumbnail {
  width: 100px;
  height: auto;
}
.pi-theme-VolunteerCard {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    clear: none;
    float: left;
    margin: 0 0 15px 15px;
    padding: 0.5em;
}

.pi-theme-VolunteerCard {
    width: 45%;
}

.pi-theme-VolunteerCard-wide {
    width: inherit;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.pi-theme-VolunteerCard .pi-item-spacing {
    padding: initial;
}

.pi-theme-VolunteerCard .pi-title {
    display: inline;
    font-size: inherit;
    padding: 3px;
}

.pi-theme-StaffCard .pi-title {
    text-align: center;
}

.pi-theme-StaffCard > .pi-header {
    text-align: center;
}

.pi-theme-VolunteerCard .pi-navigation {
    display: inline;
}

.pi-theme-VolunteerCard .pi-image {
    float: right;
}

.pi-theme-StaffCard .pi-image + .pi-data {
    display: inline;
}

.pi-theme-StaffCard .pi-image {
    float: left;
    padding: 15px;
}

.pi-theme-StaffCard .pi-image-thumbnail {
    width: 100px;
    height: auto;
}

.portable-infobox.pi-theme-VolunteerCard > .pi-data:not(:only-child) {
    display: inline;
}

.portable-infobox.pi-theme-VolunteerCard > .pi-title + .pi-navigation {
    display: inline;
    border: 1px solid;
    border-radius: 5px;
}

.portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-label,
.portable-infobox.pi-theme-VolunteerCard > .pi-data .pi-data-value {
    display: inline;
    text-align: justify;
}

.pi-theme-VolunteerCard > .pi-data-value:only-child {
    display: inline;
}

.pi-theme-VolunteerCard .pi-group {
    display: flex;
    width: 100%;
}

.pi-theme-VolunteerCard .pi-group .pi-data {
    /* 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;
    margin: auto;
}

.pi-theme-VolunteerCard .pi-data-label {
    -ms-flex-preferred-size: 8em;
    -webkit-flex-basis: 8em;
    -moz-flex-basis: 8em;
    flex-basis: 8em;
    min-width: 5.5em;
}

.pi-theme-VolunteerCard .pi-data img {
    float: right;
    margin: 5px;
}

.pi-theme-VolunteerCard .pi-data:not(:last-of-type) {
    border-bottom-style: initial;
}

.pi-theme-VolunteerCard .pi-group .pi-data:not(:last-of-type) {
    border-right-style: solid;
    border-right-width: 1px;
}

.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;
}

.FANDOM-badge {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-style: normal;
    font-family: Rubik, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
    background-color: #39424d;
    width:100%;
    max-width:700px;
    color: #fff;
    margin: auto;
    margin-top:40px;
    text-align: center;
}
.FANDOM-avatar {
    border: 2px solid #ccc;
    height: 90px;
    margin: 0 auto -40px;
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
    width: 90px;
}
.FANDOM-badge .fs1rem {
    color: #fff;
    display: block;
    font-size: 1rem;
}
.FANDOM-about {
    margin: 14px 70px 0;
    line-height: 1.3125rem;
}
.FANDOM-profile {
    background-color: #2c343d;
    margin-top: 20px;
    text-transform: uppercase;
}

blockquote.FANDOM-badge.context-link { padding: 1em 0.5em }