MediaWiki:Common.css: Difference between revisions

m
no edit summary
(Test.)
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Reset italic styling set by user agent */
/* CSS placed here will be applied to all skins */
cite, dfn {
 
    font-style: inherit;
/* From https://en.wikipedia.org/wiki/MediaWiki:Common.css */
 
/** Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
}


/* Straight quote marks for <q> */
body.page-Main_Page h1.firstHeading { display:none; }
q {
 
     quotes: '"' '"' "'" "'";
div.topicon {
     position: absolute;
    z-index: 10;
    top: 10px;
    display: block !important;
}
}


/* Avoid collision of blockquote with floating elements by swapping margin and padding */
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
blockquote {
.my-buttons { padding: 0.5em; }
    overflow: hidden;
.my-buttons a {
    margin: 1em 0;
  color: black;
    padding: 0 40px;
  background-color: #F9F9F9 !important;
  font-weight: normal;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #7D8891 outset;
  padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
  background-color: #AAAAAA;
  border-style: inset;
}
 
/*****
** Table formatting
*****/
  table.wikitable,
  table.prettytable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }
 
  table.wikitable th, table.wikitable td,
  table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
      }
 
  table.wikitable th,
  table.prettytable th {
      background:#F2F2F2;
      text-align:center;
      }
 
  table.wikitable caption,
  table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }
 
table.collapsed tr.collapsible {
        display: none;
}
.collapseButton {                /* 'show'/'hide' buttons created dynamically by the              */
        float: right;              /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;        /* are styled here so they can be customised.              */
        text-align: right;
        width: auto;
}
}


/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
/*****
strong.selflink {
** Simple Security Extension
     font-weight: 700;
*****/
#security-info-toggle {
    background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat scroll left center;
    padding-left: 16px;
}
#security-info {
     border: 1px solid #ccc;
    background: #eee;
}
}


/* Consistent size for <small>, <sub> and <sup> */
/* make the list of references look smaller and highlight clicked reference in blue */
small {
ol.references { font-size: 80%; }
    font-size: 85%;
.references-small { font-size: 70%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
 
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
display: inline-block; /* IE <= 7 */
}
}
.mw-body sub,
div.NavFrame {
.mw-body sup,
border: 1px solid #aaa;
span.reference /* for Parsoid */ {
clear: both;
    font-size: 80%;
display: block;
font-size: 95%;
margin-top: 1.5em;
padding: 2px;
text-align: center;
}
}
 
/* Same spacing for indented and unidented paragraphs on talk pages */
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;}
div.NavFrame + div.NavFrame {
 
margin-top: -1px;
/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}
}
body.page-Main_Page #ca-delete,
div.NavPic {
body.page-Main_Page #ca-move {
float: left;
    display: none !important;
padding: 2px;
}
}
body.page-Main_Page #mp-topbanner {
div.NavHead {
    clear: both;
/* background: #efefef; */
font-weight: bold;
}
}
 
/* Reduce page jumps by hiding collapsed/dismissed content */
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
.client-js .mw-special-Watchlist #watchlist-message,
div.NavEnd {
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
display: none; /* broken */
    display: none;
}
div.NavFrame:after {
clear: both;
content: "";
display: block;
}
}


/* Tone down 'Changed since last visit' colors */
/* Default skin for navigation boxes */
span.updatedmarker {
table.navbox {           /* Navbox container style */
     background-color: transparent;
    border: 1px solid #aaa;
     color: #006400;
     width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
     text-align: center;
    padding: 1px;
}
}
 
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
/* Edit window toolbar */
     margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
#toolbar {
    height: 22px;
     margin-bottom: 6px;
}
}
 
.navbox-title,
/* Hide charinsert base for those not using the gadget */
.navbox-abovebelow,
#editpage-specialchars {
table.navbox th {
     display: none;
    text-align: center;      /* Title and above/below styles */
    padding-left: 1em;
     padding-right: 1em;
}
}
 
.navbox-group {              /* Group style */
/* Highlight linked elements (such as clicked references) in blue */
    white-space: nowrap;
body.action-info :target,
    text-align: right;
.citation:target {
    font-weight: bold;
     background-color: #DEF; /* Fallback */
     padding-left: 1em;
     background-color: rgba(0, 127, 255, 0.133);
     padding-right: 1em;
}
}
 
.navbox, .navbox-subgroup {
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
     background: #fdfdfd;     /* Background color */
.citation {
     word-wrap: break-word;
}
}
 
