view public_html/static/css/doxygen.css @ 7:fa7a99c2d079

dox library templates and schemas
author sergey
date Wed, 14 May 2014 01:22:21 +0400
parents 2d1a0a75fc49
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;
}