view public_html/static/css/doxygen.css @ 6:2d1a0a75fc49

added css, templates
author sergey
date Mon, 12 May 2014 18:05:30 +0400
parents
children
line wrap: on
line source

#toc {
	overflow: auto;
}

.doxContainer .header {
	background: inherit;
}

.textPre {
	font-family: courier;
	white-space: nowrap;
}

.para {
	margin: 0.5em 0em;
}

table {
	border-collapse: collapse;
}

table td,
table th
{
	padding: 3px;
	vertical-align: top;
}

table th {
	font-weight: bold;
}

table.membersTable {
	width: 100%;
}

.membersTable td,
.membersTable th
{
	border: 1px solid #c0c0c0;
}

.siblingLinks {
	white-space: nowrap;
}

.siblingLinks a {
	color: #707070;
	font-weight: normal;
}

.siblingLinks .active a {
    color: #000000;
    font-weight: bold;
}