.navbox-list {
/* For linked citation numbers and document IDs, where the number need not be shown
    border-color: #fdfdfd;  /* Must match background color */
  on a screen or a handheld, but should be included in the printed version */
@media screen, handheld {
    .citation .printonly {
        display: none;
    }
}
}
 
.navbox-title,
/* Make the list of references smaller */
table.navbox th {
ol.references,
     background: #e6e6fa;     /* Level 1 color */
div.reflist,
div.refbegin {
     font-size: 90%;           /* Default font-size */
    margin-bottom: 0.5em;
}
}
div.refbegin-100 {
.navbox-abovebelow,
     font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
.navbox-group,
.navbox-subgroup .navbox-title {
     background: #ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;    /* Even row striping */
}
.navbox-odd {
    background: transparent; /* Odd row striping */
}
}
div.reflist ol.references {
     font-size: 100%;           /* Reset font-size when nested in div.reflist */
.collapseButton {         /* 'show'/'hide' buttons created dynamically */
     margin-bottom: 0;         /* Avoid double margin when nested in dev.reflist */
     float: right;         /* by the CollapsibleTables javascript in   */
     list-style-type: inherit; /* Enable custom list style types */
     font-weight: normal;   /* [[MediaWiki:Common.js]] are styled here  */
     text-align: right;     /* so they can be customised.                */
    width: auto;
}
}
 
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
/* Ensure refs in table headers and the like aren't bold or italic */
    width: 6em;            /* the vde links from [[Template:Navbar]],    */
sup.reference {
}                          /* so they need to be the same width.        */
.navbar {                 /* Navbox template links */
    font-size: 88%;        /* Default font-size */
     font-weight: normal;
     font-weight: normal;
    font-style: normal;
}
}
.navbox .navbar {
    font-size: 100%;      /* Font-size when nested within navbox */
}


/* Allow hidden ref errors to be shown by user CSS */
/* Entfernt underlines von bestimmten Links */
span.brokenref {
.nounderlines a,
     display: none;
.IPA a:link, .IPA a:visited {  
     text-decoration: none;
}
}


/* Reset top margin for lists embedded in columns */
 
div.columns {
 
     margin-top: 0.3em;
/* Standard-Navigationsleisten
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
     margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
}
div.columns dl,
div.NavFrame + div.NavFrame {
div.columns ol,
    border-top-style: none;
div.columns ul {
     border-top-style: hidden;
     margin-top: 0;
}
}
 
div.NavPic {
/* Avoid elements from breaking between columns */
     background-color: #fff;
.nocolbreak,
    margin: 0;
div.columns li,
     padding: 2px;
div.columns dd dd {
     float: left;
     -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
     break-inside: avoid-column;
}
}
 
div.NavFrame div.NavHead {
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
    height: 1.6em;
.flowlist ul {
     font-weight: bold;
     overflow-x: hidden;
     background-color: #ccf;
     margin-left: 0;
     position: relative;
     padding-left: 1.6em;
}
}
.flowlist ol {
div.NavFrame p,
    overflow-x: hidden;
div.NavFrame div.NavContent,
    margin-left: 0;
div.NavFrame div.NavContent p {
     padding-left: 3.2em;
     font-size: 100%;
}
}
.flowlist dl {
div.NavEnd {
     overflow-x: hidden;
     margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
 
 
/* [[Vorlage:NaviBlock]] */
div.BoxenVerschmelzen {
border: 1px solid #aaa;
clear: both;
font-size: 95%;
margin-top: 1.5em;
padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
border: none;
font-size: 100%;
margin: 0;
padding-top: 0;
}
}


/* Style for horizontal lists (separator following item).
/* Warnhinweise */
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
.warningcolors {
  @revision 8 (2016-05-21)
border: 1px solid #bf9090;
  @author [[User:Edokter]]
background-color: #fbf7f7;
*/
padding: 5px;
.hlist dl,
font-size: 95%;
.hlist ol,
color: #510041;
.hlist ul {
    margin: 0;
    padding: 0;
}
}
/* Display list items inline */
 
.hlist dd,
/* Notice */
.hlist dt,
.noticecolors {
.hlist li {
border: 1px solid #aaaaaa;
    margin: 0;
background-color: #f9f9f9;
    display: inline;
padding: 5px;
font-size: 95%;
color: #000000;
}
}
/* Display nested lists inline */
 
.hlist.inline,
 
.hlist.inline dl,
/* New */
.hlist.inline ol,
/* Reset italic styling set by user agent */
.hlist.inline ul,
cite, dfn {
.hlist dl dl, .hlist dl ol, .hlist dl ul,
     font-style: inherit;
.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 {
/* Straight quote marks for <q> */
     display: none;
q {
     quotes: '"' '"' "'" "'";
}
}
/* Generate interpuncts */
 
.hlist dt:after {
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
     content: ": ";
blockquote {
    overflow: hidden;
     margin: 1em 0;
    padding: 0 40px;
}
}
.hlist dd:after,
 
.hlist li:after {
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
    content: " · ";
strong.selflink {
     font-weight: bold;
     font-weight: 700;
}
}
.hlist dd:last-child:after,
 
.hlist dt:last-child:after,
/* Consistent size for <small>, <sub> and <sup> */
.hlist li:last-child:after {
small {
     content: none;
     font-size: 85%;
}
}
/* Add parentheses around nested lists */
.mw-body sub,
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.mw-body sup,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
span.reference /* for Parsoid */ {
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
     font-size: 80%;
    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,
/* Same spacing for indented and unidented paragraphs on talk pages */
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;}
    content: ")";
 
     font-weight: normal;
/* Main page fixes */
#interwiki-completelist {
     font-weight: bold;
}
}
/* Put ordinals in front of ordered list items */
body.page-Main_Page #ca-delete,
.hlist ol {
body.page-Main_Page #ca-move {
     counter-reset: listitem;
     display: none !important;
}
}
.hlist ol > li {
body.page-Main_Page #mp-topbanner {
     counter-increment: listitem;
     clear: both;
}
}
.hlist ol > li:before {
 
     content: " " counter(listitem) "\a0";
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
     display: none;
}
}
.hlist dd ol > li:first-child:before,
 
