MediaWiki:Common.css: Difference between revisions

From SPCodex, The Smashing Pumpkins wiki
(rm margin on ambox in VE)
No edit summary
 
(82 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Infobox template style */
 
.infobox {
/* HACK until we get the reply tool working */
border: 1px solid #a2a9b1;
/*.ext-discussiontools-init-replybutton,*/
border-spacing: 3px;
/*.ext-discussiontools-init-replylink-buttons {*/
background-color: #f8f9fa;
/* display: none !important;*/
color: black;
/*}*/
 
.mobile-only {
display: none;
}
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
  [[MediaWiki:Group-[groupname].css]] */
.sysop-show,
.autopatrolled-show,
.autoconfirmed-show,
.user-show {
display: none;
}
.non-sysop-show {
display: block;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
/* @noflip */
margin: 0.5em 0 0.5em 1em;
text-align: right;
padding: 0.2em;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
/* @noflip */
float: right;
float: left;
/* @noflip */
/* @noflip */
clear: right;
text-align: left;
font-size: 88%;
}
line-height: 1.5em;
 
/* 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;
display: inline;
}
}
.infobox caption {
/* Display nested lists inline */
font-size: 125%;
.hlist.inline,
font-weight: bold;
.hlist.inline dl,
padding: 0.2em;
.hlist.inline ol,
text-align: center;
.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;
}
}
.infobox td,
/* Hide empty list items */
.infobox th {
.hlist .mw-empty-li {
vertical-align: top;
display: none;
/* @noflip */
text-align: left;
}
}
.infobox.bordered {
/* Generate interpuncts */
border-collapse: collapse;
.hlist dt:after {
content: ": ";
}
}
.infobox.bordered td,
/**
.infobox.bordered th {
* Note hlist style usage differd in
border: 1px solid #a2a9b1;
* the Minerva skin. Remember .hlist is a class 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;
}
}
.infobox.bordered .borderless td,
.hlist dd:last-child:after,
.infobox.bordered .borderless th {
.hlist dt:last-child:after,
border: 0;
.hlist li:last-child:after {
content: none;
}
}
 
/* Add parentheses around nested lists */
.infobox.sisterproject {
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
width: 20em;
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
font-size: 90%;
.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,
.infobox.standard-talk {
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
border: 1px solid #c0c090;
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
background-color: #f8eaba;
content: ")";
font-weight: normal;
}
}
.infobox.standard-talk.bordered td,
/* Put ordinals in front of ordered list items */
.infobox.standard-talk.bordered th {
.hlist ol {
border: 1px solid #c0c090;
counter-reset: listitem;
}
}
 
