MediaWiki:Vector-2022.css: Difference between revisions

From Cheese-E-Pedia
Content deleted Content added
No edit summary
m Stripes moved page MediaWiki:Vector.css to MediaWiki:Vector-2022.css without leaving a redirect
 
(72 intermediate revisions by 2 users not shown)
Line 1: Line 1:

@media screen, projection {
* This is the CSS common to all desktop skins on en.Wikipedia.
* Styling inside .mw-parser-output should generally use TemplateStyles.
div#content {
*/
padding: 0 1em 1.5em 1em;

background: #1e2c4c;

color: #FFF;
/*
border: 1px solid #344c81;
* Message box template
line-height: 1.5em;
*/
position: relative;
.msgbox {
z-index: 2;
margin: 0em 2em 1em 3em;
border: 1px solid #888;
background: #1e2c4c;
color: #000;
-moz-border-radius: 0 8px 0 8px;
border-radius: 0 8px 0 8px;
padding: 0;
border-spacing: 0;
}

#catlinks {
display: none!important;
}
}


body.ns-14 div#mw-pages p {
.mw-page-container {
display: none;
padding: 0 1em 1.5em 1em;
background: #1e2c4c;
color: #FFF;
border: 1px solid #344c81;
line-height: 1.5em;
position: relative;
z-index: 0;
}
}


.mw-sidebar {
#mw-body-subheader{
display: none!important;
padding: 0 1em 1.5em 1em;
background: #1e2c4c;
color: #FFF;
border: 1px solid #344c81;
line-height: 1.5em;
position: relative;
z-index: 0;
}
}


#mw-body-header{
#simpleSearch input, #wpSummary, .createboxInput {
display: none!important;
background-color: #1e2c4c;
color: white;
}
}


body {
.msgbox td {
background-color: #1e2c4c;
vertical-align: middle;
color: #FFFFFF;
padding: 0.5em 1em 0.5em 0em;
width: 100%;
}

.msgbox .msgboximg {
vertical-align: middle;
width: 0%;
padding: 0.5em 1em 0.5em 1em;
}


/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #1e2c4c;
border: 1px #aaa solid;
border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th,
.prettytable th {
background: #1e2c4c;
text-align: center;
}
.wikitable caption,
.prettytable caption {
font-weight: bold;
}
}


/* Put a chequered background behind images, only visible if they have transparency */
.vector-sticky-header {
.gallerybox .thumb img,
background-color: #1e2c4c;
#file img {
background: #1e2c4c url("images/5/5d/Checker-16x16.png") repeat;
}
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
background: none;
}

div.topicon {
position: absolute;
z-index: 10;
top: 6px;
right: 10px;
display: block !important;
}


pre:not(.CodeMirror-line), code:not(.CodeMirror-line) {display:inline-block; }
#mw-page-base { background: none; }


/* Taken from Wikipedia:
/* general styles */
Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
table, table.wikitable {
showing ==headings== and ===headings=== but no further
background: #1e2c4c;
(as long as there are no =headings= on the page, which
color: #FFF;
there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
}


/* Reset italic styling set by user agent */
.oo-ui-icon-bell, .mw-ui-icon-bell:before {
cite,
filter: invert(1);
dfn {
font-style: inherit;
}
}

.oo-ui-icon-tray, .mw-ui-icon-tray:before {
/* Straight quote marks for <q> */
filter: invert(1);
q {
quotes: '"' '"' "'" "'";
}
}

.mw-ui-icon-wikimedia-watchlist:before {
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
filter: invert(1);
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
}

.mw-ui-icon-wikimedia-userAvatar:before {
/* Consistent size for <small>, <sub> and <sup> */
filter: invert(1);
small {
font-size: 85%;
}
}

#mw-sidebar-button:before {
.mw-body-content sub,
filter: invert(1);
.mw-body-content sup,
span.reference /* for Parsoid */ {
font-size: 80%;
}
}


/* Same spacing for indented and unindented paragraphs on talk pages */
/* Links */
.ns-talk .mw-body-content dd {
a {
margin-top: 0.4em;
color: #66BBFF;
margin-bottom: 0.4em;
}
}

/* Visited (=clicked) links */
/* Reduce page jumps by hiding collapsed/dismissed content */
a:visited {
.client-js .mw-special-Watchlist #watchlist-message,
color: #4070D0;
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}
}

.tabber__tab{
/* Make the list of references smaller
color: #3366cc;
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/
ol.references {
font-size: 90%;
margin-bottom: 0.5em;
}
}

.tabber__tab:visited {
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
color: #3366cc;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
}


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
.tabber__tab[aria-selected='true'], .tabber__tab[aria-selected='true']:visited {
/* @noflip */
color: #66bbff;
float: left;
/* @noflip */
text-align: left;
}
}


/* Lists in wikitable data cells are always left-aligned */
.vector-menu-portal .vector-menu-heading {
.wikitable td ul,
color: #ffffff;
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
}


/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited
.mw-parser-output table.mw-hiero-table td {
{
vertical-align: middle;
color: #66BBFF;
}
}

/* Change the external link icon to a PDF icon for all PDF files */
a.stub {
.mw-parser-output a[href$=".pdf"].external,
color: #66FFCC;
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
/* @noflip */
padding: 8px 18px 8px 0;
}
}

/* System messages styled similarly to fmbox */
a.new, #p-personal a.new {
div.mw-warning-with-logexcerpt,
color: #DD5010 !important;
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: #1e2c4c;
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}

/* default colors for partial block message */
a.new:visited, #p-personal a.new:visited {
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
color: #DD5010 !important;
border-color: #fc3;
background-color: #1e2c4c;
}
}

/* Increase the height of the image upload box */
h1, h2, h3, h4, h5, h6 {
#wpUploadDescription {
color: #66BBFF;
height: 13em;
}
}

/* Minimum thumb width */
.thumbinner {
fieldset {
min-width: 100px;
border: 1px solid #AAAAAA;
}
}

/* Prevent floating boxes from overlapping any category listings,
legend {
file histories, edit previews, and edit [Show changes] views. */
background: #1e2c4c;
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
}