.hlist dt ol > li:first-child:before,
/* Tone down 'Changed since last visit' colors */
.hlist li ol > li:first-child:before {
span.updatedmarker {
     content: " (" counter(listitem) "\a0";
    background-color: transparent;
     color: #006400;
}
}


/* Unbulleted lists */
/* Edit window toolbar */
.plainlist ol,
#toolbar {
.plainlist ul {
     height: 22px;
     line-height: inherit;
     margin-bottom: 6px;
     list-style: none none;
}
     margin: 0;
 
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
     display: none;
}
}
.plainlist ol li,
 
.plainlist ul li {
/* Highlight linked elements (such as clicked references) in blue */
     margin-bottom: 0;
body.action-info :target,
.citation:target {
     background-color: #DEF;  /* Fallback */
    background-color: rgba(0, 127, 255, 0.133);
}
}


/* Default style for navigation boxes */
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.navbox {                     /* Navbox container style */
.citation {
     box-sizing: border-box;
     word-wrap: break-word;
    border: 1px solid #a2a9b1;
}
    width: 100%;
 
    clear: both;
/* For linked citation numbers and document IDs, where the number need not be shown
    font-size: 88%;
  on a screen or a handheld, but should be included in the printed version */
     text-align: center;
@media screen, handheld {
    padding: 1px;
     .citation .printonly {
     margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
        display: none;
     }
}
}
.navbox .navbox {
 
     margin-top: 0;            /* No top margin for nested navboxes */
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
     font-size: 100%;            /* Default font-size */
    margin-bottom: 0.5em;
}
}
.navbox + .navbox {
div.refbegin-100 {
     margin-top: -1px;         /* Single pixel border between adjacent navboxes */
     font-size: 80%;           /* Option for normal fontsize in {{refbegin}} */
}
}
.navbox-inner,
div.reflist ol.references {
.navbox-subgroup {
    font-size: 80%;          /* Reset font-size when nested in div.reflist */
     width: 100%;
    margin-bottom: 0;          /* Avoid double margin when nested in dev.reflist */
     list-style-type: inherit; /* Enable custom list style types */
}
}
.navbox-group,
 
.navbox-title,
/* Ensure refs in table headers and the like aren't bold or italic */
.navbox-abovebelow {
sup.reference {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
     font-weight: normal;
     line-height: 1.5em;
     font-style: normal;
     text-align: center;
}
}
th.navbox-group {            /* Group style */
 
    white-space: nowrap;
/* Allow hidden ref errors to be shown by user CSS */
    /* @noflip */
span.brokenref {
     text-align: right;
     display: none;
}
}
.navbox,
 
.navbox-subgroup {
/* Reset top margin for lists embedded in columns */
     background: #fdfdfd;     /* Background color */
div.columns {
     margin-top: 0.3em;
}
}
.navbox-list {
div.columns dl,
    line-height: 1.5em;
div.columns ol,
     border-color: #fdfdfd;   /* Must match background color */
div.columns ul {
     margin-top: 0;
}
}
.navbox th,
 