.hlist ol > li {
/* styles for bordered infobox with merged rows */
counter-increment: listitem;
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #a2a9b1;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}
 
.hlist ol > li:before {
.infobox.bordered .mergedrow td,
content: " " counter(listitem) "\a0";
.infobox.bordered .mergedrow th {
border: 0;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}
 
.hlist dd ol > li:first-child:before,
/* Styles for geography infoboxes, eg countries,
.hlist dt ol > li:first-child:before,
  country subdivisions, cities, etc.            */
.hlist li ol > li:first-child:before {
.infobox.geography {
content: " (" counter(listitem) "\a0";
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
}


.infobox.geography  td,
/* Unbulleted lists */
.infobox.geography  th {
.plainlist ol,
border-top: 1px solid #a2a9b1;
.plainlist ul {
padding: 0.4em 0.6em 0.4em 0.6em;
line-height: inherit;
list-style: none none;
margin: 0;
}
}
.infobox.geography .mergedtoprow td,
.plainlist ol li,
.infobox.geography .mergedtoprow th {
.plainlist ul li {
border-top: 1px solid #a2a9b1;
margin-bottom: 0;
padding: 0.4em 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedrow td,
/* Default style for navigation boxes */
.infobox.geography .mergedrow th {
.navbox {                     /* Navbox container style */
border: 0;
box-sizing: border-box;
padding: 0 0.6em 0.2em 0.6em;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
}
 
.navbox .navbox {
.infobox.geography .mergedbottomrow td,
margin-top: 0;           /* No top margin for nested navboxes */
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}
}
 
.navbox + .navbox {
.infobox.geography .maptable td,
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
.infobox.geography .maptable th {
border: 0;
padding: 0;
}
}
 
.navbox-inner,
/** @source http://en.wikipedia.org/wiki/MediaWiki:Common.css | 2020-02-03 */
.navbox-subgroup {
/** {{mbox}}, {{ambox}}, {{ombox}}, .. */
/** readded dmbox, because already template styled on en.wp */
/** removed messagebox */
 
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
width: 100%;
width: 100%;
margin: 2px 0;
padding: 2px;
}
}
 
.navbox-group,
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.navbox-title,
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
.navbox-abovebelow {
border: none;
padding: 0.25em 1em;     /* Title, group and above/below styles */
/* @noflip */
line-height: 1.5em;
padding: 0.25em 0.9em;     /* 0.9em left/right */
width: 100%;              /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
border: none;
/* @noflip */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
text-align: center;
}
}
td.mbox-imageright {           /* The right image cell */
th.navbox-group {             /* Group style */
border: none;
white-space: nowrap;
/* @noflip */
/* @noflip */
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
text-align: right;
text-align: center;
}
}
td.mbox-empty-cell {          /* An empty narrow cell */
.navbox,
border: none;
.navbox-subgroup {
padding: 0;
background-color: #fdfdfd; /* Background color */
width: 1px;
}
}
 
.navbox-list {
/* Article message box styles */
line-height: 1.5em;
table.ambox {
border-color: #fdfdfd;   /* Must match background color */
margin: 0 10%;                 /* 10% = Will not overlap with other elements
border: 1px solid #a2a9b1;
/* @noflip */
border-left: 10px solid #36c; /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
}
.oo-ui-popupWidget-popup table.ambox {
/* cell spacing for navbox cells */
margin: 0;
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {   /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
.navbox th,
margin-top: -1px;
.navbox-title {
background-color: #ccccff;     /* Level 1 color */
}
}
.ambox th.mbox-text,
.navbox-abovebelow,
.ambox td.mbox-text {           /* The message body cell(s) */
th.navbox-group,
padding: 0.25em 0.5em;       /* 0.5em left/right */
.navbox-subgroup .navbox-title {
background-color: #ddddff;     /* Level 2 color */
}
}
.ambox td.mbox-image {           /* The left image cell */
.navbox-subgroup .navbox-group,
/* @noflip */
.navbox-subgroup .navbox-abovebelow {
padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
background-color: #e6e6ff;     /* Level 3 color */
}
}
.ambox td.mbox-imageright {     /* The right image cell */
.navbox-even {
/* @noflip */
background-color: #f7f7f7;     /* Even row striping */
padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
}
}
 
.navbox-odd {
table.ambox-notice {
background-color: transparent; /* Odd row striping */
/* @noflip */
border-left: 10px solid #36c;       /* Blue */
}
}
table.ambox-speedy {
.navbox .hlist td dl,
/* @noflip */
.navbox .hlist td ol,
border-left: 10px solid #b32424;    /* Red */
.navbox .hlist td ul,
background-color: #fee7e6;         /* Pink */
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}
table.ambox-delete {
 
/* @noflip */
/* Default styling for Navbar template */
border-left: 10px solid #b32424;   /* Red */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
}
table.ambox-content {
.navbar ul {
/* @noflip */
display: inline-block;
border-left: 10px solid #f28500;   /* Orange */
white-space: nowrap;
}
}
table.ambox-style {
.mw-body-content .navbar ul {
/* @noflip */
line-height: inherit;
border-left: 10px solid #fc3;       /* Yellow */
}
}
table.ambox-move {
.navbar li {
/* @noflip */
word-spacing: -0.125em;
border-left: 10px solid #9932cc;   /* Purple */
}
}
table.ambox-protection {
.navbar.mini li abbr[title] {
/* @noflip */
font-variant: small-caps;
border-left: 10px solid #a2a9b1;   /* Gray-gold */
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
}
 
/* Navbar styling when nested in infobox and navbox */
/* Image message box styles */
.infobox .navbar {
table.imbox {
font-size: 100%;
margin: 4px 10%;
border-collapse: collapse;
border: 3px solid #36c;    /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
.navbox .navbar {
margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
display: block;
display: block;        /* Fix for webkit to force 100% width.  */
font-size: 100%;
}
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
.navbox-title .navbar {
margin: 4px;
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
}
}


table.imbox-notice {
/* Hatnotes and disambiguation notices */
border: 3px solid #36c;       /* Blue */
.hatnote {
font-style: italic;
}
}
table.imbox-speedy {
.hatnote i {
border: 3px solid #b32424;    /* Red */
font-style: normal;
background-color: #fee7e6;   /* Pink */
}
}
table.imbox-delete {
div.hatnote {
border: 3px solid #b32424;    /* Red */
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}
table.imbox-content {
div.hatnote + div.hatnote {
border: 3px solid #f28500;   /* Orange */
margin-top: -0.5em;
}
}
table.imbox-style {
 
border: 3px solid #fc3;       /* Yellow */
.mw-hidden-catlinks {
margin-top: 10px;
}
}
table.imbox-move {
 
border: 3px solid #9932cc;   /* Purple */
.tlheader {
font-weight: bold;
margin-top: 10px;
}
}
table.imbox-protection {
 
border: 3px solid #a2a9b1;   /* Gray-gold */
.page-Pumpkin_Patch #ca-talk {
display: none;
}
}
table.imbox-license {
 
border: 3px solid #88a;      /* Dark gray */
.page-Main_Page #mwe-lastmodified {
background-color: #f7f8ff;   /* Light gray */
display: none;
}
}
table.imbox-featured {
 
border: 3px solid #cba135;   /* Brown-gold */
/*** SIDE BAR ***/
 
.vector-main-menu-action-opt-out {
display: none;
}
}
 
#p-navigation {
/* Category message box styles */
font-size: 105%;
table.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;
background-color: #dfe8ff;    /* Default "notice" blue */
box-sizing: border-box;
}
}
 
#mw-panel .portal .body li {
table.cmbox-notice {
height: 28px;
background-color: #d8e8ff;   /* Blue */
padding: 0;
}
}
table.cmbox-speedy {
#p-navigation li > a,
margin-top: 4px;
#p-for-editors li > a {
margin-bottom: 4px;
display: inline-block !important;
border: 4px solid #b32424;    /* Red */
background-color: #ffdbdb;   /* Pink */
}
}
table.cmbox-delete {
#p-navigation li::before,
background-color: #ffdbdb;   /* Pink */
#p-for-editors li::before {
display: inline-block;
height: 20px;
margin-left: 12px;
margin-right: -4px;
vertical-align: middle;
width: 18px;
}
}
table.cmbox-content {
#vector-main-menu-pinned-container #p-navigation li::before,
background-color: #ffe7ce;   /* Orange */
#vector-main-menu-pinned-container #p-for-editors li::before {
margin-left: 0;
margin-right: 8px;
}
}
table.cmbox-style {
#n-mainpage-description::before {
background-color: #fff9db;    /* Yellow */
content: url(https://upload.wikimedia.org/wikipedia/commons/b/ba/Font_Awesome_5_solid_home.svg);
}
}
table.cmbox-move {
#n-discography-description::before {
background-color: #e4d8ff;    /* Purple */
content: url(https://upload.wikimedia.org/wikipedia/commons/b/b3/Font_Awesome_5_solid_compact-disc.svg);
}
}
table.cmbox-protection {
#n-sessions-description::before {
background-color: #efefe1;   /* Gray-gold */
bottom: 2px;
content: url(https://upload.wikimedia.org/wikipedia/commons/4/40/Font_Awesome_5_solid_microphone-alt.svg);
left: 1px;
position: relative;
width: 16px !important;
}
}
 
