MediaWiki:Common.css: Difference between revisions

From Inkipedia, the Splatoon wiki
m (fix)
(Minor text fixes)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
  background-image: url("//cdn.wikimg.net/splatoonwiki/images/4/43/Krillzone_Wiki.png");
}
body {
body {
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/9/98/Bg-tile-black.jpg");
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/c/cd/Killzone_Logo.png");
   background-repeat:repeat;
   background-repeat:repeat;
  background-color:#0F0F0F;
  color:#F0F0F0;
}
/* Inherit foreground and background from body */
h1, h2, h3, h4 {
  color: inherit;
  background-color: inherit;
}
/* Table of contents */
#toc, .toc {
  background-color: #1F1F1F;
}
}
/* For wiki links */
a:link, a:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li.selected a, div.vectorTabs li a {
a:link, a:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li.selected a, div.vectorTabs li a {
   text-decoration: none;
   text-decoration: none;
   color:#378B00;
   color:#ff9326;
}
}
/* For links that were clicked */
a:visited, div#mw-panel div.portal div.body ul li a:visited, div.vectorTabs li.selected a:visited, div.vectorTabs li.selected a:visited {
a:visited, div#mw-panel div.portal div.body ul li a:visited, div.vectorTabs li.selected a:visited, div.vectorTabs li.selected a:visited {
   text-decoration: none;
   text-decoration: none;
   color:#008B2A;
   color:#cf7306;
}
}
/* Style links to admins' pages */
a[href="/wiki/User:Espyo"],a[href="/wiki/User:ShrimpPin"],a[href="/wiki/User:GuyPerfect"],a[href="/wiki/User:SuperHamster"],a[href="/wiki/User:Kjhf"],a[href="/wiki/User:Bzeep"],a[href="/wiki/User:Nyargleblargle"],a[href="/wiki/User:Shachar700"],a[href="/wiki/User:Lukey140701"] {  
a[href="/wiki/User:Espyo"],a[href="/wiki/User:ShrimpPin"],a[href="/wiki/User:GuyPerfect"],a[href="/wiki/User:SuperHamster"],a[href="/wiki/User:Kjhf"],a[href="/wiki/User:Bzeep"],a[href="/wiki/User:Nyargleblargle"],a[href="/wiki/User:Shachar700"],a[href="/wiki/User:Lukey140701"] {  
   color: #006400;
   color: #660033;
   font-weight:700;  
   font-weight:700;  
}
}
/* Style links to b'crats' pages */
a[href="/wiki/User:Prod"] {  
a[href="/wiki/User:Prod"] {  
   color: #DAA520;
   color: #DAA520;
   font-weight:700;  
   font-weight:700;  
}
}
/* Style adminlist template */
.adminlist1 {
.adminlist1 {
   border-style:solid;
   border-style:solid;
   border-color:#006400;
   border-color:#660033;
   border-radius:0 3px 3px 0;
   border-radius:0 3px 3px 0;
   border-width:2px 2px 2px 5px;
   border-width:2px 2px 2px 5px;
Line 29: Line 56:
.adminlist2 {
.adminlist2 {
   padding:5px;  
   padding:5px;  
   background:#8EB900;   
   background:#660033;   
   font-weight:bold;
   font-weight:bold;
}
}
.adminlist1 > tbody:nth-child(1) > tr:nth-child(2), .adminlist1 > tbody:nth-child(1) > tr:nth-child(4), .adminlist1 > tbody:nth-child(1) > tr:nth-child(6), .adminlist1 > tbody:nth-child(1) > tr:nth-child(8), .adminlist1 > tbody:nth-child(1) > tr:nth-child(10), .adminlist1 > tbody:nth-child(1) > tr:nth-child(12), .adminlist1 > tbody:nth-child(1) > tr:nth-child(14), .adminlist1 > tbody:nth-child(1) > tr:nth-child(16), .adminlist1 > tbody:nth-child(1) > tr:nth-child(18) {
.adminlist1 > tbody:nth-child(1) > tr:nth-child(2), .adminlist1 > tbody:nth-child(1) > tr:nth-child(4), .adminlist1 > tbody:nth-child(1) > tr:nth-child(6), .adminlist1 > tbody:nth-child(1) > tr:nth-child(8), .adminlist1 > tbody:nth-child(1) > tr:nth-child(10), .adminlist1 > tbody:nth-child(1) > tr:nth-child(12), .adminlist1 > tbody:nth-child(1) > tr:nth-child(14), .adminlist1 > tbody:nth-child(1) > tr:nth-child(16), .adminlist1 > tbody:nth-child(1) > tr:nth-child(18) {
   background-color:#E5FFA9;
   background-color:#ffcc99;
   padding:10px;
   padding:10px;
}
}
/* Style the edit options table to not use a gray background, it looks awful with non-black foreground. */
.editOptions {
  background-color: #0F0F0F;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorTabs li.new a, div.vectorTabs li.new, a.new, #p-personal a.new, a.new {
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorTabs li.new a, div.vectorTabs li.new, a.new, #p-personal a.new, a.new {
   text-decoration:none;
   text-decoration:none;
   color:#BA0000;
   color:#BA0000;
}
}
/* Style image thumbs */
div.thumbinner {
  background-color:#BA0000;
}
/* Underline links when hovering over */
a:hover {
a:hover {
   text-decoration:underline;
   text-decoration:underline;
}
}
#titlebg {
#titlebg {
   border: 0px solid #000000;
   border: 0px solid #000000;
Line 56: Line 97:
   padding:0px;  
   padding:0px;  
   font-size:24px;
   font-size:24px;
  color:white;
   font-weight:bold;
   font-weight:bold;
  color:#400000;
}
}
.widstyle {
.widstyle {
   margin: 25px auto;  
   margin: 25px auto;  
   width: 90%;  
   width: 90%;  
   border: 5px solid #91CE4D;
   border: 5px solid #b3002d;
   vertical-align: top;  
   vertical-align: top;  
   font-family: Calibri, sans-serif;  
   font-family: Calibri, veranda;  
   border-radius:20px;
   border-radius:20px;
   box-shadow:0 0 15px rgba(0,0,0,0.3);
   box-shadow:0 0 15px rgba(0,0,0,0.3);
}
}
#p-personal{
#p-personal{
  background-color:white;
   top:-0.2em;
   top:-0.2em;
   margin-right:4em;
   margin-right:4em;
