MediaWiki:Wiki.css: Difference between revisions
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: | background-color: revert; | ||
background-image: | background-image: revert; | ||
background-size: | background-size: revert; | ||
background-repeat: | background-repeat: revert; | ||
background-position: | background-position: revert; | ||
} | } | ||
/*Page background*/ | /*Page background*/ | ||
body.cat-WikiCSS #content { | body.cat-WikiCSS #content { | ||
background: | background: revert; | ||
color: | color: revert; | ||
margin-top: | margin-top: revert; | ||
border-top-left-radius: | border-top-left-radius: revert; | ||
border-bottom-right-radius: | border-bottom-right-radius: revert; | ||
border-bottom-left-radius: | border-bottom-left-radius: revert; | ||
border: | border: revert; | ||
border-right: | border-right: revert; | ||
position: | position: revert; | ||
min-height: | min-height: revert; | ||
overflow: | overflow: revert; | ||
box-shadow: | 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: | font-family: revert; | ||
} | } | ||
/* Dolphins at the bottom*/ | /* Dolphins at the bottom*/ | ||
body.cat-WikiCSS #content::after { | body.cat-WikiCSS #content::after { | ||
content: ""; | content: ""; | ||
position: | position: revert; | ||
bottom: 0; | bottom: 0; | ||
right: 0; | right: 0; | ||
width: | width: revert; | ||
height: | height: revert; | ||
background-image: | background-image: revert; | ||
background-size: | background-size: revert; | ||
background-position: | background-position: revert; | ||
background-repeat: | background-repeat: revert; | ||
z-index: | z-index: revert; | ||
} | } | ||
/* Custom cursor */ | /* Custom cursor */ | ||
body.cat-WikiCSS body { | body.cat-WikiCSS body { | ||
cursor: | cursor: revert; | ||
} | } | ||
body.cat-WikiCSS a:hover { | body.cat-WikiCSS a:hover { | ||
cursor: | 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: | color: revert; | ||
font-weight: | font-weight: revert; | ||
text-decoration: | 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: | color: revert; | ||
} | } | ||
/* Link color hovering */ | /* Link color hovering */ | ||
body.cat-WikiCSS a:hover { | body.cat-WikiCSS a:hover { | ||
color: | color: revert; | ||
text-decoration: | text-decoration: revert; | ||
background-image: | background-image: revert; | ||
background-size: | background-size: revert; | ||
background-position: | background-position: revert; | ||
background-repeat: | background-repeat: revert; | ||
padding: | padding: revert; | ||
} | } | ||
/*The gif on the top*/ | /*The gif on the top*/ | ||
body.cat-WikiCSS #mw-head { | body.cat-WikiCSS #mw-head { | ||
background-image: | background-image: revert; | ||
background-repeat: | background-repeat: revert; | ||
background-position: | background-position: revert; | ||
background-size: | 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: | background-image: revert; | ||
background-size: | background-size: revert; | ||
width: | width: revert; | ||
height: | height: revert; | ||
border-radius: | border-radius: revert; | ||
font-size: | font-size: revert; | ||
display: | display: revert; | ||
justify-content: | justify-content: revert; | ||
align-items: | align-items: revert; | ||
color: | color: revert; | ||
font-weight: | font-weight: revert; | ||
text-align: | text-align: revert; | ||
} | } | ||
body.cat-WikiCSS #p-navigation a { | body.cat-WikiCSS #p-navigation a { | ||
text-decoration: | text-decoration: revert; | ||
text-shadow: | text-shadow: revert; | ||
} | } | ||
body.cat-WikiCSS #p-navigation a:hover { | body.cat-WikiCSS #p-navigation a:hover { | ||
text-decoration: | text-decoration: revert; | ||
} | } | ||
/*lower tool stuff*/ | /*lower tool stuff*/ | ||
body.cat-WikiCSS #p-tb { | body.cat-WikiCSS #p-tb { | ||
background-image: | background-image: revert; | ||
background-size: | background-size: revert; | ||
width: | width: revert; | ||
height: | height: revert; | ||
border-radius: | border-radius: revert; | ||
color: | color: revert; | ||
font-weight: | font-weight: revert; | ||
text-align: | text-align: revert; | ||
margin-left: | margin-left: revert; | ||
font-size: | font-size: revert; | ||
} | } | ||
body.cat-WikiCSS #p-tb h5 { | body.cat-WikiCSS #p-tb h5 { | ||
margin: | margin: revert; | ||
padding-top: | padding-top: revert; | ||
font-size: | font-size: revert; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul { | body.cat-WikiCSS #p-tb ul { | ||
list-style: | list-style: revert; | ||
padding: | padding: revert; | ||
margin: | margin: revert; | ||
display: | display: revert; | ||
flex-direction: | flex-direction: revert; | ||
align-items: | align-items: revert; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul li { | body.cat-WikiCSS #p-tb ul li { | ||
margin: | margin: revert; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul li a { | body.cat-WikiCSS #p-tb ul li a { | ||
text-decoration: | text-decoration: revert; | ||
text-shadow: | text-shadow: revert; | ||
font-size: | font-size: revert; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul li a:hover { | body.cat-WikiCSS #p-tb ul li a:hover { | ||
text-decoration: | 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: | background-color: revert; | ||
border-radius: | border-radius: revert; | ||
box-shadow: | 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: | color: revert; | ||
text-decoration: | text-decoration: revert; | ||
} | } | ||
body.cat-WikiCSS .catlinks a { | body.cat-WikiCSS .catlinks a { | ||
color: | 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: | background-color: revert; | ||
border-radius: | border-radius: revert; | ||
padding: | padding: revert; | ||
margin: | 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: | color: revert; | ||
text-decoration: | 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: | margin-top: revert; | ||
border-radius: | border-radius: revert; | ||
background-image: | background-image: revert; | ||
border: | border: revert; | ||
box-shadow: | box-shadow: revert; | ||
background-color: | background-color: revert; | ||
color: | 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: | background-image: revert; | ||
background: | background: revert; | ||
} | } | ||
body.cat-WikiCSS .vector-menu-tabs-legacy li a { | body.cat-WikiCSS .vector-menu-tabs-legacy li a { | ||
background: | 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: | background-image: revert; | ||
background-repeat: | background-repeat: revert; | ||
background-size: | 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: | color: revert; | ||
} | } | ||
/* Search bar */ | /* Search bar */ | ||
body.cat-WikiCSS .vector-search-box-input{ | body.cat-WikiCSS .vector-search-box-input{ | ||
background-color: | background-color: revert; | ||
height: | height: revert; | ||
box-sizing: | box-sizing: revert; | ||
border: | border: revert; | ||
border-radius: | border-radius: revert; | ||
box-shadow: | 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: | 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: | bottom: revert; | ||
left: | left: revert; | ||
z-index: | 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: | margin-bottom: revert; | ||
padding: | padding: revert; | ||
font-family: | font-family: revert; | ||
line-height: | line-height: revert; | ||
border-left: | border-left:revert; | ||
border-bottom: | border-bottom: revert; | ||
padding-left: | padding-left: revert; | ||
font-weight: | font-weight: revert; | ||
} | } | ||
/* Comment section */ | /* Comment section */ | ||
body.cat-WikiCSS #commentform { | body.cat-WikiCSS #commentform { | ||
background-color: | background-color: revert; | ||
box-shadow: | box-shadow: revert; | ||
border-radius: | border-radius: revert; | ||
padding: | 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: | color: revert; | ||
text-decoration: | 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;
}