MediaWiki:Wiki.css

From The Skullgirls Wiki
Revision as of 19:49, 6 February 2026 by Nacho-dipsauce14 (talk | contribs) (Test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
/*Background (generell)*/
body {
    background-image: revert;
    background-size: revert; 
    background-repeat: revert; 
    background-position: revert; 
}

/*Page background*/
#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;
}
html, body {
    font-family: "ui-serif";
}
/* Dolphins at the bottom*/
#content::after {
    content: "";
    position: revert;
    bottom: 0;
    right: 0;
    width: revert;
    height: revert;
    background-image: revert;
    background-size: revert;
    background-position: revert;
    background-repeat: revert;
    z-index: revert;
}

/* Custom cursor */
body {
    cursor: revert; 
}
a:hover {
    cursor: revert; 
}

/* Link color*/
a,
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 */
a.new {
    color: revert;
}
/* Link color hovering */
a:hover {
    color: revert; 
    text-decoration: revert; 
    background-image: url('https://skullgirlz.wiki/images/0/01/Kaileigon.png');
    background-size: auto 100%; 
    background-position: center; 
    background-repeat: repeat-x;
    padding: 5px;
}

/*The gif on the top*/
#mw-head {
    background-image: url('https://skullgirlz.wiki/images/5/57/Link.PNG');
    background-repeat: repeat-x;
    background-position: top left;
    background-size: 6%;
}

/*Tools and shit*/
/*upper tool stuff*/
#p-navigation {
    background-image: url('https://skullgirlz.wiki/images/0/01/Splash.png');
    background-size: 160px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-align: center;
}
#p-navigation a {
    text-decoration: revert;
    text-shadow: -1px -1px 0 pink, 1px -1px 0 pink, -1px 1px 0 pink, 1px 1px 0 pink;
}
#p-navigation a:hover {
    text-decoration: underline;
}
/*lower tool stuff*/
#p-tb {
    background-image: url('https://skullgirlz.wiki/images/0/01/Splash.png');
    background-size: 160px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    font-size: 15px !important; 
}
#p-tb h5 {
    margin: 0;
    padding-top: 10px;
    font-size: inherit; 
}
#p-tb ul {
    list-style: revert;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#p-tb ul li {
    margin: 2px 0; 
}
#p-tb ul li a {
    text-decoration: revert;
    text-shadow: -1px -1px 0 pink, 1px -1px 0 pink, -1px 1px 0 pink, 1px 1px 0 pink;
    font-size: inherit !important; 
}
#p-tb ul li a:hover {
    text-decoration: underline;
}

/* Gallery boxes, categories, and contents box */
body .gallerybox .thumb ,
li.gallerybox div.thumb,
body #catlinks,
body #toc{
	background-color: #ffd841;
	border-radius: 20px;
	box-shadow: 5px 5px 10px #4b4cf7;
}
/* Link colors */
span.toctext, .catlinks li a, .toctext a:visited {
	color: #ff00a7;
	text-decoration: revert;
}
.catlinks a {
    color: black;
}

/* Various styles */
body #footer-info,
body #footer-places-privacy,
body #footer-places-about,
body #footer-places-disclaimer,
body #p-personal .vector-menu-content {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 2px;
	margin: 10px;
}

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

/* Top of content page such as discussion, edit source, etc */
#left-navigation,
#right-navigation{
    margin-top: 2.5em;
    border-radius: 20px;
    background-image: revert;
    border: 3px solid #ff00ba;
    box-shadow: inset 0 0 20px 7px #ff5ebf;
    background-color: #ffffff8c;
    color: black;
}
.vector-menu-tabs-legacy .selected,
.vector-menu-tabs-legacy li,
.vector-menu-tabs-legacy .selected{
	background-image: revert;
	background: revert;
}
.vector-menu-tabs-legacy li a {
	background: revert;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading,
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited{
	background-image: revert;
    background-repeat: revert;
    background-size: revert;
}
.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited,
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited,
.vector-menu-tabs-legacy li a{
	color: #ff009d;
}

/* Search bar */
.vector-search-box-input{
	background-color: rgb(255 97 254 / 50%);
    height: 2.15384615em;
    box-sizing: border-box;
    border: 1px solid #ab008a;
    border-radius: 20px;
    box-shadow: inset 0 0 14px 1px #c700b287;
}

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

/* Admin username text style */
a.mw-userlink.admin {
    color: white !important;
    font-weight: bold !important; 
    text-decoration: revert !important;
    display: inline-block; 
    padding: 1px; 
    background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
    border-radius: 5px; 
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
a.mw-userlink.user-Nacho-dipsauce14::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('https://skullgirlz.wiki/images/archive/9/9a/20241227094007%21Custom-cursor.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}
a.mw-userlink.user-Ninespit::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('https://skullgirlz.wiki/images/0/07/Spingbill.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}
a.mw-userlink.user-Ninimasurasilly::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('https://skullgirlz.wiki/images/5/58/Ninimasurasilly-icon-username.png');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
    margin-bottom: 0.25em;
    padding: 0;
    font-family: Comic Sans MS;
    line-height: 1.3;
    border-left: 5px solid #2357e7;
    border-bottom: 2px solid #2357e7;
    padding-left: 5px;
    font-weight: bold;
}

/* Comment section */
#commentform {
    background-color: #8cf53edb;
    box-shadow: inset 3px 5px 1px 0px #a9efbd82, inset -3px -6px 0px 0px #3ca85b, inset -4px -11px 10px 4px #079126;
    border-radius: 20px;
    padding: 5px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
/* Infobox */
.infobox {
	float: right;
    margin: 0.5em 0 0.5em 1em;
    border: 5px solid #d737c9;
    width: 20em;
    table-layout: fixed;
    border-radius: 25px;
    padding: 0.5em;
    background: repeating-linear-gradient(305deg, #ffffff00, #541d8b);
    box-shadow: 10px 10px 10px #590069;
}

.infobox-title {
	border-radius: 20px;
    background: repeating-linear-gradient(360deg, #0e1d83, #d700ff);
    box-shadow: inset 0px -5px 20px 5px #9d5bf6b0, 10px 10px 10px #2b044b;
    color: #ffffff;
    font-size: 130%;
}

.infobox-image, .infobox-gallery {
	border-radius: 20px;
    box-shadow: 10px 10px 10px #2b044b, inset 0px -20px 20px #90c8f7;
    background-color: #48a4f2;
    padding: 10%;
}
/* Infobox caption (description below image)*/
.infobox-caption {
	border-radius: 20px;
    background: repeating-linear-gradient(360deg, #40ff2d, #c3ffa5);
    box-shadow: 10px 10px 10px #2b044b;
    color: #0a4a0a;
}
/* Infobox label (the question/thing on the right) */
.infobox-label {
	background: repeating-linear-gradient(360deg, #e92dff, #f590ff);
    color: #511757;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 5px;
    box-shadow: 10px 10px 10px #2b044b;
    word-break: break-word;
    padding-left: 10px;
    font-size: 90%;
}
/* Infobox value (the answer/thing on the left) */
.infobox-value {
	background: repeating-linear-gradient(360deg, #e0693a, #ecec2e);
    color: #2f2200;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 5px;
    box-shadow: 10px 10px 10px #2b044b;
    word-break: break-word;
    padding-left: 10px;
    font-size: 90%;
}
/* Infobox link */
.infobox-label a, .infobox-value a {
    color: #232b54;
    text-decoration: revert;
}