Line 75: Line 115:
   border-radius:2px 2px 10px 10px;
   border-radius:2px 2px 10px 10px;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-width:2px;
   border-width:2px;
}
}
.items {
.items {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   display:-webkit-flex;
   display:-webkit-flex;
   display:flex;  
   display:flex;  
   border:2px solid #91CE4D;  
   border:2px solid #8c0023;  
   box-shadow:0px 0px 25px white inset;
   box-shadow:0px 0px 25px white inset;
   border-radius:10px;
   border-radius:10px;
Line 99: Line 138:
   display:-webkit-block;
   display:-webkit-block;
   text-shadow:0px 0px 5px rgba(255,255,255,0.3);
   text-shadow:0px 0px 5px rgba(255,255,255,0.3);
  color:white;
}
}
.item a:hover{
.item a:hover{
Line 109: Line 147:
   position:absolute;  
   position:absolute;  
   top:-6px;  
   top:-6px;  
   width:75%;
   width:75%;
  background-color:rgba(0,0,0, 0.7);  
   box-shadow:0px 0px 10px rgba(255,255,255,0.6);
   box-shadow:0px 0px 10px rgba(255,255,255,0.6);
   line-height:120px;
   line-height:120px;
}
}
.item p:hover {
.item p:hover {
  background-color:rgba(0,0,0, 0.4);
   box-shadow:0px 0px 15px white;
   box-shadow:0px 0px 15px white;
}
}
Line 166: Line 202:
   height:30px;
   height:30px;
   margin-top:0.6em;
   margin-top:0.6em;
  color: inherit;
}
}
div.vectorMenu h3 a {
div.vectorMenu h3 a {
   top:0.2em;
   top:0.2em;
   right:0.4em;
   right:0.4em;
  color: inherit;
}
}
div.vectorTabs {
div.vectorTabs {
Line 192: Line 230:
   margin-top:0.5em;
   margin-top:0.5em;
   border-style:dashed;
   border-style:dashed;
   border-color:#AADC00;
   border-color:#FF8000;
   border-width:1px;
   border-width:1px;
}
}
Line 208: Line 246:
   margin-left:0.1em;
   margin-left:0.1em;
   margin-right:0.4em;
   margin-right:0.4em;
  color: inherit;
}
}
div.vectorMenu h3 span {
div.vectorMenu h3 span {
Line 214: Line 253:
div#mw-page-base {
div#mw-page-base {
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
  background-color:rgba(255,255,255,0);
   opacity:0;
   opacity:0;
}
}
#mw-panel {
#mw-panel {
  background-color:white;
   max-width:7.5em;
   max-width:7.5em;
   margin-left:0.8em;
   margin-left:0.8em;
   padding:1em 1em 1em 0em;
   padding:1em 1em 1em 0em;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-width:2px 2px 2px 10px;
   border-width:2px 2px 2px 10px;
   border-radius:2px;
   border-radius:2px;