/* Styling for Abuse Filter tags */
.mw-tag-markers {
abbr, acronym, .explain {
font-style: italic;
color: #FFFFFF;
font-size: 90%;
}
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
code {
[[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
background-color: #1e2c4c;
[[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
color: #FFFFFF;
[[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
[[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}
background-color
/* Hide the redlink generated by {{Editnotice}},
pre {
this overrides the ".sysop-show { display: none; }" above that applies
border: 1px dashed #AAAAAA;
to the same link as well. See [[phab:T45013]]
color: #FFFFFF;

background-color: #2d4271;
Hide the images in editnotices to keep them readable in VE view.
Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
display: none !important;
}
}

/* Remove bullets when there are multiple edit page warnings */
#contentSub, #contentSub2 {
ul.permissions-errors {
color: #888888;
margin: 0;
}
}

ul.permissions-errors > li {
.firstHeading {
margin-bottom: .1em;
list-style: none;
}
}

/* user notification thing */
/* larger inline math */
span.mwe-math-mathml-inline {
.usermessage {
font-size: 118%;
background-color: #394A5C;
border: 1px solid #66BBFF;
color: #FFFFFF;
text-align: center;
}
}

/* Make <math display="block"> be left aligned with one space indent for
.error {
* compatibility with style conventions
color: #FF0000;
*/
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
}

.mwe-math-mathml-display math {
.errorbox {
display: inline;
border-color: #660000;
background-color: #401F22;
color: #FF0000;
}
}

.successbox {
@media screen {
border-color: #66BBFF;
/* Gallery styles background changes are restricted to screen view.
background-color: #394A5C;
In printing we should avoid applying backgrounds. */
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
/* Light gray padding */
background-color: #1e2c4c;
}
/* Put a chequered background behind images, only visible if they have transparency.
'.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, or portals. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img {
background-image: none;
}

/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
do not apply to print mode */
#siteSub {
display: block;
}
}
}

/* Hide FlaggedRevs notice UI when there are no pending changes */
/* Category portlet at the bottom of every page that has categories */
.flaggedrevs_draft_synced,
#catlinks {
.flaggedrevs_stable_synced,
background-color: #1e2c4c;
/* "Temporary" to remove links in sidebar T255381 */
background-image: url(http://images.shoutwiki.com/fi.darth/a/a8/DarthDarthBinksCategory.png);
#t-upload,
background-repeat: no-repeat;
/* Hide broken download box on Special:Book pending T285400 */
background-position: center right;
.mw-special-Book #coll-downloadbox {
padding-right: 50px;
display: none;
}
}

/*
/*
* BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
** content styles
* SEE [[MediaWiki talk:Common.css/to do]]
*/
*/

#toc,
/* Style for horizontal lists (separator following item).
.toc,
@source mediawiki.org/wiki/Snippets/Horizontal_lists
.mw-warning {
@revision 8 (2016-05-21)
background-color: #1e2c4c;
@author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
}

/* Display list items inline */
#toc #toctitle,
.hlist dd,
.toc #toctitle,
.hlist dt,
#toc .toctitle,
.toc .toctitle {
.hlist li {
margin: 0; /Unk* don't trust the note that says margin doesn't work with inline
background-color: transparent;
* removing margin: 0 makes dds have margins again */
display: inline;
}
}

/* Display nested lists inline */
#toc ul ul,
.hlist.inline,
.toc ul ul {
.hlist.inline dl,
margin: 0 0 0 1em;
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
display: inline;
}
}


/* Hide empty list items */
div.toc ul li:hover,
.hlist .mw-empty-li {
#p-cactions ul li:hover {
list-style-image: none !important;
display: none;
}
}


/* Generate interpuncts */
#toc .toctoggle,
.toc .toctoggle {
.hlist dt:after {
font-size: 100%;
content: ": ";
}
}

/**
/* Additional TOC formatting */
* Note hlist style usage differs in Minerva and is defined in core as well!
li.toclevel-1 {
* Please check Minerva desktop (and Minerva.css) when changing
border-top: 1px solid #555555;
* See https://phabricator.wikimedia.org/T213239
*/
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
}

.hlist dd:last-child:after,
.toc a,
.hlist dt:last-child:after,
#toc a {
.hlist li:last-child:after {
text-decoration: none;
content: none;
}
}

/* Add parentheses around nested lists */
/* thumbnails */
.hlist dd dd:first-child:before,
/* see ADDITIONS for "table div.thumb" */
.hlist dd dt:first-child:before,
div.thumb {
.hlist dd li:first-child:before,
border-color: #1e2c4c;
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
}

div.thumb div {
.hlist dd dd:last-child:after,
border: 1px solid #AAAAAA;
.hlist dd dt:last-child:after,
padding: 3px !important;
.hlist dd li:last-child:after,
background-color: #1e2c4c;
.hlist dt dd:last-child:after,
font-size: 94%;
.hlist dt dt:last-child:after,
text-align: center;
.hlist dt li:last-child:after,
overflow: hidden;
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
}

div.thumb div a img {
/* Put ordinals in front of ordered list items */
border: none;
.hlist ol {
counter-reset: listitem;
}
}

div.thumb div div.thumbcaption {
.hlist ol > li {
border: none;
counter-increment: listitem;
text-align: left;
line-height: 1.4em;
padding: .3em 0 .1em 0;
color: #ffffff;
}
}

.hlist ol > li:before {
div.tright {
content: " " counter(listitem) "\a0";
margin-left: 0.75em;
margin-right: 0em;
}
}

div.tleft {
.hlist dd ol > li:first-child:before,
float: left;
.hlist dt ol > li:first-child:before,
margin-right: .5em;
.hlist li ol > li:first-child:before {
border-width: .5em 1.4em .8em 0;
content: " (" counter(listitem) "\a0";
margin-left: 0em;
margin-right: 0.75em;
}
}

/* Page history styling */
/* Unbulleted lists */
.plainlist ol,
#pagehistory span.user {
.plainlist ul {
margin-left: 1.4em;
margin-right: .4em;
line-height: inherit;
list-style: none;
margin: 0;
}
}

.plainlist ol li,
#pagehistory li {
.plainlist ul li {
border: 1px solid #1e2c4c;
margin-bottom: 0;
}
}

/* Infobox template style */
#pagehistory li.selected {
.infobox {
background-color: #1e2c4c;
border: 1px solid #a2a9b1;
color: white;
border-spacing: 3px;
background-color: #1e2c4c !important;
color: white !important;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
}


