/* http://meyerweb.com/eric/tools/css/reset/ */ /* v1.0 | 20080212 */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; } em, i { font-style: normal; } b, strong { font-weight: normal; } a, button { outline: none; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ /*:focus { outline: 0; } */ /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; } /** HTML5 stuff **/ article, aside, dialog, footer, header, nav, section { display: block; } body { font: 12px helvetica, "sans serif"; line-height: 20px; color: #333; min-width: 1024px; } a { text-decoration: none; color: #5d5bad; } a:hover { text-decoration: underline; } .header { clear: both; background-color: #ccc; padding: 8px; } pre.code { display: block; padding: 8px; border: 1px dashed #ccc; } #index { position: absolute; top: 0; left: 0; width: 280px; padding: 40px 10px; border-right: 1px solid #ccc; } #index div { position: absolute; top: 10px; left: 10px; right: 10px; text-align: center; } #index h2 { margin: 20px 0 0 0; } #content { margin-left: 300px; padding: 40px 10px 40px 30px; border-left: 1px solid #ccc; } h1 { font-size: 30px; font-weight: bold; line-height: 40px; padding: 0; margin: 20px 0 0 0; } h1 .namespace { color: #aaa; } h2 { font-size: 24px; line-height: 40px; margin: 30px 0 10px 0; } h3 { font-size: 14px; margin-top: 20px; } h4 { font-size: 13px; margin: 15px 0 5px; } pre { margin: 20px; } dd { margin-bottom: 20px; } p + p { margin-top: 20px; } .bindings.summary h4 { color: #999; margin: 20px 0 0; } .bindings.summary h4 a { color: #666; } .method + .method, .field + .field { margin-top: 40px; } .field-prototype, .method-prototype, .constructor-prototype { font-family: "menlo", "monaco", "courier new", monospace; font-size: 12px; margin: 10px 0; } .type, code { font-family: "menlo", "monaco", "courier new", monospace; } .identifier { } .type, .modifier { color: #999; } .type a, .modifier a { color: #7270ad; } .inheritsList { margin-top: 20px; } .inheritsList dd { margin-left: 20px; } .description ol { list-style: decimal; margin: 20px 0 20px 2em; } .description ul { list-style: disc; margin: 20px 0 20px 2em; } dd { margin-left: 20px; } pre.source-code { font: 14px menlo, monaco, "courier new", monospace; line-height: 18px; } .source-code .KEYW { color: #933; } .source-code .COMM { color: #999; font-style: italic; } .source-code .NUMB { color: #393; } .source-code .STRN { color: #393; } .source-code .REGX { color: #339; } .source-code .line { border-right: 1px solid #999; color: #666; font-style: normal; display: inline-block; padding-right: 4px; }