Line 229: Line 266:
.mw-body {
.mw-body {
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-width:1px 2px 0 2px;
   border-width:1px 2px 0 2px;
   margin-left:11em;
   margin-left:11em;
   margin-right:5em;
   margin-right:5em;
  color: #f0f0f0;
  background-color: #0f0f0f;
}
}
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
   font-family:sans-serif;
   font-family:veranda;
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/5/5c/Drip-heading.png");
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/0/0f/Killzone-Drip.png");
   background-position:95% -1.75%;
   background-position:95% -1.75%;
   background-repeat:no-repeat;
   background-repeat:no-repeat;
  color: inherit;
}
}
.widget {
.widget {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   box-shadow:0px 0px 15px white inset;
   box-shadow:0px 0px 15px white inset;
   width:25%;
   width:25%;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-radius:10px;
   border-radius:10px;
   border-width:10px 1px 10px 1px;
   border-width:10px 1px 10px 1px;
Line 252: Line 291:
}
}
.widget1 {
.widget1 {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   box-shadow:0px 0px 15px white inset;
   box-shadow:0px 0px 15px white inset;
   width:75%;
   width:75%;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-radius:10px;
   border-radius:10px;
   border-width:10px 1px 10px 1px;
   border-width:10px 1px 10px 1px;
Line 263: Line 301:
}
}
.widget2 {
.widget2 {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   box-shadow:0px 0px 15px white inset;
   box-shadow:0px 0px 15px white inset;
   width:100%;
   width:100%;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-radius:10px;
   border-radius:10px;
   border-width:10px 1px 10px 1px;
   border-width:10px 1px 10px 1px;
Line 286: Line 323:
}
}
.widget4{
.widget4{
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   box-shadow:0px 0px 15px white inset;
   box-shadow:0px 0px 15px white inset;
   width:100%;
   width:100%;
Line 297: Line 333:
}
}
.widget5 {
.widget5 {
    background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   box-shadow:0px 0px 15px white inset;
   box-shadow:0px 0px 15px white inset;
   width:50%;
   width:50%;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-radius:10px;
   border-radius:10px;
   border-width:10px 1px 10px 1px;
   border-width:10px 1px 10px 1px;
Line 308: Line 343:
}
}
.widget6 {
.widget6 {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   box-shadow:0px 0px 15px white inset;
   box-shadow:0px 0px 15px white inset;
   width:100%;
   width:100%;
Line 319: Line 353:
}
}
.widgett {
.widgett {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
   box-shadow:0px 0px 15px white inset;
   box-shadow:0px 0px 15px white inset;
   width:97%;
   width:97%;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-radius:10px;
   border-radius:10px;
   border-width:10px 0 10px 0;
   border-width:10px 0 10px 0;
Line 330: Line 363:
}
}
.btextwidget {
.btextwidget {
  background-color:rgba(255,255,255,0.5);
   border-color:rgba(255,255,255,0.7);
   border-color:rgba(255,255,255,0.7);
   border-style:solid;
   border-style:solid;
Line 347: Line 379:
.textwidget, .cd {
.textwidget, .cd {
   padding:5px;
   padding:5px;
  background-color:rgba(255,255,255,0.5);
   border-color:rgba(255,255,255,0.7);
   border-color:rgba(255,255,255,0.7);
   border-style:solid;
   border-style:solid;
Line 361: Line 392:
#follow {
#follow {
   padding-top:15px;
   padding-top:15px;
  background-color:rgba(255,255,255,0.5);
   border-color:rgba(255,255,255,0.7);
   border-color:rgba(255,255,255,0.7);
   border-style:solid;
   border-style:solid;
Line 377: Line 407:
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/3/34/Follow_twitter_solo.png");
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/3/34/Follow_twitter_solo.png");
   background-repeat:no-repeat;
   background-repeat:no-repeat;
  color:rgba(0,0,0,0);
}
}
#twitter a {
#twitter a {
  background-color:rgba(0,0,0,0);
   position:absolute;
   position:absolute;
   top:15px;
   top:15px;
Line 394: Line 422:
}
}
#facebook a {
#facebook a {
  background-color:rgba(0,0,0,0);
   position:absolute;
   position:absolute;
   top:15px;
   top:15px;