.infobox-header,
.mw-list-item.selected a
.infobox-label,
{
.infobox-above,
color: #66BBFF;
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox th,
.infobox td {
vertical-align: top;
}
}

.infobox-label,
/*
.infobox-data,
** Diff rendering
/* Remove element selector when every .infobox thing is using the standard module/templates */
*/
.infobox th,
table.diff, td.diff-otitle, td.diff-ntitle {
.infobox td {
background-color: #1e2c4c;
/* @noflip */
text-align: left;
}
}

td.diff-addedline {
/* Remove .infobox when element selectors above are removed */
background: #000033;
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
}

td.diff-deletedline {
.infobox-title,
background: #330000;
/* Remove element selector when every .infobox thing is using the standard module/templates */
.infobox caption {
padding: 0.2em;
}
}

td.diff-context {
/* Remove .infobox when element selectors above are removed */
background: #1e2c4c;
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
}

span.diffchange {
/* Remove .infobox when element selectors above are removed */
color: #66BBFF;
.infobox .infobox-navbar {
font-weight: bold;
/* @noflip */
text-decoration: underline;
text-align: right;
}
}

/* Normal font styling for wikitable row headers with scope="row" tag */
/* disable interwiki styling */
.wikitable.plainrowheaders th[scope=row],
#bodyContent a.extiw,
.wikitable.plainrowheaders th[scope=rowgroup] {
#bodyContent a.extiw:active {
font-weight: normal;
color: #66BBFF;
/* @noflip */
text-align: left;
}
}

#bodyContent a.external {

color: #66BBFF;
/* Remove underlines from certain links */
.nounderlines a,
.IPA a:link,
.IPA a:visited {
text-decoration: none !important;
}
}

/* Prevent line breaks in silly places where desired (nowrap)
/*
and links when we don't want them to (nowraplinks a) */
** general portlet styles (elements in the quickbar)
.nowrap,
*/
.portlet h6 {
.nowraplinks a {
white-space: nowrap;
border: 1px solid #AAAAAA;
}
}

/* But allow wrapping where desired: */
.pBody {
.wrap,
background-color: #1e2c4c;
.wraplinks a {
color: #FFFFFF;
white-space: normal;
border: 1px solid #AAAAAA;
}
}


/* texhtml class for inline math (based on generic times-serif class) */
/* this is the ul contained in the portlet */
span.texhtml {
#p-personal ul {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
color: #AAAAAA;
font-size: 118%;
text-transform: lowercase;
line-height: 1;
white-space: nowrap;
/* Force tabular and lining display for texhtml */
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
font-feature-settings: "lnum", "tnum", "kern" 0;
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}
}

#p-personal li {
span.texhtml span.texhtml {
color: #AAAAAA;
font-size: 100%;
}
}

#p-personal li.active {
@media screen {.mw-body { color: white; background-color: #1e2c4c; }
font-weight: bold;

.nochecker .gallerybox .thumb img {
background-image: none;
}
}
}

#p-personal li a {
#p-logo a
color: #66BBFF;
{
background-color: #1e2c4c !important;
width: 300px;
height: 300px;
color: #333;
font-size: 22px;
font-family: "Playfair Display", serif;
text-align: center;
padding-top: 1em;
line-height: 1em;
background-size: 120px 120px;
}
}

#p-personal li:hover {
#p-logo a:after {
list-style-image: none;
content: "Cheese-E-Pedia";
position: relative;
top: 120px;
}
}

#mw-indicator-mw-helplink a {
/* the icon in front of the user name, single quotes
-webkit-filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(500%) contrast(500%);
in bg url to hide it from iemac */
filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(500%) contrast(500%);
li#pt-userpage a,
li#pt-anonuserpage {
background: url(http://images.shoutwiki.com/fi.darth/5/54/User-icon.png) bottom left no-repeat;
}
}


.mw-changeslist-legend {
/*
background: none !important;
** footer
*/
#footer li {
color: white
}
}

#footer li:hover {
header > [class="mw-indicators"] {
list-style-image: none;
padding-right: 20px!important;
}
}

.mw-mmv-post-image {
/* hide from incapable browsers */
color: #FFFFFF;
head:first-child+body #footer li {
background-color: #1E2C4C;
white-space: normal; /* was: nowrap */
}
}

.mw-mmv-image-metadata {
/* js pref toc */
background-color: #1E2C4C;
#preftoc li {
background-color: #f0f0f0;
color: #000;
border: 1px solid #1e2c4c;
}
#preftoc li.selected {
background-color: #1e2c4c;
border: 1px solid #AAAAAA;
}
}


.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption, .mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption {
#preferences {
padding-top: 10px;
border: none;
padding: 0;
margin: 0;
background-color: #1e2c4c;
}
}


/* pre, .mw-code {
#preferences legend {
color: #66BBFF;
background-color: #FFFFFF !important;
color: #000000 !important;
}
}
*/


.mw-advancedSearch-searchPreview-tagList {
#preferences .oo-ui-labelElement-label {
color: inherit;
background-color: #3366CC;
}
}


.mw-advancedSearch-searchPreview-tagList::hover {
.prefsection table, .prefsection legend {
background-color: #222;
background-color: white;
}
}


.mw-advancedSearch-searchPreview-tagList > li > .oo-ui-labelElement-label {
div.prefsectiontip {
color: black !important;
font-size: 95%;
margin-top: 0;
background-color: #394A5C;
border: 1px solid #66BBFF;
padding: .2em .7em;
clear: both;
}
}



/* Login form (Special:UserLogin) */
.ext-related-articles-card-list .ext-related-articles-card {
div#userloginForm form,
background-color: #354c82;
div#userlogin form#userlogin2 {
background-color: #222;
}
}
.ext-related-articles-card-list h3 a {
color: #96e1ff;
div#userloginForm table,
div#userlogin form#userlogin2 table {
background-color: #222;
}
}
.ext-related-articles-card-list h3::after {
background: none !important;
div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
padding-top: 0;
}
}
.ra-read-more h2 {
color: #fe9d00;
div#userlogin .captcha {
padding-bottom: 0px;
width: 400px;
font-size: .9em;
background-color: #1e2c4c;
font-weight: bold;
letter-spacing: 0px;
text-transform: capitalize;
}
}


#login-emailforlost {

font-size: 85%;

line-height: 1.2;

