view public_html/static/css/doxygen.css @ 11:573272ec604b

almost comlete doxygen library
author sergey
date Thu, 15 May 2014 18:24:02 +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;
}