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 { | body.cat-WikiCSS body { | ||
background-color: white; | |||
background-image: none; | background-image: none; | ||
background-size: | background-size: initial; | ||
background-repeat: | background-repeat: initial; | ||
background-position: | background-position: initial; | ||
} | } | ||
/*Page background*/ | /*Page background*/ | ||
body.cat-WikiCSS #content { | body.cat-WikiCSS #content { | ||
background: | background: initial; | ||
color: | color: initial; | ||
margin-top: | margin-top: initial; | ||
border-top-left-radius: | border-top-left-radius: initial; | ||
border-bottom-right-radius: | border-bottom-right-radius: initial; | ||
border-bottom-left-radius: | border-bottom-left-radius: initial; | ||
border: | border: initial; | ||
border-right: | border-right: initial; | ||
position: | position: initial; | ||
min-height: | min-height: initial; | ||
overflow: | overflow: initial; | ||
box-shadow: | box-shadow: initial; | ||
} | } | ||
body.cat-WikiCSS html, body.cat-WikiCSS body { | body.cat-WikiCSS html, body.cat-WikiCSS body { | ||
font-family: | font-family: initial; | ||
} | } | ||
/* Dolphins at the bottom*/ | /* Dolphins at the bottom*/ | ||
body.cat-WikiCSS #content::after { | body.cat-WikiCSS #content::after { | ||
content: ""; | content: ""; | ||
position: | position: initial; | ||
bottom: 0; | bottom: 0; | ||
right: 0; | right: 0; | ||
width: | width: initial; | ||
height: | height: initial; | ||
background-image: | background-image: initial; | ||
background-size: | background-size: initial; | ||
background-position: | background-position: initial; | ||
background-repeat: | background-repeat: initial; | ||
z-index: | z-index: initial; | ||
} | } | ||
/* Custom cursor */ | /* Custom cursor */ | ||
body.cat-WikiCSS body { | body.cat-WikiCSS body { | ||
cursor: | cursor: initial; | ||
} | } | ||
body.cat-WikiCSS a:hover { | body.cat-WikiCSS a:hover { | ||
cursor: | cursor: initial; | ||
} | } | ||
| Line 52: | Line 53: | ||
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: initial; | ||
font-weight: | font-weight: initial; | ||
text-decoration: | text-decoration: initial; | ||
} | } | ||
/* 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: initial; | ||
} | } | ||
/* Link color hovering */ | /* Link color hovering */ | ||
body.cat-WikiCSS a:hover { | body.cat-WikiCSS a:hover { | ||
color: | color: initial; | ||
text-decoration: | text-decoration: initial; | ||
background-image: | background-image: initial; | ||
background-size: | background-size: initial; | ||
background-position: | background-position: initial; | ||
background-repeat: | background-repeat: initial; | ||
padding: | padding: initial; | ||
} | } | ||
/*The gif on the top*/ | /*The gif on the top*/ | ||
body.cat-WikiCSS #mw-head { | body.cat-WikiCSS #mw-head { | ||
background-image: | background-image: initial; | ||
background-repeat: | background-repeat: initial; | ||
background-position: | background-position: initial; | ||
background-size: | background-size: initial; | ||
} | } | ||
| Line 82: | Line 83: | ||
/*upper tool stuff*/ | /*upper tool stuff*/ | ||
body.cat-WikiCSS #p-navigation { | body.cat-WikiCSS #p-navigation { | ||
background-image: | background-image: initial; | ||
background-size: | background-size: initial; | ||
width: | width: initial; | ||
height: | height: initial; | ||
border-radius: | border-radius: initial; | ||
font-size: | font-size: initial; | ||
display: | display: initial; | ||
justify-content: | justify-content: initial; | ||
align-items: | align-items: initial; | ||
color: | color: initial; | ||
font-weight: | font-weight: initial; | ||
text-align: | text-align: initial; | ||
} | } | ||
body.cat-WikiCSS #p-navigation a { | body.cat-WikiCSS #p-navigation a { | ||
text-decoration: | text-decoration: initial; | ||
text-shadow: | text-shadow: initial; | ||
} | } | ||
body.cat-WikiCSS #p-navigation a:hover { | body.cat-WikiCSS #p-navigation a:hover { | ||
text-decoration: | text-decoration: initial; | ||
} | } | ||
/*lower tool stuff*/ | /*lower tool stuff*/ | ||
body.cat-WikiCSS #p-tb { | body.cat-WikiCSS #p-tb { | ||
background-image: | background-image: initial; | ||
background-size: | background-size: initial; | ||
width: | width: initial; | ||
height: | height: initial; | ||
border-radius: | border-radius: initial; | ||
color: | color: initial; | ||
font-weight: | font-weight: initial; | ||
text-align: | text-align: initial; | ||
margin-left: | margin-left: initial; | ||
font-size: | font-size: initial; | ||
} | } | ||
body.cat-WikiCSS #p-tb h5 { | body.cat-WikiCSS #p-tb h5 { | ||
margin: | margin: initial; | ||
padding-top: | padding-top: initial; | ||
font-size: | font-size: initial; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul { | body.cat-WikiCSS #p-tb ul { | ||
list-style: | list-style: initial; | ||
padding: | padding: initial; | ||
margin: | margin: initial; | ||
display: | display: initial; | ||
flex-direction: | flex-direction: initial; | ||
align-items: | align-items: initial; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul li { | body.cat-WikiCSS #p-tb ul li { | ||
margin: | margin: initial; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul li a { | body.cat-WikiCSS #p-tb ul li a { | ||
text-decoration: | text-decoration: initial; | ||
text-shadow: | text-shadow: initial; | ||
font-size: | font-size: initial; | ||
} | } | ||
body.cat-WikiCSS #p-tb ul li a:hover { | body.cat-WikiCSS #p-tb ul li a:hover { | ||
text-decoration: | text-decoration: initial; | ||
} | } | ||
| Line 145: | Line 146: | ||
body.cat-WikiCSS body #catlinks, | body.cat-WikiCSS body #catlinks, | ||
body.cat-WikiCSS body #toc{ | body.cat-WikiCSS body #toc{ | ||
background-color: | background-color: initial; | ||
border-radius: | border-radius: initial; | ||
box-shadow: | box-shadow: initial; | ||
} | } | ||
/* 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: initial; | ||
text-decoration: | text-decoration: initial; | ||
} | } | ||
body.cat-WikiCSS .catlinks a { | body.cat-WikiCSS .catlinks a { | ||
color: | color: initial; | ||
} | } | ||
| Line 164: | Line 165: | ||
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: initial; | ||
border-radius: | border-radius: initial; | ||
padding: | padding: initial; | ||
margin: | margin: initial; | ||
} | } | ||
| Line 173: | Line 174: | ||
body.cat-WikiCSS #footer-places li a { | body.cat-WikiCSS #footer-places li a { | ||
color: black; | color: black; | ||
text-decoration: | text-decoration: initial; | ||
} | } | ||
| Line 179: | Line 180: | ||
body.cat-WikiCSS #left-navigation, | body.cat-WikiCSS #left-navigation, | ||
body.cat-WikiCSS #right-navigation{ | body.cat-WikiCSS #right-navigation{ | ||
margin-top: | margin-top: initial; | ||
border-radius: | border-radius: initial; | ||
background-image: | background-image: initial; | ||
border: | border: initial; | ||
box-shadow: | box-shadow: initial; | ||
background-color: | background-color: initial; | ||
color: | color: initial; | ||
} | } | ||
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: initial; | ||
background: | background: initial; | ||
} | } | ||
body.cat-WikiCSS .vector-menu-tabs-legacy li a { | body.cat-WikiCSS .vector-menu-tabs-legacy li a { | ||
background: | background: initial; | ||
} | } | ||
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: initial; | ||
background-repeat: | background-repeat: initial; | ||
background-size: | background-size: initial; | ||
} | } | ||
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: initial; | ||
} | } | ||
/* Search bar */ | /* Search bar */ | ||
body.cat-WikiCSS .vector-search-box-input{ | body.cat-WikiCSS .vector-search-box-input{ | ||
background-color: | background-color: initial; | ||
height: | height: initial; | ||
box-sizing: | box-sizing: initial; | ||
border: | border: initial; | ||
border-radius: | border-radius: initial; | ||
box-shadow: | box-shadow: initial; | ||
} | } | ||
/* 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: initial; | ||
} | } | ||
/*Kyle image down there*/ | /*Kyle image down there*/ | ||
| Line 226: | Line 227: | ||
.bottom-left-image { | .bottom-left-image { | ||
position: fixed; | position: fixed; | ||
bottom: | bottom: initial; | ||
left: | left: initial; | ||
z-index: | z-index: initial; | ||
} | } | ||
| Line 234: | Line 235: | ||
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: initial; | ||
padding: | padding: initial; | ||
font-family: | font-family: initial; | ||
line-height: | line-height: initial; | ||
border-left: | border-left:initial; | ||
border-bottom: | border-bottom: initial; | ||
padding-left: | padding-left: initial; | ||
font-weight: | font-weight: initial; | ||
} | } | ||
/* Comment section */ | /* Comment section */ | ||
body.cat-WikiCSS #commentform { | body.cat-WikiCSS #commentform { | ||
background-color: | background-color: initial; | ||
box-shadow: | box-shadow: initial; | ||
border-radius: | border-radius: initial; | ||
padding: | padding: initial; | ||
} | } | ||
| Line 311: | Line 312: | ||
/* 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: initial; | ||
text-decoration: | text-decoration: initial; | ||
} | } | ||
Revision as of 20:11, 6 February 2026
/*Background (generell)*/
body.cat-WikiCSS body {
background-color: white;
background-image: none;
background-size: initial;
background-repeat: initial;
background-position: initial;
}
/*Page background*/
body.cat-WikiCSS #content {
background: initial;
color: initial;
margin-top: initial;
border-top-left-radius: initial;
border-bottom-right-radius: initial;
border-bottom-left-radius: initial;
border: initial;
border-right: initial;
position: initial;
min-height: initial;
overflow: initial;
box-shadow: initial;
}
body.cat-WikiCSS html, body.cat-WikiCSS body {
font-family: initial;
}
/* Dolphins at the bottom*/
body.cat-WikiCSS #content::after {
content: "";
position: initial;
bottom: 0;
right: 0;
width: initial;
height: initial;
background-image: initial;
background-size: initial;
background-position: initial;
background-repeat: initial;
z-index: initial;
}
/* Custom cursor */
body.cat-WikiCSS body {
cursor: initial;
}
body.cat-WikiCSS a:hover {
cursor: initial;
}
/* Link color*/
body.cat-WikiCSS a,
body.cat-WikiCSS a:visited,
.mw-parser-output a.extiw, .mw-parser-output a.external{
color: initial;
font-weight: initial;
text-decoration: initial;
}
/* Link color of pages that do not exist */
body.cat-WikiCSS a.new {
color: initial;
}
/* Link color hovering */
body.cat-WikiCSS a:hover {
color: initial;
text-decoration: initial;
background-image: initial;
background-size: initial;
background-position: initial;
background-repeat: initial;
padding: initial;
}
/*The gif on the top*/
body.cat-WikiCSS #mw-head {
background-image: initial;
background-repeat: initial;
background-position: initial;
background-size: initial;
}
/*Tools and shit*/
/*upper tool stuff*/
body.cat-WikiCSS #p-navigation {
background-image: initial;
background-size: initial;
width: initial;
height: initial;
border-radius: initial;
font-size: initial;
display: initial;
justify-content: initial;
align-items: initial;
color: initial;
font-weight: initial;
text-align: initial;
}
body.cat-WikiCSS #p-navigation a {
text-decoration: initial;
text-shadow: initial;
}
body.cat-WikiCSS #p-navigation a:hover {
text-decoration: initial;
}
/*lower tool stuff*/
body.cat-WikiCSS #p-tb {
background-image: initial;
background-size: initial;
width: initial;
height: initial;
border-radius: initial;
color: initial;
font-weight: initial;
text-align: initial;
margin-left: initial;
font-size: initial;
}
body.cat-WikiCSS #p-tb h5 {
margin: initial;
padding-top: initial;
font-size: initial;
}
body.cat-WikiCSS #p-tb ul {
list-style: initial;
padding: initial;
margin: initial;
display: initial;
flex-direction: initial;
align-items: initial;
}
body.cat-WikiCSS #p-tb ul li {
margin: initial;
}
body.cat-WikiCSS #p-tb ul li a {
text-decoration: initial;
text-shadow: initial;
font-size: initial;
}
body.cat-WikiCSS #p-tb ul li a:hover {
text-decoration: initial;
}
/* 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: initial;
border-radius: initial;
box-shadow: initial;
}
/* 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: initial;
text-decoration: initial;
}
body.cat-WikiCSS .catlinks a {
color: initial;
}
/* 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: initial;
border-radius: initial;
padding: initial;
margin: initial;
}
/* Footer Link Colors (Privacy Policy, About, Disclaimers)*/
body.cat-WikiCSS #footer-places li a {
color: black;
text-decoration: initial;
}
/* Top of content page such as discussion, edit source, etc */
body.cat-WikiCSS #left-navigation,
body.cat-WikiCSS #right-navigation{
margin-top: initial;
border-radius: initial;
background-image: initial;
border: initial;
box-shadow: initial;
background-color: initial;
color: initial;
}
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: initial;
background: initial;
}
body.cat-WikiCSS .vector-menu-tabs-legacy li a {
background: initial;
}
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: initial;
background-repeat: initial;
background-size: initial;
}
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: initial;
}
/* Search bar */
body.cat-WikiCSS .vector-search-box-input{
background-color: initial;
height: initial;
box-sizing: initial;
border: initial;
border-radius: initial;
box-shadow: initial;
}
/* Top stuff like username and notifications */
body.cat-WikiCSS #p-personal ul {
padding-left: initial;
}
/*Kyle image down there*/
/* Position image at the bottom left corner */
.bottom-left-image {
position: fixed;
bottom: initial;
left: initial;
z-index: initial;
}
body.cat-WikiCSS .mw-body h1,
body.cat-WikiCSS .mw-body-content h1,
body.cat-WikiCSS .mw-body-content h2 {
margin-bottom: initial;
padding: initial;
font-family: initial;
line-height: initial;
border-left:initial;
border-bottom: initial;
padding-left: initial;
font-weight: initial;
}
/* Comment section */
body.cat-WikiCSS #commentform {
background-color: initial;
box-shadow: initial;
border-radius: initial;
padding: initial;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
/* 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: initial;
text-decoration: initial;
}