Mercurial > pub > site.implab
view public_html/static/css/library.css @ 16:e69c970c3ddd default tip
sync
author | sergey |
---|---|
date | Tue, 20 May 2014 01:28:48 +0400 |
parents | d9551c7e7101 |
children |
line wrap: on
line source
/*************** LIBRARY ************************/ .side-bar { padding: 10px; border: 1px solid #c0c0c0; border-radius: 10px; } .library #page-content { padding: 0; } #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: 290px; margin: 0; padding: 0; } .nav-pane.left { float: left; } .nav-pane.right { float: right; } .content-pane { margin: 0 290px; padding: 10px; border-left: 1px dashed #c0c0c0; border-right: 1px dashed #c0c0c0; } .nav-pane a { text-decoration: none; } .nav-pane ul { padding: 0; margin: 0; } .dox-nav-menu li, .members li { list-style: none; } .dox-nav-menu li.last{ background: #c0c0c0; } .members li.active { background-color: #ffe0e0; } .left .members { padding-left: 5px; } .left .members li.active { border-right: 3px solid red; } .right .members li.active { border-left: 3px solid red; } .members a { font-weight: normal; } .nav-pane a { display: block; padding: 0 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; }