.navbox-title {
/* Avoid elements from breaking between columns */
     background: #ccccff;     /* Level 1 color */
.nocolbreak,
div.columns li,
div.columns dd dd {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
     break-inside: avoid-column;
}
}
.navbox-abovebelow,
 
th.navbox-group,
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.navbox-subgroup .navbox-title {
.flowlist ul {
     background: #ddddff;     /* Level 2 color */
    overflow-x: hidden;
    margin-left: 0;
     padding-left: 1.6em;
}
}
.navbox-subgroup .navbox-group,
.flowlist ol {
.navbox-subgroup .navbox-abovebelow {
    overflow-x: hidden;
     background: #e6e6ff;     /* Level 3 color */
    margin-left: 0;
     padding-left: 3.2em;
}
}
.navbox-even {
.flowlist dl {
     background: #f7f7f7;     /* Even row striping */
     overflow-x: hidden;
}
}
.navbox-odd {
 
    background: transparent; /* Odd row striping */
/* Style for horizontal lists (separator following item).
}
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
.navbox .hlist td dl,
  @revision 8 (2016-05-21)
.navbox .hlist td ol,
  @author [[User:Edokter]]
.navbox .hlist td ul,
  */
.navbox td.hlist dl,
.hlist dl,
.navbox td.hlist ol,
.hlist ol,
.navbox td.hlist ul {
.hlist ul {
     padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
    margin: 0;
     padding: 0;
}
}
 
/* Display list items inline */
/* Default styling for Navbar template */
.hlist dd,
.navbar {
.hlist dt,
.hlist li {
    margin: 0;
     display: inline;
     display: inline;
    font-size: 88%;
    font-weight: normal;
}
}
.navbar ul {
/* 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;
     display: inline;
    white-space: nowrap;
}
}
.mw-body-content .navbar ul {
/* Hide empty list items */
     line-height: inherit;
.hlist .mw-empty-li {
     display: none;
}
}
.navbar li {
/* Generate interpuncts */
     word-spacing: -0.125em;
.hlist dt:after {
     content: ": ";
}
}
.navbar.mini li abbr[title] {
.hlist dd:after,
  font-variant: small-caps;
.hlist li:after {
  border-bottom: none;
    content: " · ";
  text-decoration: none;
    font-weight: bold;
  cursor: inherit;
}
}
/* Navbar styling when nested in infobox and navbox */
.hlist dd:last-child:after,
.infobox .navbar {
.hlist dt:last-child:after,
     font-size: 100%;
.hlist li:last-child:after {
     content: none;
}
}
.navbox .navbar {
/* Add parentheses around nested lists */
     display: block;
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
     font-size: 100%;
.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;
}
}
.navbox-title .navbar {
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
    /* @noflip */
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
    float: left;
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    /* @noflip */
     content: ")";
    text-align: left;
     font-weight: normal;
     /* @noflip */
    margin-right: 0.5em;
     width: 6em;
}
}
 
/* Put ordinals in front of ordered list items */
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
.hlist ol {
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
     counter-reset: listitem;
.collapseButton {
     /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
}
/* In navboxes, the show/hide button balances the v·d·e links
.hlist ol > li {
  from [[Template:Navbar]], so they need to be the same width. */
     counter-increment: listitem;
.navbox .collapseButton {
     width: 6em;
}
}
 
.hlist ol > li:before {
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
     content: " " counter(listitem) "\a0";
.mw-collapsible-toggle {
     font-weight: normal;
    /* @noflip */
    text-align: right;
}
}
.navbox .mw-collapsible-toggle {
.hlist dd ol > li:first-child:before,
     width: 6em;
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
     content: " (" counter(listitem) "\a0";
}
}