Line 408: Line 435:
}
}
#skype a, .mw-body .external {
#skype a, .mw-body .external {
  color:rgba(0,0,0,0);
   padding:0px;
   padding:0px;
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
Line 442: Line 468:
   background-repeat:no-repeat;
   background-repeat:no-repeat;
   background-size:100%;
   background-size:100%;
  background-color:rgba(0,0,0,0);
   border:0px;
   border:0px;
   position:absolute;
   position:absolute;
Line 452: Line 477:
}
}
.infobox {
.infobox {
   background-color:rgba(140,220,0,0.1);
   background-color:rgba(220,140,0,0.1);
   width:25%;
   width:25%;
   border-radius:10px;
   border-radius:10px;
   padding:10px;
   padding:10px;
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-width:10px 1px 10px 1px;
   border-width:10px 1px 10px 1px;
}
}
.infobox1 {
.infobox1 {
   background-color:rgba(140,220,0,0.3);
   background-color:rgba(220,140,0,0.3);
   border-style:solid;
   border-style:solid;
   border-color:rgba(140,220,0,0.5);
   border-color:rgba(220,140,0,0.5);
   border-width:1px 1px 1px 5px;
   border-width:1px 1px 1px 5px;
   border-radius:5px;
   border-radius:5px;
Line 476: Line 501:
.infobox td b{
.infobox td b{
   padding:6px;
   padding:6px;
background: -moz-linear-gradient(left,  rgba(140,220,0,0.3) 0%, rgba(140,220,0,0) 100%);
background: -moz-linear-gradient(left,  rgba(220,140,0,0.3) 0%, rgba(220,140,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(140,220,0,0.3)), color-stop(100%,rgba(140,220,0,0)));
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(220,140,0,0.3)), color-stop(100%,rgba(220,140,0,0)));
background: -webkit-linear-gradient(left,  rgba(140,220,0,0.3) 0%,rgba(140,220,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
background: -o-linear-gradient(left,  rgba(140,220,0,0.3) 0%,rgba(140,220,0,0) 100%);
background: -o-linear-gradient(left,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
background: -ms-linear-gradient(left,  rgba(140,220,0,0.3) 0%,rgba(140,220,0,0) 100%);
background: -ms-linear-gradient(left,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
background: linear-gradient(to right,  rgba(140,220,0,0.3) 0%,rgba(140,220,0,0) 100%);
background: linear-gradient(to right,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
   border-style:solid;
   border-style:solid;
   border-color:rgba(140,220,0,0.5);
   border-color:rgba(220,140,0,0.5);
   border-width:1px 0 1px 5px;
   border-width:1px 0 1px 5px;
   border-radius:5px 0 0 5px;
   border-radius:5px 0 0 5px;
}
}
#footer {
#footer {
  background-color:white;
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/b/b4/Featured-bg.png");
   background-image:url("//cdn.wikimg.net/splatoonwiki/images/b/b4/Featured-bg.png");
   border-style:solid;
   border-style:solid;
   border-color:#AADC00;
   border-color:#FF8000;
   border-width:1px 2px 1px 2px;
   border-width:1px 2px 1px 2px;
   margin-right:5em;
   margin-right:5em;
Line 500: Line 524:
   display: block;
   display: block;
}
}
body.page-Main_Page #ca-delete, body.page-Main_Page #ca-move, body.page-Main_Page #deleteconfirm, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading {
body.page-Main_Page #ca-delete, body.page-Main_Page #ca-move, body.page-Main_Page #deleteconfirm, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading {
   display: none !important;
   display: none !important;
  color: inherit;
}
}
/*
* Interwiki styling
*
*/


/* Styling links to Bulbapedia */
/* Styling links to Bulbapedia */
Line 652: Line 683:
/* Temporary refactor classes */
/* Temporary refactor classes */
.bubbleboxbg {
.bubbleboxbg {
    background-image: url("//cdn.wikimg.net/splatoonwiki/images/2/26/Amiibo_main_bg.png");
}
}

Revision as of 10:52, 1 April 2017

/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
  background-image: url("//cdn.wikimg.net/splatoonwiki/images/4/43/Krillzone_Wiki.png");
}