padding-top: 2em;






li
{
background-color: #1e2c4c00;
color: #FFFFFF!important;
border: none;
}
}

.mw-content-ltr.mw-parser-output {
.not-patrolled {
display: block;
background-color: #330000;
width: 100%;
}
}
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output .mw-customtoggle figure,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > .mw-customtoggle figure span,
span.unpatrolled {
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > .mw-customtoggle figure span > img,
color: #FFF;
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure > a,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure > a img {
display: block;
width: 100%;
}
}
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure > a img,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output .mw-customtoggle img {
span.searchmatch {
object-fit: contain;
color: red;
}
}

.vector-dropdown .vector-dropdown-content, .vector-dropdown > .vector-menu-content,
span.newpageletter {
.vector-toc,
font-weight: bold;
.vector-main-menu,
color: #FFF;
.mw-header,
background-color: yellow;
.vector-header-container,
.mw-page-container,
.vector-feature-zebra-design-disabled .vector-header-container,
.vector-feature-zebra-design-disabled .mw-page-container,
.vector-feature-zebra-design-disabled body,
.vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu,
.vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content,
.mw-sidebar {
background: #1e2c4c;
color: #FFF;
line-height: 1.5em;
}
}

span.minoreditletter {

color: #FFF;

background-color: #c5ffe6;
.vector-page-titlebar {
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: row-reverse;
flex-wrap: wrap;
}
}

/* Hiding specific elements */
/* Galleries */
.mw-category-generated,
table.gallery {
.mw-page-title-namespace,
border: 1px solid #344c81;
.mw-page-title-separator,
margin: 2px auto 2px auto;
.mw-sidebar-action,
background-color: #222;
.mw-editsection,
#p-tb,
.mw-body-subheader {
display: none;
}
}

#toc ul ul,
table.gallery tr {
.toc ul ul {
background-color: #222;
margin: 0 0 0 1em;
}
}

div.toc ul li:hover,
table.gallery td {
#p-cactions ul li:hover {
background-color: #222;
list-style-image: none !important;
border: none;
margin: 2px;
}
}

#toc .toctoggle,
div.gallerybox {
.toc .toctoggle {
width: 150px;
font-size: 100%;
border: none;
background-color: inherit;
}
}


div.gallerybox div.thumb {
#content h1 {
border: 1px solid #344c81;
font-size: 3em;
}
}

#vector-page-tools-pinned-container .vector-page-tools:after,
div.gallerytext {
#vector-toc-pinned-container .vector-toc:after
font-size: smaller;
{
text-align: center;
background: linear-gradient(rgba(255,255,255,0),#1e2c4c);
background-color: inherit;
border: none;
}
}

.oo-ui-popupWidget-popup {
.editExternally {
background-color: #1e2c4c;
background-color: #2a4b8d;
}
}

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
/* Classes for EXIF data display */
background-color: #344c81;
table.mw_metadata th {
background-color: #222;
}
}


table.mw_metadata td {
/* Rounded Corners */
background-color: transparent;
.pBody,
div#content,
.toc {
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
}

/* filetoc */
/* User Notification Thing */
.usermessage {
ul#filetoc {
background-color: #222;
background-color: #394A5C;
border: 1px solid #96e1ff;
color: #FFFFFF;
}
}


#editform .editOptions {
body,
color: white;
ul,
background-color: transparent;
lo,
table.wikitable,
table.prettytable,
pre,
code,
cdx-menu-item,
mw-code,
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption,
figure[typeof~='mw:Image/Thumb'] > figcaption,
figure[typeof~='mw:Video/Thumb'] > figcaption,
figure[typeof~='mw:Audio/Thumb'] > figcaption,
figure[typeof~='mw:Image/Frame'] > figcaption,
figure[typeof~='mw:Video/Frame'] > figcaption,
figure[typeof~='mw:Audio/Frame'] > figcaption,
#content h1{
background-color: #1e2c4c;
color: #FFFFFF;
border: none;
}
}


/* Classes for article validation */
/* Thumbnails */
tr.revision_tr_default {
div.thumb div,
background-color: #1e2c4c;
div.gallerybox div.thumb {
border: 1px solid #344c81;
}
}

div.thumb div {
/* AllMessages table */
padding: 3px !important;
#allmessagestable th {
background-color: #222;
background-color: #1e2c4c;
font-size: 94%;
text-align: center;
overflow: hidden;
}
}

div.gallerytext {
#allmessagestable tr.orig {
font-size: smaller;
background-color: #1e2c4c;
text-align: center;
background-color: inherit;
border: none;
}
}


#allmessagestable tr.new {
sidebar-toc-text,
background-color: #401F22;
mw-footer-container,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
color: #96e1ff;
}
}

/* Specific Styling */
#allmessagestable tr.def {
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
background-color: #394A5C;
background: #1e2c4c;
}
}

.mw-search-profile-tabs {
/* noarticletext */
background-color: #344c81;
div.noarticletext {
border: none;
background: #1e2c4c;
color: #FFF;
}
}

.vector-menu-tabs .mw-list-item.selected a,
div#searchTargetContainer {
.vector-menu-tabs .mw-list-item.selected a:visited {
background: #1e2c4c;
color: #96e1ff;
}
}

.mw-parser-output .ts-doc-footer {
/***********************************************************
background-color: #344c81;
Additional formatting
***********************************************************/
/* Misc. */
#siteSub {
display: block !important;
margin-top: -5px;
font-size: smaller;
color: #FFFFFF;
font-style: italic;
}
}

.ve-ui-mwSaveDialog-license {
/* HACK:Prevent #siteSub from showing up in ns:102 (see Common.css)--CID, 2006-09-10
color: #ffffff;
** Prevent #ca-talk from showing up in ns:100 (see Common.css)--CID, 2006-09-12
*/
.ns-102 * #siteSub,
.ns-100 * li#ca-talk {
display: none !important;
}
}

.ve-ui-mwSaveDialog-options {
div.fullImageLink {
background-color: #36c;
text-align: center;
}
}

div.fullMedia {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
text-align: center;
background-color: #36c;
border: 1px solid #AAAAAA;
background-color: #1e2c4c;
color: #ffffff;
padding: 5px;
font-size:smaller;
margin: 0.5em 0;
}
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
#bodyContent div.noicon a {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
background: none;
background-color: #447ff5;
padding: 0;
border-color: #ffffff;
}
}