/* Infobox template style */
/* Unbulleted lists */
.infobox {
.plainlist ol,
     border: 1px solid #a2a9b1;
.plainlist ul {
     border-spacing: 3px;
     line-height: inherit;
     background-color: #f8f9fa;
     list-style: none none;
     color: black;
     margin: 0;
    /* @noflip */
}
     margin: 0.5em 0 0.5em 1em;
.plainlist ol li,
     padding: 0.2em;
.plainlist ul li {
     /* @noflip */
     margin-bottom: 0;
    float: right;
}
    /* @noflip */
 
     clear: right;
/* Default style for navigation boxes */
.navbox {                    /* Navbox container style */
     box-sizing: border-box;
     border: 1px solid #a2a9b1;
     width: 100%;
     clear: both;
     font-size: 88%;
     font-size: 88%;
     line-height: 1.5em;
     text-align: center;
    padding: 1px;
    margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
}
.infobox caption {
.navbox .navbox {
     font-size: 125%;
     margin-top: 0;           /* No top margin for nested navboxes */
    font-weight: bold;
    padding: 0.2em;
}
}
.infobox td,
.navbox + .navbox {
.infobox th {
     margin-top: -1px;         /* Single pixel border between adjacent navboxes */
     vertical-align: top;
    /* @noflip */
    text-align: left;
}
}
.infobox.bordered {
.navbox-inner,
     border-collapse: collapse;
.navbox-subgroup {
     width: 100%;
}
}
.infobox.bordered td,
.navbox-group,
.infobox.bordered th {
.navbox-title,
     border: 1px solid #a2a9b1;
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
     text-align: center;
}
}
.infobox.bordered .borderless td,
th.navbox-group {            /* Group style */
.infobox.bordered .borderless th {
    white-space: nowrap;
     border: 0;
    /* @noflip */
     text-align: right;
}
}
 
.navbox,
.infobox.sisterproject {
.navbox-subgroup {
     width: 20em;
     background: #fdfdfd;     /* Background color */
    font-size: 90%;
}
}
 
.navbox-list {
.infobox.standard-talk {
     line-height: 1.5em;
     border: 1px solid #c0c090;
     border-color: #fdfdfd;   /* Must match background color */
     background-color: #f8eaba;
}
}
.infobox.standard-talk.bordered td,
.navbox th,
.infobox.standard-talk.bordered th {
.navbox-title {
     border: 1px solid #c0c090;
     background: #ccccff;     /* Level 1 color */
}
}
 
.navbox-abovebelow,
/* styles for bordered infobox with merged rows */
th.navbox-group,
.infobox.bordered .mergedtoprow td,
.navbox-subgroup .navbox-title {
.infobox.bordered .mergedtoprow th {
     background: #ddddff;     /* Level 2 color */
     border: 0;
    border-top: 1px solid #a2a9b1;
    /* @noflip */
    border-right: 1px solid #a2a9b1;
}
}
 
.navbox-subgroup .navbox-group,
.infobox.bordered .mergedrow td,
.navbox-subgroup .navbox-abovebelow {
.infobox.bordered .mergedrow th {
     background: #e6e6ff;     /* Level 3 color */
     border: 0;
    /* @noflip */
    border-right: 1px solid #a2a9b1;
}
}
 
.navbox-even {
/* Styles for geography infoboxes, eg countries,
     background: #f7f7f7;     /* Even row striping */
  country subdivisions, cities, etc.           */
.infobox.geography {
     border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
}
 
.navbox-odd {
.infobox.geography  td,
     background: transparent; /* Odd row striping */
.infobox.geography  th {
     border-top: 1px solid #a2a9b1;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
.navbox .hlist td dl,
.infobox.geography .mergedtoprow th {
.navbox .hlist td ol,
    border-top: 1px solid #a2a9b1;
.navbox .hlist td ul,
    padding: 0.4em 0.6em 0.2em 0.6em;
.navbox td.hlist dl,
}
.navbox td.hlist ol,
 
.navbox td.hlist ul {
.infobox.geography .mergedrow td,
     padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
.infobox.geography .mergedrow th {
    border: 0;
     padding: 0 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedbottomrow td,
/* Default styling for Navbar template */
.infobox.geography .mergedbottomrow th {
.navbar {
     border-top: 0;
     display: inline;
     border-bottom: 1px solid #a2a9b1;
     font-size: 88%;
     padding: 0 0.6em 0.4em 0.6em;
     font-weight: normal;
}
}
 
.navbar ul {
.infobox.geography .maptable td,
     display: inline;
.infobox.geography .maptable th {
     white-space: nowrap;
     border: 0;
     padding: 0;
}
}
 
.mw-body-content .navbar ul {
/* Normal font styling for table row headers with scope="row" tag */
     line-height: inherit;
.wikitable.plainrowheaders th[scope=row] {
     font-weight: normal;
    /* @noflip */
    text-align: left;
}
}
 
.navbar li {
/* Lists in data cells are always left-aligned */
    word-spacing: -0.125em;
.wikitable td ul,
}
.wikitable td ol,
.navbar.mini li abbr[title] {
.wikitable td dl {
  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 */
     /* @noflip */
     text-align: left;
     text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}
}
/* ...unless they also use the hlist class */
 
.toc.hlist ul,
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
#toc.hlist ul,
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.wikitable.hlist td ul,
.collapseButton {
.wikitable.hlist td ol,
    /* @noflip */
.wikitable.hlist td dl {
    float: right;
     text-align: inherit;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
  from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
     width: 6em;
}
}


/* Icons for medialist templates [[Template:Listen]],
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
  [[Template:Multi-listen_start]], [[Template:Video]],
.mw-collapsible-toggle {
   [[Template:Multi-video_start]] */
    font-weight: normal;
div.listenlist {
    /* @noflip */
    background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
/*   text-align: right; Fix for download and DVD links */
    background-size: 30px;
}
    padding-left: 40px;
.navbox .mw-collapsible-toggle {
    width: 6em;
}
 
/* Infobox template style */
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @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;
}
}


/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
.infobox-header,
table.mw-hiero-table td {
.infobox-label,
    vertical-align: middle;
.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;
}
}


/* Style rules for media list templates */
.infobox-label,
div.medialist {
.infobox-data,
    min-height: 50px;
/* Remove element selector when every .infobox thing is using the standard module/templates */
    margin: 1em;
.infobox th,
    /* @noflip */
.infobox td {
    background-position: top left;
/* @noflip */
    background-repeat: no-repeat;
text-align: left;
}
}
div.medialist ul {
 
    list-style-type: none;
/* Remove .infobox when element selectors above are removed */
    list-style-image: none;
.infobox .infobox-above,
    margin: 0;
.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;
}
}
div.medialist ul li {
 
    padding-bottom: 0.5em;
/* 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;
}
}
div.medialist ul li li {
 
    font-size: 91%;
/* Remove .infobox when element selectors above are removed */
    padding-bottom: 0;
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
}
}


