jsdocs
Version:
247 lines (245 loc) • 4.26 kB
CSS
* {
margin:0;
padding:0
}
body {
background:#fff
font: 13px Helvetica, arial, freesans, clean, sans-serif;
line-height: 1.4;
overflow-x:hidden;
}
#page {
width:100%;
padding-top:32px;
overflow:hidden;
font-family:arial
}
#page .header {
background-color: #f3f3f3;
background-image: -moz-linear-gradient(#f9f9f9, #f3f3f3);
background-image: -webkit-linear-gradient(#f9f9f9, #f3f3f3);
background-image: linear-gradient(#f9f9f9, #f3f3f3);
background-repeat: repeat-x;
border-top:1px solid #919192;
text-shadow: 0 1px 0 #fff;
border-bottom: 1px solid #e5e5e5;
min-width: 1000px;
color: #333333;
height:32px;
left:0;
position:fixed;
top:0;
width:100%;
z-index:1
}
#page .header h1 {
font-size:18px;
font-weight:400;
line-height:32px;
margin:0;
text-align:left;
padding-left:20px;
text-shadow: 0 0 1px rgba(34, 34, 34, 0.52);
cursor:default;
}
#page .side {
background-color:#fdfdfd;
bottom:0;
left:0;
overflow:auto;
padding:20px 20px 0 0;
position:fixed;
text-align:right;
top:34px;
width:180px;
z-index:1;
border-right:1px solid #d5d5d5
}
#page .side h2 {
color:#000;
font-size:18px;
padding:0;
margin:30px 0;
font-weight:400;
text-shadow:#FFF 0 1px 0
}
#page .side li {
list-style:none;
padding: 5px 0;
}
#page .side ul {
padding: 10px;
}
#page .side a {
color:#767573;
font-size:18px;
text-shadow:#FFF 0 1px 1px;
text-decoration:none
}
#page .side a:hover {
color:#242220
}
#page .content {
padding:20px 50px 0;
margin-left:200px;
height:100%
}
#page .content p {
margin:1em 0;
line-height:1.5em;
font-size:12px;
color:#000
}
#page .content pre,
#page .content code {
font:12px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace
}
#page .content pre {
margin:1em 0;
font-size:12px;
background-color:#eee;
border:1px solid #ddd;
padding:5px;
line-height:1.5em;
color:#444;
overflow:auto;
-webkit-box-shadow:rgba(0,0,0,.07) 0 1px 2px inset;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
#page .content pre code {
padding:0;
font-size:12px;
background-color:#eee;
border:0
}
#page .content code {
font-size:12px;
background-color:#f8f8ff;
color:#444;
padding:0 .2em;
border:1px solid #dedede
}
#page .content a {
color:#ac0000;
text-decoration:none
}
#page .content a:hover {
text-decoration:underline
}
#page .content a code,
#page .content a:link code,
#page .content a:visited code {
color:#ac0000
}
#page .content h2,
#page .content h3 {
margin:1em 0
}
#page .content h1,
#page .content h2,
#page .content h3,
#page .content h4,
#page .content h5,
#page .content h6 {
border:0
}
#page .content h1,
#page .content h2,
#page .content h3 {
font-weight:600
}
#page .content h4,
#page .content h5,
#page .content h6 {
font-weight:600
}
#page .content h1 {
font-size:140%;
margin-top:0;
border-bottom:1px solid #000;
padding-bottom:.5em;
padding-top:.5em
}
#page .content h2 {
font-size:110%;
margin-top:1.5em;
border-top:1px solid #eee;
padding-top:15px
}
#page .content h3 {
font-size:90%
}
#page .content hr {
border:1px solid #ddd
}
#page .content ul {
margin:1em 0 1em 2em
}
#page .content ol {
margin:1em 0 1em 2em
}
#page .content ul li,
#page .content ol li {
margin-top:.5em;
margin-bottom:.5em
}
#page .content ul ul,
#page .content ul ol,
#page .content ol ol,
#page .content ol ul {
margin-top:0;
margin-bottom:0
}
#page .content blockquote {
margin:1em 0;
border-left:5px solid #ddd;
padding-left:.6em;
color:#555
}
#page .content dl {
font-size:12px
}
#page .content dt,
#page .content dd {
height:30px;
line-height:30px
}
#page .content dt {
font-weight:700;
margin-left:2em
}
#page .content dd {
margin-left:2em;
white-space:nowrap
}
#page .content sup {
font-size:.83em;
vertical-align:super;
line-height:0
}
#page .footer {
font-size:12px;
position: fixed;
right: 10px;
bottom:10px;
}
#page .footer p,
#page .footer a{
color: #666;
text-decoration: none;
}
#page .footer a:hover{
text-decoration: underline;
}
.item dt,.item dd {
display:inline-block;
width:200px
}
.item .type {
min-width:85px
}
.items {
margin-left:1em
}