body {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/c/cd/Killzone_Logo.png");
  background-repeat:repeat;
  background-color:#0F0F0F;
  color:#F0F0F0;
}

/* Inherit foreground and background from body */
h1, h2, h3, h4 {
  color: inherit;
  background-color: inherit;
}

/* Table of contents */
#toc, .toc {
  background-color: #1F1F1F;
}

/* For wiki links */
a:link, a:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li.selected a, div.vectorTabs li a {
  text-decoration: none;
  color:#ff9326;
}

/* For links that were clicked */
a:visited, div#mw-panel div.portal div.body ul li a:visited, div.vectorTabs li.selected a:visited, div.vectorTabs li.selected a:visited {
  text-decoration: none;
  color:#cf7306;
}

/* Style links to admins' pages */
a[href="/wiki/User:Espyo"],a[href="/wiki/User:ShrimpPin"],a[href="/wiki/User:GuyPerfect"],a[href="/wiki/User:SuperHamster"],a[href="/wiki/User:Kjhf"],a[href="/wiki/User:Bzeep"],a[href="/wiki/User:Nyargleblargle"],a[href="/wiki/User:Shachar700"],a[href="/wiki/User:Lukey140701"] { 
  color: #660033;
  font-weight:700; 
}

/* Style links to b'crats' pages */
a[href="/wiki/User:Prod"] { 
  color: #DAA520;
  font-weight:700; 
}

/* Style adminlist template */
.adminlist1 {
  border-style:solid;
  border-color:#660033;
  border-radius:0 3px 3px 0;
  border-width:2px 2px 2px 5px;
  background:#ffffff; 
}
.adminlist2 {
  padding:5px; 
  background:#660033;  
  font-weight:bold;
}
.adminlist1 > tbody:nth-child(1) > tr:nth-child(2), .adminlist1 > tbody:nth-child(1) > tr:nth-child(4), .adminlist1 > tbody:nth-child(1) > tr:nth-child(6), .adminlist1 > tbody:nth-child(1) > tr:nth-child(8), .adminlist1 > tbody:nth-child(1) > tr:nth-child(10), .adminlist1 > tbody:nth-child(1) > tr:nth-child(12), .adminlist1 > tbody:nth-child(1) > tr:nth-child(14), .adminlist1 > tbody:nth-child(1) > tr:nth-child(16), .adminlist1 > tbody:nth-child(1) > tr:nth-child(18) {
  background-color:#ffcc99;
  padding:10px;
}

/* Style the edit options table to not use a gray background, it looks awful with non-black foreground. */
.editOptions {
  background-color: #0F0F0F;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorTabs li.new a, div.vectorTabs li.new, a.new, #p-personal a.new, a.new {
  text-decoration:none;
  color:#BA0000;
}

/* Style image thumbs */
div.thumbinner {
  background-color:#BA0000;
}

/* Underline links when hovering over */
a:hover {
  text-decoration:underline;
}

#titlebg {
  border: 0px solid #000000;
  text-align:center;
  text-shadow: -2px 0 #416600, 0 2px #416600, 2px 0 #416600, 0 -2px #416600;
  width:100%;
  background-size:25%;
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/e/e1/Weapon_btn_main_bg_on.png");
  background-position:50% 50%;
  background-repeat:no-repeat;
}
#title{
  padding:0px; 
  font-size:24px;
  font-weight:bold;
  color:#400000;
}
.widstyle {
  margin: 25px auto; 
  width: 90%; 
  border: 5px solid #b3002d;
  vertical-align: top; 
  font-family: Calibri, veranda; 
  border-radius:20px;
  box-shadow:0 0 15px rgba(0,0,0,0.3);
}
#p-personal{
  top:-0.2em;
  margin-right:4em;
  padding:5px 15px 5px 0;
  border-radius:2px 2px 10px 10px;
  border-style:solid;
  border-color:#FF8000;
  border-width:2px;
}
.items {
  display:-webkit-flex;
  display:flex; 
  border:2px solid #8c0023; 
  box-shadow:0px 0px 25px white inset;
  border-radius:10px;
  padding:15px; 
  text-align:center; 
  height:125px; 
  justify-content:center;
}
.item{
  max-width:200px;
  position:relative; 
  padding:1px;
}
.item a{
  display:block;
  display:-webkit-block;
  text-shadow:0px 0px 5px rgba(255,255,255,0.3);
}
.item a:hover{
  text-shadow:0px 0px 15px rgba(255,255,255,0.5);
  text-decoration:none;
}
.item p {
  text-align:center; 
  position:absolute; 
  top:-6px; 
  width:75%;
  box-shadow:0px 0px 10px rgba(255,255,255,0.6);
  line-height:120px;
}
.item p:hover {
  box-shadow:0px 0px 15px white;
}

