MediaWiki:Common.css: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
imported>Tuxuser
(Created page with "→‎<source lang="css">: →‎wikitable/prettytable class for skinning normal tables: table.wikitable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa...")
 
No edit summary
 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* <source lang="css"> */
.infobox {
 
    float: right;
/* wikitable/prettytable class for skinning normal tables */
    margin: 0 0 1em 1em;
table.wikitable {
    padding: 1em;
  margin: 1em 1em 1em 0;
    width: 200px;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
}
table.wikitable th, table.wikitable td {
.infobox-body {
  border: 1px #aaaaaa solid;
    background: #eee;
  padding: 0.2em;
    border: 1px solid #aaa;
}
}
table.wikitable th {
.infobox-title {
  background: #f2f2f2;
    font-size: 1em;
  text-align: center;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.25em 0;
}
}
table.wikitable caption {
.infobox-caption {
  margin-left: inherit;
    font-size: 0.75em;
  margin-right: inherit;
    text-align: center;
    vertical-align: top;
    margin: 0.25em 0 0 0;
}
}
 
.infobox-image {
/* apptable class for application lists */
    text-align: center;
table.apptable {
    margin: 1em 0 0 0;
  width: 100%;
    max-width: 200px;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
}
table.apptable th, table.apptable td {
.infobox th {
  border: 1px #aaaaaa solid;
    font-size: 0.75em;
  text-align: left;
    text-align: left;
  padding: 0.2em 0.4em 0.2em 0.4em;
    vertical-align: top;
    width: 80px;
    padding-left: 1em;
}
}
table.apptable th {
.infobox td {
  background: #f2f2f2;
    vertical-align: top;
  text-align: left;
    font-size: 0.75em;
  padding: 0.2em 0.4em 0.2em 0.4em;
}
table.apptable caption {
  margin-left: inherit;
  margin-right: inherit;
}
}


/* link navigation bar */
/* Default style for navigation boxes */
table.linkbar {  
table.navbox {           /* Navbox container style */
  border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
}
table.linkbar td {  
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
  border: 1px solid #94c0d4;
    margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
  color: #000000;
  text-align: left;
  background: #c8dce5;
  white-space: nowrap;
}
}
table.linkbar td.sel {  
.navbox th,
  background: #a4cddf;
.navbox-title,
  font-weight: bold;
.navbox-abovebelow {
  padding: 5px 15px 5px 15px;
    text-align: center;       /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
}
table.linkbar td:hover {
th.navbox-group {             /* Group style */
  background: #a4cddf;
    white-space: nowrap;
  cursor: pointer;
    /* @noflip */
}
    text-align: right;
table.linkbar a {
  text-decoration: none;
  color: #000000;
  padding: 5px 15px 5px 15px;
  display: block;
}
table.linkbarsub {
  border-collapse: collapse;
}
table.linkbarsub td {  
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  color: #000000;
  text-align: left;
  background: #f0f0f0;
  font-size: 12px;
  white-space: nowrap;
}
table.linkbarsub td.sel {
  background: #dddddd;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
}
table.linkbarsub td:hover {
  background: #dddddd;
  cursor: pointer;
}
table.linkbarsub a {
  text-decoration: none;
  color: #000000;
  padding: 5px 15px 5px 15px;
  display: block;
}
 
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%;
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
}
table.navbox + table.navbox {
.navbox,
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
.navbox-subgroup {
}
    background: #fdfdfd;     /* Background color */
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {          /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
}
.navbox-list {
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
    border-color: #fdfdfd;   /* Must match background color */
}
}
.navbox-title, table.navbox th {
.navbox th,
  background:#ccccff;     /* Level 1 color */
.navbox-title {
    background: #ccccff;     /* Level 1 color */
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
.navbox-abovebelow,
  background:#ddddff;     /* Level 2 color */
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;     /* Level 2 color */
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-group,
  background:#e6e6ff;     /* Level 3 color */
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;     /* Level 3 color */
}
}
.navbox-even {
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
    background: #f7f7f7;     /* Even row striping */
}
}
.navbox-odd {
.navbox-odd {
  background:transparent; /* Odd row striping */
    background: transparent; /* Odd row striping */
}
}
.navbox .hlist td dl,
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
.navbox .hlist td ol,
     float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
.navbox .hlist td ul,
    font-weight: normal;  /* are styled here so they can be customised.              */
.navbox td.hlist dl,
    text-align: right;
.navbox td.hlist ol,
    width: auto;
.navbox td.hlist ul {
     padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
.navbox .hlist dd,
     width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
.navbox .hlist dt,
.navbox .hlist li {
    white-space: nowrap;      /* Nowrap list items in navboxes */
     white-space: normal !ie; /* IE < 8 no-wraps entire list, so disable it */
}
}
 
.navbox .hlist dd dl,
 
.navbox .hlist dt dl,
/* Infobox template style */
.navbox .hlist li ol,
.infobox {
.navbox .hlist li ul {
    border: 1px solid #aaa;
     white-space: normal;     /* But allow parent list items to be wrapped */
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
     float: right;
    clear: right;
}
}
.infobox td,
ol + table.navbox,
.infobox th {
ul + table.navbox {
     vertical-align: top;
     margin-top: 0.5em;       /* Prevent lists from clinging to navboxes */
}
}
.infobox caption {
 
     font-size: larger;
/* Default styling for Navbar template */
.navbar {
    display: inline;
     font-size: 88%;
    font-weight: normal;
}
}
.infobox.bordered {
.navbar ul {
     border-collapse: collapse;
     display: inline;
}
     white-space: nowrap;
.infobox.bordered td,
.infobox.bordered th {
     border: 1px solid #aaa;
}
}
.infobox.bordered .borderless td,
.navbar li {
.infobox.bordered .borderless th {
     word-spacing: -0.125em;
     border: 0;
}
}
/* Navbar styling when nested in navbox */
.infobox.sisterproject {
.navbox .navbar {
     width: 20em;
     display: block;
     font-size: 90%;
     font-size: 100%;
}
}
.navbox-title .navbar {
.infobox.standard-talk {
     /* @noflip */
     border: 1px solid #c0c090;
     float: left;
     background-color: #f8eaba;
     /* @noflip */
}
     text-align: left;
.infobox.standard-talk.bordered td,
     /* @noflip */
.infobox.standard-talk.bordered th {
     margin-right: 0.5em;
     border: 1px solid #c0c090;
     width: 6em;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
     border: 0;
     border-top: 1px solid #aaa;
     border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
     border-right: 1px solid #aaa;
}
}


 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
/* Messagebox templates */
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.messagebox {
.collapseButton {      
     border: 1px solid #aaa;
     /* @noflip */
     background-color: #f9f9f9;
    float: right;
     width: 80%;
     font-weight: normal;
     margin: 0 auto 1em auto;
     /* @noflip */
     padding: .2em;
    margin-left: 0.5em;
     /* @noflip */
    text-align: right;
     width: auto;
}
}
.messagebox.merge {
/* In navboxes, the show/hide button balances the v·d·e links
     border: 1px solid #c0b8cc;
  from [[Template:Navbar]], so they need to be the same width. */
    background-color: #f0e5ff;
.navbox .collapseButton {
    text-align: center;
     width: 6em;
}
}
.messagebox.cleanup {
.panel {
    border: 1px solid #9f9fff;
    background-color: #efefff;
     text-align: center;
     text-align: center;
    float: left;
    width: 100%;
    border: none !important;
    padding: none !important;
}
}
.messagebox.standard-talk {
.panel-heading {
     border: 1px solid #c0c090;
     background: #085ea0 !important;
     background-color: #f8eaba;
     color: #f8f8f8;
    margin: 4px auto;
     padding: 0.25em 0.5em;
}
     border-top-left-radius: 3px;
 
     border-top-right-radius: 3px;
 
     font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
 
/* 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;  
     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;  
     padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center;  
}
}
td.mbox-imageright {             /* The right image cell */
.panel-body {
     border: none;
     background-color: #eee;
     padding: 2px 0.9em 2px 0;   /* 0px left, 0.9em right */
     padding: 0.25em 0.5em;
     text-align: center;  
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
     border: 4px solid #085ea0;
}
}
.mediawiki table.mbox-small {   /* For the "small=yes" option (also used elsewhere).  */
.tab-bar {
    clear: right;                /* The "mediawiki" class ensures that this declaration */
background: #2ca243 !important;
    float: right;                /* overrides styles set in "tmbox"/"ombox"/etc below  */
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}
ul.side-nav label {
/* Article message box styles */
background: #77bb44 !important;
table.ambox {            /* 10% = Will not overlap with other elements */
    margin: -1px 10% 0px;    /* -1px = Single border between stacked boxes in all browsers */
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
.ambox td.mbox-image {          /* The left image cell */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                  /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;      /* Gray-gold */
}
/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
table.ombox-notice {
    border: 1px solid #aaa;      /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;      /* Gray-gold */
}
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;              /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */    /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are  */ 
    font-size: 100%;            /* set in "mbox-small" above.                */
}
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
/* Pink fmbox warning style for div based warning notices. */
div.fmbox-warning,
div.mw-warning-with-logexcerpt {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}
 
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 5px;
}
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
     text-align: center;
     text-align: center;
     border-collapse: collapse;
     border-radius: 6px;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
}
div.NavFrame p {
h4.namespace.label {
    font-size: 100%;
background: #085ea0 !important;
}
}
div.NavFrame div.NavContent {
button.secondary, .button.secondary {
    font-size: 100%;
background: #18A9DE !important;
color: #fff !important;
border: none !important;
}
}
div.NavFrame div.NavContent p {
button.secondary, .button.secondary:hover {
    font-size: 100%;
background: #117ea6 !important;
color: #fff !important;
border: none !important;
}
}
div.NavEnd {
ul.off-canvas-list li a {
    margin: 0;
color: #77bb44;
    padding: 0;
    line-height: 1px;
    clear: both;
}
}
a.NavToggle {
ul.off-canvas-list li label {
    position: absolute;
background: #18A9DE !important;
    top: 0;
color: #fff !important;
    right: 3px;
text-decoration: none !important;
    font-weight: normal;
    font-size: 90%;
}
 
 
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}
}
 
.right-off-canvas-menu, .left-off-canvas-menu {
/* Prevents line breaks in links */
background: rgba(0,0,0,0) url(https://builddb.betaarchive.org/skins/grey.png) repeat scroll 0% 0%;
.nowraplinks a {
    white-space: nowrap;
}
}
 
.side-nav li a:not(.button), .side-nav li a:not(.button):focus {
/* Put a checker background at the image description page only visible if the image has transparent background */
color:#2ca243 !important;
#file img {
    background: url("http://wiibrew.org/w/images/5/5d/Checker-16x16.png") repeat;
}
}
 
.side-nav li a:not(.button):hover {
/* Increase the height of the image upload box */
text-decoration: none !important;
#wpUploadDescription {
    height: 13em;
}
}
#mw-normal-catlinks a.new {
/* Reduce line-height for <sup> and <sub> */
color: #77bb44 !important;
sup, sub {
    line-height: 1em;
}
}
 