/* Change the external link icon to an Adobe icon for all PDF files
/* Normal font styling for table row headers with scope="row" tag */
  in browsers that support these CSS selectors, like Mozilla and Opera */
.wikitable.plainrowheaders th[scope=row] {
div#content a[href$=".pdf"].external,
     font-weight: normal;
div#content a[href*=".pdf?"].external,
     /* @noflip */
div#content a[href*=".pdf#"].external,
     text-align: left;
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
     background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
     /* @noflip */
     padding-right: 18px;
}
}


/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
/* Lists in data cells are always left-aligned */
div.columns-2 div.column {
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
     /* @noflip */
     /* @noflip */
     float: left;
     text-align: left;
    width: 50%;
    min-width: 300px;
}
}
div.columns-3 div.column {
/* ...unless they also use the hlist class */
    /* @noflip */
.toc.hlist ul,
    float: left;
#toc.hlist ul,
    width: 33.3%;
.wikitable.hlist td ul,
     min-width: 200px;
.wikitable.hlist td ol,
.wikitable.hlist td dl {
     text-align: inherit;
}
}
div.columns-4 div.column {
 
    /* @noflip */
/* Icons for medialist templates [[Template:Listen]],
    float: left;
  [[Template:Multi-listen_start]], [[Template:Video]],
    width: 25%;
  [[Template:Multi-video_start]] */
    min-width: 150px;
div.listenlist {
}
     background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
div.columns-5 div.column {
     background-size: 30px;
     /* @noflip */
     padding-left: 40px;
    float: left;
     width: 20%;
     min-width: 120px;
}
}


/* Messagebox templates */
/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
.messagebox {
table.mw-hiero-table td {
     border: 1px solid #a2a9b1;
     vertical-align: middle;
    background-color: #f8f9fa;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
}
.messagebox.merge {
 
     border: 1px solid #c0b8cc;
/* Style rules for media list templates */
     background-color: #f0e5ff;
div.medialist {
     text-align: center;
     min-height: 50px;
    margin: 1em;
    /* @noflip */
     background-position: top left;
     background-repeat: no-repeat;
}
}
.messagebox.cleanup {
div.medialist ul {
     border: 1px solid #9f9fff;
     list-style-type: none;
     background-color: #efefff;
     list-style-image: none;
     text-align: center;
     margin: 0;
}
}
.messagebox.standard-talk {
div.medialist ul li {
     border: 1px solid #c0c090;
     padding-bottom: 0.5em;
    background-color: #f8eaba;
    margin: 4px auto;
}
}
/* For old WikiProject banners inside banner shells. */
div.medialist ul li li {
.mbox-inside .standard-talk,
     font-size: 91%;
.messagebox.nested-talk {
     padding-bottom: 0;
     border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
     margin: 2px 0;
    padding: 2px;
}
}
.messagebox.small {
 
     width: 238px;
/* Change the external link icon to an Adobe icon for all PDF files
    font-size: 85%;
  in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
     background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
     /* @noflip */
     /* @noflip */
     float: right;
     padding-right: 18px;
    clear: both;
}
 
/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
div.columns-2 div.column {
     /* @noflip */
     /* @noflip */
     margin: 0 0 1em 1em;
     float: left;
     line-height: 1.25em;
     width: 50%;
    min-width: 300px;
}
}
.messagebox.small-talk {
div.columns-3 div.column {
    width: 238px;
    font-size: 85%;
     /* @noflip */
     /* @noflip */
     float: right;
     float: left;
     clear: both;
     width: 33.3%;
    /* @noflip */
     min-width: 200px;
    margin: 0 0 1em 1em;
     line-height: 1.25em;
    background: #F8EABA;
}
}
 