#simpleSearch input,
/* Tables generally have #222 as bg color */
#wpSummary,
table div.thumb {
.createboxInput {
border-color: #222;
background-color: #344c81;
color: white;
}
}

.sidebar-toc {
/* Make "credits" line in div#footer wrap like it should */
background-color: #1e2c4c;
li #credits {
color: white;
white-space: normal !important;
}
}

.oo-ui-tabSelectWidget-framed,
/* editcount table */
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
#editcount table {
.oo-ui-tabOptionWidget {
background-color: transparent !important;
background-color: #1e2c4c;
color: #ffffff;
}
}

.ve-ui-mwGalleryDialog-highlighted-image {
/* Overriding some search formatting */
background-color: #1e2c4c;
.searchfragment {
color: #FFF;
}
}

.vector-sticky-header {
/***********************************************************
background-color: #1e2c4c;
** This is for the forum-function (in Ten Forward)
** Florian 2006-04-14
** imported from MA/de by Kobi 2006-05-13
*/
.forum_title a.forum_new {
font-weight: bold;
/*background: url("/en/images/c/cc/Ma_forum_new.gif") center left no-repeat;*/
padding-left: 20px;
}
}

#mw-page-base {
.forum_title a.forum_new:visited {
background: none;
font-weight: normal;
background: none;
padding-left: 20px;
}
}

/* Link Styling */
.forumheader {
a {
background-color: #800000;
color: #BBBBBB;
color: #96e1ff;
}
}

a:visited {
} /* closes @media screen, projection at the very start of this page */
color: #4070D0;
/***********************************************************
** FIX: Fixing [[Special:Imagelist]] table colors
** -- Cid, 2007-03-28
*/
.TablePager, .TablePager td, .TablePager th {
border-color: #AAA;
}
}

.TablePager th { background-color: #1e2c4c; }
.tabber__tab,
.TablePager td { background-color: transparent; } /* Jack */
.tabber__tab:visited {
.TablePager tr:hover td { background-color: transparent; } /* Jack */
color: #66bbff;
.imagelist .TablePager_col_links { background-color: #1e2c4c; }
.imagelist th.TablePager_sort { background-color: #1e2c4c; }
/* changing the colors of various classes to better fit the skin */
.toccolours {
background-color: #777;
}
}

.tabber__tab[aria-selected='true'],
.portlet h5 {
.tabber__tab[aria-selected='true']:visited {
background-color: #600;
color: #96e1ff;
border: 1px solid #600;
}
}

ul {
.vector-menu-portal .vector-menu-heading {
list-style-image: url("http://images.shoutwiki.com/fi.darth/c/ca/Bullet1.png");
color: #ffffff;
}
}

ul li:hover {
/* Wikitable background fix to make the text readable */
list-style-image: url("http://images.shoutwiki.com/fi.darth/d/d5/Bullet2.png");
.wikitable,
.wikitable th,
.mw-datatable td {
background-color: transparent !important;
}
}

/* Error Styling */
.portlet ul {
.error {
list-style-image: url("http://images.shoutwiki.com/fi.darth/c/ca/Bullet1.png");
color: #FF0000;
}
}

.portlet ul li:hover {
.errorbox {
list-style-image: url("http://images.shoutwiki.com/fi.darth/d/d5/Bullet2.png");
border-color: #660000;
background-color: #401F22;
color: #FF0000;
}
}

.successbox {
/* Standard style for switchbox stuff */
border-color: #96e1ff;
#p-search select,
background-color: #394A5C;
#p-search input[type="text"] {
width: 10.9em;
margin: 0;
font-size: 95%;
}
}

#p-search select {
/* Content Styles */
width: 11.2em;
#toc,
.toc,
.mw-warning {
background-color: #1e2c4c;
}
}

#toc #toctitle,
#p-search input[type="submit"] {
.toc #toctitle,
margin-top: 1px;
#toc .toctitle,
font-size: 95%;
.toc .toctitle {
padding-left: .5em;
background-color: transparent;
padding-right: .5em;
font-weight: bold;
}
}

#p-search input[type="submit"] + input[type="submit"] {
#mw-searchoptions {
font-weight: normal;
background-color: transparent;
}
}




/* rounded corners */

.pBody {

border-top-right-radius: 0.5em;

border-bottom-right-radius: 0.5em;

-moz-border-radius-topright: 0.5em;

-moz-border-radius-bottomright: 0.5em;

padding: 0.1em 0.1em;

/* Stripes added 2024-05-25 */
.vector-main-menu-action.vector-main-menu-action-opt-out{
display: none !important;
}
}


.vector-feature-zebra-design-disabled .vector-pinnable-element > *:not(:last-child), .vector-feature-zebra-design-disabled .vector-dropdown-content > *:not(:last-child) {
div#content {
border-top-right-radius: 0.5em;
border-bottom: none;
border-bottom-left-radius: 0.5em;
border-bottom-right-radius: 0.5em;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
}
}


.vector-feature-zebra-design-disabled #vector-page-tools-pinned-container .vector-page-tools::after {
.toc {
background: none;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
}


.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading, .vector-feature-zebra-design-disabled .vector-dropdown-content .vector-menu-heading {
div.gallerybox div.thumb:hover, div.gallerybox div.thumb div:hover {
background-color: #1e2c4c;
color: #ff9c00;
font-weight: bold;
}
}


.vector-feature-zebra-design-disabled .vector-pinnable-header-label {
/* Fixes for Special:Interwiki */
color: #ff9c00;
body.page-Toiminnot_Interwiki table.mw-interwikitable.body td.mw-interwikitable-local-yes {
font-weight: bold;
background: #006400;
}
}

@font-face {
body.page-Toiminnot_Interwiki code {
font-family: "RockoFLF-Bold";
background-color: #F9F9F9;
src: url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.eot");
src: url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.svg#RockoFLF-Bold")format("svg");
}
}


/* Wikitable background fix to make the text readable */
.mw-page-title-main {
.wikitable, .wikitable th, .mw-datatable td {
color: #ff9c00;
background-color: transparent !important;
font-family: "RockoFLF-Bold";
}
}