#itemchar {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/b/b0/MarieArt.png");
  background-repeat:no-repeat;
  background-size:75%;
  width:20%;
  height:150%;
}
#itemweap {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/e/e3/InklingBoyArt.png");
  background-repeat:no-repeat;
  background-size:75%;
  width:20%;
  height:150%;
}
#itemmode {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/e/e7/CallieArt.png");
  background-repeat:no-repeat;
  background-size:75%;
  width:20%;
  height:150%;
}
#itemcloth {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/6/64/AnnieArt.png");
  background-repeat:no-repeat;
  background-size:75%;
  width:20%;
  height:150%;
}
#itemstage {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/9/90/OctolingArt.png");
  background-repeat:no-repeat;
  background-size:75%;
  width:20%;
  height:150%;
}
#mw-content-text > div:nth-child(15) > div:nth-child(1) > p:nth-child(2) {
  font-size:16px;
}
#ca-unwatch.icon a, #ca-watch.icon a {
  background-position:90% 35%;
  width:65px;
  overflow:visible;
  padding:15px;
}
div#mw-head div.vectorMenu h3 {
  height:30px;
  margin-top:0.6em;
  color: inherit;
}
div.vectorMenu h3 a {
  top:0.2em;
  right:0.4em;
  color: inherit;
}
div.vectorTabs {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
  background-position:bottom left;
  background-repeat:no-repeat;
}
div.vectorTabs ul {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
}
div.vectorTabs span {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
  background-position:center;
}
div.vectorTabs ul li{
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/2a/Itemlist_main_off.png");
  background-position:center;
  border-radius:15px 15px 0 0;
  height:30px;
  line-height:1px;
  margin-right:0.4em;
  margin-top:0.5em;
  border-style:dashed;
  border-color:#FF8000;
  border-width:1px;
}
#right-navigation {
  margin-right:4em;
}
#p-logo{
  left:-1em;
}
div#mw-head div.vectorMenu h3{
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/2a/Itemlist_main_off.png");
  background-position:center;
  background-repeat:repeat;
  border-radius:10px 10px 0 0;
  margin-left:0.1em;
  margin-right:0.4em;
  color: inherit;
}
div.vectorMenu h3 span {
  padding-top:10px;
}
div#mw-page-base {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
  opacity:0;
}
#mw-panel {
  max-width:7.5em;
  margin-left:0.8em;
  padding:1em 1em 1em 0em;
  border-style:solid;
  border-color:#FF8000;
  border-width:2px 2px 2px 10px;
  border-radius:2px;
}
.mw-body {
  border-style:solid;
  border-color:#FF8000;
  border-width:1px 2px 0 2px;
  margin-left:11em;
  margin-right:5em;
  color: #f0f0f0;
  background-color: #0f0f0f;
}
.mw-body h1, .mw-body h2, .mw-body #firstHeading {
  font-family:veranda;
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/0/0f/Killzone-Drip.png");
  background-position:95% -1.75%;
  background-repeat:no-repeat;
  color: inherit;
}
.widget {
  box-shadow:0px 0px 15px white inset;
  width:25%;
  border-style:solid;
  border-color:#FF8000;
  border-radius:10px;
  border-width:10px 1px 10px 1px;
  padding:15px;
  margin:5px;
}
.widget1 {
  box-shadow:0px 0px 15px white inset;
  width:75%;
  border-style:solid;
  border-color:#FF8000;
  border-radius:10px;
  border-width:10px 1px 10px 1px;
  padding:15px;
  margin:5px;
}
.widget2 {
  box-shadow:0px 0px 15px white inset;
  width:100%;
  border-style:solid;
  border-color:#FF8000;
  border-radius:10px;
  border-width:10px 1px 10px 1px;
  padding:15px;
  margin:5px;
}
.widget3 {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/f/f7/Fes_main_bg.png");
  box-shadow:0px 0px 25px black inset;
  overflow:hidden;
  width:75%;
  border-style:solid;
  border-color:#FF8000;
  border-radius:10px;
  border-width:10px 1px 10px 1px;
  padding:15px;
  margin:5px;
}
.widget4{
  box-shadow:0px 0px 15px white inset;
  width:100%;
  border-style:solid;
  border-color:#FF8000;
  border-radius:10px;
  border-width:10px 1px 10px 1px;
  padding:15px;
  margin:5px;
}
.widget5 {
  box-shadow:0px 0px 15px white inset;
  width:50%;
  border-style:solid;
  border-color:#FF8000;
  border-radius:10px;
  border-width:10px 1px 10px 1px;
  padding:15px;
  margin:5px;
}
.widget6 {
  box-shadow:0px 0px 15px white inset;
  width:100%;
  border-style:solid;
  border-color:#424242;
  border-radius:10px;
  border-width:10px 1px 10px 1px;
  padding:15px;
  margin:5px;
}
.widgett {
  box-shadow:0px 0px 15px white inset;
  width:97%;
  border-style:solid;
  border-color:#FF8000;
  border-radius:10px;
  border-width:10px 0 10px 0;
  position:relative;
  padding:15px;
}
.btextwidget {
  border-color:rgba(255,255,255,0.7);
  border-style:solid;
  border-width:2px;
  border-radius:10px;
  text-align:center;
  font-size:24px;
  font-weight:600;
  position:relative;
}
#widcontent {
  justify-content:center;
  display:flex;
  display:-webkit-flex;
}
.textwidget, .cd {
  padding:5px;
  border-color:rgba(255,255,255,0.7);
  border-style:solid;
  border-width:2px;
  border-radius:10px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
#tex2 {
  margin-left:25%;
}
#follow {
  padding-top:15px;
  border-color:rgba(255,255,255,0.7);
  border-style:solid;
  border-width:2px;
  border-radius:10px;
  text-align:center;
  position:relative;
  display:flex;
  display:-webkit-flex;
  max-height:45px;
  justify-content:center;
}
#twitter {
  padding:15px;
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/3/34/Follow_twitter_solo.png");
  background-repeat:no-repeat;
}
#twitter a {
  position:absolute;
  top:15px;
  left:180px;
  min-width:24px;
  min-height:24px;
}
#facebook {
  padding:15px;
  line-height:0px;
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/2/27/Follow_facebook_solo.png");
  background-repeat:no-repeat;
}
#facebook a {
  position:absolute;
  top:15px;
  left:210px;
  min-width:24px;
  min-height:24px;
}
#skype {
  padding:5px;
  line-height:0px;
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/a/a8/Follow_skype_solo.png");
  background-repeat:no-repeat;
}
#skype a, .mw-body .external {
  padding:0px;
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/8/8c/Transparent.png");
}
#widgfa {
  position:relative;
  left:1.5%;
  max-width:85%;
}
p#splat1{
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/1/13/Splatoonweapon.png");
  background-repeat:repeat;
  background-size:100%;
  position:absolute;
  z-index:5;
  right:-30px;
  top:-10px;
  width:200px;
  height:145px;
}
p#splat2 {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/thumb/2/2b/WiiU_Splatoon_char_04FLIP.png/780px-WiiU_Splatoon_char_04FLIP.png");
  background-repeat:no-repeat;
  background-size:100%;
  position:absolute;
  z-index:0;
  left:-15px;
  width:315px;
  height:240px;
}
p#splat3 {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/thumb/c/c8/Splatfest_Lantern.png/800px-Splatfest_Lantern.png");
  background-repeat:no-repeat;
  background-size:100%;
  border:0px;
  position:absolute;
  z-index:1;
  top:35px;
  left:75px;
  min-width:65%;
  min-height:40%;
}
.infobox {
  background-color:rgba(220,140,0,0.1);
  width:25%;
  border-radius:10px;
  padding:10px;
  border-style:solid;
  border-color:#FF8000;
  border-width:10px 1px 10px 1px;
}
.infobox1 {
  background-color:rgba(220,140,0,0.3);
  border-style:solid;
  border-color:rgba(220,140,0,0.5);
  border-width:1px 1px 1px 5px;
  border-radius:5px;
  color:#190707;
  font-size:115%; 
  padding:1em;
  margin:5px;
}
.infobox td {
  padding:5px;
}
.infobox td b{
  padding:6px;
background: -moz-linear-gradient(left,  rgba(220,140,0,0.3) 0%, rgba(220,140,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(220,140,0,0.3)), color-stop(100%,rgba(220,140,0,0)));
background: -webkit-linear-gradient(left,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
background: -o-linear-gradient(left,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
background: -ms-linear-gradient(left,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
background: linear-gradient(to right,  rgba(220,140,0,0.3) 0%,rgba(220,140,0,0) 100%);
  border-style:solid;
  border-color:rgba(220,140,0,0.5);
  border-width:1px 0 1px 5px;
  border-radius:5px 0 0 5px;
}
#footer {
  background-image:url("//cdn.wikimg.net/splatoonwiki/images/b/b4/Featured-bg.png");
  border-style:solid;
  border-color:#FF8000;
  border-width:1px 2px 1px 2px;
  margin-right:5em;
  margin-bottom:5em;
  border-radius:0 0 10px 10px;
}
.mw-body #siteSub {
  display: block;
}

body.page-Main_Page #ca-delete, body.page-Main_Page #ca-move, body.page-Main_Page #deleteconfirm, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading {
  display: none !important;
  color: inherit;
}