#n-tour-history-description::before {
/* Other pages message box styles */
content: url(https://upload.wikimedia.org/wikipedia/commons/2/23/Font_Awesome_5_solid_globe-americas.svg);
table.ombox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;    /* Default "notice" gray */
background-color: #f8f9fa;
box-sizing: border-box;
}
}
 
#n-randomsong::before {
table.ombox-notice {
content: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Font_Awesome_5_solid_random.svg);
border: 1px solid #a2a9b1;    /* Gray */
}
}
table.ombox-speedy {
#n-randomalbum::before {
border: 2px solid #b32424;    /* Red */
content: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Font_Awesome_5_solid_random.svg);
background-color: #fee7e6;    /* Pink */
}
}
table.ombox-delete {
#n-randomshow::before {
border: 2px solid #b32424;    /* Red */
content: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Font_Awesome_5_solid_random.svg);
}
}
table.ombox-content {
#n-categories::before {
border: 1px solid #f28500;    /* Orange */
content: url(https://upload.wikimedia.org/wikipedia/commons/b/b2/Font_Awesome_5_solid_list-ul.svg);
}
}
table.ombox-style {
#n-browse-database::before {
border: 1px solid #fc3;      /* Yellow */
content: url(https://upload.wikimedia.org/wikipedia/commons/8/84/Font_Awesome_5_solid_database.svg);
height: 19px !important;
width: 17px !important;
}
}
table.ombox-move {
#n-pumpkinpatch-description::before {
border: 1px solid #9932cc;    /* Purple */
content: url(https://upload.wikimedia.org/wikipedia/commons/8/86/Font_Awesome_5_solid_comments.svg);
}
}
table.ombox-protection {
#n-faq-description::before {
border: 2px solid #a2a9b1;    /* Gray-gold */
content: url(https://upload.wikimedia.org/wikipedia/commons/0/07/Font_Awesome_5_solid_question-circle.svg);
}
}
 