.vector-feature-zebra-design-disabled .vector-toc .vector-toc-list-item-active > .vector-toc-link, .vector-feature-zebra-design-disabled .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .vector-toc-link, .vector-feature-zebra-design-disabled .vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link {
/* Make diffs readable / Tee eroavaisuussivuista luettavia */
color: #96e1ff;
td.diff-context {
font-weight: bold;
color: #FFF;
}
}

td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
.vector-feature-zebra-design-disabled .vector-toc {
background-color: transparent !important;
background: none;
}
}


.vector-dropdown-label-text {
div#mw-panel a, div#mw-panel a:visited {
color: #66BBFF !important;
color: #96e1ff;
}
}


.vector-feature-zebra-design-disabled #vector-toc-pinned-container .vector-toc::after {
div#mw-panel li:hover {
background: none !important;
list-style-image: none;
}
}


.vector-feature-zebra-design-disabled .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-active) > .vector-toc-link {
div.vectorTabs {
color: #3366cc;
background-image: none;
padding-left: 0px;
border: 1px solid #344c81;
border-left: 0px;
}
}


.vector-icon, .vector-dropdown-label::after{
div.vectorTabs span {
-webkit-filter: invert(100%)!important; /* safari 6.0 - 9.0 */
background-image: none;
filter: invert(100%)!important;
border-left: 1px solid #344c81;
}
}


.vector-icon.mw-ui-icon-wikimedia-exitFullscreen, .vector-icon.mw-ui-icon-wikimedia-fullScreen{
div.vectorTabs ul li {
filter: contrast(1) !important;
background-color: #1e2c4c;
background-image: none;
}
}


.vector-menu-tabs .mw-list-item .cdx-button--icon-only {
div.vectorTabs ul li.selected {
margin: 6px 0 0;
background-color: #1e2c4c;
background-image: none;
}
}


#simpleSearch input, #wpSummary, .createboxInput {
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: #66BBFF;
background-color: white;
color: #72777D;
}
}


.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content {
/* Tuoreiden muutosten infolaatikon teksti näkyviin */
color: #96E1FF;
.mw-changeslist-legend {
background-color: #1e2c4c !important;
}
}


.results-info {
/* Tiedostohistorian taulukon otsikot näkyviin */
color: white;
.filehistory th {
background-color: #1e2c4c !important;
}
}


.search-types .current a {
/* Tekstikenttien tyyli paremmin vastaamaan muuta ulkoasua */
color: white;
#simpleSearch input, #wpSummary, .createboxInput {
}
background-color: #0c0c0e;

color: white;
.mw-advancedSearch-namespace-selection {
color: black;
}

.mw-advancedSearch-fieldContainer {
color: black;
}
}


@media screen {
.editOptions .oo-ui-labelElement-label {
.vector-header-container .mw-header, .vector-header-container .vector-sticky-header, .vector-pinned-container, .vector-sticky-pinned-container::after {
color: white;
background: none !important;
}
}
}

Latest revision as of 02:30, 18 August 2024

 * This is the CSS common to all desktop skins on en.Wikipedia.
 * Styling inside .mw-parser-output should generally use TemplateStyles.
 */


/*
 * Message box template
 */
.msgbox {
  margin: 0em 2em 1em 3em;
  border: 1px solid #888;
  background: #1e2c4c;
  color: #000;
  -moz-border-radius: 0 8px 0 8px;
  border-radius: 0 8px 0 8px;
  padding: 0;
  border-spacing: 0;
  }

#catlinks {
    display: none!important;
}

body.ns-14 div#mw-pages p {
     display: none;
}

#mw-body-subheader{
   display: none!important;
}

#mw-body-header{
   display: none!important;
}


.msgbox td {
  vertical-align: middle;
  padding: 0.5em 1em 0.5em 0em;
  width: 100%;
  }

.msgbox .msgboximg {
  vertical-align: middle;
  width: 0%;
  padding: 0.5em 1em 0.5em 1em;
  }


/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #1e2c4c;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #1e2c4c;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: #1e2c4c url("images/5/5d/Checker-16x16.png") repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img, 
.nochecker .gallerybox .thumb img {
    background: none;
}

div.topicon {
  position: absolute; 
  z-index: 10; 
  top: 6px;
  right: 10px;
  display: block !important;
  }

pre:not(.CodeMirror-line), code:not(.CodeMirror-line) {display:inline-block; }

/* Taken from Wikipedia:
   Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/* Reset italic styling set by user agent */
cite,
dfn {
	font-style: inherit;
}

/* Straight quote marks for <q> */
q {
	quotes: '"' '"' "'" "'";
}

/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}

/* Consistent size for <small>, <sub> and <sup> */
small {
	font-size: 85%;
}

.mw-body-content sub,
.mw-body-content sup,
span.reference /* for Parsoid */ {
	font-size: 80%;
}

/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
	display: none;
}

/* Make the list of references smaller
 * Keep in sync with Template:Refbegin/styles.css
 * And Template:Reflist/styles.css
 */
ol.references {
	font-size: 90%;
	margin-bottom: 0.5em;
}

/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
	font-weight: normal;
	/* @noflip */
	text-align: right;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
}

/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	/* @noflip */
	text-align: left;
}

/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
.mw-parser-output table.mw-hiero-table td {
	vertical-align: middle;
}

/* Change the external link icon to a PDF icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png") no-repeat right;
	/* @noflip */
	padding: 8px 18px 8px 0;
}

/* System messages styled similarly to fmbox */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background-color: #1e2c4c;
	padding: 0.25em 0.9em;
	box-sizing: border-box;
}

/* default colors for partial block message */
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
	border-color: #fc3;
	background-color: #1e2c4c;
}

/* Increase the height of the image upload box */
#wpUploadDescription {
	height: 13em;
}

/* Minimum thumb width */
.thumbinner {
	min-width: 100px;
}

/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
	clear: both;
}

/* Styling for Abuse Filter tags */
.mw-tag-markers {
	font-style: italic;
	font-size: 90%;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
   [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.abusefilter-show,
.abusefilter-helper-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
	display: none;
}
background-color
/* Hide the redlink generated by {{Editnotice}},
   this overrides the ".sysop-show { display: none; }" above that applies
   to the same link as well. See [[phab:T45013]]

   Hide the images in editnotices to keep them readable in VE view.
   Long term, editnotices should become a core feature so that they can be designed responsive. */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
	display: none !important;
}

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors {
	margin: 0;
}

