MediaWiki:Wiki.css: Difference between revisions

From The Skullgirls Wiki
Jump to navigation Jump to search
(Test)
 
mNo edit summary
Line 1: Line 1:
/*Background (generell)*/
/*Background (generell)*/
body {
body.cat-WikiCSS body {
     background-image: revert;
     background-image: revert;
     background-size: revert;  
     background-size: revert;  
Line 8: Line 8:


/*Page background*/
/*Page background*/
#content {  
body.cat-WikiCSS#content {  
background: revert;
background: revert;
color: revert;
color: revert;
Line 22: Line 22:
     box-shadow: revert;
     box-shadow: revert;
}
}
html, body {
body.cat-WikiCSS html, body.cat-WikiCSS body {
     font-family: "ui-serif";
     font-family: "ui-serif";
}
}
/* Dolphins at the bottom*/
/* Dolphins at the bottom*/
#content::after {
body.cat-WikiCSS #content::after {
     content: "";
     content: "";
     position: revert;
     position: revert;
Line 41: Line 41:


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


/* Link color*/
/* Link color*/
a,
body.cat-WikiCSS a,
a:visited,
body.cat-WikiCSS a:visited,
.mw-parser-output a.extiw, .mw-parser-output a.external{
.mw-parser-output a.extiw, .mw-parser-output a.external{
color: revert;
color: revert;
Line 57: Line 57:
}
}
/* Link color of pages that do not exist */
/* Link color of pages that do not exist */
a.new {
body.cat-WikiCSS a.new {
     color: revert;
     color: revert;
}
}
/* Link color hovering */
/* Link color hovering */
a:hover {
body.cat-WikiCSS a:hover {
     color: revert;  
     color: revert;  
     text-decoration: revert;  
     text-decoration: revert;  
Line 72: Line 72:


/*The gif on the top*/
/*The gif on the top*/
#mw-head {
body.cat-WikiCSS #mw-head {
     background-image: url('https://skullgirlz.wiki/images/5/57/Link.PNG');
     background-image: url('https://skullgirlz.wiki/images/5/57/Link.PNG');
     background-repeat: repeat-x;
     background-repeat: repeat-x;
Line 81: Line 81:
/*Tools and shit*/
/*Tools and shit*/
/*upper tool stuff*/
/*upper tool stuff*/
#p-navigation {
body.cat-WikiCSS #p-navigation {
     background-image: url('https://skullgirlz.wiki/images/0/01/Splash.png');
     background-image: url('https://skullgirlz.wiki/images/0/01/Splash.png');
     background-size: 160px;
     background-size: 160px;
Line 95: Line 95:
     text-align: center;
     text-align: center;
}
}
#p-navigation a {
body.cat-WikiCSS #p-navigation a {
     text-decoration: revert;
     text-decoration: revert;
     text-shadow: -1px -1px 0 pink, 1px -1px 0 pink, -1px 1px 0 pink, 1px 1px 0 pink;
     text-shadow: -1px -1px 0 pink, 1px -1px 0 pink, -1px 1px 0 pink, 1px 1px 0 pink;
Line 120: Line 120:
     font-size: inherit;  
     font-size: inherit;  
}
}
#p-tb ul {
body.cat-WikiCSS #p-tb ul {
     list-style: revert;
     list-style: revert;
     padding: 0;
     padding: 0;
Line 131: Line 131:
     margin: 2px 0;  
     margin: 2px 0;  
}
}
#p-tb ul li a {
body.cat-WikiCSS #p-tb ul li a {
     text-decoration: revert;
     text-decoration: revert;
     text-shadow: -1px -1px 0 pink, 1px -1px 0 pink, -1px 1px 0 pink, 1px 1px 0 pink;
     text-shadow: -1px -1px 0 pink, 1px -1px 0 pink, -1px 1px 0 pink, 1px 1px 0 pink;
Line 150: Line 150:
}
}
/* Link colors */
/* Link colors */
span.toctext, .catlinks li a, .toctext a:visited {
body.cat-WikiCSS span.toctext, body.cat-WikiCSS .catlinks li a, body.cat-WikiCSS .toctext a:visited {
color: #ff00a7;
color: #ff00a7;
text-decoration: revert;
text-decoration: revert;
Line 171: Line 171:


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


/* Top of content page such as discussion, edit source, etc */
/* Top of content page such as discussion, edit source, etc */
#left-navigation,
body.cat-WikiCSS #left-navigation,
#right-navigation{
body.cat-WikiCSS #right-navigation{
     margin-top: 2.5em;
     margin-top: 2.5em;
     border-radius: 20px;
     border-radius: 20px;
Line 187: Line 187:
     color: black;
     color: black;
}
}
.vector-menu-tabs-legacy .selected,
body.cat-WikiCSS .vector-menu-tabs-legacy .selected,
.vector-menu-tabs-legacy li,
body.cat-WikiCSS .vector-menu-tabs-legacy li,
.vector-menu-tabs-legacy .selected{
body.cat-WikiCSS .vector-menu-tabs-legacy .selected{
background-image: revert;
background-image: revert;
background: revert;
background: revert;
}
}
.vector-menu-tabs-legacy li a {
body.cat-WikiCSS .vector-menu-tabs-legacy li a {
background: revert;
background: revert;
}
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading,
body.cat-WikiCSS .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{
body.cat-WikiCSS .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited{
background-image: revert;
background-image: revert;
     background-repeat: revert;
     background-repeat: revert;
Line 219: Line 219:


/* Top stuff like username and notifications */
/* Top stuff like username and notifications */
#p-personal ul {
body.cat-WikiCSS #p-personal ul {
padding-left: revert;
padding-left: revert;
}
}
Line 232: Line 232:


/* Admin username text style */
/* Admin username text style */
a.mw-userlink.admin {
body.cat-WikiCSS a.mw-userlink.admin {
     color: white !important;
     color: white !important;
     font-weight: bold !important;  
     font-weight: bold !important;  
Line 354: Line 354:
}
}
/* Infobox link */
/* Infobox link */
.infobox-label a, .infobox-value a {
body.cat-WikiCSS .infobox-label a, body.cat-WikiCSS .infobox-value a {
     color: #232b54;
     color: #232b54;
     text-decoration: revert;
     text-decoration: revert;
}
}

Revision as of 16:53, 6 February 2026

/*Background (generell)*/
body.cat-WikiCSS body {
    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;
}
body.cat-WikiCSS html, body.cat-WikiCSS body {
    font-family: "ui-serif";
}
/* Dolphins at the bottom*/
body.cat-WikiCSS #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.cat-WikiCSS body {
    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: 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*/
body.cat-WikiCSS #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*/
body.cat-WikiCSS #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;
}
body.cat-WikiCSS #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; 
}
body.cat-WikiCSS #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; 
}
body.cat-WikiCSS #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 */
body.cat-WikiCSS span.toctext, body.cat-WikiCSS .catlinks li a, body.cat-WikiCSS .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)*/
body.cat-WikiCSS #footer-places li a {
    color: black;
    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: 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;
}
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, #mw-head .vector-menu-dropdown .vector-menu-heading,
body.cat-WikiCSS .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 */
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: 0;
    left: 0;
    z-index: 9999;
}

/* Admin username text style */
body.cat-WikiCSS 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 */
body.cat-WikiCSS .infobox-label a, body.cat-WikiCSS .infobox-value a {
    color: #232b54;
    text-decoration: revert;
}