/* /Users/bencombee/git/enyojs/api-tool/enyo/tools/../../lib/layout/fittable/source/FittableLayout.css */ .enyo-fittable-rows-layout { position: relative; } .enyo-fittable-rows-layout > * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; /* float when not stretched */ float: left; clear: both; } /* non-floating when stretched */ .enyo-fittable-rows-layout.enyo-stretch > * { float: none; clear: none; } /* setting to enforce margin collapsing */ /* NOTE: rows cannot have margin left/right */ .enyo-fittable-rows-layout.enyo-stretch.enyo-margin-expand > * { float: left; clear: both; width: 100%; /* note: harsh resets */ margin-left: 0 !important; margin-right: 0 !important; } .enyo-fittable-columns-layout { position: relative; text-align: left; white-space: nowrap; } .enyo-fittable-columns-layout.enyo-center { text-align: center; } .enyo-fittable-columns-layout > * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; vertical-align: top; display: inline-block; white-space: normal; } .enyo-fittable-columns-layout.enyo-tool-decorator > * { vertical-align: middle; } /* repair clobbered white-space setting for pre, code */ .enyo-fittable-columns-layout > pre, .enyo-fittable-columns-layout > code { white-space: pre; } .enyo-fittable-columns-layout > .enyo-fittable-columns-layout, .enyo-fittable-columns-layout > .onyx-toolbar-inline { white-space: nowrap; } /* NOTE: columns cannot have margin top/bottom */ .enyo-fittable-columns-layout.enyo-stretch > * { height: 100%; /* note: harsh resets */ margin-top: 0 !important; margin-bottom: 0 !important; } /* /Users/bencombee/git/enyojs/api-tool/enyo/tools/../../lib/layout/list/source/List.css */ .enyo-list { position: relative; } .enyo-list-port { overflow: hidden; position: relative; height: 10000000px; } .enyo-list-page { position: absolute; left: 0; right: 0; } /* /Users/bencombee/git/enyojs/api-tool/enyo/tools/../../lib/layout/list/source/PulldownList.css */ .enyo-list-pulldown { position: absolute; bottom: 100%; left: 0; right: 0; } .enyo-puller { position: relative; height: 50px; font-size: 22px; color: #444; padding: 20px 0 0px 34px; } .enyo-puller-text { position: absolute; left: 80px; top: 22px; } .enyo-puller-arrow { position: relative; background: #444; width: 7px; height: 28px; transition: transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; -o-transition: -o-transform 0.3s; -ms-transition: -ms-transform 0.3s; } .enyo-puller-arrow:after { content: " "; height: 0; width: 0; position: absolute; border: 10px solid transparent; border-bottom-color: #444; bottom: 100%; left: 50%; margin-left: -10px; } .enyo-puller-arrow-up { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); } .enyo-puller-arrow-down { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); } /* /Users/bencombee/git/enyojs/api-tool/enyo/tools/../../lib/layout/panels/source/arrangers/Arranger.css */ .enyo-arranger { position: relative; overflow: hidden; } .enyo-arranger.enyo-fit { position: absolute; } .enyo-arranger > * { position: absolute; left: 0; top: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } .enyo-arranger-fit > * { /* override any width/height set on panels */ width: 100% !important; height: 100% !important; min-width: 0 !important; max-width: auto !important; min-height: 0 !important; max-height: auto !important; } /* /Users/bencombee/git/enyojs/api-tool/enyo/tools/../../lib/layout/panels/source/Panels.css */ .enyo-panels { } .enyo-panels-fit-narrow { } @media all and (max-width: 800px) { .enyo-panels-fit-narrow > * { min-width: 100%; max-width: 100%; } } /* /Users/bencombee/git/enyojs/api-tool/enyo/tools/../../lib/layout/tree/source/Node.css */ .enyo-node { cursor: default; padding: 4px; } .enyo-node img { vertical-align: middle; padding-right: 6px; } .enyo-node-box { overflow: hidden; } .enyo-node-client { position: relative; } .enyo-animate .enyo-node-box, .enyo-animate .enyo-node-client { transition-property: height, top; transition-duration: 0.2s, 0.2s; -moz-transition-property: height, top; -moz-transition-duration: 0.2s, 0.2s; -o-transition-property: height, top; -o-transition-duration: 0.2s, 0.2s; -webkit-transition-property: height, top; -webkit-transition-duration: 0.2s, 0.2s; } /* ../source/foss/syntaxhighlighter_3.0.83_fork/sh-min.css */ /* styles/shCoreEclipse.css */ /** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html * * @version * 3.0.83 (July 02 2010) * * @copyright * Copyright (C) 2004-2010 Alex Gorbatchev. * * @license * Dual licensed under the MIT and GPL licenses. */ .syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea { -moz-border-radius: 0 0 0 0 !important; -webkit-border-radius: 0 0 0 0 !important; background: none !important; border: 0 !important; bottom: auto !important; float: none !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin: 0 !important; outline: 0 !important; overflow: visible !important; padding: 0 !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important; box-sizing: content-box !important; font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; font-weight: normal !important; font-style: normal !important; font-size: 1em !important; min-height: inherit !important; min-height: auto !important; } .syntaxhighlighter { width: 100% !important; margin: 1em 0 1em 0 !important; position: relative !important; overflow: auto !important; font-size: 1em !important; } .syntaxhighlighter.source { overflow: hidden !important; } .syntaxhighlighter .bold { font-weight: bold !important; } .syntaxhighlighter .italic { font-style: italic !important; } .syntaxhighlighter .line { white-space: pre !important; } .syntaxhighlighter table { width: 100% !important; } .syntaxhighlighter table caption { text-align: left !important; padding: .5em 0 0.5em 1em !important; } .syntaxhighlighter table td.code { width: 100% !important; } .syntaxhighlighter table td.code .container { position: relative !important; } .syntaxhighlighter table td.code .container textarea { box-sizing: border-box !important; position: absolute !important; left: 0 !important; top: 0 !important; width: 100% !important; height: 100% !important; border: none !important; background: white !important; padding-left: 1em !important; overflow: hidden !important; white-space: pre !important; } .syntaxhighlighter table td.gutter .line { text-align: right !important; padding: 0 0.5em 0 1em !important; } .syntaxhighlighter table td.code .line { padding: 0 1em !important; } .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line { padding-left: 0em !important; } .syntaxhighlighter.show { display: block !important; } .syntaxhighlighter.collapsed table { display: none !important; } .syntaxhighlighter.collapsed .toolbar { padding: 0.1em 0.8em 0em 0.8em !important; font-size: 1em !important; position: static !important; width: auto !important; height: auto !important; } .syntaxhighlighter.collapsed .toolbar span { display: inline !important; margin-right: 1em !important; } .syntaxhighlighter.collapsed .toolbar span a { padding: 0 !important; display: none !important; } .syntaxhighlighter.collapsed .toolbar span a.expandSource { display: inline !important; } .syntaxhighlighter .toolbar { position: absolute !important; right: 1px !important; top: 1px !important; width: 11px !important; height: 11px !important; font-size: 10px !important; z-index: 10 !important; } .syntaxhighlighter .toolbar span.title { display: inline !important; } .syntaxhighlighter .toolbar a { display: block !important; text-align: center !important; text-decoration: none !important; padding-top: 1px !important; } .syntaxhighlighter .toolbar a.expandSource { display: none !important; } .syntaxhighlighter.ie { font-size: .9em !important; padding: 1px 0 1px 0 !important; } .syntaxhighlighter.ie .toolbar { line-height: 8px !important; } .syntaxhighlighter.ie .toolbar a { padding-top: 0px !important; } .syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content { background: none !important; } .syntaxhighlighter.printing .line .number { color: #bbbbbb !important; } .syntaxhighlighter.printing .line .content { color: black !important; } .syntaxhighlighter.printing .toolbar { display: none !important; } .syntaxhighlighter.printing a { text-decoration: none !important; } .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a { color: black !important; } .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a { color: #008200 !important; } .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a { color: blue !important; } .syntaxhighlighter.printing .keyword { color: #006699 !important; font-weight: bold !important; } .syntaxhighlighter.printing .preprocessor { color: gray !important; } .syntaxhighlighter.printing .variable { color: #aa7700 !important; } .syntaxhighlighter.printing .value { color: #009900 !important; } .syntaxhighlighter.printing .functions { color: #ff1493 !important; } .syntaxhighlighter.printing .constants { color: #0066cc !important; } .syntaxhighlighter.printing .script { font-weight: bold !important; } .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a { color: gray !important; } .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a { color: #ff1493 !important; } .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a { color: red !important; } .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a { color: black !important; } .syntaxhighlighter { background-color: white !important; } .syntaxhighlighter .line.alt1 { background-color: white !important; } .syntaxhighlighter .line.alt2 { background-color: white !important; } .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { background-color: #c3defe !important; } .syntaxhighlighter .line.highlighted.number { color: white !important; } .syntaxhighlighter table caption { color: black !important; } .syntaxhighlighter .gutter { color: #787878 !important; } .syntaxhighlighter .gutter .line { border-right: 3px solid #d4d0c8 !important; } .syntaxhighlighter .gutter .line.highlighted { background-color: #d4d0c8 !important; color: white !important; } .syntaxhighlighter.printing .line .content { border: none !important; } .syntaxhighlighter.collapsed { overflow: visible !important; } .syntaxhighlighter.collapsed .toolbar { color: #3f5fbf !important; background: white !important; border: 1px solid #d4d0c8 !important; } .syntaxhighlighter.collapsed .toolbar a { color: #3f5fbf !important; } .syntaxhighlighter.collapsed .toolbar a:hover { color: #aa7700 !important; } .syntaxhighlighter .toolbar { color: #a0a0a0 !important; background: #d4d0c8 !important; border: none !important; } .syntaxhighlighter .toolbar a { color: #a0a0a0 !important; } .syntaxhighlighter .toolbar a:hover { color: red !important; } .syntaxhighlighter .plain, .syntaxhighlighter .plain a { color: black !important; } .syntaxhighlighter .comments, .syntaxhighlighter .comments a { color: #3f5fbf !important; } .syntaxhighlighter .string, .syntaxhighlighter .string a { color: #2a00ff !important; } .syntaxhighlighter .keyword { color: #7f0055 !important; } .syntaxhighlighter .preprocessor { color: #646464 !important; } .syntaxhighlighter .variable { color: #aa7700 !important; } .syntaxhighlighter .value { color: #009900 !important; } .syntaxhighlighter .functions { color: #ff1493 !important; } .syntaxhighlighter .constants { color: #0066cc !important; } .syntaxhighlighter .script { font-weight: bold !important; color: #7f0055 !important; background-color: none !important; } .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { color: gray !important; } .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { color: #ff1493 !important; } .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { color: red !important; } .syntaxhighlighter .keyword { font-weight: bold !important; } .syntaxhighlighter .xml .keyword { color: #3f7f7f !important; font-weight: normal !important; } .syntaxhighlighter .xml .color1, .syntaxhighlighter .xml .color1 a { color: #7f007f !important; } .syntaxhighlighter .xml .string { font-style: italic !important; color: #2a00ff !important; } /* patch.css */ .syntaxhighlighter { overflow: visible !important; } /* ../source/App.css */ .tab { background: whitesmoke; border: 1px dotted silver; padding: 6px; margin: 0; } .tab.active { background: lightblue; } .input-decorator { padding: 6px 8px 10px 8px; border-radius: 3px; border: 1px solid; border-color: rgba(0,0,0,0.1); margin: 0; } .input-decorator > input { /* reset */ margin: 0; padding: 0; border: none; outline: none; cursor: pointer; background-color: transparent; font-size: 120%; box-shadow: none; /* FIXME: hack for styling reset on Android */ /* -webkit-appearance: caret;*/ } .packages-editor { background: lightgrey; padding: 20px; border-radius: 8px; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); } #app_left { width: 350px; border: 1px solid orange; } #app_left_tabs { background: #eee; font-size: 120%; } #app_kinds { padding: 8px; font-size: 140%; } #app_index { padding: 8px; font-size: 120%; } #app_modules { padding: 8px; font-size: 140%; } #app_packages { padding: 8px; font-size: 140%; } #app_doc { padding: 8px 8px; } #app_scope { padding: 8px; border-bottom: 1px dotted silver; } #app_header { padding: 8px; } #app_tocFrame { white-space: nowrap; } #app_toc { } #app_bodyFrame { } #app_body { padding: 8px; } /* ../source/presentation.css */ blockquote { margin-top: 0; margin-bottom: 0; } blockquote hr { border: 0; } hr { border-style: dotted; border-bottom-style: none; border-color: #ccc; } a { text-decoration: none; border-bottom: 1px dotted lightblue; color: #3B5982; line-height: 1.3em; } a:hover { text-decoration: none; text-shadow: 0 0 2px orange; -webkit-transition: text-shadow 0.5s; -moz-transition: text-shadow 0.5s; -o-transition: text-shadow 0.5s; -ms-transition: text-shadow 0.5s; } /* a { text-decoration: none; background-color: #ddd; padding: 3px 8px; border-radius: 12px; line-height: 2em; color: #333; } a:hover { background-color: lightblue; -webkit-transition: background-color 0.5s; } */ comment { /*border-left: 2px dotted silver;*/ background: whitesmoke; display: block; padding: 4px 0 4px 12px; margin: 16px 0 4px; /* font-size: small; padding: 8px; font-style: italic; color: green; padding: 16px 0 8px; */ } label { font-weight: bold; color: #D38628; } public { color: Orange; padding-right: 6px; display: none; } protected { color: Red; padding-right: 6px; } published { color: green; padding-right: 6px; } kind { font-size: 130%; font-weight: bold; display: block; } package { color: black; background-color: #B0E0E6; font-size: 90%; padding: 3pt; float: right; } moduleName { font-size: 130%; font-weight: bold; display: block; } superkind { color: #555; display: block; } prototype { font-style: italic; /* font-size: small; color: blue; */ color: #888; } module { text-decoration: underline; color: #C39; cursor: pointer; } topic { /* font-weight: bold; text-decoration: underline; color: #46E; cursor: pointer; */ } column { display: inline-block; font-size: small; padding: 16px; /*border-right: 1px dotted silver;*/ vertical-align: top; } divider { display: block; color: #0D0D0D; font-size: 120%; font-weight: bold; margin-left: -1px; margin-top: 1em; margin-bottom: 5px; /*border-bottom: 1px dotted silver;*/ } code { background-color: white; padding: 2px; } arguments { color: purple; }