ul.permissions-errors > li {
	list-style: none;
}

/* larger inline math */
span.mwe-math-mathml-inline {
	font-size: 118%;
}

/* Make <math display="block"> be left aligned with one space indent for 
 * compatibility with style conventions
 */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
	margin-left: 1.6em !important;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.mwe-math-mathml-display math {
	display: inline;
}

@media screen {
	/* Gallery styles background changes are restricted to screen view.
	   In printing we should avoid applying backgrounds. */
	/* The backgrounds for galleries. */
	#content .gallerybox div.thumb {
		/* Light gray padding */
		background-color: #1e2c4c;
	}
	/* Put a chequered background behind images, only visible if they have transparency.
	   '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
	.gallerybox .thumb img {
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
	}
	/* But not on articles, user pages, or portals. */
	.ns-0 .gallerybox .thumb img,
	.ns-2 .gallerybox .thumb img,
	.ns-100 .gallerybox .thumb img {
		background-image: none;
	}

	/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
	   do not apply to print mode */
	#siteSub {
		display: block;
	}
}

/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
/* "Temporary" to remove links in sidebar T255381 */
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
	display: none;
}

/*
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
 * SEE [[MediaWiki talk:Common.css/to do]]
 */

/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0; /Unk* don't trust the note that says margin doesn't work with inline
				* removing margin: 0 makes dds have margins again */
	display: inline;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}

/**
 * Note hlist style usage differs in Minerva and is defined in core as well!
 * Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */
.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none;
	margin: 0;
}

.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #1e2c4c !important;
	color: white !important;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row],
.wikitable.plainrowheaders th[scope=rowgroup] {
	font-weight: normal;
	/* @noflip */
	text-align: left;
}


/* Remove underlines from certain links */
.nounderlines a,
.IPA a:link,
.IPA a:visited {
	text-decoration: none !important;
}

/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
	white-space: nowrap;
}

/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
	white-space: normal;
}

/* texhtml class for inline math (based on generic times-serif class) */
span.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
	white-space: nowrap;
	/* Force tabular and lining display for texhtml */
	-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
	font-feature-settings: "lnum", "tnum", "kern" 0;
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none;
}

span.texhtml span.texhtml {
	font-size: 100%;
}

@media screen {.mw-body { color: white; background-color: #1e2c4c; }

	.nochecker .gallerybox .thumb img {
		background-image: none;
	}
}

#p-logo a
{
  background-color: #1e2c4c !important;
  width: 300px;
  height: 300px;
  color: #333;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  text-align: center;
  padding-top: 1em;
  line-height: 1em;
  background-size: 120px 120px;
}

#p-logo a:after {
  content: "Cheese-E-Pedia";
  position: relative;
  top: 120px;
}

#mw-indicator-mw-helplink a {
    -webkit-filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(500%) contrast(500%);
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(500%) contrast(500%);
}

.mw-changeslist-legend {
    background: none !important;
}

header > [class="mw-indicators"] {
    padding-right: 20px!important;
}

.mw-mmv-post-image {
    color: #FFFFFF;
    background-color: #1E2C4C;
}

.mw-mmv-image-metadata {
    background-color: #1E2C4C;
}

.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption, .mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption {
    padding-top: 10px;
}

/* pre, .mw-code {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
*/

.mw-advancedSearch-searchPreview-tagList {
    background-color: #3366CC;
}

.mw-advancedSearch-searchPreview-tagList::hover {
    background-color: white;
}

.mw-advancedSearch-searchPreview-tagList > li > .oo-ui-labelElement-label {
    color: black !important;
}


.ext-related-articles-card-list .ext-related-articles-card {
    background-color: #354c82;
}
.ext-related-articles-card-list h3 a {
    color: #96e1ff;
}
.ext-related-articles-card-list h3::after {
    background: none !important;
}
.ra-read-more h2 {
    color: #fe9d00;
    padding-bottom: 0px;
    font-size: .9em;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: capitalize;
}











li
{
  background-color: #1e2c4c00;
  color: #FFFFFF!important;
  border: none;
}

.mw-content-ltr.mw-parser-output {
    display: block;
    width: 100%;
}
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output .mw-customtoggle figure,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > .mw-customtoggle figure span,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > .mw-customtoggle figure span > img,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure > a,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure > a img {
    display: block;
    width: 100%;
}
body:has(#ca-viewsource a[href*="Main_Page"])  .mw-content-ltr.mw-parser-output > figure > a img,
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output .mw-customtoggle img {
    object-fit: contain;
}

.vector-dropdown .vector-dropdown-content, .vector-dropdown > .vector-menu-content,
.vector-toc,
.vector-main-menu,
.mw-header,
.vector-header-container,
.mw-page-container,
.vector-feature-zebra-design-disabled .vector-header-container,
.vector-feature-zebra-design-disabled .mw-page-container,
.vector-feature-zebra-design-disabled body,
.vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu,
.vector-feature-zebra-design-disabled .vector-dropdown .vector-dropdown-content,
.mw-sidebar {
  background: #1e2c4c;
  color: #FFF;
  line-height: 1.5em;
}



.vector-page-titlebar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

/* Hiding specific elements */
.mw-category-generated,
.mw-page-title-namespace,
.mw-page-title-separator,
.mw-sidebar-action,
.mw-editsection,
#p-tb,
.mw-body-subheader {
  display: none;
}

#toc ul ul,
.toc ul ul {
  margin: 0 0 0 1em;
}

div.toc ul li:hover,
#p-cactions ul li:hover {
  list-style-image: none !important;
}

#toc .toctoggle,
.toc .toctoggle {
  font-size: 100%;
}


#content h1 {
     font-size: 3em;
}

#vector-page-tools-pinned-container .vector-page-tools:after,
#vector-toc-pinned-container .vector-toc:after
{
    background: linear-gradient(rgba(255,255,255,0),#1e2c4c);
}

.oo-ui-popupWidget-popup {
  background-color: #2a4b8d;
}

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
  background-color: #344c81;
}


