The SMG4/GLITCH Wiki
No edit summary
(IDK what I'm doing anymore...)
Line 1: Line 1:
  +
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:RoundAvatars.css&only=styles");
 
/* Modifies the "edit section" button */
 
/* Modifies the "edit section" button */
 
.editsection a {
 
.editsection a {

Revision as of 15:29, 28 April 2019

@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:RoundAvatars.css&only=styles");
/* Modifies the "edit section" button */
.editsection a {
  color: #000000;
  font-family:'Helvetica', sans-serif;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-style: none;
}

/* admins */

a[href$=":GraviBot"], a[href$="/GraviBot"] {
    color: red;
    font-weight: 700;
}

a[href$=":RevolverOshawott7"], a[href$="/RevolverOshawott7"] {
    color: purple;
    font-weight: 700;
}

a[href$=":Umbreon_The_Serial_Killer"], a[href$="/Umbreon_The_Serial_Killer"] {
    color: black;
    font-weight: 700;
}

a[href$=":Ivan_the_Brony_Kaiju"], a[href$="/Ivan_the_Brony_Kaiju"] {
    color: red;
    font-weight: 700;
}

a[href$=":Dialga_time_lord"], a[href$="/Dialga_time_lord"] {
    color: #496494;
    font-weight: 1000;
}

a[href$=":Dinosaurus1"], a[href$="/Dinosaurus1"] {
    color: red;
    font-weight: 700;
}

a[href$=":ThatAsianInTheCorner"], a[href$="/ThatAsianInTheCorner"] {
    color: green;
    font-weight: 700;
}

a[href$=":SuperMario34"], a[href$="/SuperMario34"] {
    color: yellow;
    font-weight: 700;
}

/* Content Moderators */

a[href$=":GingerBoi1"], a[href$="/GingerBoi1"] {
    color: orange;
    font-weight: 700;
}

/* Rollback */

a[href$=":Fattubby"], a[href$="/Fattubby"] {
    color: purple;
    font-weight: 700;
}

/* Discussions Moderators */

a[href$=":SwagMaster12345"], a[href$="/SwagMaster12345"] {
    color: green;
    font-weight: 700;
}

a[href$=":Ast126"], a[href$="/Ast126"] {
    color: green;
    font-weight: 700;
}

/* Chat Moderators */

a[href$=":Roy_shyon"], a[href$="/Roy_shyon"] {
    color: gray;
    font-weight: 700;
}

/* Body */
#WikiaPage {
    font-family: 'Molengo', sans-serif !important;
    /* color:#F0F8FF !important; */
}

/*UserTag CSS*/
.tag.usergroup-founder {
	background-color: Gold !important;
	color: black !important;
}

.tag.usergroup-inactive {
	background-color: #D3D3D3 !important;
	color: white !important;
}

.tag.usergroup-adopter {
	background-color: #3afcd5 !important;
	color: black !important;
}

.tag.usergroup-twitter {
	background-color: #1c4e87 !important;
	color: white !important;
}

.tag.usergroup-admincrat {
	background-color: #00ee56 !important;
	color: black !important;
}

.tag.usergroup-permdisabled {
	background-color: #F0000C !important;
	color: white !important;
}

.tag.usergroup-vstf {
	background-color: #1c4e87 !important;
	color: Gold !important;
}

.tag.usergroup-staff {
	background-color: white !important;
	color: black !important;
}

.tag.usergroup-bot-global {
	background-color: #a8c4e1 !important;
	color: black !important;
}

.tag.usergroup-bot {
	background-color: #40E0D0 !important;
	color: white !important;
}

.tag.usergroup-formeradmin {
	background-color: #ce2029 !important;
	color: white !important;
}

.tag.usergroup-content-moderator{
	background-color: #ff9900 !important;
	color: black !important;
}

/*#ce2029 (color to be added to former admin. user-group*/

/*Improved loading bar for Recent Wiki Activity*/

/* Infoboxes */
.portable-infobox {
    float:right;
    background: rgba(0,47,90,0.5); 
    border-radius: 8px 8px 0 0; 
    border: 2px solid #301728; 
    overflow: hidden;
}

.portable-infobox .pi-background {
    background: transparent;
}

.portable-infobox h2 {
    background-color: #96487D;
}

.pi-title, .pi-header, 
.pi-horizontal-group .pi-header {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pi-theme-blooper {
    background: rgba(110,60,6,0.5);
    border: 2px solid #FFF;
}

.pi-theme-blooper h2, 
.pi-theme-blooper .pi-secondary-background,
.pi-theme-blooper .pi-title {
    background-color: blue;
}

.pi-theme-blooper .pi-data:not(:last-of-type),
.pi-group {
    border-bottom-width: 0px;
}

.pi-theme-blooper .pi-data-label {
    flex-basis: 150px;
}

.pi-theme-blooper .pi-title,
.pi-theme-blooper .pi-header {
    border-bottom: 1px solid #FFF;
    border-top: 1px solid blue;
}

.pi-theme-blooper .pi-horizontal-group .pi-horizontal-group-item:not(:first-child) {
    border-left-width: 0px;
}

.pi-image-collection-tab-content {
    background-color: rgba(9,71,113,0.5);
}
ul.pi-image-collection-tabs li {
    border: 1px solid transparent;
}
ul.pi-image-collection-tabs li.current {
    background: rgba(15,88,129,0.5);
}

.pi-europa .pi-horizontal-group-item:nth-child(even) {
    background-color: transparent;
}

/* CTab, ETab, & OTab Templates - Author: DEmersonJMFM */

.CTab,
.BTab,
.OTab { 
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
}

.CTab-Tab .selflink,
.CTab-Tab a:hover {
    color: black;
}

.CTab-Tab a, /* Expand link size to fill tab */
.CTab-Tab .selflink,
.BTab-Tab a,
.BTab-Tab .selflink,
.OTab-Tab a,
.OTab-Tab .selflink {
    padding: 8px 15px 9px;
    text-decoration: none;
}

.CTab-Tab, /* Individual tabs */
.BTab-Tab,
.OTab-Tab { 
    float: left; 
    margin-right: 2px;
    padding: 5px 0; 
    width: auto; 
    border: 2px solid black; 
    border-bottom: none;
}

.CTab-Line, /* Line below tabs */
.BTab-Line,
.OTab-Line {
    clear: both;
    width: 100%;
    padding-bottom: 2px;
    border-top: 2px solid #000000;
}

.CTab-General .CTab-Tab,
.BTab-General .BTab-Tab,
.OTab-General .OTab-Tab { background-color: lightblue; } /* Colors from BG templates */
.CTab-Mario .CTab-Tab { background-color: #FE9696; }
.CTab-SMG4 .CTab-Tab { background-color: white; }
.CTab-Bowser .CTab-Tab { background-color: yellow; }
.CTab-Luigi .CTab-Tab { background-color: green; }
.CTab-Peach .CTab-Tab { background-color: pink; }
.CTab-Steve .CTab-Tab { background-color: #009EB3; }
.CTab-Toad .CTab-Tab { background-color: white; }
.CTab-Waluigi .CTab-Tab { background-color: purple; }
.CTab-Wario .CTab-Tab { background-color: yellow; }
.CTab-Fishy .CTab-Tab { background-color: lime; }
.CTab-Bob .CTab-Tab { background-color: tan; }
.CTab-Meggy .CTab-Tab { background-color: orange; }
.CTab-Shroomy .CTab-Tab { background-color: #EDC9AF; }
.CTab-Saiko .CTab-Tab { background-color: pink; }
.CTab-Tari .CTab-Tab { background-color: cyan; }
.CTab-Jeeves .CTab-Tab { background-color: lightgrey; }
.CTab-SMG3 .CTab-Tab { background-color: lightblue; }
.CTab-Yoshi .CTab-Tab { background-color: limegreen; }
.CTab-Baldi .CTab-Tab { background-color: lightgreen; }

.CTab-Mario, /* Spacing between featured videos & tabs */
.CTab-Luigi,
.CTab-SMG4,
.CTab-Bowser,
.CTab-Toad,
.CTab-Fishy,
.CTab-Tari { 
    padding-top: 18px; 
}

.page-Template_CTab .CTab-Tab, /* Maintain tab size on template & doc pages */
.page-Template_CTab_doc .CTab-Tab,
.page-Template_BTab .BTab-Tab,
.page-Template_BTab_doc .BTab-Tab,
.page-Template_OTab .OTab-Tab,
.page-Template_OTab_doc .OTab-Tab {
    padding: 5px 15px;
}

/* Character Infobox color */
.Mario, .Mario, .pi-theme-Mario .pi-header, .pi-theme-Mario .pi-title, .pi-theme-Mario .pi-image-collection-tabs { background-color:red; color:blue; }
.SMG4, .SMG4, .pi-theme-SMG4 .pi-header, .pi-theme-SMG4 .pi-title, .pi-theme-SMG4 .pi-image-collection-tabs { background-color:blue; color:white; }
.Bowser, .Bowser, .pi-theme-Bowser .pi-header, .pi-theme-Bowser .pi-title, .pi-theme-Bowser .pi-image-collection-tabs { background-color:yellow; color:green; }
.Luigi, .Luigi, .pi-theme-Luigi .pi-header, .pi-theme-Luigi .pi-title, .pi-theme-Luigi .pi-image-collection-tabs { background-color:green; color:darkblue; }
.Peach, .Peach, .pi-theme-Peach .pi-header, .pi-theme-Peach .pi-title, .pi-theme-Peach .pi-image-collection-tabs { background-color:pink; color:yellow; }
.Steve, .Steve, .pi-theme-Steve .pi-header, .pi-theme-Steve .pi-title, .pi-theme-Steve .pi-image-collection-tabs { background-color:#009EB3; color:#4742A9; }
.Toad, .Toad, .pi-theme-Toad .pi-header, .pi-theme-Toad .pi-title, .pi-theme-Toad .pi-image-collection-tabs { background-color:white; color:red; }
.Waluigi, .Waluigi, .pi-theme-Waluigi .pi-header, .pi-theme-Waluigi .pi-title, .pi-theme-Waluigi .pi-image-collection-tabs { background-color:purple; color:black; }
.Wario, .Wario, .pi-theme-Wario .pi-header, .pi-theme-Wario .pi-title, .pi-theme-Wario .pi-image-collection-tabs { background-color:yellow; color:purple; }
.Fishy, .Fishy, .pi-theme-Fishy .pi-header, .pi-theme-Fishy .pi-title, .pi-theme-Fishy .pi-image-collection-tabs { background-color:green; color:#A7C5F6; }
.Bob, .Bob, .pi-theme-Bob .pi-header, .pi-theme-Bob .pi-title, .pi-theme-Bob .pi-image-collection-tabs { background-color:tan; color:black; }
.Meggy, .Meggy, .pi-theme-Meggy .pi-header, .pi-theme-Meggy .pi-title, .pi-theme-Meggy .pi-image-collection-tabs { background-color:orange; color:black; }
.Shroomy, .Shroomy, .pi-theme-Shroomy .pi-header, .pi-theme-Shroomy .pi-title, .pi-theme-Shroomy .pi-image-collection-tabs { background-color:#EDC9AF; color:red; }
.Saiko, .Saiko, .pi-theme-Saiko .pi-header, .pi-theme-Saiko .pi-title, .pi-theme-Saiko .pi-image-collection-tabs { background-color:pink; color:black; }
.Tari, .Tari, .pi-theme-Tari .pi-header, .pi-theme-Tari .pi-title, .pi-theme-Tari .pi-image-collection-tabs { background-color:dodgerblue; color:darkgrey; }
.Jeeves, .Jeeves, .pi-theme-Jeeves .pi-header, .pi-theme-Jeeves .pi-title, .pi-theme-Jeeves .pi-image-collection-tabs { background-color:lightgrey; color:black; }
.Yoshi, .Yoshi, .pi-theme-Yoshi .pi-header, .pi-theme-Yoshi .pi-title, .pi-theme-Yoshi .pi-image-collection-tabs { background-color:limegreen; color:red; }
.SMG3, .SMG3, .pi-theme-SMG3 .pi-header, .pi-theme-SMG3 .pi-title, .pi-theme-SMG3 .pi-image-collection-tabs { background-color:blue; color:black; }
.Baldi, .Baldi, .pi-theme-Baldi .pi-header, .pi-theme-Baldi .pi-title, .pi-theme-Baldi .pi-image-collection-tabs { background-color:lightgreen; color:blue; }