@media only screen and (max-width: 600px) {
/* Coloured watchlist numbers */
  .large-10 {
.mw-plusminus-pos {
     width: 100% !important;
     color: #006400; /* darkgreen */
  }
}
}
ul.off-canvas-list li a:hover {
/* .mw-plusminus-null currently at developer default */
background: #18A9DE !important;
color: #fff !important;
.mw-plusminus-neg {
text-decoration: none !important;
    color: #8B0000; /* darkred */
}
}
 
.table tr th {
/* Style for "notices" */
  padding: none !important;
.notice {
    margin: 1em;
    padding: 0.2em;
}
}
/* 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; }
/* </source> */

Latest revision as of 23:26, 28 October 2021

.infobox {
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 200px;
}
.infobox-body {
    background: #eee;
    border: 1px solid #aaa;
}
.infobox-title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.25em 0;
}
.infobox-caption {
    font-size: 0.75em;
    text-align: center;
    vertical-align: top;
    margin: 0.25em 0 0 0;
}
.infobox-image {
    text-align: center;
    margin: 1em 0 0 0;
    max-width: 200px;
}
.infobox th {
    font-size: 0.75em;
    text-align: left;
    vertical-align: top;
    width: 80px;
    padding-left: 1em;
}
.infobox td {
    vertical-align: top;
    font-size: 0.75em;
}

