MediaWiki:Wiki.css

From The Skullgirls Wiki
Revision as of 20:32, 6 February 2026 by Nacho-dipsauce14 (talk | contribs)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* This style makes any page using the category WikiCSS look like an actual wikipedia page. Still WIP tho*/
/*Background (generell)*/
body.cat-WikiCSS {
	background-color: revert;
    background-image: revert;
    background-size: revert; 
    background-repeat: revert; 
    background-position: revert; 
}

/*Page background*/
body.cat-WikiCSS #content { 
	background: revert;
	color: revert;
	margin-top: revert;
	border-top-left-radius: revert;
    border-bottom-right-radius: revert;
    border-bottom-left-radius: revert;
    border: revert;
    border-right: revert;
    position: revert;
    min-height: revert;
    overflow: revert;
    box-shadow: revert;
    border: 1px solid #a7d7f9;
}
body.cat-WikiCSS html, body.cat-WikiCSS {
    font-family: sans-serif;
}
/* Dolphins at the bottom*/
body.cat-WikiCSS #content::after {
    content: "";
    position: revert;
    bottom: revert;
    right: revert;
    width: revert;
    height: revert;
    background-image: revert;
    background-size: revert;
    background-position: revert;
    background-repeat: revert;
    z-index: revert;
}

/* Custom cursor */
body.cat-WikiCSS {
    cursor: revert; 
}
body.cat-WikiCSS a:hover {
    cursor: revert; 
}

/* Link color*/
body.cat-WikiCSS a,
body.cat-WikiCSS a:visited,
.mw-parser-output a.extiw, .mw-parser-output a.external{
	color: revert;
    font-weight: revert;
    text-decoration: revert;
}
/* Link color of pages that do not exist */
body.cat-WikiCSS a.new {
    color: revert;
}
/* Link color hovering */
body.cat-WikiCSS a:hover {
    color: revert; 
    text-decoration: revert; 
    background-image: revert;
    background-size: revert; 
    background-position: revert; 
    background-repeat: revert;
    padding: revert;
}

/*The gif on the top*/
body.cat-WikiCSS #mw-head {
    background-image: revert;
    background-repeat: revert;
    background-position: revert;
    background-size: revert;
}

/*Tools and shit*/
/*upper tool stuff*/
body.cat-WikiCSS #p-navigation {
    background-image: revert;
    background-size: revert;
    width: revert;
    height: revert;
    border-radius: revert;
    font-size: revert;
    display: revert;
    justify-content: revert;
    align-items: revert;
    color: revert;
    font-weight: revert;
    text-align: revert;
}
body.cat-WikiCSS #p-navigation a {
    text-decoration: revert;
    text-shadow: revert;
}
body.cat-WikiCSS #p-navigation a:hover {
    text-decoration: revert;
}
/*lower tool stuff*/
body.cat-WikiCSS #p-tb {
    background-image: revert;
    background-size: revert;
    width: revert;
    height: revert;
    border-radius: revert;
    color: revert;
    font-weight: revert;
    text-align: revert;
    margin-left: revert;
    font-size: revert; 
}
body.cat-WikiCSS #p-tb h5 {
    margin: revert;
    padding-top: revert;
    font-size: revert; 
}
body.cat-WikiCSS #p-tb ul {
    list-style: revert;
    padding: revert;
    margin: revert;
    display: revert;
    flex-direction: revert;
    align-items: revert;
}
body.cat-WikiCSS #p-tb ul li {
    margin: revert; 
}
body.cat-WikiCSS #p-tb ul li a {
    text-decoration: revert;
    text-shadow: revert;
    font-size: revert; 
}
body.cat-WikiCSS #p-tb ul li a:hover {
    text-decoration: revert;
}

/* Gallery boxes, categories, and contents box */
body.cat-WikiCSS .gallerybox .thumb ,
body.cat-WikiCSS li.gallerybox div.thumb,
body.cat-WikiCSS #catlinks,
body.cat-WikiCSS #toc{
	background-color: revert;
	border-radius: revert;
	box-shadow: revert;
}
/* Link colors */
body.cat-WikiCSS span.toctext,body.cat-WikiCSS .catlinks li a, body.cat-WikiCSS .toctext a:visited {
	color: revert;
	text-decoration: revert;
}
body.cat-WikiCSS .catlinks a {
    color: revert;
}

/* Various styles */
body.cat-WikiCSS #footer-info,
body.cat-WikiCSS #footer-places-privacy,
body.cat-WikiCSS #footer-places-about,
body.cat-WikiCSS #footer-places-disclaimer,
body.cat-WikiCSS #p-personal .vector-menu-content {
	background-color: revert;
	border-radius: revert;
	padding: revert;
	margin: revert;
}