#p-tb {
/* Talk page message box styles */
display: none;
table.tmbox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #c0c090;    /* Default "notice" gray-brown */
background-color: #f8eaba;
min-width: 80%;
box-sizing: border-box;
}
}
.tmbox.mbox-small {
#n-Guidelines {
min-width: 0;               /* reset the min-width of tmbox above        */
margin-top: 3px !important;
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
#n-Guidelines::before {
margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
content: url(https://upload.wikimedia.org/wikipedia/commons/4/4a/Font_Awesome_5_solid_book.svg);
width: 100%;                 /* For Safari and Opera */
left: 1px;
position: relative;
width: 17px !important;
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
#n-to-do-list::before {
line-height: 1.5em;          /* also "nested", so reset styles that are  */
content: url(https://upload.wikimedia.org/wikipedia/commons/6/68/Font_Awesome_5_solid_tasks.svg);
font-size: 100%;            /* set in "mbox-small" above.               */
}
}
 
#n-Upload-file::before {
table.tmbox-speedy {
content: url(https://upload.wikimedia.org/wikipedia/commons/c/c1/Font_Awesome_5_solid_upload.svg);
border: 2px solid #b32424;    /* Red */
background-color: #fee7e6;    /* Pink */
}
}
table.tmbox-delete {
#n-recentchanges::before {
border: 2px solid #b32424;    /* Red */
content: url(https://upload.wikimedia.org/wikipedia/commons/2/23/Font_Awesome_5_solid_clock.svg);
}
}
table.tmbox-content {
#n-Whatlinkshere::before {
border: 2px solid #f28500;    /* Orange */
content: url(https://upload.wikimedia.org/wikipedia/commons/1/1b/Font_Awesome_5_solid_link.svg);
}
}
table.tmbox-style {
#n-Upload::before {
border: 2px solid #fc3;      /* Yellow */
content: url(https://upload.wikimedia.org/wikipedia/commons/c/c1/Font_Awesome_5_solid_upload.svg);
}
}
table.tmbox-move {
#n-Specialpages::before {
border: 2px solid #9932cc;    /* Purple */
content: url(https://upload.wikimedia.org/wikipedia/commons/8/83/Font_Awesome_5_solid_file-alt.svg);
height: 20px !important;
left: 1px;
position: relative;
top: -1px;
width: 16px !important;
}
}
table.tmbox-protection,
#n-help-mediawiki::before {
table.tmbox-notice {
content: url(https://upload.wikimedia.org/wikipedia/commons/0/07/Font_Awesome_5_solid_question-circle.svg);
border: 1px solid #c0c090;    /* Gray-brown */
}
}
/*#n-pageinfo::before {*/
/* content: url(https://upload.wikimedia.org/wikipedia/commons/c/c6/Font_Awesome_5_solid_info-circle.svg);*/
/*}*/


/* Disambig and set index box styles */
.page-Main_Page .social-buttons {
table.dmbox {
display: inline-block;
    clear: both;  
position: absolute;
    margin: 0.9em 1em;  
right: 10px;
    border-top: 1px solid #ccc;  
top: 22px;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
}


/* Footer and header message box styles */
/** GALLERY **/
table.fmbox {
ul.gallery {
clear: both;
margin-left: 0 !important;
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;    /* Default "system" gray */
box-sizing: border-box;
}
}
table.fmbox-system {
 
background-color: #f8f9fa;
/** LIVE SHOW ROWS (can't use TemplateStyle here because we link to Special:CargoQuery) **/
.live-show-row-icon {
background-position: center;
background-repeat: no-repeat;
display: inline-block;
margin-left: 3px;
opacity: 0.6;
}
}
table.fmbox-warning {
li .live-show-row-icon:last-of-type {
border: 1px solid #bb7070;  /* Dark pink */
margin-right: 3px;
background-color: #ffdbdb; /* Pink */
}
}
table.fmbox-editnotice {
.live-show-row-video {
background-color: transparent;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/82/Font_Awesome_5_regular_video.svg);
height: 22px;
vertical-align: -6px;
width: 18px;
}
}
/* Div based "warning" style fmbox messages. */
.live-show-row-photos {
div.mw-warning-with-logexcerpt,
background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a3/Font_Awesome_5_solid_images.svg);
div.mw-lag-warn-high,
height: 22px;
div.mw-cascadeprotectedwarning,
vertical-align: -6px;
div#mw-protect-cascadeon,
width: 18px;
div.titleblacklist-warning,
div.locked-warning {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: #ffdbdb;
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}


/* These mbox-small classes must be placed after all other
/* Cargo styles */
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
.specialCargoQuery-extraPane-toggle.oo-ui-buttonElement-button,
  they override "table.ambox + table.ambox" above. */
.specialCargoQuery-extraPane {
html body.mediawiki .mbox-small {  /* For the "small=yes" option. */
display: none;
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}
html body.mediawiki .mbox-small-left {  /* For the "small=left" option. */
 
/* @noflip */
/* Guitar tablurature */
margin: 4px 1em 4px 0;
.ns-3000 .mw-parser-output pre {
box-sizing: border-box;
overflow-x: auto;
overflow: hidden;
white-space: pre;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}


/* Style for compact ambox */
.nowrap,
/* Hide the images */
.nowraplinks a {
.compact-ambox table .mbox-image,
white-space: nowrap;
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
display: none;
}
}
/* Remove borders, backgrounds, padding, etc. */
 
.compact-ambox table.ambox {
/** QuestyCaptcha styles */
border: none;
.htmlform-tip + .mw-htmlform-field-HTMLInfoField {
border-collapse: collapse;
color:red;
background-color: transparent;
margin: 0 0 0 1.6em !important;
padding: 0 !important;
width: auto;
display: block;
}
}
body.mediawiki .compact-ambox table.mbox-small-left {
.htmlform-tip + .mw-htmlform-field-HTMLInfoField .mw-input {  
font-size: 100%;
font-weight: bold;
width: auto;
margin: 0;
}
}
/* Style the text cell as a list item and remove its padding */
label[for=wpCaptchaWord] {
.compact-ambox table .mbox-text {
    color:green;
padding: 0 !important;
    font-weight:bold;
margin: 0 !important;
    font-size:150%;
    font-style:italic;
}
}
.compact-ambox table .mbox-text-span {
 
display: list-item;
/* Strip out margins in page notices in the VE flyout */
line-height: 1.5em;
.ve-active .mw-parser-output .ambox {
list-style-type: square;
margin: 0;
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}
.skin-vector .compact-ambox table .mbox-text-span {
list-style-type: disc;
list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
display: none;
}
}

Latest revision as of 04:06, 27 December 2023

/* CSS placed here will be applied to all skins */

/* HACK until we get the reply tool working */
/*.ext-discussiontools-init-replybutton,*/
/*.ext-discussiontools-init-replylink-buttons {*/
/*	display: none !important;*/
/*}*/

.mobile-only {
	display: none;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
  [[MediaWiki:Group-[groupname].css]] */
.sysop-show,
.autopatrolled-show,
.autoconfirmed-show,
.user-show {
	display: none;
}
.non-sysop-show {
	display: block;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
	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;
}

/* 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;
	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 differd in
 * the Minerva skin. Remember .hlist is a class 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 none;
	margin: 0;
}
.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
	margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
	margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
	margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
	width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}
th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox,
.navbox-subgroup {
	background-color: #fdfdfd; /* Background color */
}
.navbox-list {
	line-height: 1.5em;
	border-color: #fdfdfd;    /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
	background-color: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background-color: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background-color: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
	background-color: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
	background-color: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}

/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline-block;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}

/* Hatnotes and disambiguation notices */
.hatnote {
	font-style: italic;
}
.hatnote i {
	font-style: normal;
}
div.hatnote {
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
	margin-top: -0.5em;
}

.mw-hidden-catlinks {
	margin-top: 10px;
}

.tlheader {
	font-weight: bold;
	margin-top: 10px;
}

.page-Pumpkin_Patch #ca-talk {
	display: none;
}