/* Default style for navigation boxes */
table.navbox {            /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox th,
.navbox-title,
.navbox-abovebelow {
    text-align: center;       /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.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 */
}
.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 */
}
.navbox .hlist dd,
.navbox .hlist dt,
.navbox .hlist li {
    white-space: nowrap;      /* Nowrap list items in navboxes */
    white-space: normal !ie;  /* IE < 8 no-wraps entire list, so disable it */
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
    white-space: normal;      /* But allow parent list items to be wrapped */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}

/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.navbar li {
    word-spacing: -0.125em;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.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
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}
.panel {
    text-align: center;
    float: left;
    width: 100%;
    border: none !important;
    padding: none !important;
}
.panel-heading {
    background: #085ea0 !important;
    color: #f8f8f8;
    padding: 0.25em 0.5em;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.panel-body {
    background-color: #eee;
    padding: 0.25em 0.5em;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 4px solid #085ea0;
}
.tab-bar {
	background: #2ca243 !important;
}
ul.side-nav label {
	background: #77bb44 !important;
    text-align: center;
    border-radius: 6px;
}
h4.namespace.label {
	background: #085ea0 !important;
}
button.secondary, .button.secondary {
	background: #18A9DE !important;
	color: #fff !important;
	border: none !important;
}
button.secondary, .button.secondary:hover {
	background: #117ea6 !important;
	color: #fff !important;
	border: none !important;
}
ul.off-canvas-list li a {
	color: #77bb44;
}
ul.off-canvas-list li label {
	background: #18A9DE !important;
	color: #fff !important;
	text-decoration: none !important;
}
.right-off-canvas-menu, .left-off-canvas-menu {
	background: rgba(0,0,0,0) url(https://builddb.betaarchive.org/skins/grey.png) repeat scroll 0% 0%;
}
.side-nav li a:not(.button), .side-nav li a:not(.button):focus {
	color:#2ca243 !important;
}
.side-nav li a:not(.button):hover {
	text-decoration: none !important;
}
#mw-normal-catlinks a.new {
	color: #77bb44 !important;
}
@media only screen and (max-width: 600px) {
  .large-10 {
    width: 100% !important;
  }
}
ul.off-canvas-list li a:hover {
	background: #18A9DE !important;
	color: #fff !important;
	text-decoration: none !important;
}
.table tr th {
  padding: none !important;
}