MediaWiki:Wiki.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 23: | Line 23: | ||
} | } | ||
body.cat-WikiCSS html, body.cat-WikiCSS body { | body.cat-WikiCSS html, body.cat-WikiCSS body { | ||
font-family: | font-family: revert; | ||
} | } | ||
/* Dolphins at the bottom*/ | /* Dolphins at the bottom*/ | ||
| Line 99: | Line 99: | ||
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; | ||
} | } | ||
#p-navigation a:hover { | body.cat-WikiCSS #p-navigation a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/*lower tool stuff*/ | /*lower tool stuff*/ | ||
#p-tb { | body.cat-WikiCSS #p-tb { | ||
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 115: | Line 115: | ||
font-size: 15px !important; | font-size: 15px !important; | ||
} | } | ||
#p-tb h5 { | body.cat-WikiCSS #p-tb h5 { | ||
margin: 0; | margin: 0; | ||
padding-top: 10px; | padding-top: 10px; | ||
| Line 128: | Line 128: | ||
align-items: center; | align-items: center; | ||
} | } | ||
#p-tb ul li { | body.cat-WikiCSS #p-tb ul li { | ||
margin: 2px 0; | margin: 2px 0; | ||
} | } | ||
| Line 136: | Line 136: | ||
font-size: inherit !important; | font-size: inherit !important; | ||
} | } | ||
#p-tb ul li a:hover { | body.cat-WikiCSS #p-tb ul li a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* Gallery boxes, categories, and contents box */ | /* Gallery boxes, categories, and contents box */ | ||
body .gallerybox .thumb , | body.cat-WikiCSS body .gallerybox .thumb , | ||
li.gallerybox div.thumb, | body.cat-WikiCSS li.gallerybox div.thumb, | ||
body #catlinks, | body.cat-WikiCSS body #catlinks, | ||
body #toc{ | body.cat-WikiCSS body #toc{ | ||
background-color: #ffd841; | background-color: #ffd841; | ||
border-radius: 20px; | border-radius: 20px; | ||
| Line 150: | Line 150: | ||
} | } | ||
/* Link colors */ | /* Link colors */ | ||
body.cat-WikiCSS span.toctext, body.cat-WikiCSS .catlinks li a, 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: #ff00a7; | color: #ff00a7; | ||
text-decoration: revert; | text-decoration: revert; | ||
} | } | ||
.catlinks a { | body.cat-WikiCSS .catlinks a { | ||
color: black; | color: black; | ||
} | } | ||
/* Various styles */ | /* Various styles */ | ||
body #footer-info, | body.cat-WikiCSS body #footer-info, | ||
body #footer-places-privacy, | body.cat-WikiCSS body #footer-places-privacy, | ||
body #footer-places-about, | body.cat-WikiCSS body #footer-places-about, | ||
body #footer-places-disclaimer, | body.cat-WikiCSS body #footer-places-disclaimer, | ||
body #p-personal .vector-menu-content { | body.cat-WikiCSS body #p-personal .vector-menu-content { | ||
background-color: rgba(255, 255, 255, 0.8); | background-color: rgba(255, 255, 255, 0.8); | ||
border-radius: 20px; | border-radius: 20px; | ||
| Line 196: | Line 196: | ||
background: revert; | 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, .vector-menu-tabs a, body.cat-WikiCSS #mw-head .vector-menu-dropdown .vector-menu-heading, | ||
body.cat-WikiCSS .vector-menu-tabs-legacy .selected a, .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: revert; | background-image: revert; | ||
background-repeat: revert; | background-repeat: revert; | ||
background-size: revert; | background-size: revert; | ||
} | } | ||
.vector-menu-tabs-legacy .new a, .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, | ||
.vector-menu-tabs-legacy .selected a, .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, | ||
.vector-menu-tabs-legacy li a{ | body.cat-WikiCSS .vector-menu-tabs-legacy li a{ | ||
color: #ff009d; | color: #ff009d; | ||
} | } | ||
/* Search bar */ | /* Search bar */ | ||
.vector-search-box-input{ | body.cat-WikiCSS .vector-search-box-input{ | ||
background-color: rgb(255 97 254 / 50%); | background-color: rgb(255 97 254 / 50%); | ||
height: 2.15384615em; | height: 2.15384615em; | ||
| Line 231: | Line 231: | ||
} | } | ||
body.cat-WikiCSS .mw-body h1, | |||
body.cat-WikiCSS | body.cat-WikiCSS .mw-body-content h1, | ||
body.cat-WikiCSS .mw-body-content h2 { | |||
. | |||
.mw-body-content h2 { | |||
margin-bottom: 0.25em; | margin-bottom: 0.25em; | ||
padding: 0; | padding: 0; | ||
| Line 289: | Line 245: | ||
/* Comment section */ | /* Comment section */ | ||
#commentform { | body.cat-WikiCSS #commentform { | ||
background-color: | background-color: revert; | ||
box-shadow: inset 3px 5px 1px 0px #a9efbd82, inset -3px -6px 0px 0px #3ca85b, inset -4px -11px 10px 4px #079126; | box-shadow: inset 3px 5px 1px 0px #a9efbd82, inset -3px -6px 0px 0px #3ca85b, inset -4px -11px 10px 4px #079126; | ||
border-radius: 20px; | border-radius: 20px; | ||
| Line 298: | Line 254: | ||
/*--------------------------------------------------------------------------------------------------------------------------------------*/ | /*--------------------------------------------------------------------------------------------------------------------------------------*/ | ||
/* Infobox */ | /* Infobox */ | ||
.infobox { | body.cat-WikiCSS .infobox { | ||
float: right; | float: right; | ||
margin: 0.5em 0 0.5em 1em; | margin: 0.5em 0 0.5em 1em; | ||
| Line 310: | Line 266: | ||
} | } | ||
.infobox-title { | body.cat-WikiCSS .infobox-title { | ||
border-radius: 20px; | border-radius: 20px; | ||
background: repeating-linear-gradient(360deg, #0e1d83, #d700ff); | background: repeating-linear-gradient(360deg, #0e1d83, #d700ff); | ||
| Line 318: | Line 274: | ||
} | } | ||
.infobox-image, .infobox-gallery { | body.cat-WikiCSS .infobox-image, .infobox-gallery { | ||
border-radius: 20px; | border-radius: 20px; | ||
box-shadow: 10px 10px 10px #2b044b, inset 0px -20px 20px #90c8f7; | box-shadow: 10px 10px 10px #2b044b, inset 0px -20px 20px #90c8f7; | ||
| Line 325: | Line 281: | ||
} | } | ||
/* Infobox caption (description below image)*/ | /* Infobox caption (description below image)*/ | ||
.infobox-caption { | body.cat-WikiCSS .infobox-caption { | ||
border-radius: 20px; | border-radius: 20px; | ||
background: repeating-linear-gradient(360deg, #40ff2d, #c3ffa5); | background: repeating-linear-gradient(360deg, #40ff2d, #c3ffa5); | ||
| Line 332: | Line 288: | ||
} | } | ||
/* Infobox label (the question/thing on the right) */ | /* Infobox label (the question/thing on the right) */ | ||
.infobox-label { | body.cat-WikiCSS .infobox-label { | ||
background: repeating-linear-gradient(360deg, #e92dff, #f590ff); | background: repeating-linear-gradient(360deg, #e92dff, #f590ff); | ||
color: #511757; | color: #511757; | ||
| Line 343: | Line 299: | ||
} | } | ||
/* Infobox value (the answer/thing on the left) */ | /* Infobox value (the answer/thing on the left) */ | ||
.infobox-value { | body.cat-WikiCSS .infobox-value { | ||
background: repeating-linear-gradient(360deg, #e0693a, #ecec2e); | background: repeating-linear-gradient(360deg, #e0693a, #ecec2e); | ||
color: #2f2200; | color: #2f2200; | ||
| Line 355: | Line 311: | ||
/* 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: | color: revert; | ||
text-decoration: revert; | text-decoration: revert; | ||
} | } | ||
Revision as of 20:06, 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: 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: 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;
}
body.cat-WikiCSS #p-navigation a:hover {
text-decoration: underline;
}
/*lower tool stuff*/
body.cat-WikiCSS #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;
}
body.cat-WikiCSS #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;
}
body.cat-WikiCSS #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;
}
body.cat-WikiCSS #p-tb ul li a:hover {
text-decoration: underline;
}
/* 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: #ffd841;
border-radius: 20px;
box-shadow: 5px 5px 10px #4b4cf7;
}
/* 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: #ff00a7;
text-decoration: revert;
}
body.cat-WikiCSS .catlinks a {
color: black;
}
/* 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: 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, 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: #ff009d;
}
/* Search bar */
body.cat-WikiCSS .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;
}
body.cat-WikiCSS .mw-body h1,
body.cat-WikiCSS .mw-body-content h1,
body.cat-WikiCSS .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 */
body.cat-WikiCSS #commentform {
background-color: revert;
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 */
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;
}