.page-Main_Page #mwe-lastmodified {
	display: none;
}

/*** SIDE BAR ***/

.vector-main-menu-action-opt-out {
	display: none;
}
#p-navigation {
	font-size: 105%;
}
#mw-panel .portal .body li {
	height: 28px;
	padding: 0;
}
#p-navigation li > a,
#p-for-editors li > a {
	display: inline-block !important;
}
#p-navigation li::before,
#p-for-editors li::before {
	display: inline-block;
	height: 20px;
	margin-left: 12px;
	margin-right: -4px;
	vertical-align: middle;
	width: 18px;
}
#vector-main-menu-pinned-container #p-navigation li::before,
#vector-main-menu-pinned-container #p-for-editors li::before {
	margin-left: 0;
	margin-right: 8px;
}
#n-mainpage-description::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/b/ba/Font_Awesome_5_solid_home.svg);
}
#n-discography-description::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/b/b3/Font_Awesome_5_solid_compact-disc.svg);
}
#n-sessions-description::before {
	bottom: 2px;
	content: url(https://upload.wikimedia.org/wikipedia/commons/4/40/Font_Awesome_5_solid_microphone-alt.svg);
	left: 1px;
	position: relative;
	width: 16px !important;
}
#n-tour-history-description::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/2/23/Font_Awesome_5_solid_globe-americas.svg);
}
#n-randomsong::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Font_Awesome_5_solid_random.svg);
}
#n-randomalbum::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Font_Awesome_5_solid_random.svg);
}
#n-randomshow::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Font_Awesome_5_solid_random.svg);
}
#n-categories::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/b/b2/Font_Awesome_5_solid_list-ul.svg);
}
#n-browse-database::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/8/84/Font_Awesome_5_solid_database.svg);
	height: 19px !important;
	width: 17px !important;
}
#n-pumpkinpatch-description::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/8/86/Font_Awesome_5_solid_comments.svg);
}
#n-faq-description::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/0/07/Font_Awesome_5_solid_question-circle.svg);
}
#p-tb {
	display: none;
}
#n-Guidelines {
	margin-top: 3px !important;
}
#n-Guidelines::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/4/4a/Font_Awesome_5_solid_book.svg);
	left: 1px;
	position: relative;
	width: 17px !important;
}
#n-to-do-list::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/6/68/Font_Awesome_5_solid_tasks.svg);
}
#n-Upload-file::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/c/c1/Font_Awesome_5_solid_upload.svg);
}
#n-recentchanges::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/2/23/Font_Awesome_5_solid_clock.svg);
}
#n-Whatlinkshere::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/1/1b/Font_Awesome_5_solid_link.svg);
}
#n-Upload::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/c/c1/Font_Awesome_5_solid_upload.svg);
}
#n-Specialpages::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/8/83/Font_Awesome_5_solid_file-alt.svg);
	height: 20px !important;
	left: 1px;
	position: relative;
	top: -1px;
	width: 16px !important;
}
#n-help-mediawiki::before {
	content: url(https://upload.wikimedia.org/wikipedia/commons/0/07/Font_Awesome_5_solid_question-circle.svg);
}
/*#n-pageinfo::before {*/
/*	content: url(https://upload.wikimedia.org/wikipedia/commons/c/c6/Font_Awesome_5_solid_info-circle.svg);*/
/*}*/

