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
 
(79 intermediate revisions by 2 users not shown)
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 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{
display: none!important;
background-color: #1e2c4c;
color: #FFFFFF;
}
 
#mw-page-base { background: none; }
 
.msgbox td {
/* general styles */
vertical-align: middle;
padding: 0.5em 1em 0.5em 0em;
table, table.wikitable {
width: 100%;
background: #1e2c4c;
}
color: #FFF;
 
.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,
/* Links */
.prettytable th, .prettytable td {
a {
border: 1px #aaa solid;
color: #66BBFF;
padding: 0.2em;
}
.wikitable th,
/* Visited (=clicked) links */
.prettytable th {
a:visited {
background: #1e2c4c;
color: #4070D0;
text-align: center;
}
.wikitable caption,
.prettytable caption {
font-weight: bold;
}
 
/* Put a chequered background behind images, only visible if they have transparency */
vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited
.gallerybox .thumb img,
{
#file img {
color: #66BBFF;
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,
a.stub {
.ns-2 .gallerybox .thumb img,
color: #66FFCC;
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
background: none;
}
 
div.topicon {
a.new, #p-personal a.new {
position: absolute;
color: #DD5010 !important;
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 */
a.new:visited, #p-personal a.new:visited {
cite,
color: #DD5010 !important;
dfn {
font-style: inherit;
}
 
/* Straight quote marks for <q> */
h1, h2, h3, h4, h5, h6 {
q {
color: #66BBFF;
quotes: '"' '"' "'" "'";
}
 
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
fieldset {
overflow: hidden;
border: 1px solid #AAAAAA;
margin: 1em 0;
padding: 0 40px;
}
 
/* Consistent size for <small>, <sub> and <sup> */
legend {
small {
background: #1e2c4c;
font-size: 85%;
}
 
.mw-body-content sub,
.mw-body-content sup,
abbr, acronym, .explain {
span.reference /* for Parsoid */ {
color: #FFFFFF;
font-size: 80%;
}
 
/* Same spacing for indented and unindented paragraphs on talk pages */
code {
.ns-talk .mw-body-content dd {
background-color: #1e2c4c;
margin-top: 0.4em;
color: #FFFFFF;
margin-bottom: 0.4em;
}
 
/* Reduce page jumps by hiding collapsed/dismissed content */
pre {
.client-js .mw-special-Watchlist #watchlist-message,
border: 1px dashed #AAAAAA;
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
color: #FFFFFF;
 
background-color: #2d4271;
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}
 
/* Make the list of references smaller
#contentSub, #contentSub2 {
* Keep in sync with Template:Refbegin/styles.css
color: #888888;
* And Template:Reflist/styles.css
*/
ol.references {
font-size: 90%;
margin-bottom: 0.5em;
}
 
/* Styling for jQuery makeCollapsible, matching that of collapseButton */
.firstHeading {
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {
margin-bottom: .1em;
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
 
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* user notification thing */
/* @noflip */
.usermessage {
float: left;
background-color: #394A5C;
/* @noflip */
border: 1px solid #66BBFF;
text-align: left;
color: #FFFFFF;
text-align: center;
}
 
/* Lists in wikitable data cells are always left-aligned */
.error {
.wikitable td ul,
color: #FF0000;
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
 
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
.errorbox {
.mw-parser-output table.mw-hiero-table td {
border-color: #660000;
vertical-align: middle;
background-color: #401F22;
color: #FF0000;
}
 
.successbox {
/* Change the external link icon to a PDF icon for all PDF files */
border-color: #66BBFF;
.mw-parser-output a[href$=".pdf"].external,
background-color: #394A5C;
.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 */
/* Category portlet at the bottom of every page that has categories */
div.mw-warning-with-logexcerpt,
#catlinks {
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;
background-image: url(http://images.shoutwiki.com/fi.darth/a/a8/DarthDarthBinksCategory.png);
box-sizing: border-box;
background-repeat: no-repeat;
background-position: center right;
padding-right: 50px;
}
 
/* default colors for partial block message */
/*
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
** content styles
border-color: #fc3;
*/
#toc,
.toc,
.mw-warning {
background-color: #1e2c4c;
}
 
/* Increase the height of the image upload box */
#toc #toctitle,
#wpUploadDescription {
.toc #toctitle,
height: 13em;
#toc .toctitle,
.toc .toctitle {
background-color: transparent;
}
 
/* Minimum thumb width */
#toc ul ul,
.toc ul ulthumbinner {
min-width: 100px;
margin: 0 0 0 1em;
}
 
/* Prevent floating boxes from overlapping any category listings,
div.toc ul li:hover,
file histories, edit previews, and edit [Show changes] views. */
#p-cactions ul li:hover {
#mw-subcategories,
list-style-image: none !important;
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
clear: both;
}
 
/* Styling for Abuse Filter tags */
#toc .toctoggle,
.mw-tag-markers {
.toc .toctoggle {
font-sizestyle: 100%italic;
font-size: 90%;
}
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
/* Additional TOC formatting */
[[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],
li.toclevel-1 {
[[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],
border-top: 1px solid #555555;
[[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}},
.toc a,
this overrides the ".sysop-show { display: none; }" above that applies
#toc a {
to the same link as well. See [[phab:T45013]]
text-decoration: none;
 
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 */
/* thumbnails */
ul.permissions-errors {
/* see ADDITIONS for "table div.thumb" */
margin: 0;
div.thumb {
border-color: #1e2c4c;
}
 
div.thumb div {
ul.permissions-errors > li {
border: 1px solid #AAAAAA;
list-style: none;
padding: 3px !important;
background-color: #1e2c4c;
font-size: 94%;
text-align: center;
overflow: hidden;
}
 
div.thumb div a img {
/* larger inline math */
border: none;
span.mwe-math-mathml-inline {
font-size: 118%;
}
 
div.thumb div div.thumbcaption {
/* Make <math display="block"> be left aligned with one space indent for
border: none;
* compatibility with style conventions
text-align: left;
*/
line-height: 1.4em;
.mwe-math-fallback-image-display,
padding: .3em 0 .1em 0;
.mwe-math-mathml-display {
color: #ffffff;
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
 
.mwe-math-mathml-display math {
div.tright {
display: inline;
margin-left: 0.75em;
margin-right: 0em;
}
 
div.tleft {
@media screen {
float: left;
/* Gallery styles background changes are restricted to screen view.
margin-right: .5em;
In printing we should avoid applying backgrounds. */
border-width: .5em 1.4em .8em 0;
/* The backgrounds for galleries. */
margin-left: 0em;
#content .gallerybox div.thumb {
margin-right: 0.75em;
/* 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 */
/* Page history styling */
.flaggedrevs_draft_synced,
#pagehistory span.user {
.flaggedrevs_stable_synced,
margin-left: 1.4em;
/* "Temporary" to remove links in sidebar T255381 */
margin-right: .4em;
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
display: none;
}
 
/*
#pagehistory li {
* BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;
border: 1px solid #1e2c4c;
* 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 */
#pagehistory li.selected {
.hlist dd,
background-color: #1e2c4c;
.hlist dt,
color: white;
.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 */
.mw-list-item.selected a
.hlist.inline,
{
.hlist.inline dl,
color: #66BBFF;
.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 {
** Diff rendering
display: none;
*/
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: #1e2c4c;
}
 
td.diff-addedline {
/* Generate interpuncts */
background: #000033;
.hlist dt:after {
content: ": ";
}
 
td.diff-deletedline {
/**
background: #330000;
* 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;
}
 
td.diff-context {
.hlist dd:last-child:after,
background: #1e2c4c;
.hlist dt:last-child:after,
.hlist li:last-child:after {
content: none;
}
 
span.diffchange {
/* Add parentheses around nested lists */
color: #66BBFF;
.hlist dd dd:first-child:before,
font-weight: bold;
.hlist dd dt:first-child:before,
text-decoration: underline;
.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,
/* disable interwiki styling */
.hlist dd dt:last-child:after,
#bodyContent a.extiw,
.hlist dd li:last-child:after,
#bodyContent a.extiw:active {
.hlist dt dd:last-child:after,
color: #66BBFF;
.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;
}
 
#bodyContent a.external {
/* Put ordinals in front of ordered list items */
color: #66BBFF;
.hlist ol {
counter-reset: listitem;
}
 
.hlist ol > li {
/*
counter-increment: listitem;
** general portlet styles (elements in the quickbar)
*/
.portlet h6 {
border: 1px solid #AAAAAA;
}
 
.hlist ol > li:before {
.pBody {
content: " " counter(listitem) "\a0";
background-color: #1e2c4c;
color: #FFFFFF;
border: 1px solid #AAAAAA;
}
 
.hlist dd ol > li:first-child:before,
/* this is the ul contained in the portlet */
.hlist dt ol > li:first-child:before,
#p-personal ul {
.hlist li ol > li:first-child:before {
color: #AAAAAA;
content: " (" counter(listitem) "\a0";
text-transform: lowercase;
}
 
#p-personal li {
/* Unbulleted lists */
color: #AAAAAA;
.plainlist ol,
.plainlist ul {
line-height: inherit;
list-style: none;
margin: 0;
}
 
#p-personal li.active {
.plainlist ol li,
font-weight: bold;
.plainlist ul li {
margin-bottom: 0;
}
 
#p-personal li a {
/* Infobox template style */
color: #66BBFF;
.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;
}
 
#p-personal li:hover {
.infobox-header,
list-style-image: none;
.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,
/* the icon in front of the user name, single quotes
.infobox-data,
in bg url to hide it from iemac */
/* Remove element selector when every .infobox thing is using the standard module/templates */
li#pt-userpage a,
.infobox th,
li#pt-anonuserpage {
.infobox td {
background: url(http://images.shoutwiki.com/fi.darth/5/54/User-icon.png) bottom left no-repeat;
/* @noflip */
text-align: left;
}
 
/* Remove .infobox when element selectors above are removed */
/*
.infobox .infobox-above,
** footer
.infobox .infobox-title,
*/
/* Remove element selector when every .infobox thing is using the standard module/templates */
#footer li {
.infobox caption {
color: white
font-size: 125%;
font-weight: bold;
text-align: center;
}
 
#footer li:hover {
.infobox-title,
list-style-image: none;
/* 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 */
/* hide from incapable browsers */
.infobox .infobox-header,
head:first-child+body #footer li {
.infobox .infobox-subheader,
white-space: normal; /* was: nowrap */
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
text-align: center;
}
 
/* Remove .infobox when element selectors above are removed */
/* js pref toc */
.infobox .infobox-navbar {
#preftoc li {
/* @noflip */
background-color: #f0f0f0;
colortext-align: #000right;
border: 1px solid #1e2c4c;
}
 
#preftoc li.selected {
/* Normal font styling for wikitable row headers with scope="row" tag */
background-color: #1e2c4c;
.wikitable.plainrowheaders th[scope=row],
border: 1px solid #AAAAAA;
.wikitable.plainrowheaders th[scope=rowgroup] {
font-weight: normal;
/* @noflip */
text-align: left;
}
 
 
#preferences {
/* Remove underlines from certain links */
border: none;
.nounderlines a,
padding: 0;
.IPA a:link,
margin: 0;
.IPA a:visited {
background-color: #1e2c4c;
text-decoration: none !important;
}
 
/* Prevent line breaks in silly places where desired (nowrap)
#preferences legend {
and links when we don't want them to (nowraplinks a) */
color: #66BBFF;
.nowrap,
.nowraplinks a {
white-space: nowrap;
}
 
/* But allow wrapping where desired: */
#preferences .oo-ui-labelElement-label {
.wrap,
color: inherit;
.wraplinks a {
white-space: normal;
}
 
/* texhtml class for inline math (based on generic times-serif class) */
.prefsection table, .prefsection legend {
span.texhtml {
background-color: #222;
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 {
div.prefsectiontip {
font-size: 95100%;
margin-top: 0;
background-color: #394A5C;
border: 1px solid #66BBFF;
padding: .2em .7em;
clear: both;
}
 
@media screen {.mw-body { color: white; background-color: #1e2c4c; }
/* Login form (Special:UserLogin) */
 
div#userloginForm form,
.nochecker .gallerybox .thumb img {
div#userlogin form#userlogin2 {
background-colorimage: #222none;
}
}
 
#p-logo a
div#userloginForm table,
{
div#userlogin form#userlogin2 table {
background-color: #2221e2c4c !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 {
div#userloginForm h2,
content: "Cheese-E-Pedia";
div#userlogin form#userlogin2 h2 {
position: relative;
padding-top: 0;
top: 120px;
}
 
#mw-indicator-mw-helplink a {
div#userlogin .captcha {
-webkit-filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(500%) contrast(500%);
width: 400px;
filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(500%) contrast(500%);
background-color: #1e2c4c;
}
 
.mw-changeslist-legend {
#login-emailforlost {
background: none !important;
font-size: 85%;
line-height: 1.2;
padding-top: 2em;
}
 
header > [class="mw-indicators"] {
.not-patrolled {
padding-right: 20px!important;
background-color: #330000;
}
 
.mw-mmv-post-image {
span.unpatrolled {
color: #FFFFFFFFF;
background-color: #1E2C4C;
}
 
.mw-mmv-image-metadata {
span.searchmatch {
background-color: red#1E2C4C;
}
 
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption, .mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption {
span.newpageletter {
padding-top: 10px;
font-weight: bold;
color: #FFF;
background-color: yellow;
}
 
span.minoreditletter {
/* pre, .mw-code {
color: #FFF;
background-color: #c5ffe6FFFFFF !important;
color: #000000 !important;
}
*/
 
/* Galleries */
.mw-advancedSearch-searchPreview-tagList {
table.gallery {
background-color: #3366CC;
border: 1px solid #344c81;
margin: 2px auto 2px auto;
background-color: #222;
}
 
.mw-advancedSearch-searchPreview-tagList::hover {
table.gallery tr {
background-color: #222white;
}
 
.mw-advancedSearch-searchPreview-tagList > li > .oo-ui-labelElement-label {
table.gallery td {
background- color: #222black !important;
border: none;
margin: 2px;
}
 
 
div.gallerybox {
.ext-related-articles-card-list .ext-related-articles-card {
width: 150px;
background-color: #354c82;
border: none;
background-color: inherit;
}
.ext-related-articles-card-list h3 a {
color: #96e1ff;
div.gallerybox div.thumb {
border: 1px solid #344c81;
}
.ext-related-articles-card-list h3::after {
background: none !important;
div.gallerytext {
font-size: smaller;
text-align: center;
background-color: inherit;
border: none;
}
.ra-read-more h2 {
color: #fe9d00;
.editExternally {
padding-bottom: 0px;
background-color: #1e2c4c;
font-size: .9em;
font-weight: bold;
letter-spacing: 0px;
text-transform: capitalize;
}
 
 
/* Classes for EXIF data display */
 
table.mw_metadata th {
 
background-color: #222;
 
 
 
 
 
 
 
li
{
background-color: #1e2c4c00;
color: #FFFFFF!important;
border: none;
}
 
.mw-content-ltr.mw-parser-output {
table.mw_metadata td {
display: block;
background-color: transparent;
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,
/* filetoc */
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > .mw-customtoggle figure span > img,
ul#filetoc {
body:has(#ca-viewsource a[href*="Main_Page"]) .mw-content-ltr.mw-parser-output > figure,
background-color: #222;
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 {
#editform .editOptions {
object-fit: contain;
color: white;
background-color: transparent;
}
 
.vector-dropdown .vector-dropdown-content, .vector-dropdown > .vector-menu-content,
/* Classes for article validation */
.vector-toc,
tr.revision_tr_default {
.vector-main-menu,
background-color: #1e2c4c;
.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;
}
 
 
/* AllMessages table */
 
#allmessagestable th {
.vector-page-titlebar {
background-color: #222;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: row-reverse;
flex-wrap: wrap;
}
 
/* Hiding specific elements */
#allmessagestable tr.orig {
.mw-category-generated,
background-color: #1e2c4c;
.mw-page-title-namespace,
.mw-page-title-separator,
.mw-sidebar-action,
.mw-editsection,
#p-tb,
.mw-body-subheader {
display: none;
}
 
#toc ul ul,
#allmessagestable tr.new {
.toc ul ul {
background-color: #401F22;
margin: 0 0 0 1em;
}
 
div.toc ul li:hover,
#allmessagestable tr.def {
#p-cactions ul li:hover {
background-color: #394A5C;
list-style-image: none !important;
}
 
#toc .toctoggle,
/* noarticletext */
.toc .toctoggle {
div.noarticletext {
font-size: 100%;
border: none;
background: #1e2c4c;
color: #FFF;
}
 
 
div#searchTargetContainer {
#content h1 {
background: #1e2c4c;
font-size: 3em;
}
 
#vector-page-tools-pinned-container .vector-page-tools:after,
/***********************************************************
#vector-toc-pinned-container .vector-toc:after
Additional formatting
{
***********************************************************/
background: linear-gradient(rgba(255,255,255,0),#1e2c4c);
/* Misc. */
#siteSub {
display: block !important;
margin-top: -5px;
font-size: smaller;
color: #FFFFFF;
font-style: italic;
}
 
.oo-ui-popupWidget-popup {
/* HACK:Prevent #siteSub from showing up in ns:102 (see Common.css)--CID, 2006-09-10
background-color: #2a4b8d;
** 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;
}
 
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
div.fullImageLink {
background-color: #344c81;
text-align: center;
}
 
div.fullMedia {
 
text-align: center;
/* Rounded Corners */
border: 1px solid #AAAAAA;
.pBody,
background-color: #1e2c4c;
div#content,
padding: 5px;
.toc {
font-size:smaller;
margin border-radius: 0.5em 0;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
 
/* User Notification Thing */
#bodyContent div.noicon a {
.usermessage {
background: none;
background-color: #394A5C;
padding: 0;
border: 1px solid #96e1ff;
color: #FFFFFF;
}
 
 
/* Tables generally have #222 as bg color */
body,
table div.thumb {
ul,
border-color: #222;
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;
}
 
 
/* Make "credits" line in div#footer wrap like it should */
/* Thumbnails */
li #credits {
div.thumb div,
white-space: normal !important;
div.gallerybox div.thumb {
border: 1px solid #344c81;
}
 
div.thumb div {
/* editcount table */
padding: 3px !important;
#editcount table {
background-color: transparent !important#1e2c4c;
font-size: 94%;
text-align: center;
overflow: hidden;
}
 
div.gallerytext {
/* Overriding some search formatting */
font-size: smaller;
.searchfragment {
text-align: center;
color: #FFF;
background-color: inherit;
border: none;
}
 
 
/***********************************************************
sidebar-toc-text,
** This is for the forum-function (in Ten Forward)
mw-footer-container,
** Florian 2006-04-14
#content h2,
** imported from MA/de by Kobi 2006-05-13
#content h3,
*/
#content h4,
#content h5,
.forum_title a.forum_new {
#content h6{
font-weight: bold;
color: #96e1ff;
/*background: url("/en/images/c/cc/Ma_forum_new.gif") center left no-repeat;*/
padding-left: 20px;
}
 
/* Specific Styling */
.forum_title a.forum_new:visited {
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
font-weight: normal;
background: none#1e2c4c;
padding-left: 20px;
}
 
.mw-search-profile-tabs {
.forumheader {
background-color: #800000344c81;
color: #BBBBBB;
}
 
.vector-menu-tabs .mw-list-item.selected a,
} /* closes @media screen, projection at the very start of this page */
.vector-menu-tabs .mw-list-item.selected a:visited {
color: #96e1ff;
/***********************************************************
** FIX: Fixing [[Special:Imagelist]] table colors
** -- Cid, 2007-03-28
*/
.TablePager, .TablePager td, .TablePager th {
border-color: #AAA;
}
 
.TablePager th { background-color: #1e2c4c; }
.mw-parser-output .ts-doc-footer {
.TablePager td { background-color: transparent; } /* Jack */
.TablePager tr:hover td { background-color: transparent#344c81; } /* Jack */
.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;
}
 
.ve-ui-mwSaveDialog-license {
.portlet h5 {
background- color: #600ffffff;
border: 1px solid #600;
}
 
ul {
.ve-ui-mwSaveDialog-options {
list-style-image: url("http://images.shoutwiki.com/fi.darth/c/ca/Bullet1.png");
background-color: #36c;
}
 
ul li:hover {
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
list-style-image: url("http://images.shoutwiki.com/fi.darth/d/d5/Bullet2.png");
background-color: #36c;
color: #ffffff;
}
 
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
.portlet ul {
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
list-style-image: url("http://images.shoutwiki.com/fi.darth/c/ca/Bullet1.png");
background-color: #447ff5;
border-color: #ffffff;
}
 
.portlet ul li:hover {
#simpleSearch input,
list-style-image: url("http://images.shoutwiki.com/fi.darth/d/d5/Bullet2.png");
#wpSummary,
.createboxInput {
background-color: #344c81;
color: white;
}
 
.sidebar-toc {
/* Standard style for switchbox stuff */
background-color: #1e2c4c;
#p-search select,
color: white;
#p-search input[type="text"] {
width: 10.9em;
margin: 0;
font-size: 95%;
}
 
#p-search select {
.oo-ui-tabSelectWidget-framed,
width: 11.2em;
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-tabOptionWidget {
background-color: #1e2c4c;
color: #ffffff;
}
 
.ve-ui-mwGalleryDialog-highlighted-image {
#p-search input[type="submit"] {
background-color: #1e2c4c;
margin-top: 1px;
font-size: 95%;
padding-left: .5em;
padding-right: .5em;
font-weight: bold;
}
 
#p-search input[type="submit"] + input[type="submit"] {
.vector-sticky-header {
font-weight: normal;
background-color: #1e2c4c;
}
 
#mw-page-base {
background: none;
/* 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;
}
 
/* Link Styling */
div#content {
a {
border-top-right-radius: 0.5em;
color: #96e1ff;
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;
}
 
a:visited {
.toc {
color: #4070D0;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
 
.tabber__tab,
div.gallerybox div.thumb:hover, div.gallerybox div.thumb div:hover {
.tabber__tab:visited {
background-color: #1e2c4c;
color: #66bbff;
}
 
.tabber__tab[aria-selected='true'],
/* Fixes for Special:Interwiki */
.tabber__tab[aria-selected='true']:visited {
body.page-Toiminnot_Interwiki table.mw-interwikitable.body td.mw-interwikitable-local-yes {
color: #96e1ff;
background: #006400;
}
 
.vector-menu-portal .vector-menu-heading {
body.page-Toiminnot_Interwiki code {
background- color: #F9F9F9ffffff;
}
 
/* Wikitable background fix to make the text readable */
.wikitable, .wikitable th, .mw-datatable td {
.wikitable th,
background-color: transparent !important;
.mw-datatable td {
background-color: transparent !important;
}
 
/* Error Styling */
/* Make diffs readable / Tee eroavaisuussivuista luettavia */
.error {
td.diff-context {
color: #FFFFF0000;
}
 
td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
.errorbox {
background-color: transparent !important;
border-color: #660000;
background-color: #401F22;
color: #FF0000;
}
 
.successbox {
div#mw-panel a, div#mw-panel a:visited {
border-color: #66BBFF !important96e1ff;
background-color: #394A5C;
}
 
/* Content Styles */
div#mw-panel li:hover {
#toc,
list-style-image: none;
.toc,
.mw-warning {
background-color: #1e2c4c;
}
 
#toc #toctitle,
div.vectorTabs {
.toc #toctitle,
background-image: none;
#toc .toctitle,
padding-left: 0px;
.toc .toctitle {
border: 1px solid #344c81;
background-color: transparent;
border-left: 0px;
}
 
#mw-searchoptions {
div.vectorTabs span {
background-imagecolor: nonetransparent;
border-left: 1px solid #344c81;
}
 
 
div.vectorTabs ul li {
 
background-color: #1e2c4c;
 
background-image: none;
 
 
 
 
 
 
/* 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.vectorTabs ul li.selected {
border-bottom: none;
background-color: #1e2c4c;
background-image: none;
}
 
.vector-feature-zebra-design-disabled #vector-page-tools-pinned-container .vector-page-tools::after {
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
background: none;
color: #66BBFF;
}
 
.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading, .vector-feature-zebra-design-disabled .vector-dropdown-content .vector-menu-heading {
/* Tuoreiden muutosten infolaatikon teksti näkyviin */
color: #ff9c00;
.mw-changeslist-legend {
font-weight: bold;
background-color: #1e2c4c !important;
}
 
.vector-feature-zebra-design-disabled .vector-pinnable-header-label {
/* Tiedostohistorian taulukon otsikot näkyviin */
color: #ff9c00;
.filehistory th {
font-weight: bold;
background-color: #1e2c4c !important;
}
 
@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;
}
 
/* Tekstikenttien tyyli paremmin vastaamaan muuta ulkoasua */
#simpleSearch input, #wpSummary, .createboxInput {
background-color: #0c0c0ewhite;
color: white#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 {
.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;
	}
}