/* @override http://localhost:4020/static/sproutcore/-docs/data/default.css */ /* @group Core */ body.sc-doc { background-color: white ; padding: 20px; } .sc-doc { font: 64.5% Helvetica, Arial, Verdana, sans-serif; line-height: 1em ; } /* Set standard size on some things. */ .sc-doc p, .sc-doc dd, .sc-doc dt, .sc-doc li, .sc-doc table { line-height: 1.3em; font-size: 1.3em ; } .sc-doc h1 { font-size: 3em; margin: 0 0 1em 0; text-transform: capitalize; } .sc-doc h2 { padding: 0; padding-bottom: 4px; border-bottom: 1px #555 solid; text-transform: capitalize; margin: 1.5em 0 0; font-size: 2.2em; } .sc-doc h3 { font-size: 2em; padding: 0; margin: 3em 0 0 0; } .sc-doc h4 { font-weight: normal ; font-size: 1.4em; margin: 0.5em 0 0 0; padding: 0; } .sc-doc h5 { font-size: 1.3em; padding: 0; margin: 1.3em 0 0.5em 0; } .sc-doc p { margin: 0.5em 0; } .sc-doc a { text-decoration: none ; } .sc-doc label { font-weight: bold ; } .sc-doc .sc-theme .ghost { -moz-user-select: none; -khtml-user-select: none; user-select: none; opacity: 0.45; -moz-opacity: .45 ; } .sc-doc dt { font-style: italic; } .sc-doc dd { margin: 0 0 1em 1em; } /* @end */ /* @group Summary Table */ .sc-doc table.summary { min-width: 450px; border: 1px #999 solid; border-bottom: none ; border-spacing: 0; margin-bottom: 2em; } .sc-doc table.summary td { border-bottom: 1px #999 solid; border-collapse: collapse; padding: 0.5em; text-align: left ; } .sc-doc table.summary .even td { background-color: #eef; } .sc-doc table.summary td.label { font-weight: bold ; width: 100px; text-align: right ; padding-right: 4px; } .sc-doc table.summary td.value { min-width: 300px; width: 300px; } /* @end */ /* @group Field & Method Summary */ .sc-doc .summary li { list-style-type: none ; position: relative; } .sc-doc .summary li code { font-size: 1.1em; } .sc-doc .summary li .description { display: none ; } .sc-doc .summary li:hover .description { display: block ; font-size: 0.86em; position: absolute ; left: 80px; bottom: 2em; padding: 0.3em 1em ; background-color: #fff898; border: 1px solid #bbae2f; -webkit-box-shadow: rgba(0,0,0,0.3) 0px 2px 5px; color: #4b4000; z-index: 100; } /* @end */ /* @group Detail */ .sc-doc .detail p.signature { padding: 0; margin: 1em 0; font-family: Courier, mono; } .sc-doc .detail p.signature .type { font-style: italic; } .sc-doc .detail p.signature .name { font-weight: bold ; } /* @end */ .sc-doc .jsdoc_ctime { border-top: 1px #ccc solid ; padding: 4px 0; margin-top: 20px; margin-bottom: 0px; font-size: 1.0em; text-align: center ; color: #888 ; } /* @group Description */ .sc-doc .description blockquote, .sc-doc .description p.code { padding: 10px ; margin: 10px 20px; background-color: #f5f5f5 ; border: 1px #ccc solid ; } /* @end */