MediaWiki:Common.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins. See also: [[MediaWiki:Monobook.css]]*/

@import "/index.php?title=MediaWiki:Common.css/hilite&action=raw&ctype=text/css";

/* Poll autoformatting */
.poll {
  width: auto !important;/*inline style override for poll extension*/
}


/* Hide title and tagline on Main Page */
body.page-ChipsChallenge_Wiki h1.firstHeading, body.page-ChipsChallenge_Wiki #siteSub { 
    display:none;
}

/* default style for main page elements - override as necessary in individual skin CSS */

.maincomplete {
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
}

td.mainpage {
	border: 1px solid;
	padding: 5px;
}

div.mainpage {
	border: 1px solid;
	padding-left: 5px;
	line-height: 100%;
	text-align: center;
}

td#aotm {
	width: 70%;
	border-color: #CEF2E0;
}

div#aotm {
	border-color: #F5FFFA;
	background-color: #CEF2E0;
}

td#cti {
	width: 70%;
	text-align: left;
	vertical-align: top;
	border-color: #DDCEF2;
}

div#cti {
	border-color: #FAF5FF;
	background-color: #e49992;
	margin-bottom:5px;
}

div#popular {
	border-color: #FAF5FF;
	background-color: #ddcef2;
	margin-bottom: 5px;
}

td#updates {
	width: 70%;
	border-color: #C6C9FF;
}

div#updates {
	border-color: #EEEEFF;
	background-color: #C6C9FF;
}

td#uotm {
	width: 70%;
	border-color: #FFE4E1;
}

div#uotm {
	border-color: #FFF0F5;
	background-color:#FFE4E1;
}

td#news {
	width: 50%;
	border-color: #EEE8AA;
}

div#news {
	border-color: #ffffe0;
	background-color: #EEE8AA;
}

td#categories {
	width: 50%;
	border-color: #CCCCCC;
}

div#categories {
	border-color: #EFEFEF;
	background-color:#CCCCCC;
}

/* Small reference list */
ol.references {
   font-size: 100%;
}
 
.references-small { font-size: 90%;}
 a
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}

/* [[Template:Navbox]] and wide variant */

table.navbox td.title {
    background: #ccccff;
}

/* Messagebox templates */
 
.messagebox {
   border: 1px solid #aaa;
   background-color: #F9F9F9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #C0B8CC;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}
.messagebox.small {
   width: 238px;
   font-size: 85%;
   float: right;
   clear: both;
   margin: 0 0 1em 1em;
   line-height: 1.25em; 
}
.messagebox.small-talk {
  width: 238px;
  font-size: 85%;
  float: right;
  clear: both;
  margin: 0 0 1em 1em;
  line-height: 1.25em; 
  background: #F8EABA;
}

/* Infobox template style. */
.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

/* Wikitable/Prettytable class for skinning normal tables. */
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;
  font-weight: bold;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccccff;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}

/* Default skin for navigation boxes. */
table.navbox {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

table.navbox th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}

table.navbox tr:not(:first-child) th {
    background-color: #ddf;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Disambig. */
#disambig {
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
}

/* Background to make transparency show up on image description pages. */
#file img {background: url("https://wiki.bitbusters.club/images/7/7a/Checker_Pattern.png") repeat;}


/* Light gray highlight on focus for search forms */
#p-search input:focus {
    background:#F9F9F9;
}

/* Colour the number of characters added/removed in the recent changes/ */
.mw-plusminus-pos {
  color: #006500;
}

.mw-plusminus-neg {
  color: #8B0000;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a {
    font-weight: bold !important;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a {
    color: #888;
    font-style: italic;
}

.watchlistredir a {
    color: #888;
    font-style: italic;
}

.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}

.dablink {
    font-style: italic;
    padding-left: 2em;
}

.dablink i {
    font-style: normal;
}

.tilebackground-floor {
    background-image: url(https://wiki.bitbusters.club/images/8/8f/Floor.png);
    background-size: 32px 32px;
}

.tilebackground-wall {
    background-image: url(https://wiki.bitbusters.club/images/9/96/Wall.png);
    background-size: 32px 32px;
}

.tilebackground-dirt {
    background-image: url(https://wiki.bitbusters.club/images/2/2f/Dirt.png);
    background-size: 32px 32px;
}

.tilebackground-clone {
    background-image: url(https://wiki.bitbusters.club/images/f/f1/Clone_Machine.png);
    background-size: 32px 32px;
}

.tilebackground-toggle-open {
    background-image: url(https://wiki.bitbusters.club/images/f/fe/Toggle_Door_Open.png);
    background-size: 32px 32px;
}

.tilebackground-toggle-closed {
    background-image: url(https://wiki.bitbusters.club/images/1/11/Toggle_Door_Closed.png);
    background-size: 32px 32px;
}

.tilebackground-gravel {
    background-image: url(https://wiki.bitbusters.club/images/9/9a/Gravel.png);
    background-size: 32px 32px;
}

.tilebackground-panelN {
    background-image: url(https://wiki.bitbusters.club/images/3/35/Panel_N.png);
    background-size: 32px 32px;
}

.tilebackground-panelS {
    background-image: url(https://wiki.bitbusters.club/images/d/de/Panel_S.png);
    background-size: 32px 32px;
}

.tilebackground-panelW {
    background-image: url(https://wiki.bitbusters.club/images/5/5a/Panel_W.png);
    background-size: 32px 32px;
}

.tilebackground-panelE {
    background-image: url(https://wiki.bitbusters.club/images/e/e8/Panel_E.png);
    background-size: 32px 32px;
}

.tilebackground-panelSE {
    background-image: url(https://wiki.bitbusters.club/images/6/68/Panel_SE.png);
    background-size: 32px 32px;
}

.tilebackground-trap {
    background-image: url(https://wiki.bitbusters.club/images/a/a9/Trap.png);
    background-size: 32px 32px;
}

.tilebackground-ice {
    background-image: url(https://wiki.bitbusters.club/images/7/77/Ice.png);
    background-size: 32px 32px;
}

.tilebackground-iceNW {
    background-image: url(https://wiki.bitbusters.club/images/3/32/Ice_NW.png);
    background-size: 32px 32px;
}

.tilebackground-iceNE {
    background-image: url(https://wiki.bitbusters.club/images/a/a0/Ice_NE.png);
    background-size: 32px 32px;
}

.tilebackground-iceSE {
    background-image: url(https://wiki.bitbusters.club/images/f/fc/Ice_SE.png);
    background-size: 32px 32px;
}

.tilebackground-iceSW {
    background-image: url(https://wiki.bitbusters.club/images/1/1d/Ice_SW.png);
    background-size: 32px 32px;
}

.tilebackground-fire {
    background-image: url(https://wiki.bitbusters.club/images/3/30/Fire.png);
    background-size: 32px 32px;
}

.tilebackground-water {
    background-image: url(https://wiki.bitbusters.club/images/9/9d/Water.png);
    background-size: 32px 32px;
}