Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/***** Imports must go at the top of this file *****/
a.tag {
color: inherit;
}
.tag.usergroup-bureaucrat {
background-color: gold !important;
color: black !important;
}
.tag.usergroup-sysop {
background-color: blue !important;
color: white !important;
}
.tag.usergroup-rollback {
background-color: red !important;
color: white !important;
}
/**************/
/* Link hover */
/**************/
a:hover {
text-shadow: #F3F315 0 0 3px;
color: #F3F315 !important;
text-decoration:none;
-webkit-transition: all .4s linear 0s;
-moz-transition: all .4s linear 0s;
-ms-transition: all .4s linear 0s;
-o-transition: all .4s linear 0s;
transition: all .4s linear 0s;
}
/*------------------*/
/*--ADMINISTRATORS--*/
/*------------------*/
a[href="/wiki/User:Lelouch_Di_Britannia"],
a[href="/wiki/User:BahamutX978"],
a[href="/wiki/User:Pokemonfan201"] {
color: cyan !important;
}
/*------------------*/
/*--ROLLBACK USERS--*/
/*------------------*/
a[href="/wiki/User:Aassdddai"],
a[href="/wiki/User:J_two"],
a[href="/wiki/User:Eternal_Dreamer"],
a[href="/wiki/User:Simant"],
a[href="/wiki/User:Storm46"],
a[href="/wiki/User:Tatsuya_Himuro"],
a[href="/wiki/User:Wing_Zero_Alpha"] {
color: #FF0000 !important;
}
/*------------------*/
/*--CONTENT MODERATOR USERS--*/
/*------------------*/
a[href="/wiki/User:Sayla_Ryougetsuten"],
a[href="/wiki/User:DokutaFutomimi"] {
color: #c32aff !important;
}
/* <pre> */
/* Infobox Styles - Simant */
/* ============================================================ */
/* #03 Portable Infoboxes */
/* ============================================================ */
/***** Portable Infobox *****/
.page-content .portable-infobox h2 { /* This compensates for the page-level padding added to all <h2> */
padding: 5px 10px 5px 5px;
}
.page-content .portable-infobox dl { /* this overrides the page-level margin added to all <dl> */
margin: 0;
}
.theme-fandomdesktop-dark .pi-background {
background-color: #1a1600;
}
.theme-fandomdesktop-light .pi-background {
background-color: var(--theme-page-background-color--secondary);
}
.portable-infobox {
width: 300px;
margin: 0 0 10px 10px;
padding: 0;
border-radius: 0px;
}
.portable-infobox .pi-item-spacing {
padding-left: 5px;
line-height: 90%;
}
.portable-infobox .pi-title {
font-size: 17px;
font-weight: bold;
text-align: center;
line-height: 15px;
color: white;
background-color: crimson;
border-radius: 3px 3px 0 0;
}
.portable-infobox .floatright {
margin-bottom: 0px;
}
.pi-collapse .pi-header::after {
border-color: white;
}
.portable-infobox .pi-header {
color: white;
text-align: center;
}
.pi-image {
margin: 0;
padding: 0px;
}
.pi-image-thumbnail {
margin: 0;
padding: 0;
max-width: 300px;
max-height: 400px;
width: 300;
height: 400;
}
.portable-infobox .pi-secondary-background {
background-color: crimson;
color: white;
}
.portable-infobox .pi-data-label {
flex-basis: 45%;
}
.portable-infobox .pi-data-value {
margin-left:0px;
padding-left:0px;
}
.picture-attribution { display: none !important; }
.box.infobox ul { line-height: 1.2em; padding: 0em; margin: 0em; }
.box.infobox sup { line-height: 0; font-size: x-small; } /* Fix for uneven line heights; small superscript */
.box.infobox th { line-height: 1.2em; }
.box.infobox td { line-height: 1.2em; vertical-align: middle; padding: 1px; }
.box.infobox th {
color: white;
max-width: 30% !important;
min-width: 30% !important;
}
.box.infobox.Knightmare th:first-child
{
background-color:crimson !important;
}
.box.infobox.Vehicle th:first-child
{
background-color:#0d595f !important;
}
.box.infobox td {
color: white;
background-color:black !important;
}
.box.infobox th.a {
color: Blue !important;
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }
/* wikitable class for skinning normal tables */
table.wikitable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}
.wikitable th, .wikitable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th {
background: #f2f2f2;
text-align: center;
}
.wikitable caption {
font-weight: bold;
}
/* Infobox template style */
.page-content .infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.page-content .infobox td,
.page-content .infobox th {
vertical-align: middle;
}
.page-content .infobox caption {
font-size: larger;
margin-left: inherit;
}
.page-content .infobox p {
font-weight: inherit;
margin: .4em 0 .5em;
line-height: inherit;
}
.page-content .infobox td > p {
margin: 7px 0 7px 2px;
}
.page-content .infobox.bordered {
border-collapse: collapse;
}
.page-content .infobox.bordered td,
.page-content .infobox.bordered th {
border: 1px solid #aaaaaa;
}
.page-content .infobox.bordered .borderless td,
.page-content .infobox.bordered .borderless th {
border: 0;
}
/* Giving headers and TOC a little extra space */
h2 {margin-top: 20px;}
.toc {margin-top: 20px;}
/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
border: 1px solid #aaa;
background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.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(/images/4/4e/Forum_new.gif)
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;
}
/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }
/* </pre> */