/* Rounded Corners */
.pBody,
div#content,
.toc {
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

/* User Notification Thing */
.usermessage {
  background-color: #394A5C;
  border: 1px solid #96e1ff;
  color: #FFFFFF;
}


body,
ul,
lo,
table.wikitable,
table.prettytable,
pre,
code,
cdx-menu-item,
mw-code,
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] > figcaption,
figure[typeof~='mw:Image/Thumb'] > figcaption, 
figure[typeof~='mw:Video/Thumb'] > figcaption,
figure[typeof~='mw:Audio/Thumb'] > figcaption,
figure[typeof~='mw:Image/Frame'] > figcaption,
figure[typeof~='mw:Video/Frame'] > figcaption,
figure[typeof~='mw:Audio/Frame'] > figcaption,
#content h1{
  background-color: #1e2c4c;
  color: #FFFFFF;
  border: none;
}


/* Thumbnails */
div.thumb div,
div.gallerybox div.thumb {
  border: 1px solid #344c81;
}

div.thumb div {
  padding: 3px !important;
  background-color: #1e2c4c;
  font-size: 94%;
  text-align: center;
  overflow: hidden;
}

div.gallerytext {
  font-size: smaller;
  text-align: center;
  background-color: inherit;
  border: none;
}


sidebar-toc-text,
mw-footer-container,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
  color: #96e1ff;
}

/* Specific Styling */
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
  background: #1e2c4c;
}

.mw-search-profile-tabs {
  background-color: #344c81;
}

.vector-menu-tabs .mw-list-item.selected a,
.vector-menu-tabs .mw-list-item.selected a:visited {
  color: #96e1ff;
}

.mw-parser-output .ts-doc-footer {
  background-color: #344c81;
}

.ve-ui-mwSaveDialog-license {
  color: #ffffff;
}

.ve-ui-mwSaveDialog-options {
  background-color: #36c;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  background-color: #36c;
  color: #ffffff;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
  background-color: #447ff5;
  border-color: #ffffff;
}

#simpleSearch input,
#wpSummary,
.createboxInput {
  background-color: #344c81;
  color: white;
}

.sidebar-toc {
  background-color: #1e2c4c;
  color: white;
}

.oo-ui-tabSelectWidget-framed,
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-tabOptionWidget {
  background-color: #1e2c4c;
  color: #ffffff;
}

.ve-ui-mwGalleryDialog-highlighted-image {
  background-color: #1e2c4c;
}

.vector-sticky-header {
  background-color: #1e2c4c;
}

#mw-page-base {
  background: none;
}

/* Link Styling */
a {
  color: #96e1ff;
}

a:visited {
  color: #4070D0;
}

.tabber__tab,
.tabber__tab:visited {
  color: #66bbff;
}

.tabber__tab[aria-selected='true'],
.tabber__tab[aria-selected='true']:visited {
  color: #96e1ff;
}

.vector-menu-portal .vector-menu-heading {
  color: #ffffff;
}

/* Wikitable background fix to make the text readable */
.wikitable,
.wikitable th,
.mw-datatable td {
  background-color: transparent !important;
}

/* Error Styling */
.error {
  color: #FF0000;
}

.errorbox {
  border-color: #660000;
  background-color: #401F22;
  color: #FF0000;
}

.successbox {
  border-color: #96e1ff;
  background-color: #394A5C;
}

/* Content Styles */
#toc,
.toc,
.mw-warning {
  background-color: #1e2c4c;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
  background-color: transparent;
}

#mw-searchoptions {
  background-color: transparent;
}










/* Stripes added 2024-05-25 */
.vector-main-menu-action.vector-main-menu-action-opt-out{
	display: none !important;
}

.vector-feature-zebra-design-disabled .vector-pinnable-element > *:not(:last-child), .vector-feature-zebra-design-disabled .vector-dropdown-content > *:not(:last-child) {
	border-bottom: none;
}

.vector-feature-zebra-design-disabled #vector-page-tools-pinned-container .vector-page-tools::after {
    background: none;
}

.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading, .vector-feature-zebra-design-disabled .vector-dropdown-content .vector-menu-heading {
    color: #ff9c00;
    font-weight: bold;
}

.vector-feature-zebra-design-disabled .vector-pinnable-header-label {
    color: #ff9c00;
    font-weight: bold;
}

@font-face {
    font-family: "RockoFLF-Bold";
    src: url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.eot");
    src: url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/019989000d415bd433b4074af1e753a5.svg#RockoFLF-Bold")format("svg");
}


.mw-page-title-main {
    color: #ff9c00;
    font-family: "RockoFLF-Bold";
}

.vector-feature-zebra-design-disabled .vector-toc .vector-toc-list-item-active > .vector-toc-link, .vector-feature-zebra-design-disabled .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-expanded) > .vector-toc-link, .vector-feature-zebra-design-disabled .vector-toc .vector-toc-list-item-active.vector-toc-level-1-active > .vector-toc-link {
    color: #96e1ff;
    font-weight: bold;
}

.vector-feature-zebra-design-disabled .vector-toc {
    background: none;
}

.vector-dropdown-label-text {
    color: #96e1ff;
}

.vector-feature-zebra-design-disabled #vector-toc-pinned-container .vector-toc::after {
        background: none !important;
}

.vector-feature-zebra-design-disabled .vector-toc .vector-toc-level-1-active:not(.vector-toc-list-item-active) > .vector-toc-link {
    color: #3366cc;
}

.vector-icon, .vector-dropdown-label::after{
  -webkit-filter: invert(100%)!important; /* safari 6.0 - 9.0 */
          filter: invert(100%)!important;
}

.vector-icon.mw-ui-icon-wikimedia-exitFullscreen, .vector-icon.mw-ui-icon-wikimedia-fullScreen{
    filter: contrast(1) !important;
}

.vector-menu-tabs .mw-list-item .cdx-button--icon-only {
    margin: 6px 0 0;
}

#simpleSearch input, #wpSummary, .createboxInput {
    background-color: white;
    color: #72777D;
}

.cdx-menu-item--enabled, .cdx-menu-item--enabled .cdx-menu-item__content {
    color: #96E1FF;
}

.results-info {
    color: white;
}

.search-types .current a {
    color: white;
}

.mw-advancedSearch-namespace-selection {
    color: black;
}

.mw-advancedSearch-fieldContainer {
    color: black;
}

@media screen {
	.vector-header-container .mw-header, .vector-header-container .vector-sticky-header, .vector-pinned-container, .vector-sticky-pinned-container::after {
		background: none !important;
	}
}