/*
 * Oninit 4gl2everywhere - page-specific CSS overlay.
 *
 * Loaded by /4gl2everywhere/content.php so it applies to every page
 * under this project without touching the shared site CSS. Mirrors
 * the m2i overlay so 4gl2everywhere reads consistently with the
 * MySQL-2-Informix project pages: visible table grids, legacy
 * typography for lists / pre / em, and consistent heading colour.
 */

/* Tables: visible grid, tahoma cells matching the legacy <td>/<th> rules */
.bridge-content table.legacy {
	border-collapse: collapse;
	margin: 8px 4px 12px 4px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	width: auto;
	max-width: 100%;
	text-align: left;
}

.bridge-content table.legacy th,
.bridge-content table.legacy td {
	border: 1px solid #c0a880;
	padding: 6px 10px;
	vertical-align: top;
	text-align: left;
}

.bridge-content table.legacy th {
	background-color: #f2eddc;
	color: #7e4400;
	font-weight: bold;
}

.bridge-content table.legacy tr:nth-child(even) td {
	background-color: #fbf8ee;
}

/* Lists. */
.bridge-content ul.legacy {
	list-style-type: disc;
	margin-left: 24px;
	padding-left: 16px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.bridge-content ul.legacy li {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}

.bridge-content ol.legacy {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 8px 4px 12px 24px;
	padding-left: 16px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.bridge-content ol.legacy li {
	display: list-item;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}

/* Headings. */
.bridge-content h3 {
	font-size: 16px;
	font-family: tahoma;
	color: #7e4400;
	margin-top: 8px;
	margin-bottom: 12px;
}

.bridge-content h2.legacy {
	margin-top: 18px;
	margin-bottom: 6px;
}

/* Inline em as code-ish identifier. */
.bridge-content em.legacy,
.bridge-content em {
	color: #6b5a1f;
	font-style: normal;
}

/* Body paragraphs. */
.bridge-content p,
.bridge-content p.legacy {
	line-height: 1.45;
	max-width: 64em;
	text-align: left;
}

/* Code blocks. */
.bridge-content pre.legacy {
	background-color: #fbf8ee;
	border: 1px solid #e8e0c8;
	padding: 8px 10px;
	overflow-x: auto;
	max-width: 100%;
	white-space: pre;
	margin: 8px 0;
}

/* Sidenav section divider. */
.sidenav .sidenav-section {
	display: block;
	margin-top: 14px;
	margin-bottom: 4px;
	padding: 4px 12px 4px 12px;
	border-top: 1px solid #d8c8a8;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #7e4400;
}