/* Footer Link Colors (Privacy Policy, About, Disclaimers)*/
body.cat-WikiCSS #footer-places li a {
    color: revert;
    text-decoration: revert;
}

/* Top of content page such as discussion, edit source, etc */
body.cat-WikiCSS #left-navigation,
body.cat-WikiCSS #right-navigation{
    margin-top: revert;
    border-radius: revert;
    background-image: revert;
    border: revert;
    box-shadow: revert;
    background-color: revert;
    color: revert;
}
body.cat-WikiCSS .vector-menu-tabs-legacy .selected,
body.cat-WikiCSS .vector-menu-tabs-legacy li,
body.cat-WikiCSS .vector-menu-tabs-legacy .selected{
	background-image: revert;
	background: revert;
}
body.cat-WikiCSS .vector-menu-tabs-legacy li a {
	background: revert;
}
body.cat-WikiCSS .vector-menu-tabs, .vector-menu-tabs a, body.cat-WikiCSS #mw-head .vector-menu-dropdown .vector-menu-heading,
body.cat-WikiCSS .vector-menu-tabs-legacy .selected a, body.cat-WikiCSS .vector-menu-tabs-legacy .selected a:visited{
	background-image: revert;
    background-repeat: revert;
    background-size: revert;
}
body.cat-WikiCSS .vector-menu-tabs-legacy .new a, body.cat-WikiCSS .vector-menu-tabs-legacy .new a:visited,
body.cat-WikiCSS .vector-menu-tabs-legacy .selected a, body.cat-WikiCSS .vector-menu-tabs-legacy .selected a:visited,
body.cat-WikiCSS .vector-menu-tabs-legacy li a{
	color: revert;
}

/* Search bar */
body.cat-WikiCSS .vector-search-box-input{
	background-color: revert;
    height: revert;
    box-sizing: revert;
    border: revert;
    border-radius: revert;
    box-shadow: revert;
}

/* Top stuff like username and notifications */
body.cat-WikiCSS #p-personal ul {
	padding-left: revert;
}
/*Kyle image down there*/
/* Position image at the bottom left corner */
.bottom-left-image {
    position: fixed;
    bottom: revert;
    left: revert;
    z-index: revert;
}

body.cat-WikiCSS .mw-body h1,
body.cat-WikiCSS .mw-body-content h1,
body.cat-WikiCSS .mw-body-content h2 {
    margin-bottom: revert;
    padding: revert;
    font-family: revert;
    line-height: revert;
    border-left:revert;
    border-bottom: 1px solid #a2a9b1;
    padding-left: revert;
    font-weight: revert;
}

/* Comment section */
body.cat-WikiCSS #commentform {
    background-color: revert;
    box-shadow: revert;
    border-radius: revert;
    padding: revert;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/* Infobox */
body.cat-WikiCSS .infobox {
	float: right;
    margin: 0.5em 0 0.5em 1em;
    border: 1px solid #a2a9b1;
    width: 15em;
    table-layout: fixed;
    border-radius: 0%;
    padding: 0.5em;
    background: #f8f9fa;
    box-shadow: none;
}

body.cat-WikiCSS .infobox-title {
	border-radius: 0%;
    background: none;
    box-shadow: none;
    background-color: #CCCCFF;
    color: black;
    font-size: 125%;
    padding: 0.25em 1em;
}

body.cat-WikiCSS .infobox-image, .infobox-gallery {
	border-radius: 0%;
    box-shadow: none;
    background-color: #f8f9fa;
    padding: 10%;
}
/* Infobox caption (description below image)*/
body.cat-WikiCSS .infobox-caption {
	border-radius: none;
    background: none;
    box-shadow: none;
    color: lightgray;
    font-size: 70%;
}
/* Infobox label (the question/thing on the right) */
body.cat-WikiCSS .infobox-label {
	background: none;
    color: black;
    border-bottom-left-radius: none;
    border-top-left-radius: none;
    box-shadow: none;
    word-break: break-word;
    padding-left: 10px;
    font-size: 80%;
    font-weight: bold;
}
/* Infobox value (the answer/thing on the left) */
body.cat-WikiCSS .infobox-value {
	background: none;
    color: black;
    border-top-right-radius: none;
    border-bottom-right-radius: none;
    box-shadow: none;
    word-break: break-word;
    padding-left: 10px;
    font-size: 80%;
}
/* Infobox link */
body.cat-WikiCSS .infobox-label a, body.cat-WikiCSS .infobox-value a {
    color: revert;
    text-decoration: revert;
}