div.columns-4 div.column {
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none;
     /* @noflip */
     /* @noflip */
     padding: 0.25em 0.9em;     /* 0.9em left/right */
     float: left;
     width: 100%;               /* Make all mboxes the same width regardless of text length */
     width: 25%;
    min-width: 150px;
}
}
td.mbox-image {               /* The left image cell */
div.columns-5 div.column {
    border: none;
     /* @noflip */
     /* @noflip */
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
     float: left;
    width: 20%;
    min-width: 120px;
}
 
/* Messagebox templates */
.messagebox {
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
     text-align: center;
     text-align: center;
}
}
td.mbox-imageright {           /* The right image cell */
.messagebox.cleanup {
     border: none;
     border: 1px solid #9f9fff;
     /* @noflip */
     background-color: #efefff;
    padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
     text-align: center;
     text-align: center;
}
}
td.mbox-empty-cell {          /* An empty narrow cell */
.messagebox.standard-talk {
     border: none;
    border: 1px solid #c0c090;
     padding: 0;
    background-color: #f8eaba;
     width: 1px;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
     border: 1px solid #c0c090;
     background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
     padding: 2px;
}
}
 
.messagebox.small {
/* Article message box styles */
     width: 238px;
table.ambox {
     font-size: 85%;
     margin: 0 10%;                 /* 10% = Will not overlap with other elements */
     border: 1px solid #a2a9b1;
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #36c; /* Default "notice" blue */
     float: right;
     background: #fbfbfb;
     clear: both;
}
    /* @noflip */
table.ambox + table.ambox {      /* Single border between stacked boxes. */
     margin: 0 0 1em 1em;
     margin-top: -1px;
    line-height: 1.25em;
}
}
.ambox th.mbox-text,
.messagebox.small-talk {
.ambox td.mbox-text {           /* The message body cell(s) */
     width: 238px;
     padding: 0.25em 0.5em;       /* 0.5em left/right */
    font-size: 85%;
}
.ambox td.mbox-image {          /* The left image cell */
     /* @noflip */
     /* @noflip */
     padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
     float: right;
}
    clear: both;
.ambox td.mbox-imageright {      /* The right image cell */
     /* @noflip */
     /* @noflip */
     padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
     margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}


table.ambox-notice {
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none;
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #36c;   /* Blue */
     padding: 0.25em 0.9em;    /* 0.9em left/right */
    width: 100%;               /* Make all mboxes the same width regardless of text length */
}
}
table.ambox-speedy {
td.mbox-image {               /* The left image cell */
    border: none;
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #b32424;   /* Red */
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
     background: #fee7e6;                   /* Pink */
     text-align: center;
}
}
table.ambox-delete {
td.mbox-imageright {           /* The right image cell */
    border: none;
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #b32424;   /* Red */
     padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
    text-align: center;
}
}
table.ambox-content {
td.mbox-empty-cell {           /* An empty narrow cell */
    /* @noflip */
     border: none;
     border-left: 10px solid #f28500;   /* Orange */
    padding: 0;
    width: 1px;
}
}
table.ambox-style {
 
/* Article message box styles */
table.ambox {
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #a2a9b1;
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #fc3;   /* Yellow */
     border-left: 10px solid #36c; /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
}
table.ambox-move {
.ambox td.mbox-image {           /* The left image cell */
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #9932cc;    /* Purple */
     padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
}
table.ambox-protection {
.ambox td.mbox-imageright {     /* The right image cell */
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #a2a9b1;       /* Gray-gold */
     padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
}
}


/* Image message box styles */
table.ambox-notice {
table.imbox {
     /* @noflip */
     margin: 4px 10%;
     border-left: 10px solid #36c;    /* Blue */
     border-collapse: collapse;
    border: 3px solid #36c;    /* Default "notice" blue */
    background: #fbfbfb;
}
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
table.ambox-speedy {
     margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    /* @noflip */
     display: block;         /* Fix for webkit to force 100% width.  */
     border-left: 10px solid #b32424;   /* Red */
     background: #fee7e6;                   /* Pink */
}
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
table.ambox-delete {
     margin: 4px;
    /* @noflip */
     border-left: 10px solid #b32424;   /* Red */
}
}
 
table.ambox-content {
table.imbox-notice {
    /* @noflip */
     border: 3px solid #36c;    /* Blue */
     border-left: 10px solid #f28500;    /* Orange */
}
}
table.imbox-speedy {
table.ambox-style {
     border: 3px solid #b32424;    /* Red */
     /* @noflip */
     background: #fee7e6;             /* Pink */
     border-left: 10px solid #fc3;   /* Yellow */
}
}
table.imbox-delete {
table.ambox-move {
     border: 3px solid #b32424;    /* Red */
    /* @noflip */
     border-left: 10px solid #9932cc;    /* Purple */
}
}
table.imbox-content {
table.ambox-protection {
     border: 3px solid #f28500;   /* Orange */
    /* @noflip */
     border-left: 10px solid #a2a9b1;       /* Gray-gold */
}
}
table.imbox-style {
 
     border: 3px solid #fc3;    /* Yellow */
/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
     border: 3px solid #36c;    /* Default "notice" blue */
    background: #fbfbfb;
}
}
table.imbox-move {
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;        /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #36c;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b32424;    /* Red */
    background: #fee7e6;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b32424;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #fc3;    /* Yellow */
}
table.imbox-move {
     border: 3px solid #9932cc;    /* Purple */
     border: 3px solid #9932cc;    /* Purple */
}
}
Line 1,407: Line 1,667:
th .sortkey {
th .sortkey {
     display: none;
     display: none;
     speak: none;
     speak: none;
}
 
/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element,
.inputbox-hidecheckboxes .mw-ui-checkbox {
    display: none !important;
}
 
/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
.k-player .k-attribution {
    visibility: hidden;
}
 
/* Move 'play' button of video player to bottom left corner */
.PopUpMediaTransform a .play-btn-large {
    margin: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}
 
/* Workaround to keep editnotices readable in VE view.
  Long term, editnotices should become a core feature so that they can be designed responsive. */
.mw-ve-editNotice .mbox-image {
    display: none;
}
 
/* From https://www.mediawiki.org/wiki/Manual:Tagline_(Site_Subtitle)
      Display "From Pornopedia, the sexy encyclopedia" in skins that support it,
  do not apply to print mode */
#siteSub {
display: block;
}
 
