/**
 * Stylesheet for Babel extension.
 *
 * You can override the CSS code on the MediaWiki:Common.css page
 * on your wiki to adjust colours etc.
 *
 * @file
 * @ingroup Extensions
 */

/* Babel wrapper layout. */
/* @noflip */table.mw-babel-wrapper {
	width: 238px;
	float: right;
	clear: right;
	margin: 0;
	background-color: white;
	border: 1px solid #99B3FF;
}

/* @noflip */.mw-content-ltr table.mw-babel-wrapper {
	float: right;
	clear: right;
}
/* @noflip */.mw-content-rtl table.mw-babel-wrapper {
	float: left;
	clear: left;
}

/* Babel box layout */
/* @noflip */div.mw-babel-box {
	float: left;
	clear: left;
	margin: 1px;
}

/* @noflip */.mw-content-ltr table.mw-babel-box {
	float: left;
	clear: left;
}

/* @noflip */.mw-content-rtl table.mw-babel-box {
	float: right;
	clear: right;
}

div.mw-babel-box table {
	width: 238px;
}

div.mw-babel-box table th {
	width: 45px;
	height: 45px;
	font-size: 14pt;
	font-family: monospace;
}

div.mw-babel-box table td {
	font-size: 8pt;
	padding: 4pt;
	line-height: 1.25em;
}

/* Babel box colours. */
div.mw-babel-box-0 {
	border: 1px solid #FFBBBB;
}

div.mw-babel-box-1 {
	border: 1px solid #E0C0E0;
}

div.mw-babel-box-2 {
	border: 1px solid #BCB9EF;
}

div.mw-babel-box-3 {
	border: 1px solid #99B3FF;
}

div.mw-babel-box-4 {
	border: 1px solid #77E0E8;
}

div.mw-babel-box-5 {
	border: 1px solid #CCCC00;
}

div.mw-babel-box-N {
	border: 1px solid #6EF7A7;
}

div.mw-babel-box-0 table th {
	background-color: #FFBBBB;
}

div.mw-babel-box-1 table th {
	background-color: #E0C0E0;
}

div.mw-babel-box-2 table th {
	background-color: #BCB9EF;
}

div.mw-babel-box-3 table th {
	background-color: #99B3FF;
}

div.mw-babel-box-4 table th {
	background-color: #77E0E8;
}

div.mw-babel-box-5 table th {
	background-color: #CCCC00;
}

div.mw-babel-box-N table th {
	background-color: #6EF7A7;
}

div.mw-babel-box-0 table {
	background-color: #FFEEEE;
}

div.mw-babel-box-1 table {
	background-color: #F3E0F3;
}

div.mw-babel-box-2 table {
	background-color: #E9E5F9;
}

div.mw-babel-box-3 table {
	background-color: #E0E8FF;
}

div.mw-babel-box-4 table {
	background-color: #D0F8FF;
}

div.mw-babel-box-5 table {
	background-color: #FFFF99;
}

div.mw-babel-box-N table {
	background-color: #C5FCDC;
}

/* header and footer */
.mw.babel-box th.mw-babel-header {
	text-align: center;
	font-weight: bold;
}

.mw.babel-box th.mw-babel-footer {
	text-align: center;
	font-weight: normal;
}