/* 
 * Interwiki styling
 *
 */

/* Styling links to Bulbapedia */
#bodyContent a[href^="http://bulbapedia.bulbagarden.net"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/7/75/Bulbapedia_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Zelda Wiki */
#bodyContent a[href^="http://www.zeldawiki.org"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/8/87/Zelda_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to WiKirby */
#bodyContent a[href^="http://wikirby.us"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/4/4a/Wikirby_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Nookipedia */
#bodyContent a[href^="http://nookipedia.com"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/f/f7/Nookipedia_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Donkey Kong Wiki */
#bodyContent a[href^="http://www.dkwiki.com"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/2/29/Donkey_Kong_Wiki_link.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Golden Sun Universe */
#bodyContent a[href^="http://goldensunwiki.net/"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/0/0c/Golden_Sun_Universe_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Lylat Wiki */
#bodyContent a[href^="http://starfoxwiki.info"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/b/ba/Lylat_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Metroid Wiki */
#bodyContent a[href^="http://www.metroidwiki.org"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/0/0a/Metroid_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to NintendoWiki */
#bodyContent a[href^="http://www.niwanetwork.org/wiki"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/a/a9/NWiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Pikipedia */
#bodyContent a[href^="http://www.pikminwiki.com"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/4/4e/Pikipedia_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to SmashWiki */
#bodyContent a[href^="http://www.ssbwiki.com"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/7/78/Smash_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Super Mario Wiki */
#bodyContent a[href^="http://www.mariowiki.com"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/c/ca/Super_Mario_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Wars Wiki */
#bodyContent a[href^="http://warswiki.warscentral.com"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/c/ca/Wars_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to WikiBound */
#bodyContent a[href^="http://wikibound.info"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/d/dd/WikiBound_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Fire Emblem Wiki */
#bodyContent a[href^="http://fireemblemwiki.org"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/c/cb/Fire_Emblem_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Starfy Wiki */
#bodyContent a[href^="http://starfywiki.org"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/4/41/Starfy_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to F-Zero Wiki */
#bodyContent a[href^="http://mutecity.org/wiki"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/0/0e/F-Zero_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Icaruspedia */
#bodyContent a[href^="http://kidicaruswiki.org"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/4/4d/Icaruspedia_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Dragon Quest Wiki*/
#bodyContent a[href^="http://dragon-quest.org/wiki"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/9/96/Dragon_Quest_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}
 
/* Styling links to Hard Drop Wiki */
#bodyContent a[href^="http://harddrop.com/wiki"]
{
background: url("//cdn.wikimg.net/splatoonwiki/images/4/48/Hard_Drop_Wiki_favicon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

/* Countdowns start with their metadata until the Js
changes them. So they should start invisible */
countdown{
  display: none;
}

/* Temporary refactor classes */
.bubbleboxbg {
}