.page-Main_Page .social-buttons {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 22px;
}

/** GALLERY **/
ul.gallery {
	margin-left: 0 !important;
}

/** LIVE SHOW ROWS (can't use TemplateStyle here because we link to Special:CargoQuery) **/
.live-show-row-icon {
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 3px;
	opacity: 0.6;
}
li .live-show-row-icon:last-of-type {
	margin-right: 3px;
}
.live-show-row-video {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/82/Font_Awesome_5_regular_video.svg);
	height: 22px;
	vertical-align: -6px;
	width: 18px;
}
.live-show-row-photos {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a3/Font_Awesome_5_solid_images.svg);
	height: 22px;
	vertical-align: -6px;
	width: 18px;
}

/* Cargo styles */
.specialCargoQuery-extraPane-toggle.oo-ui-buttonElement-button,
.specialCargoQuery-extraPane {
	display: none;
}

/* Guitar tablurature */
.ns-3000 .mw-parser-output pre {
	overflow-x: auto;
	white-space: pre;
}

.nowrap,
.nowraplinks a {
	white-space: nowrap;
}

/** QuestyCaptcha styles */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField {
	color:red;
}
.htmlform-tip + .mw-htmlform-field-HTMLInfoField .mw-input { 
	font-weight: bold;
}
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}

/* Strip out margins in page notices in the VE flyout */
.ve-active .mw-parser-output .ambox {
	margin: 0;
}