/*    Hide tagline from main page */
 
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-submit #siteSub {
    display: none;
}
 
 
/* Hide FlaggedRevs notice UI when there are no pending changes */
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced {
    display: none;
}
}


/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element,
.inputbox-hidecheckboxes .mw-ui-checkbox {
    display: none !important;
}


/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
/* Based on https://en.wikipedia.org/wiki/Wikipedia:Main_Page/styles.css */
.k-player .k-attribution {
    visibility: hidden;
}


/* Move 'play' button of video player to bottom left corner */
@media (max-width: 875px) {
.PopUpMediaTransform a .play-btn-large {
/* We need to improve Template:POTD as used on the main page so that these
    margin: 0;
* hacks aren't necessary */
    top: auto;
#mp-tfp table,
    right: auto;
#mp-tfp tr,
    bottom: 0;
#mp-tfp td,
    left: 0;
#mp-tfp tbody {
}
display: block !important;
width: 100% !important;
box-sizing: border-box;
}


/* Workaround to keep editnotices readable in VE view.
#mp-tfp tr:first-child td:first-child a {
  Long term, editnotices should become a core feature so that they can be designed responsive. */
text-align: center;
.mw-ve-editNotice .mbox-image {
display: table;
    display: none;
margin: 0 auto;
}
}
}


/* Hide FlaggedRevs notice UI when there are no pending changes */
@media (min-width: 875px) {
.flaggedrevs_draft_synced,
#mp-upper {
.flaggedrevs_stable_synced {
display: flex;
    display: none;
}
#mp-left {
/* flex: 1 1 55%; */
flex: 1 1 50%;
margin-right: 2px;
}
#mp-right {
/* flex: 1 1 45%; */
flex: 1 1 50%;
margin-left: 2px;
}
}
}
AVS, avs, Bureaucrats, editinterface, Interface administrators, oversight, staff, Administrators
19,585

edits