MediaWiki:Wiki.css: Difference between revisions

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


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


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


Line 54: Line 54:
body.cat-WikiCSS 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: initial;
color: revert;
     font-weight: initial;
     font-weight: revert;
     text-decoration: initial;
     text-decoration: revert;
}
}
/* Link color of pages that do not exist */
/* Link color of pages that do not exist */
body.cat-WikiCSS a.new {
body.cat-WikiCSS a.new {
     color: initial;
     color: revert;
}
}
/* Link color hovering */
/* Link color hovering */
body.cat-WikiCSS a:hover {
body.cat-WikiCSS a:hover {
     color: initial;  
     color: revert;  
     text-decoration: initial;  
     text-decoration: revert;  
     background-image: initial;
     background-image: revert;
     background-size: initial;  
     background-size: revert;  
     background-position: initial;  
     background-position: revert;  
     background-repeat: initial;
     background-repeat: revert;
     padding: initial;
     padding: revert;
}
}


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


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


Line 147: Line 147:
body.cat-WikiCSS body #catlinks,
body.cat-WikiCSS body #catlinks,
body.cat-WikiCSS body #toc{
body.cat-WikiCSS body #toc{
background-color: initial;
background-color: revert;
border-radius: initial;
border-radius: revert;
box-shadow: initial;
box-shadow: revert;
}
}
/* Link colors */
/* Link colors */
body.cat-WikiCSS body.cat-WikiCSS span.toctext,body.cat-WikiCSS body.cat-WikiCSS .catlinks li a, body.cat-WikiCSS body.cat-WikiCSS .toctext a:visited {
body.cat-WikiCSS body.cat-WikiCSS span.toctext,body.cat-WikiCSS body.cat-WikiCSS .catlinks li a, body.cat-WikiCSS body.cat-WikiCSS .toctext a:visited {
color: initial;
color: revert;
text-decoration: initial;
text-decoration: revert;
}
}
body.cat-WikiCSS .catlinks a {
body.cat-WikiCSS .catlinks a {
     color: initial;
     color: revert;
}
}


Line 166: Line 166:
body.cat-WikiCSS body #footer-places-disclaimer,
body.cat-WikiCSS body #footer-places-disclaimer,
body.cat-WikiCSS body #p-personal .vector-menu-content {
body.cat-WikiCSS body #p-personal .vector-menu-content {
background-color: initial;
background-color: revert;
border-radius: initial;
border-radius: revert;
padding: initial;
padding: revert;
margin: initial;
margin: revert;
}
}


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


Line 181: Line 181:
body.cat-WikiCSS #left-navigation,
body.cat-WikiCSS #left-navigation,
body.cat-WikiCSS #right-navigation{
body.cat-WikiCSS #right-navigation{
     margin-top: initial;
     margin-top: revert;
     border-radius: initial;
     border-radius: revert;
     background-image: initial;
     background-image: revert;
     border: initial;
     border: revert;
     box-shadow: initial;
     box-shadow: revert;
     background-color: initial;
     background-color: revert;
     color: initial;
     color: revert;
}
}
body.cat-WikiCSS .vector-menu-tabs-legacy .selected,
body.cat-WikiCSS .vector-menu-tabs-legacy .selected,
body.cat-WikiCSS .vector-menu-tabs-legacy li,
body.cat-WikiCSS .vector-menu-tabs-legacy li,
body.cat-WikiCSS .vector-menu-tabs-legacy .selected{
body.cat-WikiCSS .vector-menu-tabs-legacy .selected{
background-image: initial;
background-image: revert;
background: initial;
background: revert;
}
}
body.cat-WikiCSS .vector-menu-tabs-legacy li a {
body.cat-WikiCSS .vector-menu-tabs-legacy li a {
background: initial;
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, .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{
body.cat-WikiCSS .vector-menu-tabs-legacy .selected a, body.cat-WikiCSS .vector-menu-tabs-legacy .selected a:visited{
background-image: initial;
background-image: revert;
     background-repeat: initial;
     background-repeat: revert;
     background-size: initial;
     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 .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 .selected a, body.cat-WikiCSS .vector-menu-tabs-legacy .selected a:visited,
body.cat-WikiCSS .vector-menu-tabs-legacy li a{
body.cat-WikiCSS .vector-menu-tabs-legacy li a{
color: initial;
color: revert;
}
}


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


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


Line 236: Line 236:
body.cat-WikiCSS .mw-body-content h1,
body.cat-WikiCSS .mw-body-content h1,
body.cat-WikiCSS .mw-body-content h2 {
body.cat-WikiCSS .mw-body-content h2 {
     margin-bottom: initial;
     margin-bottom: revert;
     padding: initial;
     padding: revert;
     font-family: initial;
     font-family: revert;
     line-height: initial;
     line-height: revert;
     border-left:initial;
     border-left:revert;
     border-bottom: initial;
     border-bottom: revert;
     padding-left: initial;
     padding-left: revert;
     font-weight: initial;
     font-weight: revert;
}
}


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


Line 313: Line 313:
/* Infobox link */
/* Infobox link */
body.cat-WikiCSS .infobox-label a, body.cat-WikiCSS .infobox-value a {
body.cat-WikiCSS .infobox-label a, body.cat-WikiCSS .infobox-value a {
     color: initial;
     color: revert;
     text-decoration: initial;
     text-decoration: revert;
}
}

Revision as of 20:18, 6 February 2026

/*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 body {
    font-family: revert;
}
/* 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: 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 body .gallerybox .thumb ,
body.cat-WikiCSS li.gallerybox div.thumb,
body.cat-WikiCSS body #catlinks,
body.cat-WikiCSS body #toc{
	background-color: revert;
	border-radius: revert;
	box-shadow: revert;
}
/* Link colors */
body.cat-WikiCSS body.cat-WikiCSS span.toctext,body.cat-WikiCSS body.cat-WikiCSS .catlinks li a, body.cat-WikiCSS body.cat-WikiCSS .toctext a:visited {
	color: revert;
	text-decoration: revert;
}
body.cat-WikiCSS .catlinks a {
    color: revert;
}

/* Various styles */
body.cat-WikiCSS body #footer-info,
body.cat-WikiCSS body #footer-places-privacy,
body.cat-WikiCSS body #footer-places-about,
body.cat-WikiCSS body #footer-places-disclaimer,
body.cat-WikiCSS body #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: revert;
    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: 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;
}

body.cat-WikiCSS .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%;
}

body.cat-WikiCSS .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)*/
body.cat-WikiCSS .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) */
body.cat-WikiCSS .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) */
body.cat-WikiCSS .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: revert;
    text-decoration: revert;
}