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

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

/*************** LIBRARY ************************/

.side-bar {
	padding: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    
}

#toc {
    float: left;
    width: 20%;
    margin: 10px 0;
}

#bookmarks {
    float: right;
    width: 20%;
    margin: 10px 0;
}

#article-text {
    margin: 0 20%;
    /* нужно компенсировать (padding+border)* от side-bar */
    padding: 10px 32px;
}

.dox-source-code {
	border: 1px dashed #c0c0c0;
	padding: 5px;
	margin: 5px;
	font-family: courier;
}

.dox-source-code .keyword,
.dox-source-code .keywordflow {
	color: #4040c0;
	font-weight: bold;
}

.dox-source-code .memberName {
	font-weight: bold;
}

.dox-source-code .keywordtype {
	color: #408040;
	font-weight: bold;
}

.dox-source-code .stringliteral {
	color: #2080c0;	
}

.dox-source-code .comment {
	color: #a0a0a0;
}

.dox-source-code .keywordflow {
	
}

.docParamListType
{
	border-collapse: collapse;
}

.docParamListType td,
.docParamListType th
{
	border: 1px solid #c0c0c0;
	padding: 3px;
}

.docParamListType th
{
	background: #e0e0e0;
}

.textPre,
.docTextPre
{
	font-family: courier;
}

.textPre a {
	color: #0f2070;
}

.sectiondef h3
{
	border-bottom: 1px solid;
}

.memberdef {
	/* margin: 10pt 0;*/
	border-left: 4px solid #e0e0e0;	
}

.memberdefName {
	padding: 3px;
	background: #e0e0e0;
}

.memberdefDescription {
	padding-left: 20pt; 
}

/****************************************************************/

.library-banner {
	float: left;
	width: 33.3%;
}

.library-banner a {
	display: block;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	font-weight: normal;
	padding: 30px 30px 0 30px;
	margin: 30px;
}

.library-banner .brief {
	padding: 10px 0;
}

.library-banner .title {
	font-size: 24pt;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid;
}

.library-banner .footer {
	color: #a0a0a0;
	text-align: right;
	padding: 10px 0;
}

.library-banner a:hover {
	background: #e0f0ff;
}


/****************************************************************/

.library-pane p {
	margin: 0;
}

.nav-pane {
	position: relative;
	text-align: left;
	width: 270px;
	margin: 0;
}

.nav-pane.left {
	padding: 0 0 0 20px;
	float: left;
}

.nav-pane.right {
	float: right;
	padding: 0 20px 0 0;
}

.content-pane {
	margin: 0 290px;
	padding: 10px;
	
}

.nav-pane a {
	text-decoration: none;
}

.nav-pane ul {
	padding: 0;
}

.dox-nav-menu li,
.members li
{
	list-style: none;
}

.dox-nav-menu li.last{
	background: #c0c0c0;
}

.left .members li{
	/* padding-right: 5px; */
	border-right: 3px solid #c0c0c0;
}

.right .members li {
	/* padding-left: 5px; */
	border-left: 3px solid #c0c0c0;
}

.members li.active {
	border-color: red;
	background-color: #ffe0e0;
}

.members a {
	font-weight: normal;
}

.nav-pane a {
	display: block;
	padding-left: 5px;
}

.nav-pane a:hover {
	background: #e0e0e0;
}

.nav-pane span.icon {
	display: inline-block;
	padding: 1px;
	font-size: 75%;
	border: 1px solid;
	border-radius: 2px;
	line-height: 100%;
	vertical-align: middle;
	font-weight: bold;
	background: #f0f0f0;
}

.nav-pane .private {
	color: #a0a0a0;
}

.nav-pane .protected {
	font-style: italic;
}

.nav-pane .namespace .icon {
	color: #d070f0;
}

.nav-pane .class .icon {
	color: #6060f0;
}

.nav-pane .function .icon {
	color: #c09010;
}

.nav-pane .property .icon {
	color: #109010;
}

.nav-pane .variable .icon {
	color: #a0a0a0;
}

.nav-pane .interface .icon {
	color: #f04010;
	padding: 1px 4px ;
}

.nav-pane .struct .icon {
	color: #109010;
}

.nav-pane .page .icon {
	background: #e0e0e0;
	width: 10px;
}

.nav-pane .enum .icon {
	color: #109010;
}