From cd5c357ad56c4e462a6c2867ea742800475ad3d0 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 23 Oct 2011 23:43:28 -0400 Subject: [PATCH] Adding combined files --- snipt/snipt.css | 4026 +++++++++++++++++++++++++++++++++++++++++++++++ snipt/snipt.js | 333 ++++ 2 files changed, 4359 insertions(+) create mode 100644 snipt/snipt.css create mode 100644 snipt/snipt.js diff --git a/snipt/snipt.css b/snipt/snipt.css new file mode 100644 index 0000000..667be90 --- /dev/null +++ b/snipt/snipt.css @@ -0,0 +1,4026 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +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, 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, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +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, 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, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +@font-face { + font-family: 'InconsolataMedium'; + src: url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.eot'); + src: url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.eot?#iefix') format('embedded-opentype'), url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.woff') format('woff'), url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.ttf') format('truetype'), url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.svg#InconsolataMedium') format('svg'); + font-weight: normal; + font-style: normal; +} +*:focus { + -webkit-box-shadow: 0 0 10px #46cd46; + -moz-box-shadow: 0 0 10px #46cd46; + box-shadow: 0 0 10px #46cd46; +} +html, body { + background: #ffffff url('https://dn2p0mzo970os.cloudfront.net/images/bg.gif') top left repeat; +} +body { + color: #666; + font: normal 14px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + overflow-y: scroll; + text-rendering: optimizeLegibility; +} +header.main { + background: #12343d url('https://dn2p0mzo970os.cloudfront.net/images/header-bg.gif') top left repeat-x; + border-bottom: 1px solid #DDDDDD; + height: 66px; + position: relative; + z-index: 50; +} +header.main div.inner { + border-left: 1px solid rgba(229, 229, 229, 0.25); + height: 65px; + margin: 0 auto; + position: relative; + width: 939px; +} +header.main div.inner div.shadey { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/header-inner-bg.png') top left no-repeat; + height: 65px; + left: -157px; + position: absolute; + top: 0; + width: 432px; + z-index: 49; +} +header.main div.inner h1 { + float: left; + position: relative; + z-index: 50; +} +header.main div.inner h1 a { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/logo.png') top left no-repeat; + display: block; + float: left; + height: 35px; + margin: 16px 0 0 16px; + text-indent: -1000em; + width: 87px; +} +header.main div.inner form.search { + float: left; + padding: 17px 0 0 20px; + position: relative; + z-index: 50; +} +header.main div.inner form.search div.infield { + position: relative; +} +header.main div.inner form.search div.infield label { + color: #72979C; + cursor: text; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + left: 30px; + position: absolute; + top: 8px; +} +header.main div.inner form.search div.infield input { + background: #17484f url('https://dn2p0mzo970os.cloudfront.net/images/search-icon.png') top left no-repeat; + background: rgba(43, 82, 93, 0.5) url('https://dn2p0mzo970os.cloudfront.net/images/search-icon.png') 8px center no-repeat; + border: 1px solid #3A5E67; + color: #FFF; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin: 0; + padding: 7px; + padding-left: 28px; + width: 175px; + -webkit-background-clip: padding-box; + -webkit-border-radius: 3px; + -moz-background-clip: padding-box; + -moz-border-radius: 3px; + border-radius: 3px; + background-clip: padding-box; + -webkit-box-shadow: inset 0 1px 0px #1d4249; + -moz-box-shadow: inset 0 1px 0px #1d4249; + box-shadow: inset 0 1px 0px #1d4249; +} +header.main div.inner nav.public { + float: left; +} +header.main div.inner nav.public ul { + margin: 0; + padding: 17px 0 0 20px; +} +header.main div.inner nav.public ul li { + display: block; + float: left; +} +header.main div.inner nav.public ul li a { + border-bottom: 2px solid transparent; + color: #FFF; + display: block; + float: left; + font: 500 14px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + padding: 7px; + padding-bottom: 4px; + margin-right: 20px; + text-decoration: none; + -webkit-transition: border .08s linear; + -moz-transition: border .08s linear; + -o-transition: border .08s linear; + transition: border .08s linear; +} +header.main div.inner nav.public ul li a:hover { + border-bottom: 2px solid #3A5E67; +} +header.main div.inner nav.public ul li a.active { + border-bottom: 2px solid #85D2DD; +} +header.main div.inner aside.nav { + border-left: 1px solid rgba(229, 229, 229, 0.25); + float: right; + height: 65px; + width: 189px; +} +section.main { + height: 100%; + margin: 0 auto; + position: relative; + width: 940px; +} +section.main div.ruler { + background: #DDDDDD; + height: 100%; + position: fixed; + top: 0; + width: 1px; + z-index: 48; +} +section.main div.left-y { + margin-left: 0; +} +section.main div.right-y { + margin-left: 750px; +} +section.main div.inner { + float: left; + margin-left: 1px; + width: 749px; +} +section.main aside.main { + float: right; + padding-top: 30px; + width: 190px; +} +section.main aside.main section.ad div.asset { + background: #ffffff url('https://dn2p0mzo970os.cloudfront.net/images/ad.jpg') center center no-repeat; + border: 1px solid #DDDDDD; + height: 130px; + margin: 0 15px 6px; + width: 158px; + -webkit-background-clip: padding-box; + -webkit-border-radius: 3px; + -moz-background-clip: padding-box; + -moz-border-radius: 3px; + border-radius: 3px; + background-clip: padding-box; +} +section.main aside.main section.ad div.meta { + color: #CCC; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin-right: 15px; + text-align: right; + text-transform: uppercase; +} +section.main aside.main section.tags { + margin: 45px 15px; +} +section.main aside.main section.tags h1 { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/tags-icon.png') 0 0 no-repeat; + color: #3BAAF3; + font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + padding-bottom: 5px; + padding-left: 22px; +} +section.main aside.main section.tags ul { + margin: 0 0 15px 0; +} +section.main aside.main section.tags ul li { + margin: 6px 0 6px 22px; +} +section.main aside.main section.tags a { + border-bottom: 1px solid #5AB6F4; + color: #5AB6F4; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + text-decoration: none; +} +section.main aside.main section.tags a:hover { + border-bottom: 1px solid #2B6E9B; + color: #2B6E9B; +} +section.main aside.main section.tags a.view-all { + font-weight: bold; + margin: 0 0 0 22px; +} +section.main aside.main nav.footer { + margin: 45px 15px 32px; +} +section.main aside.main nav.footer ul { + margin: 0; +} +section.main aside.main nav.footer ul li { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/api-icon.png') center left no-repeat; + margin: 6px 0 6px 0; + padding-left: 22px; +} +section.main aside.main nav.footer ul li a { + border-bottom: 1px solid #999; + color: #999; + font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + text-decoration: none; +} +section.main aside.main nav.footer ul li a:hover { + border-bottom: 1px solid #333; + color: #333; +} +section.main aside.main nav.footer ul li.twitter { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/twitter-icon.png') 4px center no-repeat; +} +section.main aside.main nav.footer ul li.pro { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/upgrade-icon.png') 2px center no-repeat; +} +section.main aside.main nav.footer ul li.groups { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/groups-icon.png') 2px center no-repeat; +} +article.snipt { + margin: 30px 0; + position: relative; +} +article.snipt div.number { + color: #CCC; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + left: -115px; + position: absolute; + text-align: right; + top: 4px; + width: 100px; +} +article.snipt div.container { + background: #FFF; + border: 1px solid #DDD; + border-left: 0; + float: left; + position: relative; + width: 618px; +} +article.snipt div.container div.ruler { + background: #DDD; + height: 1px; + left: -3000px; + position: absolute; + top: auto; + width: 3000px; +} +article.snipt div.container div.top-x { + top: -1px; +} +article.snipt div.container div.bottom-x { + bottom: -1px; +} +article.snipt div.container header { + border-bottom: 1px solid #F1F1EE; + -webkit-box-shadow: inset 0 -1px 0 #ffffff; + -moz-box-shadow: inset 0 -1px 0 #ffffff; + box-shadow: inset 0 -1px 0 #ffffff; + background: #fffdf9; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffaf2)); + background: -moz-linear-gradient(center top, #ffffff 0%, #fffaf2 100%); + background: -moz-gradient(center top, #ffffff 0%, #fffaf2 100%); +} +article.snipt div.container header h1 { + clear: left; + font: bold 16px/20px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin: 8px 15px 10px 15px; +} +article.snipt div.container header h1 a { + color: #666; + display: block; + text-decoration: none; + -webkit-transition: color .08s linear; + -moz-transition: color .08s linear; + -o-transition: color .08s linear; + transition: color .08s linear; +} +article.snipt div.container header h1 a:hover { + color: #3BAAF3; +} +article.snipt div.container header h2 { + border: 1px solid #E9E9E9; + border-top: 0; + color: #73BBC5; + display: inline-block; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin-left: 15px; + padding: 3px 8px 2px 8px; +} +article.snipt div.container section.code { + height: 200px; + overflow: hidden; + position: relative; +} +article.snipt div.container section.code div.highlight pre { + font: normal 14px/18px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; + overflow-x: auto; + margin: 0 15px; + min-height: 173px; + padding: 13px 0; +} +article.snipt div.container section.code a.expand { + background: #ffffff url('https://dn2p0mzo970os.cloudfront.net/images/expand.png') 15px 18px no-repeat; + border-top: 1px solid #F1F1EE; + bottom: 0; + color: #999999; + display: block; + font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + padding: 15px 40px 15px 40px; + position: absolute; + text-decoration: none; + text-transform: uppercase; + width: 100%; + -webkit-box-shadow: 0 -25px 25px #ffffff; + -moz-box-shadow: 0 -25px 25px #ffffff; + box-shadow: 0 -25px 25px #ffffff; +} +article.snipt div.container section.code a.expand:hover { + color: #3BAAF3; + font-weight: bold; +} +article.snipt div.container section.emacs a.expand, article.snipt div.container section.default a.expand { + -webkit-box-shadow: 0 -25px 25px #f8f8f8; + -moz-box-shadow: 0 -25px 25px #f8f8f8; + box-shadow: 0 -25px 25px #f8f8f8; +} +article.snipt div.container section.friendly a.expand { + -webkit-box-shadow: 0 -25px 25px #f0f0f0; + -moz-box-shadow: 0 -25px 25px #f0f0f0; + box-shadow: 0 -25px 25px #f0f0f0; +} +article.snipt div.container section.fruity a.expand { + -webkit-box-shadow: 0 -25px 25px #111111; + -moz-box-shadow: 0 -25px 25px #111111; + box-shadow: 0 -25px 25px #111111; +} +article.snipt div.container section.manni a.expand { + -webkit-box-shadow: 0 -25px 25px #f0f3f3; + -moz-box-shadow: 0 -25px 25px #f0f3f3; + box-shadow: 0 -25px 25px #f0f3f3; +} +article.snipt div.container section.monokai a.expand { + -webkit-box-shadow: 0 -25px 25px #272822; + -moz-box-shadow: 0 -25px 25px #272822; + box-shadow: 0 -25px 25px #272822; +} +article.snipt div.container section.native a.expand { + -webkit-box-shadow: 0 -25px 25px #202020; + -moz-box-shadow: 0 -25px 25px #202020; + box-shadow: 0 -25px 25px #202020; +} +article.snipt div.container section.perldoc a.expand { + -webkit-box-shadow: 0 -25px 25px #eeeedd; + -moz-box-shadow: 0 -25px 25px #eeeedd; + box-shadow: 0 -25px 25px #eeeedd; +} +article.snipt div.container section.tango a.expand { + -webkit-box-shadow: 0 -25px 25px #f8f8f8; + -moz-box-shadow: 0 -25px 25px #f8f8f8; + box-shadow: 0 -25px 25px #f8f8f8; +} +article.snipt div.container section.expanded div.highlight pre { + padding-bottom: 60px; +} +article.snipt div.container section.expanded a.expand { + background-image: url('https://dn2p0mzo970os.cloudfront.net/images/collapse.png'); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +article.snipt aside { + float: right; + width: 130px; +} +article.snipt footer { + clear: both; + padding-bottom: 20px; +} +article.snipt footer ul.attrs { + margin: 15px 0 0 15px; +} +article.snipt footer ul.attrs li { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/calendar-icon.png') top left no-repeat; + color: #999; + display: inline; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin-right: 15px; + padding: 1px 0 0 24px; +} +article.snipt footer ul.attrs li a { + color: #999; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + text-decoration: none; +} +article.snipt footer ul.attrs li a:hover { + text-decoration: underline; +} +article.snipt footer ul.attrs li.comments { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/comments-icon.png') 0 2px no-repeat; +} +.group:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} +.hidden { + display: none; +} +// Fonts +@Helvetica: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; +@Inconsolata: 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; +@font-face { + font-family: 'InconsolataMedium'; + src: url('/media/fonts/Inconsolata-webfont.eot'); + src: url('/media/fonts/Inconsolata-webfont.eot?#iefix') format('embedded-opentype'), + url('/media/fonts/Inconsolata-webfont.woff') format('woff'), + url('/media/fonts/Inconsolata-webfont.ttf') format('truetype'), + url('/media/fonts/Inconsolata-webfont.svg#InconsolataMedium') format('svg'); + font-weight: normal; + font-style: normal; + +} + +// Focus +*:focus { + .box-shadow(0, 0, 10px, #46CD46); +} + +// Mixins +.border-radius(@radius: 5px) { + -webkit-background-clip: padding-box; + -webkit-border-radius: @radius; + -moz-background-clip: padding-box; + -moz-border-radius: @radius; + border-radius: @radius; + background-clip: padding-box; +} +.box-shadow(@horizontal: 0px, @vertical: 1px, @blur: 2px, @color: #CCC) { + -webkit-box-shadow: @horizontal @vertical @blur @color; + -moz-box-shadow: @horizontal @vertical @blur @color; + box-shadow: @horizontal @vertical @blur @color; +} +.inset-box-shadow(@horizontal: 0px, @vertical: 1px, @blur: 2px, @color: #CCC) { + -webkit-box-shadow: inset @horizontal @vertical @blur @color; + -moz-box-shadow: inset @horizontal @vertical @blur @color; + box-shadow: inset @horizontal @vertical @blur @color; +} +.multi-color-border(@top, @sides, @bottom) { + border-top: 1px solid @top; + border-left: 1px solid @sides; + border-right: 1px solid @sides; + border-bottom: 1px solid @bottom; +} +.multi-border-radius(@topLeft: 5px, @topRight: 5px, @bottomRight: 5px, @bottomLeft: 5px) { + -webkit-border-top-left-radius: @topLeft; + -webkit-border-top-right-radius: @topRight; + -webkit-border-bottom-right-radius: @bottomRight; + -webkit-border-bottom-left-radius: @bottomLeft; + -moz-border-radius-topleft: @topLeft; + -moz-border-radius-topright: @topRight; + -moz-border-radius-bottomright: @bottomRight; + -moz-border-radius-bottomleft: @bottomLeft; + border-top-left-radius: @topLeft; + border-top-right-radius: @topRight; + border-bottom-right-radius: @bottomRight; + border-bottom-left-radius: @bottomLeft; +} +.vertical-gradient(@start: #000, @stop: #FFF) { background: (@start + @stop) / 2; + background: -webkit-gradient(linear, left top, left bottom, from(@start), to(@stop)); + background: -moz-linear-gradient(center top, @start 0%, @stop 100%); + background: -moz-gradient(center top, @start 0%, @stop 100%); +} +.vertical-gradient-with-image(@start: #000, @stop: #FFF, @image) { + background: (@start + @stop) / 2 @image; + background: @image, -webkit-gradient(linear, left top, left bottom, from(@start), to(@stop)); + background: @image, -moz-linear-gradient(center top, @start 0%, @stop 100%); + background: @image, -moz-gradient(center top, @start 0%, @stop 100%); +} + +// Page +html, body { + background: #FFF url('/media/images/bg.gif') top left repeat; +} +body { + color: #666; + font: normal 14px @Helvetica; + overflow-y: scroll; + text-rendering: optimizeLegibility; +} + +// Global +header.main { + background: #12343D url('/media/images/header-bg.gif') top left repeat-x; + border-bottom: 1px solid #DDDDDD; + height: 66px; + position: relative; + z-index: 50; + + div.inner { + border-left: 1px solid rgba(229, 229, 229, .25); + height: 65px; + margin: 0 auto; + position: relative; + width: 939px; + + div.shadey { + background: transparent url('/media/images/header-inner-bg.png') top left no-repeat; + height: 65px; + left: -157px; + position: absolute; + top: 0; + width: 432px; + z-index: 49; + } + h1 { + float: left; + position: relative; + z-index: 50; + + a { + background: transparent url('/media/images/logo.png') top left no-repeat; + display: block; + float: left; + height: 35px; + margin: 16px 0 0 16px; + text-indent: -1000em; + width: 87px; + } + } + form.search { + float: left; + padding: 17px 0 0 20px; + position: relative; + z-index: 50; + + div.infield { + position: relative; + + label { + color: #72979C; + cursor: text; + font: normal 12px @Helvetica; + left: 30px; + position: absolute; + top: 8px; + } + input { + background: #17484F url('/media/images/search-icon.png') top left no-repeat; + background: rgba(43, 82, 93, .5) url('/media/images/search-icon.png') 8px center no-repeat; + border: 1px solid #3A5E67; + color: #FFF; + font: normal 12px @Helvetica; + margin: 0; + padding: 7px; + padding-left: 28px; + width: 175px; + .border-radius(3px); + .inset-box-shadow(0, 1px, 0px, #1D4249); + } + } + } + nav.public { + float: left; + + ul { + margin: 0; + padding: 17px 0 0 20px; + + li { + display: block; + float: left; + + a { + border-bottom: 2px solid transparent; + color: #FFF; + display: block; + float: left; + font: 500 14px @Helvetica; + padding: 7px; + padding-bottom: 4px; + margin-right: 20px; + text-decoration: none; + -webkit-transition: border .08s linear; + -moz-transition: border .08s linear; + -o-transition: border .08s linear; + transition: border .08s linear; + + &:hover { + border-bottom: 2px solid #3A5E67; + } + &.active { + border-bottom: 2px solid #85D2DD; + } + } + } + } + } + aside.nav { + border-left: 1px solid rgba(229, 229, 229, .25); + float: right; + height: 65px; + width: 189px; + } + } +} +section.main { + height: 100%; + margin: 0 auto; + position: relative; + width: 940px; + + div.ruler { + background: #DDDDDD; + height: 100%; + position: fixed; + top: 0; + width: 1px; + z-index: 48; + } + div.left-y { + margin-left: 0; + } + div.right-y { + margin-left: 750px; + } + div.inner { + float: left; + margin-left: 1px; + width: 749px; + } + aside.main { + float: right; + padding-top: 30px; + width: 190px; + + section.ad { + div.asset { + background: #FFF url('/media/images/ad.jpg') center center no-repeat; + border: 1px solid #DDDDDD; + height: 130px; + margin: 0 15px 6px; + width: 158px; + .border-radius(3px); + } + div.meta { + color: #CCC; + font: normal 12px @Helvetica; + margin-right: 15px; + text-align: right; + text-transform: uppercase; + } + } + section.tags { + margin: 45px 15px; + + h1 { + background: transparent url('/media/images/tags-icon.png') 0 0 no-repeat; + color: #3BAAF3; + font: bold 12px @Helvetica; + padding-bottom: 5px; + padding-left: 22px; + } + ul { + margin: 0 0 15px 0; + + li { + margin: 6px 0 6px 22px; + } + } + a { + border-bottom: 1px solid #5AB6F4; + color: #5AB6F4; + font: normal 12px @Helvetica; + text-decoration: none; + + &:hover { + border-bottom: 1px solid #2B6E9B; + color: #2B6E9B; + } + &.view-all { + font-weight: bold; + margin: 0 0 0 22px; + } + } + } + nav.footer { + margin: 45px 15px 32px; + + ul { + margin: 0; + + li { + background: transparent url('/media/images/api-icon.png') center left no-repeat; + margin: 6px 0 6px 0; + padding-left: 22px; + + a { + border-bottom: 1px solid #999; + color: #999; + font: bold 12px @Helvetica; + text-decoration: none; + + &:hover { + border-bottom: 1px solid #333; + color: #333; + } + } + &.twitter { + background: transparent url('/media/images/twitter-icon.png') 4px center no-repeat; + } + &.pro { + background: transparent url('/media/images/upgrade-icon.png') 2px center no-repeat; + } + &.groups { + background: transparent url('/media/images/groups-icon.png') 2px center no-repeat; + } + } + } + } + } +} +article.snipt { + margin: 30px 0; + position: relative; + + div.number { + color: #CCC; + font: normal 12px @Helvetica; + left: -115px; + position: absolute; + text-align: right; + top: 4px; + width: 100px; + } + div.container { + background: #FFF; + border: 1px solid #DDD; + border-left: 0; + float: left; + position: relative; + width: 618px; + + div.ruler { + background: #DDD; + height: 1px; + left: -3000px; + position: absolute; + top: auto; + width: 3000px; + } + div.top-x { + top: -1px; + } + div.bottom-x { + bottom: -1px; + } + header { + border-bottom: 1px solid #F1F1EE; + .inset-box-shadow(0, -1px, 0, #FFF); + .vertical-gradient(#FFF, #FFFAF2); + + h1 { + clear: left; + font: bold 16px/20px @Helvetica; + margin: 8px 15px 10px 15px; + + a { + color: #666; + display: block; + text-decoration: none; + -webkit-transition: color .08s linear; + -moz-transition: color .08s linear; + -o-transition: color .08s linear; + transition: color .08s linear; + + &:hover { + color: #3BAAF3; + } + } + } + h2 { + border: 1px solid #E9E9E9; + border-top: 0; + color: #73BBC5; + display: inline-block; + font: normal 12px @Helvetica; + margin-left: 15px; + padding: 3px 8px 2px 8px; + } + } + section.code { + height: 200px; + overflow: hidden; + position: relative; + + div.highlight { + pre { + font: normal 14px/18px @Inconsolata; + overflow-x: auto; + margin: 0 15px; + min-height: 173px; + padding: 13px 0; + } + } + a.expand { + background: #FFF url('/media/images/expand.png') 15px 18px no-repeat; + border-top: 1px solid #F1F1EE; + bottom: 0; + color: #999999; + display: block; + font: bold 12px @Helvetica; + padding: 15px 40px 15px 40px; + position: absolute; + text-decoration: none; + text-transform: uppercase; + width: 100%; + .box-shadow(0, -25px, 25px, #FFF); + + &:hover { + color: #3BAAF3; + font-weight: bold; + } + } + } + section.emacs, section.default { + a.expand { + .box-shadow(0, -25px, 25px, #F8F8F8); + } + } + section.friendly { + a.expand { + .box-shadow(0, -25px, 25px, #F0F0F0); + } + } + section.fruity { + a.expand { + .box-shadow(0, -25px, 25px, #111111); + } + } + section.manni { + a.expand { + .box-shadow(0, -25px, 25px, #F0F3F3); + } + } + section.monokai { + a.expand { + .box-shadow(0, -25px, 25px, #272822); + } + } + section.native { + a.expand { + .box-shadow(0, -25px, 25px, #202020); + } + } + section.perldoc { + a.expand { + .box-shadow(0, -25px, 25px, #EEEEDD); + } + } + section.tango { + a.expand { + .box-shadow(0, -25px, 25px, #F8F8F8); + } + } + section.expanded { + div.highlight { + pre { + padding-bottom: 60px; + } + } + a.expand { + background-image: url('/media/images/collapse.png'); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + } + } + aside { + float: right; + width: 130px; + } + footer { + clear: both; + padding-bottom: 20px; + + ul.attrs { + margin: 15px 0 0 15px; + + li { + background: transparent url('/media/images/calendar-icon.png') top left no-repeat; + color: #999; + display: inline; + font: normal 12px @Helvetica; + margin-right: 15px; + padding: 1px 0 0 24px; + + a { + color: #999; + font: normal 12px @Helvetica; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + &.comments { + background: transparent url('/media/images/comments-icon.png') 0 2px no-repeat; + } + } + } + } +} + +// Utils +.group:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} +.hidden { + display: none; +} +.autumn { background-color: #FFF; color: #000; } +.autumn .hll { background-color: #ffffcc } +.autumn .c { color: #aaaaaa; font-style: italic } /* Comment */ +.autumn .err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.autumn .k { color: #0000aa } /* Keyword */ +.autumn .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */ +.autumn .cp { color: #4c8317 } /* Comment.Preproc */ +.autumn .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */ +.autumn .cs { color: #0000aa; font-style: italic } /* Comment.Special */ +.autumn .gd { color: #aa0000 } /* Generic.Deleted */ +.autumn .ge { font-style: italic } /* Generic.Emph */ +.autumn .gr { color: #aa0000 } /* Generic.Error */ +.autumn .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.autumn .gi { color: #00aa00 } /* Generic.Inserted */ +.autumn .go { color: #888888 } /* Generic.Output */ +.autumn .gp { color: #555555 } /* Generic.Prompt */ +.autumn .gs { font-weight: bold } /* Generic.Strong */ +.autumn .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.autumn .gt { color: #aa0000 } /* Generic.Traceback */ +.autumn .kc { color: #0000aa } /* Keyword.Constant */ +.autumn .kd { color: #0000aa } /* Keyword.Declaration */ +.autumn .kn { color: #0000aa } /* Keyword.Namespace */ +.autumn .kp { color: #0000aa } /* Keyword.Pseudo */ +.autumn .kr { color: #0000aa } /* Keyword.Reserved */ +.autumn .kt { color: #00aaaa } /* Keyword.Type */ +.autumn .m { color: #009999 } /* Literal.Number */ +.autumn .s { color: #aa5500 } /* Literal.String */ +.autumn .na { color: #1e90ff } /* Name.Attribute */ +.autumn .nb { color: #00aaaa } /* Name.Builtin */ +.autumn .nc { color: #00aa00; text-decoration: underline } /* Name.Class */ +.autumn .no { color: #aa0000 } /* Name.Constant */ +.autumn .nd { color: #888888 } /* Name.Decorator */ +.autumn .ni { color: #800000; font-weight: bold } /* Name.Entity */ +.autumn .nf { color: #00aa00 } /* Name.Function */ +.autumn .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */ +.autumn .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ +.autumn .nv { color: #aa0000 } /* Name.Variable */ +.autumn .ow { color: #0000aa } /* Operator.Word */ +.autumn .w { color: #bbbbbb } /* Text.Whitespace */ +.autumn .mf { color: #009999 } /* Literal.Number.Float */ +.autumn .mh { color: #009999 } /* Literal.Number.Hex */ +.autumn .mi { color: #009999 } /* Literal.Number.Integer */ +.autumn .mo { color: #009999 } /* Literal.Number.Oct */ +.autumn .sb { color: #aa5500 } /* Literal.String.Backtick */ +.autumn .sc { color: #aa5500 } /* Literal.String.Char */ +.autumn .sd { color: #aa5500 } /* Literal.String.Doc */ +.autumn .s2 { color: #aa5500 } /* Literal.String.Double */ +.autumn .se { color: #aa5500 } /* Literal.String.Escape */ +.autumn .sh { color: #aa5500 } /* Literal.String.Heredoc */ +.autumn .si { color: #aa5500 } /* Literal.String.Interpol */ +.autumn .sx { color: #aa5500 } /* Literal.String.Other */ +.autumn .sr { color: #009999 } /* Literal.String.Regex */ +.autumn .s1 { color: #aa5500 } /* Literal.String.Single */ +.autumn .ss { color: #0000aa } /* Literal.String.Symbol */ +.autumn .bp { color: #00aaaa } /* Name.Builtin.Pseudo */ +.autumn .vc { color: #aa0000 } /* Name.Variable.Class */ +.autumn .vg { color: #aa0000 } /* Name.Variable.Global */ +.autumn .vi { color: #aa0000 } /* Name.Variable.Instance */ +.autumn .il { color: #009999 } /* Literal.Number.Integer.Long */ + +.borland { background-color: #FFF; color: #000; } +.borland .hll { background-color: #ffffcc } +.borland .c { color: #008800; font-style: italic } /* Comment */ +.borland .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.borland .k { color: #000080; font-weight: bold } /* Keyword */ +.borland .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.borland .cp { color: #008080 } /* Comment.Preproc */ +.borland .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.borland .cs { color: #008800; font-weight: bold } /* Comment.Special */ +.borland .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.borland .ge { font-style: italic } /* Generic.Emph */ +.borland .gr { color: #aa0000 } /* Generic.Error */ +.borland .gh { color: #999999 } /* Generic.Heading */ +.borland .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.borland .go { color: #888888 } /* Generic.Output */ +.borland .gp { color: #555555 } /* Generic.Prompt */ +.borland .gs { font-weight: bold } /* Generic.Strong */ +.borland .gu { color: #aaaaaa } /* Generic.Subheading */ +.borland .gt { color: #aa0000 } /* Generic.Traceback */ +.borland .kc { color: #000080; font-weight: bold } /* Keyword.Constant */ +.borland .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */ +.borland .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */ +.borland .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */ +.borland .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */ +.borland .kt { color: #000080; font-weight: bold } /* Keyword.Type */ +.borland .m { color: #0000FF } /* Literal.Number */ +.borland .s { color: #0000FF } /* Literal.String */ +.borland .na { color: #FF0000 } /* Name.Attribute */ +.borland .nt { color: #000080; font-weight: bold } /* Name.Tag */ +.borland .ow { font-weight: bold } /* Operator.Word */ +.borland .w { color: #bbbbbb } /* Text.Whitespace */ +.borland .mf { color: #0000FF } /* Literal.Number.Float */ +.borland .mh { color: #0000FF } /* Literal.Number.Hex */ +.borland .mi { color: #0000FF } /* Literal.Number.Integer */ +.borland .mo { color: #0000FF } /* Literal.Number.Oct */ +.borland .sb { color: #0000FF } /* Literal.String.Backtick */ +.borland .sc { color: #800080 } /* Literal.String.Char */ +.borland .sd { color: #0000FF } /* Literal.String.Doc */ +.borland .s2 { color: #0000FF } /* Literal.String.Double */ +.borland .se { color: #0000FF } /* Literal.String.Escape */ +.borland .sh { color: #0000FF } /* Literal.String.Heredoc */ +.borland .si { color: #0000FF } /* Literal.String.Interpol */ +.borland .sx { color: #0000FF } /* Literal.String.Other */ +.borland .sr { color: #0000FF } /* Literal.String.Regex */ +.borland .s1 { color: #0000FF } /* Literal.String.Single */ +.borland .ss { color: #0000FF } /* Literal.String.Symbol */ +.borland .il { color: #0000FF } /* Literal.Number.Integer.Long */ + +.bw { background-color: #FFFFFF; color: #000; } +.bw .hll { background-color: #ffffcc } +.bw .c { font-style: italic } /* Comment */ +.bw .err { border: 1px solid #FF0000 } /* Error */ +.bw .k { font-weight: bold } /* Keyword */ +.bw .cm { font-style: italic } /* Comment.Multiline */ +.bw .c1 { font-style: italic } /* Comment.Single */ +.bw .cs { font-style: italic } /* Comment.Special */ +.bw .ge { font-style: italic } /* Generic.Emph */ +.bw .gh { font-weight: bold } /* Generic.Heading */ +.bw .gp { font-weight: bold } /* Generic.Prompt */ +.bw .gs { font-weight: bold } /* Generic.Strong */ +.bw .gu { font-weight: bold } /* Generic.Subheading */ +.bw .kc { font-weight: bold } /* Keyword.Constant */ +.bw .kd { font-weight: bold } /* Keyword.Declaration */ +.bw .kn { font-weight: bold } /* Keyword.Namespace */ +.bw .kr { font-weight: bold } /* Keyword.Reserved */ +.bw .s { font-style: italic } /* Literal.String */ +.bw .nc { font-weight: bold } /* Name.Class */ +.bw .ni { font-weight: bold } /* Name.Entity */ +.bw .ne { font-weight: bold } /* Name.Exception */ +.bw .nn { font-weight: bold } /* Name.Namespace */ +.bw .nt { font-weight: bold } /* Name.Tag */ +.bw .ow { font-weight: bold } /* Operator.Word */ +.bw .sb { font-style: italic } /* Literal.String.Backtick */ +.bw .sc { font-style: italic } /* Literal.String.Char */ +.bw .sd { font-style: italic } /* Literal.String.Doc */ +.bw .s2 { font-style: italic } /* Literal.String.Double */ +.bw .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */ +.bw .sh { font-style: italic } /* Literal.String.Heredoc */ +.bw .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */ +.bw .sx { font-style: italic } /* Literal.String.Other */ +.bw .sr { font-style: italic } /* Literal.String.Regex */ +.bw .s1 { font-style: italic } /* Literal.String.Single */ +.bw .ss { font-style: italic } /* Literal.String.Symbol */ + +.colorful { background-color: #FFF; color: #000; } +.colorful .hll { background-color: #ffffcc } +.colorful .c { color: #808080 } /* Comment */ +.colorful .err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.colorful .k { color: #008000; font-weight: bold } /* Keyword */ +.colorful .o { color: #303030 } /* Operator */ +.colorful .cm { color: #808080 } /* Comment.Multiline */ +.colorful .cp { color: #507090 } /* Comment.Preproc */ +.colorful .c1 { color: #808080 } /* Comment.Single */ +.colorful .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ +.colorful .gd { color: #A00000 } /* Generic.Deleted */ +.colorful .ge { font-style: italic } /* Generic.Emph */ +.colorful .gr { color: #FF0000 } /* Generic.Error */ +.colorful .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.colorful .gi { color: #00A000 } /* Generic.Inserted */ +.colorful .go { color: #808080 } /* Generic.Output */ +.colorful .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.colorful .gs { font-weight: bold } /* Generic.Strong */ +.colorful .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.colorful .gt { color: #0040D0 } /* Generic.Traceback */ +.colorful .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.colorful .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.colorful .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.colorful .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */ +.colorful .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.colorful .kt { color: #303090; font-weight: bold } /* Keyword.Type */ +.colorful .m { color: #6000E0; font-weight: bold } /* Literal.Number */ +.colorful .s { background-color: #fff0f0 } /* Literal.String */ +.colorful .na { color: #0000C0 } /* Name.Attribute */ +.colorful .nb { color: #007020 } /* Name.Builtin */ +.colorful .nc { color: #B00060; font-weight: bold } /* Name.Class */ +.colorful .no { color: #003060; font-weight: bold } /* Name.Constant */ +.colorful .nd { color: #505050; font-weight: bold } /* Name.Decorator */ +.colorful .ni { color: #800000; font-weight: bold } /* Name.Entity */ +.colorful .ne { color: #F00000; font-weight: bold } /* Name.Exception */ +.colorful .nf { color: #0060B0; font-weight: bold } /* Name.Function */ +.colorful .nl { color: #907000; font-weight: bold } /* Name.Label */ +.colorful .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.colorful .nt { color: #007000 } /* Name.Tag */ +.colorful .nv { color: #906030 } /* Name.Variable */ +.colorful .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.colorful .w { color: #bbbbbb } /* Text.Whitespace */ +.colorful .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ +.colorful .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ +.colorful .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */ +.colorful .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ +.colorful .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ +.colorful .sc { color: #0040D0 } /* Literal.String.Char */ +.colorful .sd { color: #D04020 } /* Literal.String.Doc */ +.colorful .s2 { background-color: #fff0f0 } /* Literal.String.Double */ +.colorful .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ +.colorful .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ +.colorful .si { background-color: #e0e0e0 } /* Literal.String.Interpol */ +.colorful .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */ +.colorful .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ +.colorful .s1 { background-color: #fff0f0 } /* Literal.String.Single */ +.colorful .ss { color: #A06000 } /* Literal.String.Symbol */ +.colorful .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.colorful .vc { color: #306090 } /* Name.Variable.Class */ +.colorful .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */ +.colorful .vi { color: #3030B0 } /* Name.Variable.Instance */ +.colorful .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */ + +.default { background-color: #F8F8F8; color: #000; } +.default .hll { background-color: #ffffcc } +.default .c { color: #408080; font-style: italic } /* Comment */ +.default .err { border: 1px solid #FF0000 } /* Error */ +.default .k { color: #008000; font-weight: bold } /* Keyword */ +.default .o { color: #666666 } /* Operator */ +.default .cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.default .cp { color: #BC7A00 } /* Comment.Preproc */ +.default .c1 { color: #408080; font-style: italic } /* Comment.Single */ +.default .cs { color: #408080; font-style: italic } /* Comment.Special */ +.default .gd { color: #A00000 } /* Generic.Deleted */ +.default .ge { font-style: italic } /* Generic.Emph */ +.default .gr { color: #FF0000 } /* Generic.Error */ +.default .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.default .gi { color: #00A000 } /* Generic.Inserted */ +.default .go { color: #808080 } /* Generic.Output */ +.default .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.default .gs { font-weight: bold } /* Generic.Strong */ +.default .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.default .gt { color: #0040D0 } /* Generic.Traceback */ +.default .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.default .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.default .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.default .kp { color: #008000 } /* Keyword.Pseudo */ +.default .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.default .kt { color: #B00040 } /* Keyword.Type */ +.default .m { color: #666666 } /* Literal.Number */ +.default .s { color: #BA2121 } /* Literal.String */ +.default .na { color: #7D9029 } /* Name.Attribute */ +.default .nb { color: #008000 } /* Name.Builtin */ +.default .nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.default .no { color: #880000 } /* Name.Constant */ +.default .nd { color: #AA22FF } /* Name.Decorator */ +.default .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.default .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.default .nf { color: #0000FF } /* Name.Function */ +.default .nl { color: #A0A000 } /* Name.Label */ +.default .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.default .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.default .nv { color: #19177C } /* Name.Variable */ +.default .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.default .w { color: #bbbbbb } /* Text.Whitespace */ +.default .mf { color: #666666 } /* Literal.Number.Float */ +.default .mh { color: #666666 } /* Literal.Number.Hex */ +.default .mi { color: #666666 } /* Literal.Number.Integer */ +.default .mo { color: #666666 } /* Literal.Number.Oct */ +.default .sb { color: #BA2121 } /* Literal.String.Backtick */ +.default .sc { color: #BA2121 } /* Literal.String.Char */ +.default .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.default .s2 { color: #BA2121 } /* Literal.String.Double */ +.default .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.default .sh { color: #BA2121 } /* Literal.String.Heredoc */ +.default .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.default .sx { color: #008000 } /* Literal.String.Other */ +.default .sr { color: #BB6688 } /* Literal.String.Regex */ +.default .s1 { color: #BA2121 } /* Literal.String.Single */ +.default .ss { color: #19177C } /* Literal.String.Symbol */ +.default .bp { color: #008000 } /* Name.Builtin.Pseudo */ +.default .vc { color: #19177C } /* Name.Variable.Class */ +.default .vg { color: #19177C } /* Name.Variable.Global */ +.default .vi { color: #19177C } /* Name.Variable.Instance */ +.default .il { color: #666666 } /* Literal.Number.Integer.Long */ + +.emacs { background-color: #F8F8F8; color: #000; } +.emacs .hll { background-color: #ffffcc } +.emacs .c { color: #008800; font-style: italic } /* Comment */ +.emacs .err { border: 1px solid #FF0000 } /* Error */ +.emacs .k { color: #AA22FF; font-weight: bold } /* Keyword */ +.emacs .o { color: #666666 } /* Operator */ +.emacs .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.emacs .cp { color: #008800 } /* Comment.Preproc */ +.emacs .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.emacs .cs { color: #008800; font-weight: bold } /* Comment.Special */ +.emacs .gd { color: #A00000 } /* Generic.Deleted */ +.emacs .ge { font-style: italic } /* Generic.Emph */ +.emacs .gr { color: #FF0000 } /* Generic.Error */ +.emacs .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.emacs .gi { color: #00A000 } /* Generic.Inserted */ +.emacs .go { color: #808080 } /* Generic.Output */ +.emacs .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.emacs .gs { font-weight: bold } /* Generic.Strong */ +.emacs .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.emacs .gt { color: #0040D0 } /* Generic.Traceback */ +.emacs .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ +.emacs .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ +.emacs .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ +.emacs .kp { color: #AA22FF } /* Keyword.Pseudo */ +.emacs .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ +.emacs .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ +.emacs .m { color: #666666 } /* Literal.Number */ +.emacs .s { color: #BB4444 } /* Literal.String */ +.emacs .na { color: #BB4444 } /* Name.Attribute */ +.emacs .nb { color: #AA22FF } /* Name.Builtin */ +.emacs .nc { color: #0000FF } /* Name.Class */ +.emacs .no { color: #880000 } /* Name.Constant */ +.emacs .nd { color: #AA22FF } /* Name.Decorator */ +.emacs .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.emacs .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.emacs .nf { color: #00A000 } /* Name.Function */ +.emacs .nl { color: #A0A000 } /* Name.Label */ +.emacs .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.emacs .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.emacs .nv { color: #B8860B } /* Name.Variable */ +.emacs .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.emacs .w { color: #bbbbbb } /* Text.Whitespace */ +.emacs .mf { color: #666666 } /* Literal.Number.Float */ +.emacs .mh { color: #666666 } /* Literal.Number.Hex */ +.emacs .mi { color: #666666 } /* Literal.Number.Integer */ +.emacs .mo { color: #666666 } /* Literal.Number.Oct */ +.emacs .sb { color: #BB4444 } /* Literal.String.Backtick */ +.emacs .sc { color: #BB4444 } /* Literal.String.Char */ +.emacs .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ +.emacs .s2 { color: #BB4444 } /* Literal.String.Double */ +.emacs .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.emacs .sh { color: #BB4444 } /* Literal.String.Heredoc */ +.emacs .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.emacs .sx { color: #008000 } /* Literal.String.Other */ +.emacs .sr { color: #BB6688 } /* Literal.String.Regex */ +.emacs .s1 { color: #BB4444 } /* Literal.String.Single */ +.emacs .ss { color: #B8860B } /* Literal.String.Symbol */ +.emacs .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ +.emacs .vc { color: #B8860B } /* Name.Variable.Class */ +.emacs .vg { color: #B8860B } /* Name.Variable.Global */ +.emacs .vi { color: #B8860B } /* Name.Variable.Instance */ +.emacs .il { color: #666666 } /* Literal.Number.Integer.Long */ + +.friendly { background-color: #F0F0F0; color: #000; } +.friendly .hll { background-color: #ffffcc } +.friendly .c { color: #60a0b0; font-style: italic } /* Comment */ +.friendly .err { border: 1px solid #FF0000 } /* Error */ +.friendly .k { color: #007020; font-weight: bold } /* Keyword */ +.friendly .o { color: #666666 } /* Operator */ +.friendly .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +.friendly .cp { color: #007020 } /* Comment.Preproc */ +.friendly .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ +.friendly .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +.friendly .gd { color: #A00000 } /* Generic.Deleted */ +.friendly .ge { font-style: italic } /* Generic.Emph */ +.friendly .gr { color: #FF0000 } /* Generic.Error */ +.friendly .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.friendly .gi { color: #00A000 } /* Generic.Inserted */ +.friendly .go { color: #808080 } /* Generic.Output */ +.friendly .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.friendly .gs { font-weight: bold } /* Generic.Strong */ +.friendly .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.friendly .gt { color: #0040D0 } /* Generic.Traceback */ +.friendly .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.friendly .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.friendly .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.friendly .kp { color: #007020 } /* Keyword.Pseudo */ +.friendly .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.friendly .kt { color: #902000 } /* Keyword.Type */ +.friendly .m { color: #40a070 } /* Literal.Number */ +.friendly .s { color: #4070a0 } /* Literal.String */ +.friendly .na { color: #4070a0 } /* Name.Attribute */ +.friendly .nb { color: #007020 } /* Name.Builtin */ +.friendly .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.friendly .no { color: #60add5 } /* Name.Constant */ +.friendly .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.friendly .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.friendly .ne { color: #007020 } /* Name.Exception */ +.friendly .nf { color: #06287e } /* Name.Function */ +.friendly .nl { color: #002070; font-weight: bold } /* Name.Label */ +.friendly .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.friendly .nt { color: #062873; font-weight: bold } /* Name.Tag */ +.friendly .nv { color: #bb60d5 } /* Name.Variable */ +.friendly .ow { color: #007020; font-weight: bold } /* Operator.Word */ +.friendly .w { color: #bbbbbb } /* Text.Whitespace */ +.friendly .mf { color: #40a070 } /* Literal.Number.Float */ +.friendly .mh { color: #40a070 } /* Literal.Number.Hex */ +.friendly .mi { color: #40a070 } /* Literal.Number.Integer */ +.friendly .mo { color: #40a070 } /* Literal.Number.Oct */ +.friendly .sb { color: #4070a0 } /* Literal.String.Backtick */ +.friendly .sc { color: #4070a0 } /* Literal.String.Char */ +.friendly .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.friendly .s2 { color: #4070a0 } /* Literal.String.Double */ +.friendly .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.friendly .sh { color: #4070a0 } /* Literal.String.Heredoc */ +.friendly .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.friendly .sx { color: #c65d09 } /* Literal.String.Other */ +.friendly .sr { color: #235388 } /* Literal.String.Regex */ +.friendly .s1 { color: #4070a0 } /* Literal.String.Single */ +.friendly .ss { color: #517918 } /* Literal.String.Symbol */ +.friendly .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.friendly .vc { color: #bb60d5 } /* Name.Variable.Class */ +.friendly .vg { color: #bb60d5 } /* Name.Variable.Global */ +.friendly .vi { color: #bb60d5 } /* Name.Variable.Instance */ +.friendly .il { color: #40a070 } /* Literal.Number.Integer.Long */ + +.fruity { background-color: #111111; color: #FFF; } +.fruity .hll { background-color: #333333 } +.fruity .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ +.fruity .err { color: #ffffff } /* Error */ +.fruity .g { color: #ffffff } /* Generic */ +.fruity .k { color: #fb660a; font-weight: bold } /* Keyword */ +.fruity .l { color: #ffffff } /* Literal */ +.fruity .n { color: #ffffff } /* Name */ +.fruity .o { color: #ffffff } /* Operator */ +.fruity .x { color: #ffffff } /* Other */ +.fruity .p { color: #ffffff } /* Punctuation */ +.fruity .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ +.fruity .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ +.fruity .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ +.fruity .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ +.fruity .gd { color: #ffffff } /* Generic.Deleted */ +.fruity .ge { color: #ffffff } /* Generic.Emph */ +.fruity .gr { color: #ffffff } /* Generic.Error */ +.fruity .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.fruity .gi { color: #ffffff } /* Generic.Inserted */ +.fruity .go { color: #444444; background-color: #222222 } /* Generic.Output */ +.fruity .gp { color: #ffffff } /* Generic.Prompt */ +.fruity .gs { color: #ffffff } /* Generic.Strong */ +.fruity .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ +.fruity .gt { color: #ffffff } /* Generic.Traceback */ +.fruity .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ +.fruity .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ +.fruity .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ +.fruity .kp { color: #fb660a } /* Keyword.Pseudo */ +.fruity .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ +.fruity .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ +.fruity .ld { color: #ffffff } /* Literal.Date */ +.fruity .m { color: #0086f7; font-weight: bold } /* Literal.Number */ +.fruity .s { color: #0086d2 } /* Literal.String */ +.fruity .na { color: #ff0086; font-weight: bold } /* Name.Attribute */ +.fruity .nb { color: #ffffff } /* Name.Builtin */ +.fruity .nc { color: #ffffff } /* Name.Class */ +.fruity .no { color: #0086d2 } /* Name.Constant */ +.fruity .nd { color: #ffffff } /* Name.Decorator */ +.fruity .ni { color: #ffffff } /* Name.Entity */ +.fruity .ne { color: #ffffff } /* Name.Exception */ +.fruity .nf { color: #ff0086; font-weight: bold } /* Name.Function */ +.fruity .nl { color: #ffffff } /* Name.Label */ +.fruity .nn { color: #ffffff } /* Name.Namespace */ +.fruity .nx { color: #ffffff } /* Name.Other */ +.fruity .py { color: #ffffff } /* Name.Property */ +.fruity .nt { color: #fb660a; font-weight: bold } /* Name.Tag */ +.fruity .nv { color: #fb660a } /* Name.Variable */ +.fruity .ow { color: #ffffff } /* Operator.Word */ +.fruity .w { color: #888888 } /* Text.Whitespace */ +.fruity .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ +.fruity .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ +.fruity .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ +.fruity .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ +.fruity .sb { color: #0086d2 } /* Literal.String.Backtick */ +.fruity .sc { color: #0086d2 } /* Literal.String.Char */ +.fruity .sd { color: #0086d2 } /* Literal.String.Doc */ +.fruity .s2 { color: #0086d2 } /* Literal.String.Double */ +.fruity .se { color: #0086d2 } /* Literal.String.Escape */ +.fruity .sh { color: #0086d2 } /* Literal.String.Heredoc */ +.fruity .si { color: #0086d2 } /* Literal.String.Interpol */ +.fruity .sx { color: #0086d2 } /* Literal.String.Other */ +.fruity .sr { color: #0086d2 } /* Literal.String.Regex */ +.fruity .s1 { color: #0086d2 } /* Literal.String.Single */ +.fruity .ss { color: #0086d2 } /* Literal.String.Symbol */ +.fruity .bp { color: #ffffff } /* Name.Builtin.Pseudo */ +.fruity .vc { color: #fb660a } /* Name.Variable.Class */ +.fruity .vg { color: #fb660a } /* Name.Variable.Global */ +.fruity .vi { color: #fb660a } /* Name.Variable.Instance */ +.fruity .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ + +.manni { background-color: #F0F3F3; color: #000; } +.manni .hll { background-color: #ffffcc } +.manni .c { color: #0099FF; font-style: italic } /* Comment */ +.manni .err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.manni .k { color: #006699; font-weight: bold } /* Keyword */ +.manni .o { color: #555555 } /* Operator */ +.manni .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.manni .cp { color: #009999 } /* Comment.Preproc */ +.manni .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ +.manni .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ +.manni .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.manni .ge { font-style: italic } /* Generic.Emph */ +.manni .gr { color: #FF0000 } /* Generic.Error */ +.manni .gh { color: #003300; font-weight: bold } /* Generic.Heading */ +.manni .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.manni .go { color: #AAAAAA } /* Generic.Output */ +.manni .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ +.manni .gs { font-weight: bold } /* Generic.Strong */ +.manni .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ +.manni .gt { color: #99CC66 } /* Generic.Traceback */ +.manni .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ +.manni .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ +.manni .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ +.manni .kp { color: #006699 } /* Keyword.Pseudo */ +.manni .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ +.manni .kt { color: #007788; font-weight: bold } /* Keyword.Type */ +.manni .m { color: #FF6600 } /* Literal.Number */ +.manni .s { color: #CC3300 } /* Literal.String */ +.manni .na { color: #330099 } /* Name.Attribute */ +.manni .nb { color: #336666 } /* Name.Builtin */ +.manni .nc { color: #00AA88; font-weight: bold } /* Name.Class */ +.manni .no { color: #336600 } /* Name.Constant */ +.manni .nd { color: #9999FF } /* Name.Decorator */ +.manni .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.manni .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ +.manni .nf { color: #CC00FF } /* Name.Function */ +.manni .nl { color: #9999FF } /* Name.Label */ +.manni .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ +.manni .nt { color: #330099; font-weight: bold } /* Name.Tag */ +.manni .nv { color: #003333 } /* Name.Variable */ +.manni .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.manni .w { color: #bbbbbb } /* Text.Whitespace */ +.manni .mf { color: #FF6600 } /* Literal.Number.Float */ +.manni .mh { color: #FF6600 } /* Literal.Number.Hex */ +.manni .mi { color: #FF6600 } /* Literal.Number.Integer */ +.manni .mo { color: #FF6600 } /* Literal.Number.Oct */ +.manni .sb { color: #CC3300 } /* Literal.String.Backtick */ +.manni .sc { color: #CC3300 } /* Literal.String.Char */ +.manni .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.manni .s2 { color: #CC3300 } /* Literal.String.Double */ +.manni .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ +.manni .sh { color: #CC3300 } /* Literal.String.Heredoc */ +.manni .si { color: #AA0000 } /* Literal.String.Interpol */ +.manni .sx { color: #CC3300 } /* Literal.String.Other */ +.manni .sr { color: #33AAAA } /* Literal.String.Regex */ +.manni .s1 { color: #CC3300 } /* Literal.String.Single */ +.manni .ss { color: #FFCC33 } /* Literal.String.Symbol */ +.manni .bp { color: #336666 } /* Name.Builtin.Pseudo */ +.manni .vc { color: #003333 } /* Name.Variable.Class */ +.manni .vg { color: #003333 } /* Name.Variable.Global */ +.manni .vi { color: #003333 } /* Name.Variable.Instance */ +.manni .il { color: #FF6600 } /* Literal.Number.Integer.Long */ + +.monokai { background-color: #272822; color: #F8F8F2; } +.monokai .hll { background-color: #49483e } +.monokai .c { color: #75715e } /* Comment */ +.monokai .err { color: #960050; background-color: #1e0010 } /* Error */ +.monokai .k { color: #66d9ef } /* Keyword */ +.monokai .l { color: #ae81ff } /* Literal */ +.monokai .n { color: #f8f8f2 } /* Name */ +.monokai .o { color: #f92672 } /* Operator */ +.monokai .p { color: #f8f8f2 } /* Punctuation */ +.monokai .cm { color: #75715e } /* Comment.Multiline */ +.monokai .cp { color: #75715e } /* Comment.Preproc */ +.monokai .c1 { color: #75715e } /* Comment.Single */ +.monokai .cs { color: #75715e } /* Comment.Special */ +.monokai .ge { font-style: italic } /* Generic.Emph */ +.monokai .gs { font-weight: bold } /* Generic.Strong */ +.monokai .kc { color: #66d9ef } /* Keyword.Constant */ +.monokai .kd { color: #66d9ef } /* Keyword.Declaration */ +.monokai .kn { color: #f92672 } /* Keyword.Namespace */ +.monokai .kp { color: #66d9ef } /* Keyword.Pseudo */ +.monokai .kr { color: #66d9ef } /* Keyword.Reserved */ +.monokai .kt { color: #66d9ef } /* Keyword.Type */ +.monokai .ld { color: #e6db74 } /* Literal.Date */ +.monokai .m { color: #ae81ff } /* Literal.Number */ +.monokai .s { color: #e6db74 } /* Literal.String */ +.monokai .na { color: #a6e22e } /* Name.Attribute */ +.monokai .nb { color: #f8f8f2 } /* Name.Builtin */ +.monokai .nc { color: #a6e22e } /* Name.Class */ +.monokai .no { color: #66d9ef } /* Name.Constant */ +.monokai .nd { color: #a6e22e } /* Name.Decorator */ +.monokai .ni { color: #f8f8f2 } /* Name.Entity */ +.monokai .ne { color: #a6e22e } /* Name.Exception */ +.monokai .nf { color: #a6e22e } /* Name.Function */ +.monokai .nl { color: #f8f8f2 } /* Name.Label */ +.monokai .nn { color: #f8f8f2 } /* Name.Namespace */ +.monokai .nx { color: #a6e22e } /* Name.Other */ +.monokai .py { color: #f8f8f2 } /* Name.Property */ +.monokai .nt { color: #f92672 } /* Name.Tag */ +.monokai .nv { color: #f8f8f2 } /* Name.Variable */ +.monokai .ow { color: #f92672 } /* Operator.Word */ +.monokai .w { color: #f8f8f2 } /* Text.Whitespace */ +.monokai .mf { color: #ae81ff } /* Literal.Number.Float */ +.monokai .mh { color: #ae81ff } /* Literal.Number.Hex */ +.monokai .mi { color: #ae81ff } /* Literal.Number.Integer */ +.monokai .mo { color: #ae81ff } /* Literal.Number.Oct */ +.monokai .sb { color: #e6db74 } /* Literal.String.Backtick */ +.monokai .sc { color: #e6db74 } /* Literal.String.Char */ +.monokai .sd { color: #e6db74 } /* Literal.String.Doc */ +.monokai .s2 { color: #e6db74 } /* Literal.String.Double */ +.monokai .se { color: #ae81ff } /* Literal.String.Escape */ +.monokai .sh { color: #e6db74 } /* Literal.String.Heredoc */ +.monokai .si { color: #e6db74 } /* Literal.String.Interpol */ +.monokai .sx { color: #e6db74 } /* Literal.String.Other */ +.monokai .sr { color: #e6db74 } /* Literal.String.Regex */ +.monokai .s1 { color: #e6db74 } /* Literal.String.Single */ +.monokai .ss { color: #e6db74 } /* Literal.String.Symbol */ +.monokai .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ +.monokai .vc { color: #f8f8f2 } /* Name.Variable.Class */ +.monokai .vg { color: #f8f8f2 } /* Name.Variable.Global */ +.monokai .vi { color: #f8f8f2 } /* Name.Variable.Instance */ +.monokai .il { color: #ae81ff } /* Literal.Number.Integer.Long */ + +.murphy { background-color: #FFF; color: #000; } +.murphy .hll { background-color: #ffffcc } +.murphy .c { color: #606060; font-style: italic } /* Comment */ +.murphy .err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.murphy .k { color: #208090; font-weight: bold } /* Keyword */ +.murphy .o { color: #303030 } /* Operator */ +.murphy .cm { color: #606060; font-style: italic } /* Comment.Multiline */ +.murphy .cp { color: #507090 } /* Comment.Preproc */ +.murphy .c1 { color: #606060; font-style: italic } /* Comment.Single */ +.murphy .cs { color: #c00000; font-weight: bold; font-style: italic } /* Comment.Special */ +.murphy .gd { color: #A00000 } /* Generic.Deleted */ +.murphy .ge { font-style: italic } /* Generic.Emph */ +.murphy .gr { color: #FF0000 } /* Generic.Error */ +.murphy .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.murphy .gi { color: #00A000 } /* Generic.Inserted */ +.murphy .go { color: #808080 } /* Generic.Output */ +.murphy .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.murphy .gs { font-weight: bold } /* Generic.Strong */ +.murphy .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.murphy .gt { color: #0040D0 } /* Generic.Traceback */ +.murphy .kc { color: #208090; font-weight: bold } /* Keyword.Constant */ +.murphy .kd { color: #208090; font-weight: bold } /* Keyword.Declaration */ +.murphy .kn { color: #208090; font-weight: bold } /* Keyword.Namespace */ +.murphy .kp { color: #0080f0; font-weight: bold } /* Keyword.Pseudo */ +.murphy .kr { color: #208090; font-weight: bold } /* Keyword.Reserved */ +.murphy .kt { color: #6060f0; font-weight: bold } /* Keyword.Type */ +.murphy .m { color: #6000E0; font-weight: bold } /* Literal.Number */ +.murphy .s { background-color: #e0e0ff } /* Literal.String */ +.murphy .na { color: #000070 } /* Name.Attribute */ +.murphy .nb { color: #007020 } /* Name.Builtin */ +.murphy .nc { color: #e090e0; font-weight: bold } /* Name.Class */ +.murphy .no { color: #50e0d0; font-weight: bold } /* Name.Constant */ +.murphy .nd { color: #505050; font-weight: bold } /* Name.Decorator */ +.murphy .ni { color: #800000 } /* Name.Entity */ +.murphy .ne { color: #F00000; font-weight: bold } /* Name.Exception */ +.murphy .nf { color: #50e0d0; font-weight: bold } /* Name.Function */ +.murphy .nl { color: #907000; font-weight: bold } /* Name.Label */ +.murphy .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.murphy .nt { color: #007000 } /* Name.Tag */ +.murphy .nv { color: #003060 } /* Name.Variable */ +.murphy .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.murphy .w { color: #bbbbbb } /* Text.Whitespace */ +.murphy .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ +.murphy .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ +.murphy .mi { color: #6060f0; font-weight: bold } /* Literal.Number.Integer */ +.murphy .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ +.murphy .sb { background-color: #e0e0ff } /* Literal.String.Backtick */ +.murphy .sc { color: #8080F0 } /* Literal.String.Char */ +.murphy .sd { color: #D04020 } /* Literal.String.Doc */ +.murphy .s2 { background-color: #e0e0ff } /* Literal.String.Double */ +.murphy .se { color: #606060; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */ +.murphy .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */ +.murphy .si { background-color: #e0e0e0 } /* Literal.String.Interpol */ +.murphy .sx { color: #f08080; background-color: #e0e0ff } /* Literal.String.Other */ +.murphy .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */ +.murphy .s1 { background-color: #e0e0ff } /* Literal.String.Single */ +.murphy .ss { color: #f0c080 } /* Literal.String.Symbol */ +.murphy .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.murphy .vc { color: #c0c0f0 } /* Name.Variable.Class */ +.murphy .vg { color: #f08040 } /* Name.Variable.Global */ +.murphy .vi { color: #a0a0f0 } /* Name.Variable.Instance */ +.murphy .il { color: #6060f0; font-weight: bold } /* Literal.Number.Integer.Long */ + +.native { background-color: #202020; color: #D0D0D0 } +.native .hll { background-color: #404040 } +.native .c { color: #999999; font-style: italic } /* Comment */ +.native .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.native .g { color: #d0d0d0 } /* Generic */ +.native .k { color: #6ab825; font-weight: bold } /* Keyword */ +.native .l { color: #d0d0d0 } /* Literal */ +.native .n { color: #d0d0d0 } /* Name */ +.native .o { color: #d0d0d0 } /* Operator */ +.native .x { color: #d0d0d0 } /* Other */ +.native .p { color: #d0d0d0 } /* Punctuation */ +.native .cm { color: #999999; font-style: italic } /* Comment.Multiline */ +.native .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ +.native .c1 { color: #999999; font-style: italic } /* Comment.Single */ +.native .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +.native .gd { color: #d22323 } /* Generic.Deleted */ +.native .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ +.native .gr { color: #d22323 } /* Generic.Error */ +.native .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.native .gi { color: #589819 } /* Generic.Inserted */ +.native .go { color: #cccccc } /* Generic.Output */ +.native .gp { color: #aaaaaa } /* Generic.Prompt */ +.native .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ +.native .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ +.native .gt { color: #d22323 } /* Generic.Traceback */ +.native .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ +.native .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ +.native .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ +.native .kp { color: #6ab825 } /* Keyword.Pseudo */ +.native .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ +.native .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ +.native .ld { color: #d0d0d0 } /* Literal.Date */ +.native .m { color: #3677a9 } /* Literal.Number */ +.native .s { color: #ed9d13 } /* Literal.String */ +.native .na { color: #bbbbbb } /* Name.Attribute */ +.native .nb { color: #24909d } /* Name.Builtin */ +.native .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ +.native .no { color: #40ffff } /* Name.Constant */ +.native .nd { color: #ffa500 } /* Name.Decorator */ +.native .ni { color: #d0d0d0 } /* Name.Entity */ +.native .ne { color: #bbbbbb } /* Name.Exception */ +.native .nf { color: #447fcf } /* Name.Function */ +.native .nl { color: #d0d0d0 } /* Name.Label */ +.native .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ +.native .nx { color: #d0d0d0 } /* Name.Other */ +.native .py { color: #d0d0d0 } /* Name.Property */ +.native .nt { color: #6ab825; font-weight: bold } /* Name.Tag */ +.native .nv { color: #40ffff } /* Name.Variable */ +.native .ow { color: #6ab825; font-weight: bold } /* Operator.Word */ +.native .w { color: #666666 } /* Text.Whitespace */ +.native .mf { color: #3677a9 } /* Literal.Number.Float */ +.native .mh { color: #3677a9 } /* Literal.Number.Hex */ +.native .mi { color: #3677a9 } /* Literal.Number.Integer */ +.native .mo { color: #3677a9 } /* Literal.Number.Oct */ +.native .sb { color: #ed9d13 } /* Literal.String.Backtick */ +.native .sc { color: #ed9d13 } /* Literal.String.Char */ +.native .sd { color: #ed9d13 } /* Literal.String.Doc */ +.native .s2 { color: #ed9d13 } /* Literal.String.Double */ +.native .se { color: #ed9d13 } /* Literal.String.Escape */ +.native .sh { color: #ed9d13 } /* Literal.String.Heredoc */ +.native .si { color: #ed9d13 } /* Literal.String.Interpol */ +.native .sx { color: #ffa500 } /* Literal.String.Other */ +.native .sr { color: #ed9d13 } /* Literal.String.Regex */ +.native .s1 { color: #ed9d13 } /* Literal.String.Single */ +.native .ss { color: #ed9d13 } /* Literal.String.Symbol */ +.native .bp { color: #24909d } /* Name.Builtin.Pseudo */ +.native .vc { color: #40ffff } /* Name.Variable.Class */ +.native .vg { color: #40ffff } /* Name.Variable.Global */ +.native .vi { color: #40ffff } /* Name.Variable.Instance */ +.native .il { color: #3677a9 } /* Literal.Number.Integer.Long */ + +.pastie { background-color: #FFF; color: #000 } +.pastie .hll { background-color: #ffffcc } +.pastie .c { color: #888888 } /* Comment */ +.pastie .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.pastie .k { color: #008800; font-weight: bold } /* Keyword */ +.pastie .cm { color: #888888 } /* Comment.Multiline */ +.pastie .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ +.pastie .c1 { color: #888888 } /* Comment.Single */ +.pastie .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ +.pastie .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.pastie .ge { font-style: italic } /* Generic.Emph */ +.pastie .gr { color: #aa0000 } /* Generic.Error */ +.pastie .gh { color: #303030 } /* Generic.Heading */ +.pastie .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.pastie .go { color: #888888 } /* Generic.Output */ +.pastie .gp { color: #555555 } /* Generic.Prompt */ +.pastie .gs { font-weight: bold } /* Generic.Strong */ +.pastie .gu { color: #606060 } /* Generic.Subheading */ +.pastie .gt { color: #aa0000 } /* Generic.Traceback */ +.pastie .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ +.pastie .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ +.pastie .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ +.pastie .kp { color: #008800 } /* Keyword.Pseudo */ +.pastie .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ +.pastie .kt { color: #888888; font-weight: bold } /* Keyword.Type */ +.pastie .m { color: #0000DD; font-weight: bold } /* Literal.Number */ +.pastie .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ +.pastie .na { color: #336699 } /* Name.Attribute */ +.pastie .nb { color: #003388 } /* Name.Builtin */ +.pastie .nc { color: #bb0066; font-weight: bold } /* Name.Class */ +.pastie .no { color: #003366; font-weight: bold } /* Name.Constant */ +.pastie .nd { color: #555555 } /* Name.Decorator */ +.pastie .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ +.pastie .nf { color: #0066bb; font-weight: bold } /* Name.Function */ +.pastie .nl { color: #336699; font-style: italic } /* Name.Label */ +.pastie .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ +.pastie .py { color: #336699; font-weight: bold } /* Name.Property */ +.pastie .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ +.pastie .nv { color: #336699 } /* Name.Variable */ +.pastie .ow { color: #008800 } /* Operator.Word */ +.pastie .w { color: #bbbbbb } /* Text.Whitespace */ +.pastie .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ +.pastie .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ +.pastie .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ +.pastie .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ +.pastie .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ +.pastie .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ +.pastie .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ +.pastie .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ +.pastie .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ +.pastie .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ +.pastie .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ +.pastie .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ +.pastie .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ +.pastie .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ +.pastie .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ +.pastie .bp { color: #003388 } /* Name.Builtin.Pseudo */ +.pastie .vc { color: #336699 } /* Name.Variable.Class */ +.pastie .vg { color: #dd7700 } /* Name.Variable.Global */ +.pastie .vi { color: #3333bb } /* Name.Variable.Instance */ +.pastie .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ + +.perldoc { background-color: #EEEEDD; color: #000; } +.perldoc .hll { background-color: #ffffcc } +.perldoc .c { color: #228B22 } /* Comment */ +.perldoc .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.perldoc .k { color: #8B008B; font-weight: bold } /* Keyword */ +.perldoc .cm { color: #228B22 } /* Comment.Multiline */ +.perldoc .cp { color: #1e889b } /* Comment.Preproc */ +.perldoc .c1 { color: #228B22 } /* Comment.Single */ +.perldoc .cs { color: #8B008B; font-weight: bold } /* Comment.Special */ +.perldoc .gd { color: #aa0000 } /* Generic.Deleted */ +.perldoc .ge { font-style: italic } /* Generic.Emph */ +.perldoc .gr { color: #aa0000 } /* Generic.Error */ +.perldoc .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.perldoc .gi { color: #00aa00 } /* Generic.Inserted */ +.perldoc .go { color: #888888 } /* Generic.Output */ +.perldoc .gp { color: #555555 } /* Generic.Prompt */ +.perldoc .gs { font-weight: bold } /* Generic.Strong */ +.perldoc .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.perldoc .gt { color: #aa0000 } /* Generic.Traceback */ +.perldoc .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ +.perldoc .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ +.perldoc .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ +.perldoc .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ +.perldoc .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ +.perldoc .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */ +.perldoc .m { color: #B452CD } /* Literal.Number */ +.perldoc .s { color: #CD5555 } /* Literal.String */ +.perldoc .na { color: #658b00 } /* Name.Attribute */ +.perldoc .nb { color: #658b00 } /* Name.Builtin */ +.perldoc .nc { color: #008b45; font-weight: bold } /* Name.Class */ +.perldoc .no { color: #00688B } /* Name.Constant */ +.perldoc .nd { color: #707a7c } /* Name.Decorator */ +.perldoc .ne { color: #008b45; font-weight: bold } /* Name.Exception */ +.perldoc .nf { color: #008b45 } /* Name.Function */ +.perldoc .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ +.perldoc .nt { color: #8B008B; font-weight: bold } /* Name.Tag */ +.perldoc .nv { color: #00688B } /* Name.Variable */ +.perldoc .ow { color: #8B008B } /* Operator.Word */ +.perldoc .w { color: #bbbbbb } /* Text.Whitespace */ +.perldoc .mf { color: #B452CD } /* Literal.Number.Float */ +.perldoc .mh { color: #B452CD } /* Literal.Number.Hex */ +.perldoc .mi { color: #B452CD } /* Literal.Number.Integer */ +.perldoc .mo { color: #B452CD } /* Literal.Number.Oct */ +.perldoc .sb { color: #CD5555 } /* Literal.String.Backtick */ +.perldoc .sc { color: #CD5555 } /* Literal.String.Char */ +.perldoc .sd { color: #CD5555 } /* Literal.String.Doc */ +.perldoc .s2 { color: #CD5555 } /* Literal.String.Double */ +.perldoc .se { color: #CD5555 } /* Literal.String.Escape */ +.perldoc .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ +.perldoc .si { color: #CD5555 } /* Literal.String.Interpol */ +.perldoc .sx { color: #cb6c20 } /* Literal.String.Other */ +.perldoc .sr { color: #1c7e71 } /* Literal.String.Regex */ +.perldoc .s1 { color: #CD5555 } /* Literal.String.Single */ +.perldoc .ss { color: #CD5555 } /* Literal.String.Symbol */ +.perldoc .bp { color: #658b00 } /* Name.Builtin.Pseudo */ +.perldoc .vc { color: #00688B } /* Name.Variable.Class */ +.perldoc .vg { color: #00688B } /* Name.Variable.Global */ +.perldoc .vi { color: #00688B } /* Name.Variable.Instance */ +.perldoc .il { color: #B452CD } /* Literal.Number.Integer.Long */ + +.tango { background-color: #F8F8F8; color: #000; } +.tango .hll { background-color: #ffffcc } +.tango .c { color: #8f5902; font-style: italic } /* Comment */ +.tango .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ +.tango .g { color: #000000 } /* Generic */ +.tango .k { color: #204a87; font-weight: bold } /* Keyword */ +.tango .l { color: #000000 } /* Literal */ +.tango .n { color: #000000 } /* Name */ +.tango .o { color: #ce5c00; font-weight: bold } /* Operator */ +.tango .x { color: #000000 } /* Other */ +.tango .p { color: #000000; font-weight: bold } /* Punctuation */ +.tango .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ +.tango .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ +.tango .c1 { color: #8f5902; font-style: italic } /* Comment.Single */ +.tango .cs { color: #8f5902; font-style: italic } /* Comment.Special */ +.tango .gd { color: #a40000 } /* Generic.Deleted */ +.tango .ge { color: #000000; font-style: italic } /* Generic.Emph */ +.tango .gr { color: #ef2929 } /* Generic.Error */ +.tango .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.tango .gi { color: #00A000 } /* Generic.Inserted */ +.tango .go { color: #000000; font-style: italic } /* Generic.Output */ +.tango .gp { color: #8f5902 } /* Generic.Prompt */ +.tango .gs { color: #000000; font-weight: bold } /* Generic.Strong */ +.tango .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.tango .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ +.tango .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ +.tango .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ +.tango .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ +.tango .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ +.tango .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ +.tango .kt { color: #204a87; font-weight: bold } /* Keyword.Type */ +.tango .ld { color: #000000 } /* Literal.Date */ +.tango .m { color: #0000cf; font-weight: bold } /* Literal.Number */ +.tango .s { color: #4e9a06 } /* Literal.String */ +.tango .na { color: #c4a000 } /* Name.Attribute */ +.tango .nb { color: #204a87 } /* Name.Builtin */ +.tango .nc { color: #000000 } /* Name.Class */ +.tango .no { color: #000000 } /* Name.Constant */ +.tango .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ +.tango .ni { color: #ce5c00 } /* Name.Entity */ +.tango .ne { color: #cc0000; font-weight: bold } /* Name.Exception */ +.tango .nf { color: #000000 } /* Name.Function */ +.tango .nl { color: #f57900 } /* Name.Label */ +.tango .nn { color: #000000 } /* Name.Namespace */ +.tango .nx { color: #000000 } /* Name.Other */ +.tango .py { color: #000000 } /* Name.Property */ +.tango .nt { color: #204a87; font-weight: bold } /* Name.Tag */ +.tango .nv { color: #000000 } /* Name.Variable */ +.tango .ow { color: #204a87; font-weight: bold } /* Operator.Word */ +.tango .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ +.tango .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ +.tango .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ +.tango .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ +.tango .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ +.tango .sb { color: #4e9a06 } /* Literal.String.Backtick */ +.tango .sc { color: #4e9a06 } /* Literal.String.Char */ +.tango .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ +.tango .s2 { color: #4e9a06 } /* Literal.String.Double */ +.tango .se { color: #4e9a06 } /* Literal.String.Escape */ +.tango .sh { color: #4e9a06 } /* Literal.String.Heredoc */ +.tango .si { color: #4e9a06 } /* Literal.String.Interpol */ +.tango .sx { color: #4e9a06 } /* Literal.String.Other */ +.tango .sr { color: #4e9a06 } /* Literal.String.Regex */ +.tango .s1 { color: #4e9a06 } /* Literal.String.Single */ +.tango .ss { color: #4e9a06 } /* Literal.String.Symbol */ +.tango .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ +.tango .vc { color: #000000 } /* Name.Variable.Class */ +.tango .vg { color: #000000 } /* Name.Variable.Global */ +.tango .vi { color: #000000 } /* Name.Variable.Instance */ +.tango .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ + +.trac { background-color: #FFF; color: #000; } +.trac .hll { background-color: #ffffcc } +.trac .c { color: #999988; font-style: italic } /* Comment */ +.trac .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.trac .k { font-weight: bold } /* Keyword */ +.trac .o { font-weight: bold } /* Operator */ +.trac .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.trac .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.trac .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.trac .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.trac .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.trac .ge { font-style: italic } /* Generic.Emph */ +.trac .gr { color: #aa0000 } /* Generic.Error */ +.trac .gh { color: #999999 } /* Generic.Heading */ +.trac .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.trac .go { color: #888888 } /* Generic.Output */ +.trac .gp { color: #555555 } /* Generic.Prompt */ +.trac .gs { font-weight: bold } /* Generic.Strong */ +.trac .gu { color: #aaaaaa } /* Generic.Subheading */ +.trac .gt { color: #aa0000 } /* Generic.Traceback */ +.trac .kc { font-weight: bold } /* Keyword.Constant */ +.trac .kd { font-weight: bold } /* Keyword.Declaration */ +.trac .kn { font-weight: bold } /* Keyword.Namespace */ +.trac .kp { font-weight: bold } /* Keyword.Pseudo */ +.trac .kr { font-weight: bold } /* Keyword.Reserved */ +.trac .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.trac .m { color: #009999 } /* Literal.Number */ +.trac .s { color: #bb8844 } /* Literal.String */ +.trac .na { color: #008080 } /* Name.Attribute */ +.trac .nb { color: #999999 } /* Name.Builtin */ +.trac .nc { color: #445588; font-weight: bold } /* Name.Class */ +.trac .no { color: #008080 } /* Name.Constant */ +.trac .ni { color: #800080 } /* Name.Entity */ +.trac .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.trac .nf { color: #990000; font-weight: bold } /* Name.Function */ +.trac .nn { color: #555555 } /* Name.Namespace */ +.trac .nt { color: #000080 } /* Name.Tag */ +.trac .nv { color: #008080 } /* Name.Variable */ +.trac .ow { font-weight: bold } /* Operator.Word */ +.trac .w { color: #bbbbbb } /* Text.Whitespace */ +.trac .mf { color: #009999 } /* Literal.Number.Float */ +.trac .mh { color: #009999 } /* Literal.Number.Hex */ +.trac .mi { color: #009999 } /* Literal.Number.Integer */ +.trac .mo { color: #009999 } /* Literal.Number.Oct */ +.trac .sb { color: #bb8844 } /* Literal.String.Backtick */ +.trac .sc { color: #bb8844 } /* Literal.String.Char */ +.trac .sd { color: #bb8844 } /* Literal.String.Doc */ +.trac .s2 { color: #bb8844 } /* Literal.String.Double */ +.trac .se { color: #bb8844 } /* Literal.String.Escape */ +.trac .sh { color: #bb8844 } /* Literal.String.Heredoc */ +.trac .si { color: #bb8844 } /* Literal.String.Interpol */ +.trac .sx { color: #bb8844 } /* Literal.String.Other */ +.trac .sr { color: #808000 } /* Literal.String.Regex */ +.trac .s1 { color: #bb8844 } /* Literal.String.Single */ +.trac .ss { color: #bb8844 } /* Literal.String.Symbol */ +.trac .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.trac .vc { color: #008080 } /* Name.Variable.Class */ +.trac .vg { color: #008080 } /* Name.Variable.Global */ +.trac .vi { color: #008080 } /* Name.Variable.Instance */ +.trac .il { color: #009999 } /* Literal.Number.Integer.Long */ + +.vs { background-color: #FFF; color: #000; } +.vs .hll { background-color: #ffffcc } +.vs .c { color: #008000 } /* Comment */ +.vs .err { border: 1px solid #FF0000 } /* Error */ +.vs .k { color: #0000ff } /* Keyword */ +.vs .cm { color: #008000 } /* Comment.Multiline */ +.vs .cp { color: #0000ff } /* Comment.Preproc */ +.vs .c1 { color: #008000 } /* Comment.Single */ +.vs .cs { color: #008000 } /* Comment.Special */ +.vs .ge { font-style: italic } /* Generic.Emph */ +.vs .gh { font-weight: bold } /* Generic.Heading */ +.vs .gp { font-weight: bold } /* Generic.Prompt */ +.vs .gs { font-weight: bold } /* Generic.Strong */ +.vs .gu { font-weight: bold } /* Generic.Subheading */ +.vs .kc { color: #0000ff } /* Keyword.Constant */ +.vs .kd { color: #0000ff } /* Keyword.Declaration */ +.vs .kn { color: #0000ff } /* Keyword.Namespace */ +.vs .kp { color: #0000ff } /* Keyword.Pseudo */ +.vs .kr { color: #0000ff } /* Keyword.Reserved */ +.vs .kt { color: #2b91af } /* Keyword.Type */ +.vs .s { color: #a31515 } /* Literal.String */ +.vs .nc { color: #2b91af } /* Name.Class */ +.vs .ow { color: #0000ff } /* Operator.Word */ +.vs .sb { color: #a31515 } /* Literal.String.Backtick */ +.vs .sc { color: #a31515 } /* Literal.String.Char */ +.vs .sd { color: #a31515 } /* Literal.String.Doc */ +.vs .s2 { color: #a31515 } /* Literal.String.Double */ +.vs .se { color: #a31515 } /* Literal.String.Escape */ +.vs .sh { color: #a31515 } /* Literal.String.Heredoc */ +.vs .si { color: #a31515 } /* Literal.String.Interpol */ +.vs .sx { color: #a31515 } /* Literal.String.Other */ +.vs .sr { color: #a31515 } /* Literal.String.Regex */ +.vs .s1 { color: #a31515 } /* Literal.String.Single */ +.vs .ss { color: #a31515 } /* Literal.String.Symbol */ +@font-face { + font-family: 'InconsolataMedium'; + src: url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.eot'); + src: url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.eot?#iefix') format('embedded-opentype'), url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.woff') format('woff'), url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.ttf') format('truetype'), url('https://dn2p0mzo970os.cloudfront.net/fonts/Inconsolata-webfont.svg#InconsolataMedium') format('svg'); + font-weight: normal; + font-style: normal; +} +*:focus { + -webkit-box-shadow: 0 0 10px #46cd46; + -moz-box-shadow: 0 0 10px #46cd46; + box-shadow: 0 0 10px #46cd46; +} +html, body { + background: #ffffff url('https://dn2p0mzo970os.cloudfront.net/images/bg.gif') top left repeat; +} +body { + color: #666; + font: normal 14px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + overflow-y: scroll; + text-rendering: optimizeLegibility; +} +header.main { + background: #12343d url('https://dn2p0mzo970os.cloudfront.net/images/header-bg.gif') top left repeat-x; + border-bottom: 1px solid #DDDDDD; + height: 66px; + position: relative; + z-index: 50; +} +header.main div.inner { + border-left: 1px solid rgba(229, 229, 229, 0.25); + height: 65px; + margin: 0 auto; + position: relative; + width: 939px; +} +header.main div.inner div.shadey { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/header-inner-bg.png') top left no-repeat; + height: 65px; + left: -157px; + position: absolute; + top: 0; + width: 432px; + z-index: 49; +} +header.main div.inner h1 { + float: left; + position: relative; + z-index: 50; +} +header.main div.inner h1 a { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/logo.png') top left no-repeat; + display: block; + float: left; + height: 35px; + margin: 16px 0 0 16px; + text-indent: -1000em; + width: 87px; +} +header.main div.inner form.search { + float: left; + padding: 17px 0 0 20px; + position: relative; + z-index: 50; +} +header.main div.inner form.search div.infield { + position: relative; +} +header.main div.inner form.search div.infield label { + color: #72979C; + cursor: text; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + left: 30px; + position: absolute; + top: 8px; +} +header.main div.inner form.search div.infield input { + background: #17484f url('https://dn2p0mzo970os.cloudfront.net/images/search-icon.png') top left no-repeat; + background: rgba(43, 82, 93, 0.5) url('https://dn2p0mzo970os.cloudfront.net/images/search-icon.png') 8px center no-repeat; + border: 1px solid #3A5E67; + color: #FFF; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin: 0; + padding: 7px; + padding-left: 28px; + width: 175px; + -webkit-background-clip: padding-box; + -webkit-border-radius: 3px; + -moz-background-clip: padding-box; + -moz-border-radius: 3px; + border-radius: 3px; + background-clip: padding-box; + -webkit-box-shadow: inset 0 1px 0px #1d4249; + -moz-box-shadow: inset 0 1px 0px #1d4249; + box-shadow: inset 0 1px 0px #1d4249; +} +header.main div.inner nav.public { + float: left; +} +header.main div.inner nav.public ul { + margin: 0; + padding: 17px 0 0 20px; +} +header.main div.inner nav.public ul li { + display: block; + float: left; +} +header.main div.inner nav.public ul li a { + border-bottom: 2px solid transparent; + color: #FFF; + display: block; + float: left; + font: 500 14px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + padding: 7px; + padding-bottom: 4px; + margin-right: 20px; + text-decoration: none; + -webkit-transition: border .08s linear; + -moz-transition: border .08s linear; + -o-transition: border .08s linear; + transition: border .08s linear; +} +header.main div.inner nav.public ul li a:hover { + border-bottom: 2px solid #3A5E67; +} +header.main div.inner nav.public ul li a.active { + border-bottom: 2px solid #85D2DD; +} +header.main div.inner aside.nav { + border-left: 1px solid rgba(229, 229, 229, 0.25); + float: right; + height: 65px; + width: 189px; +} +section.main { + height: 100%; + margin: 0 auto; + position: relative; + width: 940px; +} +section.main div.ruler { + background: #DDDDDD; + height: 100%; + position: fixed; + top: 0; + width: 1px; + z-index: 48; +} +section.main div.left-y { + margin-left: 0; +} +section.main div.right-y { + margin-left: 750px; +} +section.main div.inner { + float: left; + margin-left: 1px; + width: 749px; +} +section.main aside.main { + float: right; + padding-top: 30px; + width: 190px; +} +section.main aside.main section.ad div.asset { + background: #ffffff url('https://dn2p0mzo970os.cloudfront.net/images/ad.jpg') center center no-repeat; + border: 1px solid #DDDDDD; + height: 130px; + margin: 0 15px 6px; + width: 158px; + -webkit-background-clip: padding-box; + -webkit-border-radius: 3px; + -moz-background-clip: padding-box; + -moz-border-radius: 3px; + border-radius: 3px; + background-clip: padding-box; +} +section.main aside.main section.ad div.meta { + color: #CCC; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin-right: 15px; + text-align: right; + text-transform: uppercase; +} +section.main aside.main section.tags { + margin: 45px 15px; +} +section.main aside.main section.tags h1 { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/tags-icon.png') 0 0 no-repeat; + color: #3BAAF3; + font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + padding-bottom: 5px; + padding-left: 22px; +} +section.main aside.main section.tags ul { + margin: 0 0 15px 0; +} +section.main aside.main section.tags ul li { + margin: 6px 0 6px 22px; +} +section.main aside.main section.tags a { + border-bottom: 1px solid #5AB6F4; + color: #5AB6F4; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + text-decoration: none; +} +section.main aside.main section.tags a:hover { + border-bottom: 1px solid #2B6E9B; + color: #2B6E9B; +} +section.main aside.main section.tags a.view-all { + font-weight: bold; + margin: 0 0 0 22px; +} +section.main aside.main nav.footer { + margin: 45px 15px 32px; +} +section.main aside.main nav.footer ul { + margin: 0; +} +section.main aside.main nav.footer ul li { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/api-icon.png') center left no-repeat; + margin: 6px 0 6px 0; + padding-left: 22px; +} +section.main aside.main nav.footer ul li a { + border-bottom: 1px solid #999; + color: #999; + font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + text-decoration: none; +} +section.main aside.main nav.footer ul li a:hover { + border-bottom: 1px solid #333; + color: #333; +} +section.main aside.main nav.footer ul li.twitter { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/twitter-icon.png') 4px center no-repeat; +} +section.main aside.main nav.footer ul li.pro { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/upgrade-icon.png') 2px center no-repeat; +} +section.main aside.main nav.footer ul li.groups { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/groups-icon.png') 2px center no-repeat; +} +article.snipt { + margin: 30px 0; + position: relative; +} +article.snipt div.number { + color: #CCC; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + left: -115px; + position: absolute; + text-align: right; + top: 4px; + width: 100px; +} +article.snipt div.container { + background: #FFF; + border: 1px solid #DDD; + border-left: 0; + float: left; + position: relative; + width: 618px; +} +article.snipt div.container div.ruler { + background: #DDD; + height: 1px; + left: -3000px; + position: absolute; + top: auto; + width: 3000px; +} +article.snipt div.container div.top-x { + top: -1px; +} +article.snipt div.container div.bottom-x { + bottom: -1px; +} +article.snipt div.container header { + border-bottom: 1px solid #F1F1EE; + -webkit-box-shadow: inset 0 -1px 0 #ffffff; + -moz-box-shadow: inset 0 -1px 0 #ffffff; + box-shadow: inset 0 -1px 0 #ffffff; + background: #fffdf9; + background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffaf2)); + background: -moz-linear-gradient(center top, #ffffff 0%, #fffaf2 100%); + background: -moz-gradient(center top, #ffffff 0%, #fffaf2 100%); +} +article.snipt div.container header h1 { + clear: left; + font: bold 16px/20px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin: 8px 15px 10px 15px; +} +article.snipt div.container header h1 a { + color: #666; + display: block; + text-decoration: none; + -webkit-transition: color .08s linear; + -moz-transition: color .08s linear; + -o-transition: color .08s linear; + transition: color .08s linear; +} +article.snipt div.container header h1 a:hover { + color: #3BAAF3; +} +article.snipt div.container header h2 { + border: 1px solid #E9E9E9; + border-top: 0; + color: #73BBC5; + display: inline-block; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin-left: 15px; + padding: 3px 8px 2px 8px; +} +article.snipt div.container section.code { + height: 200px; + overflow: hidden; + position: relative; +} +article.snipt div.container section.code div.highlight pre { + font: normal 14px/18px 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; + overflow-x: auto; + margin: 0 15px; + min-height: 173px; + padding: 13px 0; +} +article.snipt div.container section.code a.expand { + background: #ffffff url('https://dn2p0mzo970os.cloudfront.net/images/expand.png') 15px 18px no-repeat; + border-top: 1px solid #F1F1EE; + bottom: 0; + color: #999999; + display: block; + font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + padding: 15px 40px 15px 40px; + position: absolute; + text-decoration: none; + text-transform: uppercase; + width: 100%; + -webkit-box-shadow: 0 -25px 25px #ffffff; + -moz-box-shadow: 0 -25px 25px #ffffff; + box-shadow: 0 -25px 25px #ffffff; +} +article.snipt div.container section.code a.expand:hover { + color: #3BAAF3; + font-weight: bold; +} +article.snipt div.container section.emacs a.expand, article.snipt div.container section.default a.expand { + -webkit-box-shadow: 0 -25px 25px #f8f8f8; + -moz-box-shadow: 0 -25px 25px #f8f8f8; + box-shadow: 0 -25px 25px #f8f8f8; +} +article.snipt div.container section.friendly a.expand { + -webkit-box-shadow: 0 -25px 25px #f0f0f0; + -moz-box-shadow: 0 -25px 25px #f0f0f0; + box-shadow: 0 -25px 25px #f0f0f0; +} +article.snipt div.container section.fruity a.expand { + -webkit-box-shadow: 0 -25px 25px #111111; + -moz-box-shadow: 0 -25px 25px #111111; + box-shadow: 0 -25px 25px #111111; +} +article.snipt div.container section.manni a.expand { + -webkit-box-shadow: 0 -25px 25px #f0f3f3; + -moz-box-shadow: 0 -25px 25px #f0f3f3; + box-shadow: 0 -25px 25px #f0f3f3; +} +article.snipt div.container section.monokai a.expand { + -webkit-box-shadow: 0 -25px 25px #272822; + -moz-box-shadow: 0 -25px 25px #272822; + box-shadow: 0 -25px 25px #272822; +} +article.snipt div.container section.native a.expand { + -webkit-box-shadow: 0 -25px 25px #202020; + -moz-box-shadow: 0 -25px 25px #202020; + box-shadow: 0 -25px 25px #202020; +} +article.snipt div.container section.perldoc a.expand { + -webkit-box-shadow: 0 -25px 25px #eeeedd; + -moz-box-shadow: 0 -25px 25px #eeeedd; + box-shadow: 0 -25px 25px #eeeedd; +} +article.snipt div.container section.tango a.expand { + -webkit-box-shadow: 0 -25px 25px #f8f8f8; + -moz-box-shadow: 0 -25px 25px #f8f8f8; + box-shadow: 0 -25px 25px #f8f8f8; +} +article.snipt div.container section.expanded div.highlight pre { + padding-bottom: 60px; +} +article.snipt div.container section.expanded a.expand { + background-image: url('https://dn2p0mzo970os.cloudfront.net/images/collapse.png'); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +article.snipt aside { + float: right; + width: 130px; +} +article.snipt footer { + clear: both; + padding-bottom: 20px; +} +article.snipt footer ul.attrs { + margin: 15px 0 0 15px; +} +article.snipt footer ul.attrs li { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/calendar-icon.png') top left no-repeat; + color: #999; + display: inline; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + margin-right: 15px; + padding: 1px 0 0 24px; +} +article.snipt footer ul.attrs li a { + color: #999; + font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; + text-decoration: none; +} +article.snipt footer ul.attrs li a:hover { + text-decoration: underline; +} +article.snipt footer ul.attrs li.comments { + background: transparent url('https://dn2p0mzo970os.cloudfront.net/images/comments-icon.png') 0 2px no-repeat; +} +.group:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} +.hidden { + display: none; +} +// Fonts +@Helvetica: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; +@Inconsolata: 'InconsolataMedium', Consolas, Menlo, "Courier New", monospace; +@font-face { + font-family: 'InconsolataMedium'; + src: url('/media/fonts/Inconsolata-webfont.eot'); + src: url('/media/fonts/Inconsolata-webfont.eot?#iefix') format('embedded-opentype'), + url('/media/fonts/Inconsolata-webfont.woff') format('woff'), + url('/media/fonts/Inconsolata-webfont.ttf') format('truetype'), + url('/media/fonts/Inconsolata-webfont.svg#InconsolataMedium') format('svg'); + font-weight: normal; + font-style: normal; + +} + +// Focus +*:focus { + .box-shadow(0, 0, 10px, #46CD46); +} + +// Mixins +.border-radius(@radius: 5px) { + -webkit-background-clip: padding-box; + -webkit-border-radius: @radius; + -moz-background-clip: padding-box; + -moz-border-radius: @radius; + border-radius: @radius; + background-clip: padding-box; +} +.box-shadow(@horizontal: 0px, @vertical: 1px, @blur: 2px, @color: #CCC) { + -webkit-box-shadow: @horizontal @vertical @blur @color; + -moz-box-shadow: @horizontal @vertical @blur @color; + box-shadow: @horizontal @vertical @blur @color; +} +.inset-box-shadow(@horizontal: 0px, @vertical: 1px, @blur: 2px, @color: #CCC) { + -webkit-box-shadow: inset @horizontal @vertical @blur @color; + -moz-box-shadow: inset @horizontal @vertical @blur @color; + box-shadow: inset @horizontal @vertical @blur @color; +} +.multi-color-border(@top, @sides, @bottom) { + border-top: 1px solid @top; + border-left: 1px solid @sides; + border-right: 1px solid @sides; + border-bottom: 1px solid @bottom; +} +.multi-border-radius(@topLeft: 5px, @topRight: 5px, @bottomRight: 5px, @bottomLeft: 5px) { + -webkit-border-top-left-radius: @topLeft; + -webkit-border-top-right-radius: @topRight; + -webkit-border-bottom-right-radius: @bottomRight; + -webkit-border-bottom-left-radius: @bottomLeft; + -moz-border-radius-topleft: @topLeft; + -moz-border-radius-topright: @topRight; + -moz-border-radius-bottomright: @bottomRight; + -moz-border-radius-bottomleft: @bottomLeft; + border-top-left-radius: @topLeft; + border-top-right-radius: @topRight; + border-bottom-right-radius: @bottomRight; + border-bottom-left-radius: @bottomLeft; +} +.vertical-gradient(@start: #000, @stop: #FFF) { background: (@start + @stop) / 2; + background: -webkit-gradient(linear, left top, left bottom, from(@start), to(@stop)); + background: -moz-linear-gradient(center top, @start 0%, @stop 100%); + background: -moz-gradient(center top, @start 0%, @stop 100%); +} +.vertical-gradient-with-image(@start: #000, @stop: #FFF, @image) { + background: (@start + @stop) / 2 @image; + background: @image, -webkit-gradient(linear, left top, left bottom, from(@start), to(@stop)); + background: @image, -moz-linear-gradient(center top, @start 0%, @stop 100%); + background: @image, -moz-gradient(center top, @start 0%, @stop 100%); +} + +// Page +html, body { + background: #FFF url('/media/images/bg.gif') top left repeat; +} +body { + color: #666; + font: normal 14px @Helvetica; + overflow-y: scroll; + text-rendering: optimizeLegibility; +} + +// Global +header.main { + background: #12343D url('/media/images/header-bg.gif') top left repeat-x; + border-bottom: 1px solid #DDDDDD; + height: 66px; + position: relative; + z-index: 50; + + div.inner { + border-left: 1px solid rgba(229, 229, 229, .25); + height: 65px; + margin: 0 auto; + position: relative; + width: 939px; + + div.shadey { + background: transparent url('/media/images/header-inner-bg.png') top left no-repeat; + height: 65px; + left: -157px; + position: absolute; + top: 0; + width: 432px; + z-index: 49; + } + h1 { + float: left; + position: relative; + z-index: 50; + + a { + background: transparent url('/media/images/logo.png') top left no-repeat; + display: block; + float: left; + height: 35px; + margin: 16px 0 0 16px; + text-indent: -1000em; + width: 87px; + } + } + form.search { + float: left; + padding: 17px 0 0 20px; + position: relative; + z-index: 50; + + div.infield { + position: relative; + + label { + color: #72979C; + cursor: text; + font: normal 12px @Helvetica; + left: 30px; + position: absolute; + top: 8px; + } + input { + background: #17484F url('/media/images/search-icon.png') top left no-repeat; + background: rgba(43, 82, 93, .5) url('/media/images/search-icon.png') 8px center no-repeat; + border: 1px solid #3A5E67; + color: #FFF; + font: normal 12px @Helvetica; + margin: 0; + padding: 7px; + padding-left: 28px; + width: 175px; + .border-radius(3px); + .inset-box-shadow(0, 1px, 0px, #1D4249); + } + } + } + nav.public { + float: left; + + ul { + margin: 0; + padding: 17px 0 0 20px; + + li { + display: block; + float: left; + + a { + border-bottom: 2px solid transparent; + color: #FFF; + display: block; + float: left; + font: 500 14px @Helvetica; + padding: 7px; + padding-bottom: 4px; + margin-right: 20px; + text-decoration: none; + -webkit-transition: border .08s linear; + -moz-transition: border .08s linear; + -o-transition: border .08s linear; + transition: border .08s linear; + + &:hover { + border-bottom: 2px solid #3A5E67; + } + &.active { + border-bottom: 2px solid #85D2DD; + } + } + } + } + } + aside.nav { + border-left: 1px solid rgba(229, 229, 229, .25); + float: right; + height: 65px; + width: 189px; + } + } +} +section.main { + height: 100%; + margin: 0 auto; + position: relative; + width: 940px; + + div.ruler { + background: #DDDDDD; + height: 100%; + position: fixed; + top: 0; + width: 1px; + z-index: 48; + } + div.left-y { + margin-left: 0; + } + div.right-y { + margin-left: 750px; + } + div.inner { + float: left; + margin-left: 1px; + width: 749px; + } + aside.main { + float: right; + padding-top: 30px; + width: 190px; + + section.ad { + div.asset { + background: #FFF url('/media/images/ad.jpg') center center no-repeat; + border: 1px solid #DDDDDD; + height: 130px; + margin: 0 15px 6px; + width: 158px; + .border-radius(3px); + } + div.meta { + color: #CCC; + font: normal 12px @Helvetica; + margin-right: 15px; + text-align: right; + text-transform: uppercase; + } + } + section.tags { + margin: 45px 15px; + + h1 { + background: transparent url('/media/images/tags-icon.png') 0 0 no-repeat; + color: #3BAAF3; + font: bold 12px @Helvetica; + padding-bottom: 5px; + padding-left: 22px; + } + ul { + margin: 0 0 15px 0; + + li { + margin: 6px 0 6px 22px; + } + } + a { + border-bottom: 1px solid #5AB6F4; + color: #5AB6F4; + font: normal 12px @Helvetica; + text-decoration: none; + + &:hover { + border-bottom: 1px solid #2B6E9B; + color: #2B6E9B; + } + &.view-all { + font-weight: bold; + margin: 0 0 0 22px; + } + } + } + nav.footer { + margin: 45px 15px 32px; + + ul { + margin: 0; + + li { + background: transparent url('/media/images/api-icon.png') center left no-repeat; + margin: 6px 0 6px 0; + padding-left: 22px; + + a { + border-bottom: 1px solid #999; + color: #999; + font: bold 12px @Helvetica; + text-decoration: none; + + &:hover { + border-bottom: 1px solid #333; + color: #333; + } + } + &.twitter { + background: transparent url('/media/images/twitter-icon.png') 4px center no-repeat; + } + &.pro { + background: transparent url('/media/images/upgrade-icon.png') 2px center no-repeat; + } + &.groups { + background: transparent url('/media/images/groups-icon.png') 2px center no-repeat; + } + } + } + } + } +} +article.snipt { + margin: 30px 0; + position: relative; + + div.number { + color: #CCC; + font: normal 12px @Helvetica; + left: -115px; + position: absolute; + text-align: right; + top: 4px; + width: 100px; + } + div.container { + background: #FFF; + border: 1px solid #DDD; + border-left: 0; + float: left; + position: relative; + width: 618px; + + div.ruler { + background: #DDD; + height: 1px; + left: -3000px; + position: absolute; + top: auto; + width: 3000px; + } + div.top-x { + top: -1px; + } + div.bottom-x { + bottom: -1px; + } + header { + border-bottom: 1px solid #F1F1EE; + .inset-box-shadow(0, -1px, 0, #FFF); + .vertical-gradient(#FFF, #FFFAF2); + + h1 { + clear: left; + font: bold 16px/20px @Helvetica; + margin: 8px 15px 10px 15px; + + a { + color: #666; + display: block; + text-decoration: none; + -webkit-transition: color .08s linear; + -moz-transition: color .08s linear; + -o-transition: color .08s linear; + transition: color .08s linear; + + &:hover { + color: #3BAAF3; + } + } + } + h2 { + border: 1px solid #E9E9E9; + border-top: 0; + color: #73BBC5; + display: inline-block; + font: normal 12px @Helvetica; + margin-left: 15px; + padding: 3px 8px 2px 8px; + } + } + section.code { + height: 200px; + overflow: hidden; + position: relative; + + div.highlight { + pre { + font: normal 14px/18px @Inconsolata; + overflow-x: auto; + margin: 0 15px; + min-height: 173px; + padding: 13px 0; + } + } + a.expand { + background: #FFF url('/media/images/expand.png') 15px 18px no-repeat; + border-top: 1px solid #F1F1EE; + bottom: 0; + color: #999999; + display: block; + font: bold 12px @Helvetica; + padding: 15px 40px 15px 40px; + position: absolute; + text-decoration: none; + text-transform: uppercase; + width: 100%; + .box-shadow(0, -25px, 25px, #FFF); + + &:hover { + color: #3BAAF3; + font-weight: bold; + } + } + } + section.emacs, section.default { + a.expand { + .box-shadow(0, -25px, 25px, #F8F8F8); + } + } + section.friendly { + a.expand { + .box-shadow(0, -25px, 25px, #F0F0F0); + } + } + section.fruity { + a.expand { + .box-shadow(0, -25px, 25px, #111111); + } + } + section.manni { + a.expand { + .box-shadow(0, -25px, 25px, #F0F3F3); + } + } + section.monokai { + a.expand { + .box-shadow(0, -25px, 25px, #272822); + } + } + section.native { + a.expand { + .box-shadow(0, -25px, 25px, #202020); + } + } + section.perldoc { + a.expand { + .box-shadow(0, -25px, 25px, #EEEEDD); + } + } + section.tango { + a.expand { + .box-shadow(0, -25px, 25px, #F8F8F8); + } + } + section.expanded { + div.highlight { + pre { + padding-bottom: 60px; + } + } + a.expand { + background-image: url('/media/images/collapse.png'); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + } + } + aside { + float: right; + width: 130px; + } + footer { + clear: both; + padding-bottom: 20px; + + ul.attrs { + margin: 15px 0 0 15px; + + li { + background: transparent url('/media/images/calendar-icon.png') top left no-repeat; + color: #999; + display: inline; + font: normal 12px @Helvetica; + margin-right: 15px; + padding: 1px 0 0 24px; + + a { + color: #999; + font: normal 12px @Helvetica; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + &.comments { + background: transparent url('/media/images/comments-icon.png') 0 2px no-repeat; + } + } + } + } +} + +// Utils +.group:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} +.hidden { + display: none; +} +.autumn { background-color: #FFF; color: #000; } +.autumn .hll { background-color: #ffffcc } +.autumn .c { color: #aaaaaa; font-style: italic } /* Comment */ +.autumn .err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.autumn .k { color: #0000aa } /* Keyword */ +.autumn .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */ +.autumn .cp { color: #4c8317 } /* Comment.Preproc */ +.autumn .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */ +.autumn .cs { color: #0000aa; font-style: italic } /* Comment.Special */ +.autumn .gd { color: #aa0000 } /* Generic.Deleted */ +.autumn .ge { font-style: italic } /* Generic.Emph */ +.autumn .gr { color: #aa0000 } /* Generic.Error */ +.autumn .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.autumn .gi { color: #00aa00 } /* Generic.Inserted */ +.autumn .go { color: #888888 } /* Generic.Output */ +.autumn .gp { color: #555555 } /* Generic.Prompt */ +.autumn .gs { font-weight: bold } /* Generic.Strong */ +.autumn .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.autumn .gt { color: #aa0000 } /* Generic.Traceback */ +.autumn .kc { color: #0000aa } /* Keyword.Constant */ +.autumn .kd { color: #0000aa } /* Keyword.Declaration */ +.autumn .kn { color: #0000aa } /* Keyword.Namespace */ +.autumn .kp { color: #0000aa } /* Keyword.Pseudo */ +.autumn .kr { color: #0000aa } /* Keyword.Reserved */ +.autumn .kt { color: #00aaaa } /* Keyword.Type */ +.autumn .m { color: #009999 } /* Literal.Number */ +.autumn .s { color: #aa5500 } /* Literal.String */ +.autumn .na { color: #1e90ff } /* Name.Attribute */ +.autumn .nb { color: #00aaaa } /* Name.Builtin */ +.autumn .nc { color: #00aa00; text-decoration: underline } /* Name.Class */ +.autumn .no { color: #aa0000 } /* Name.Constant */ +.autumn .nd { color: #888888 } /* Name.Decorator */ +.autumn .ni { color: #800000; font-weight: bold } /* Name.Entity */ +.autumn .nf { color: #00aa00 } /* Name.Function */ +.autumn .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */ +.autumn .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ +.autumn .nv { color: #aa0000 } /* Name.Variable */ +.autumn .ow { color: #0000aa } /* Operator.Word */ +.autumn .w { color: #bbbbbb } /* Text.Whitespace */ +.autumn .mf { color: #009999 } /* Literal.Number.Float */ +.autumn .mh { color: #009999 } /* Literal.Number.Hex */ +.autumn .mi { color: #009999 } /* Literal.Number.Integer */ +.autumn .mo { color: #009999 } /* Literal.Number.Oct */ +.autumn .sb { color: #aa5500 } /* Literal.String.Backtick */ +.autumn .sc { color: #aa5500 } /* Literal.String.Char */ +.autumn .sd { color: #aa5500 } /* Literal.String.Doc */ +.autumn .s2 { color: #aa5500 } /* Literal.String.Double */ +.autumn .se { color: #aa5500 } /* Literal.String.Escape */ +.autumn .sh { color: #aa5500 } /* Literal.String.Heredoc */ +.autumn .si { color: #aa5500 } /* Literal.String.Interpol */ +.autumn .sx { color: #aa5500 } /* Literal.String.Other */ +.autumn .sr { color: #009999 } /* Literal.String.Regex */ +.autumn .s1 { color: #aa5500 } /* Literal.String.Single */ +.autumn .ss { color: #0000aa } /* Literal.String.Symbol */ +.autumn .bp { color: #00aaaa } /* Name.Builtin.Pseudo */ +.autumn .vc { color: #aa0000 } /* Name.Variable.Class */ +.autumn .vg { color: #aa0000 } /* Name.Variable.Global */ +.autumn .vi { color: #aa0000 } /* Name.Variable.Instance */ +.autumn .il { color: #009999 } /* Literal.Number.Integer.Long */ + +.borland { background-color: #FFF; color: #000; } +.borland .hll { background-color: #ffffcc } +.borland .c { color: #008800; font-style: italic } /* Comment */ +.borland .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.borland .k { color: #000080; font-weight: bold } /* Keyword */ +.borland .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.borland .cp { color: #008080 } /* Comment.Preproc */ +.borland .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.borland .cs { color: #008800; font-weight: bold } /* Comment.Special */ +.borland .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.borland .ge { font-style: italic } /* Generic.Emph */ +.borland .gr { color: #aa0000 } /* Generic.Error */ +.borland .gh { color: #999999 } /* Generic.Heading */ +.borland .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.borland .go { color: #888888 } /* Generic.Output */ +.borland .gp { color: #555555 } /* Generic.Prompt */ +.borland .gs { font-weight: bold } /* Generic.Strong */ +.borland .gu { color: #aaaaaa } /* Generic.Subheading */ +.borland .gt { color: #aa0000 } /* Generic.Traceback */ +.borland .kc { color: #000080; font-weight: bold } /* Keyword.Constant */ +.borland .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */ +.borland .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */ +.borland .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */ +.borland .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */ +.borland .kt { color: #000080; font-weight: bold } /* Keyword.Type */ +.borland .m { color: #0000FF } /* Literal.Number */ +.borland .s { color: #0000FF } /* Literal.String */ +.borland .na { color: #FF0000 } /* Name.Attribute */ +.borland .nt { color: #000080; font-weight: bold } /* Name.Tag */ +.borland .ow { font-weight: bold } /* Operator.Word */ +.borland .w { color: #bbbbbb } /* Text.Whitespace */ +.borland .mf { color: #0000FF } /* Literal.Number.Float */ +.borland .mh { color: #0000FF } /* Literal.Number.Hex */ +.borland .mi { color: #0000FF } /* Literal.Number.Integer */ +.borland .mo { color: #0000FF } /* Literal.Number.Oct */ +.borland .sb { color: #0000FF } /* Literal.String.Backtick */ +.borland .sc { color: #800080 } /* Literal.String.Char */ +.borland .sd { color: #0000FF } /* Literal.String.Doc */ +.borland .s2 { color: #0000FF } /* Literal.String.Double */ +.borland .se { color: #0000FF } /* Literal.String.Escape */ +.borland .sh { color: #0000FF } /* Literal.String.Heredoc */ +.borland .si { color: #0000FF } /* Literal.String.Interpol */ +.borland .sx { color: #0000FF } /* Literal.String.Other */ +.borland .sr { color: #0000FF } /* Literal.String.Regex */ +.borland .s1 { color: #0000FF } /* Literal.String.Single */ +.borland .ss { color: #0000FF } /* Literal.String.Symbol */ +.borland .il { color: #0000FF } /* Literal.Number.Integer.Long */ + +.bw { background-color: #FFFFFF; color: #000; } +.bw .hll { background-color: #ffffcc } +.bw .c { font-style: italic } /* Comment */ +.bw .err { border: 1px solid #FF0000 } /* Error */ +.bw .k { font-weight: bold } /* Keyword */ +.bw .cm { font-style: italic } /* Comment.Multiline */ +.bw .c1 { font-style: italic } /* Comment.Single */ +.bw .cs { font-style: italic } /* Comment.Special */ +.bw .ge { font-style: italic } /* Generic.Emph */ +.bw .gh { font-weight: bold } /* Generic.Heading */ +.bw .gp { font-weight: bold } /* Generic.Prompt */ +.bw .gs { font-weight: bold } /* Generic.Strong */ +.bw .gu { font-weight: bold } /* Generic.Subheading */ +.bw .kc { font-weight: bold } /* Keyword.Constant */ +.bw .kd { font-weight: bold } /* Keyword.Declaration */ +.bw .kn { font-weight: bold } /* Keyword.Namespace */ +.bw .kr { font-weight: bold } /* Keyword.Reserved */ +.bw .s { font-style: italic } /* Literal.String */ +.bw .nc { font-weight: bold } /* Name.Class */ +.bw .ni { font-weight: bold } /* Name.Entity */ +.bw .ne { font-weight: bold } /* Name.Exception */ +.bw .nn { font-weight: bold } /* Name.Namespace */ +.bw .nt { font-weight: bold } /* Name.Tag */ +.bw .ow { font-weight: bold } /* Operator.Word */ +.bw .sb { font-style: italic } /* Literal.String.Backtick */ +.bw .sc { font-style: italic } /* Literal.String.Char */ +.bw .sd { font-style: italic } /* Literal.String.Doc */ +.bw .s2 { font-style: italic } /* Literal.String.Double */ +.bw .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */ +.bw .sh { font-style: italic } /* Literal.String.Heredoc */ +.bw .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */ +.bw .sx { font-style: italic } /* Literal.String.Other */ +.bw .sr { font-style: italic } /* Literal.String.Regex */ +.bw .s1 { font-style: italic } /* Literal.String.Single */ +.bw .ss { font-style: italic } /* Literal.String.Symbol */ + +.colorful { background-color: #FFF; color: #000; } +.colorful .hll { background-color: #ffffcc } +.colorful .c { color: #808080 } /* Comment */ +.colorful .err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.colorful .k { color: #008000; font-weight: bold } /* Keyword */ +.colorful .o { color: #303030 } /* Operator */ +.colorful .cm { color: #808080 } /* Comment.Multiline */ +.colorful .cp { color: #507090 } /* Comment.Preproc */ +.colorful .c1 { color: #808080 } /* Comment.Single */ +.colorful .cs { color: #cc0000; font-weight: bold } /* Comment.Special */ +.colorful .gd { color: #A00000 } /* Generic.Deleted */ +.colorful .ge { font-style: italic } /* Generic.Emph */ +.colorful .gr { color: #FF0000 } /* Generic.Error */ +.colorful .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.colorful .gi { color: #00A000 } /* Generic.Inserted */ +.colorful .go { color: #808080 } /* Generic.Output */ +.colorful .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.colorful .gs { font-weight: bold } /* Generic.Strong */ +.colorful .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.colorful .gt { color: #0040D0 } /* Generic.Traceback */ +.colorful .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.colorful .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.colorful .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.colorful .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */ +.colorful .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.colorful .kt { color: #303090; font-weight: bold } /* Keyword.Type */ +.colorful .m { color: #6000E0; font-weight: bold } /* Literal.Number */ +.colorful .s { background-color: #fff0f0 } /* Literal.String */ +.colorful .na { color: #0000C0 } /* Name.Attribute */ +.colorful .nb { color: #007020 } /* Name.Builtin */ +.colorful .nc { color: #B00060; font-weight: bold } /* Name.Class */ +.colorful .no { color: #003060; font-weight: bold } /* Name.Constant */ +.colorful .nd { color: #505050; font-weight: bold } /* Name.Decorator */ +.colorful .ni { color: #800000; font-weight: bold } /* Name.Entity */ +.colorful .ne { color: #F00000; font-weight: bold } /* Name.Exception */ +.colorful .nf { color: #0060B0; font-weight: bold } /* Name.Function */ +.colorful .nl { color: #907000; font-weight: bold } /* Name.Label */ +.colorful .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.colorful .nt { color: #007000 } /* Name.Tag */ +.colorful .nv { color: #906030 } /* Name.Variable */ +.colorful .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.colorful .w { color: #bbbbbb } /* Text.Whitespace */ +.colorful .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ +.colorful .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ +.colorful .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */ +.colorful .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ +.colorful .sb { background-color: #fff0f0 } /* Literal.String.Backtick */ +.colorful .sc { color: #0040D0 } /* Literal.String.Char */ +.colorful .sd { color: #D04020 } /* Literal.String.Doc */ +.colorful .s2 { background-color: #fff0f0 } /* Literal.String.Double */ +.colorful .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */ +.colorful .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */ +.colorful .si { background-color: #e0e0e0 } /* Literal.String.Interpol */ +.colorful .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */ +.colorful .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */ +.colorful .s1 { background-color: #fff0f0 } /* Literal.String.Single */ +.colorful .ss { color: #A06000 } /* Literal.String.Symbol */ +.colorful .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.colorful .vc { color: #306090 } /* Name.Variable.Class */ +.colorful .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */ +.colorful .vi { color: #3030B0 } /* Name.Variable.Instance */ +.colorful .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */ + +.default { background-color: #F8F8F8; color: #000; } +.default .hll { background-color: #ffffcc } +.default .c { color: #408080; font-style: italic } /* Comment */ +.default .err { border: 1px solid #FF0000 } /* Error */ +.default .k { color: #008000; font-weight: bold } /* Keyword */ +.default .o { color: #666666 } /* Operator */ +.default .cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.default .cp { color: #BC7A00 } /* Comment.Preproc */ +.default .c1 { color: #408080; font-style: italic } /* Comment.Single */ +.default .cs { color: #408080; font-style: italic } /* Comment.Special */ +.default .gd { color: #A00000 } /* Generic.Deleted */ +.default .ge { font-style: italic } /* Generic.Emph */ +.default .gr { color: #FF0000 } /* Generic.Error */ +.default .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.default .gi { color: #00A000 } /* Generic.Inserted */ +.default .go { color: #808080 } /* Generic.Output */ +.default .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.default .gs { font-weight: bold } /* Generic.Strong */ +.default .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.default .gt { color: #0040D0 } /* Generic.Traceback */ +.default .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.default .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.default .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.default .kp { color: #008000 } /* Keyword.Pseudo */ +.default .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.default .kt { color: #B00040 } /* Keyword.Type */ +.default .m { color: #666666 } /* Literal.Number */ +.default .s { color: #BA2121 } /* Literal.String */ +.default .na { color: #7D9029 } /* Name.Attribute */ +.default .nb { color: #008000 } /* Name.Builtin */ +.default .nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.default .no { color: #880000 } /* Name.Constant */ +.default .nd { color: #AA22FF } /* Name.Decorator */ +.default .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.default .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.default .nf { color: #0000FF } /* Name.Function */ +.default .nl { color: #A0A000 } /* Name.Label */ +.default .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.default .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.default .nv { color: #19177C } /* Name.Variable */ +.default .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.default .w { color: #bbbbbb } /* Text.Whitespace */ +.default .mf { color: #666666 } /* Literal.Number.Float */ +.default .mh { color: #666666 } /* Literal.Number.Hex */ +.default .mi { color: #666666 } /* Literal.Number.Integer */ +.default .mo { color: #666666 } /* Literal.Number.Oct */ +.default .sb { color: #BA2121 } /* Literal.String.Backtick */ +.default .sc { color: #BA2121 } /* Literal.String.Char */ +.default .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.default .s2 { color: #BA2121 } /* Literal.String.Double */ +.default .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.default .sh { color: #BA2121 } /* Literal.String.Heredoc */ +.default .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.default .sx { color: #008000 } /* Literal.String.Other */ +.default .sr { color: #BB6688 } /* Literal.String.Regex */ +.default .s1 { color: #BA2121 } /* Literal.String.Single */ +.default .ss { color: #19177C } /* Literal.String.Symbol */ +.default .bp { color: #008000 } /* Name.Builtin.Pseudo */ +.default .vc { color: #19177C } /* Name.Variable.Class */ +.default .vg { color: #19177C } /* Name.Variable.Global */ +.default .vi { color: #19177C } /* Name.Variable.Instance */ +.default .il { color: #666666 } /* Literal.Number.Integer.Long */ + +.emacs { background-color: #F8F8F8; color: #000; } +.emacs .hll { background-color: #ffffcc } +.emacs .c { color: #008800; font-style: italic } /* Comment */ +.emacs .err { border: 1px solid #FF0000 } /* Error */ +.emacs .k { color: #AA22FF; font-weight: bold } /* Keyword */ +.emacs .o { color: #666666 } /* Operator */ +.emacs .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.emacs .cp { color: #008800 } /* Comment.Preproc */ +.emacs .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.emacs .cs { color: #008800; font-weight: bold } /* Comment.Special */ +.emacs .gd { color: #A00000 } /* Generic.Deleted */ +.emacs .ge { font-style: italic } /* Generic.Emph */ +.emacs .gr { color: #FF0000 } /* Generic.Error */ +.emacs .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.emacs .gi { color: #00A000 } /* Generic.Inserted */ +.emacs .go { color: #808080 } /* Generic.Output */ +.emacs .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.emacs .gs { font-weight: bold } /* Generic.Strong */ +.emacs .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.emacs .gt { color: #0040D0 } /* Generic.Traceback */ +.emacs .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ +.emacs .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ +.emacs .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ +.emacs .kp { color: #AA22FF } /* Keyword.Pseudo */ +.emacs .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ +.emacs .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ +.emacs .m { color: #666666 } /* Literal.Number */ +.emacs .s { color: #BB4444 } /* Literal.String */ +.emacs .na { color: #BB4444 } /* Name.Attribute */ +.emacs .nb { color: #AA22FF } /* Name.Builtin */ +.emacs .nc { color: #0000FF } /* Name.Class */ +.emacs .no { color: #880000 } /* Name.Constant */ +.emacs .nd { color: #AA22FF } /* Name.Decorator */ +.emacs .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.emacs .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.emacs .nf { color: #00A000 } /* Name.Function */ +.emacs .nl { color: #A0A000 } /* Name.Label */ +.emacs .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.emacs .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.emacs .nv { color: #B8860B } /* Name.Variable */ +.emacs .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.emacs .w { color: #bbbbbb } /* Text.Whitespace */ +.emacs .mf { color: #666666 } /* Literal.Number.Float */ +.emacs .mh { color: #666666 } /* Literal.Number.Hex */ +.emacs .mi { color: #666666 } /* Literal.Number.Integer */ +.emacs .mo { color: #666666 } /* Literal.Number.Oct */ +.emacs .sb { color: #BB4444 } /* Literal.String.Backtick */ +.emacs .sc { color: #BB4444 } /* Literal.String.Char */ +.emacs .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ +.emacs .s2 { color: #BB4444 } /* Literal.String.Double */ +.emacs .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.emacs .sh { color: #BB4444 } /* Literal.String.Heredoc */ +.emacs .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.emacs .sx { color: #008000 } /* Literal.String.Other */ +.emacs .sr { color: #BB6688 } /* Literal.String.Regex */ +.emacs .s1 { color: #BB4444 } /* Literal.String.Single */ +.emacs .ss { color: #B8860B } /* Literal.String.Symbol */ +.emacs .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ +.emacs .vc { color: #B8860B } /* Name.Variable.Class */ +.emacs .vg { color: #B8860B } /* Name.Variable.Global */ +.emacs .vi { color: #B8860B } /* Name.Variable.Instance */ +.emacs .il { color: #666666 } /* Literal.Number.Integer.Long */ + +.friendly { background-color: #F0F0F0; color: #000; } +.friendly .hll { background-color: #ffffcc } +.friendly .c { color: #60a0b0; font-style: italic } /* Comment */ +.friendly .err { border: 1px solid #FF0000 } /* Error */ +.friendly .k { color: #007020; font-weight: bold } /* Keyword */ +.friendly .o { color: #666666 } /* Operator */ +.friendly .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +.friendly .cp { color: #007020 } /* Comment.Preproc */ +.friendly .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ +.friendly .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +.friendly .gd { color: #A00000 } /* Generic.Deleted */ +.friendly .ge { font-style: italic } /* Generic.Emph */ +.friendly .gr { color: #FF0000 } /* Generic.Error */ +.friendly .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.friendly .gi { color: #00A000 } /* Generic.Inserted */ +.friendly .go { color: #808080 } /* Generic.Output */ +.friendly .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.friendly .gs { font-weight: bold } /* Generic.Strong */ +.friendly .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.friendly .gt { color: #0040D0 } /* Generic.Traceback */ +.friendly .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.friendly .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.friendly .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.friendly .kp { color: #007020 } /* Keyword.Pseudo */ +.friendly .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.friendly .kt { color: #902000 } /* Keyword.Type */ +.friendly .m { color: #40a070 } /* Literal.Number */ +.friendly .s { color: #4070a0 } /* Literal.String */ +.friendly .na { color: #4070a0 } /* Name.Attribute */ +.friendly .nb { color: #007020 } /* Name.Builtin */ +.friendly .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.friendly .no { color: #60add5 } /* Name.Constant */ +.friendly .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.friendly .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.friendly .ne { color: #007020 } /* Name.Exception */ +.friendly .nf { color: #06287e } /* Name.Function */ +.friendly .nl { color: #002070; font-weight: bold } /* Name.Label */ +.friendly .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.friendly .nt { color: #062873; font-weight: bold } /* Name.Tag */ +.friendly .nv { color: #bb60d5 } /* Name.Variable */ +.friendly .ow { color: #007020; font-weight: bold } /* Operator.Word */ +.friendly .w { color: #bbbbbb } /* Text.Whitespace */ +.friendly .mf { color: #40a070 } /* Literal.Number.Float */ +.friendly .mh { color: #40a070 } /* Literal.Number.Hex */ +.friendly .mi { color: #40a070 } /* Literal.Number.Integer */ +.friendly .mo { color: #40a070 } /* Literal.Number.Oct */ +.friendly .sb { color: #4070a0 } /* Literal.String.Backtick */ +.friendly .sc { color: #4070a0 } /* Literal.String.Char */ +.friendly .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.friendly .s2 { color: #4070a0 } /* Literal.String.Double */ +.friendly .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.friendly .sh { color: #4070a0 } /* Literal.String.Heredoc */ +.friendly .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.friendly .sx { color: #c65d09 } /* Literal.String.Other */ +.friendly .sr { color: #235388 } /* Literal.String.Regex */ +.friendly .s1 { color: #4070a0 } /* Literal.String.Single */ +.friendly .ss { color: #517918 } /* Literal.String.Symbol */ +.friendly .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.friendly .vc { color: #bb60d5 } /* Name.Variable.Class */ +.friendly .vg { color: #bb60d5 } /* Name.Variable.Global */ +.friendly .vi { color: #bb60d5 } /* Name.Variable.Instance */ +.friendly .il { color: #40a070 } /* Literal.Number.Integer.Long */ + +.fruity { background-color: #111111; color: #FFF; } +.fruity .hll { background-color: #333333 } +.fruity .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */ +.fruity .err { color: #ffffff } /* Error */ +.fruity .g { color: #ffffff } /* Generic */ +.fruity .k { color: #fb660a; font-weight: bold } /* Keyword */ +.fruity .l { color: #ffffff } /* Literal */ +.fruity .n { color: #ffffff } /* Name */ +.fruity .o { color: #ffffff } /* Operator */ +.fruity .x { color: #ffffff } /* Other */ +.fruity .p { color: #ffffff } /* Punctuation */ +.fruity .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */ +.fruity .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */ +.fruity .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */ +.fruity .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */ +.fruity .gd { color: #ffffff } /* Generic.Deleted */ +.fruity .ge { color: #ffffff } /* Generic.Emph */ +.fruity .gr { color: #ffffff } /* Generic.Error */ +.fruity .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.fruity .gi { color: #ffffff } /* Generic.Inserted */ +.fruity .go { color: #444444; background-color: #222222 } /* Generic.Output */ +.fruity .gp { color: #ffffff } /* Generic.Prompt */ +.fruity .gs { color: #ffffff } /* Generic.Strong */ +.fruity .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */ +.fruity .gt { color: #ffffff } /* Generic.Traceback */ +.fruity .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */ +.fruity .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */ +.fruity .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */ +.fruity .kp { color: #fb660a } /* Keyword.Pseudo */ +.fruity .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */ +.fruity .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */ +.fruity .ld { color: #ffffff } /* Literal.Date */ +.fruity .m { color: #0086f7; font-weight: bold } /* Literal.Number */ +.fruity .s { color: #0086d2 } /* Literal.String */ +.fruity .na { color: #ff0086; font-weight: bold } /* Name.Attribute */ +.fruity .nb { color: #ffffff } /* Name.Builtin */ +.fruity .nc { color: #ffffff } /* Name.Class */ +.fruity .no { color: #0086d2 } /* Name.Constant */ +.fruity .nd { color: #ffffff } /* Name.Decorator */ +.fruity .ni { color: #ffffff } /* Name.Entity */ +.fruity .ne { color: #ffffff } /* Name.Exception */ +.fruity .nf { color: #ff0086; font-weight: bold } /* Name.Function */ +.fruity .nl { color: #ffffff } /* Name.Label */ +.fruity .nn { color: #ffffff } /* Name.Namespace */ +.fruity .nx { color: #ffffff } /* Name.Other */ +.fruity .py { color: #ffffff } /* Name.Property */ +.fruity .nt { color: #fb660a; font-weight: bold } /* Name.Tag */ +.fruity .nv { color: #fb660a } /* Name.Variable */ +.fruity .ow { color: #ffffff } /* Operator.Word */ +.fruity .w { color: #888888 } /* Text.Whitespace */ +.fruity .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */ +.fruity .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */ +.fruity .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */ +.fruity .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */ +.fruity .sb { color: #0086d2 } /* Literal.String.Backtick */ +.fruity .sc { color: #0086d2 } /* Literal.String.Char */ +.fruity .sd { color: #0086d2 } /* Literal.String.Doc */ +.fruity .s2 { color: #0086d2 } /* Literal.String.Double */ +.fruity .se { color: #0086d2 } /* Literal.String.Escape */ +.fruity .sh { color: #0086d2 } /* Literal.String.Heredoc */ +.fruity .si { color: #0086d2 } /* Literal.String.Interpol */ +.fruity .sx { color: #0086d2 } /* Literal.String.Other */ +.fruity .sr { color: #0086d2 } /* Literal.String.Regex */ +.fruity .s1 { color: #0086d2 } /* Literal.String.Single */ +.fruity .ss { color: #0086d2 } /* Literal.String.Symbol */ +.fruity .bp { color: #ffffff } /* Name.Builtin.Pseudo */ +.fruity .vc { color: #fb660a } /* Name.Variable.Class */ +.fruity .vg { color: #fb660a } /* Name.Variable.Global */ +.fruity .vi { color: #fb660a } /* Name.Variable.Instance */ +.fruity .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */ + +.manni { background-color: #F0F3F3; color: #000; } +.manni .hll { background-color: #ffffcc } +.manni .c { color: #0099FF; font-style: italic } /* Comment */ +.manni .err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.manni .k { color: #006699; font-weight: bold } /* Keyword */ +.manni .o { color: #555555 } /* Operator */ +.manni .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.manni .cp { color: #009999 } /* Comment.Preproc */ +.manni .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ +.manni .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ +.manni .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.manni .ge { font-style: italic } /* Generic.Emph */ +.manni .gr { color: #FF0000 } /* Generic.Error */ +.manni .gh { color: #003300; font-weight: bold } /* Generic.Heading */ +.manni .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.manni .go { color: #AAAAAA } /* Generic.Output */ +.manni .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ +.manni .gs { font-weight: bold } /* Generic.Strong */ +.manni .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ +.manni .gt { color: #99CC66 } /* Generic.Traceback */ +.manni .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ +.manni .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ +.manni .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ +.manni .kp { color: #006699 } /* Keyword.Pseudo */ +.manni .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ +.manni .kt { color: #007788; font-weight: bold } /* Keyword.Type */ +.manni .m { color: #FF6600 } /* Literal.Number */ +.manni .s { color: #CC3300 } /* Literal.String */ +.manni .na { color: #330099 } /* Name.Attribute */ +.manni .nb { color: #336666 } /* Name.Builtin */ +.manni .nc { color: #00AA88; font-weight: bold } /* Name.Class */ +.manni .no { color: #336600 } /* Name.Constant */ +.manni .nd { color: #9999FF } /* Name.Decorator */ +.manni .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.manni .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ +.manni .nf { color: #CC00FF } /* Name.Function */ +.manni .nl { color: #9999FF } /* Name.Label */ +.manni .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ +.manni .nt { color: #330099; font-weight: bold } /* Name.Tag */ +.manni .nv { color: #003333 } /* Name.Variable */ +.manni .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.manni .w { color: #bbbbbb } /* Text.Whitespace */ +.manni .mf { color: #FF6600 } /* Literal.Number.Float */ +.manni .mh { color: #FF6600 } /* Literal.Number.Hex */ +.manni .mi { color: #FF6600 } /* Literal.Number.Integer */ +.manni .mo { color: #FF6600 } /* Literal.Number.Oct */ +.manni .sb { color: #CC3300 } /* Literal.String.Backtick */ +.manni .sc { color: #CC3300 } /* Literal.String.Char */ +.manni .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.manni .s2 { color: #CC3300 } /* Literal.String.Double */ +.manni .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ +.manni .sh { color: #CC3300 } /* Literal.String.Heredoc */ +.manni .si { color: #AA0000 } /* Literal.String.Interpol */ +.manni .sx { color: #CC3300 } /* Literal.String.Other */ +.manni .sr { color: #33AAAA } /* Literal.String.Regex */ +.manni .s1 { color: #CC3300 } /* Literal.String.Single */ +.manni .ss { color: #FFCC33 } /* Literal.String.Symbol */ +.manni .bp { color: #336666 } /* Name.Builtin.Pseudo */ +.manni .vc { color: #003333 } /* Name.Variable.Class */ +.manni .vg { color: #003333 } /* Name.Variable.Global */ +.manni .vi { color: #003333 } /* Name.Variable.Instance */ +.manni .il { color: #FF6600 } /* Literal.Number.Integer.Long */ + +.monokai { background-color: #272822; color: #F8F8F2; } +.monokai .hll { background-color: #49483e } +.monokai .c { color: #75715e } /* Comment */ +.monokai .err { color: #960050; background-color: #1e0010 } /* Error */ +.monokai .k { color: #66d9ef } /* Keyword */ +.monokai .l { color: #ae81ff } /* Literal */ +.monokai .n { color: #f8f8f2 } /* Name */ +.monokai .o { color: #f92672 } /* Operator */ +.monokai .p { color: #f8f8f2 } /* Punctuation */ +.monokai .cm { color: #75715e } /* Comment.Multiline */ +.monokai .cp { color: #75715e } /* Comment.Preproc */ +.monokai .c1 { color: #75715e } /* Comment.Single */ +.monokai .cs { color: #75715e } /* Comment.Special */ +.monokai .ge { font-style: italic } /* Generic.Emph */ +.monokai .gs { font-weight: bold } /* Generic.Strong */ +.monokai .kc { color: #66d9ef } /* Keyword.Constant */ +.monokai .kd { color: #66d9ef } /* Keyword.Declaration */ +.monokai .kn { color: #f92672 } /* Keyword.Namespace */ +.monokai .kp { color: #66d9ef } /* Keyword.Pseudo */ +.monokai .kr { color: #66d9ef } /* Keyword.Reserved */ +.monokai .kt { color: #66d9ef } /* Keyword.Type */ +.monokai .ld { color: #e6db74 } /* Literal.Date */ +.monokai .m { color: #ae81ff } /* Literal.Number */ +.monokai .s { color: #e6db74 } /* Literal.String */ +.monokai .na { color: #a6e22e } /* Name.Attribute */ +.monokai .nb { color: #f8f8f2 } /* Name.Builtin */ +.monokai .nc { color: #a6e22e } /* Name.Class */ +.monokai .no { color: #66d9ef } /* Name.Constant */ +.monokai .nd { color: #a6e22e } /* Name.Decorator */ +.monokai .ni { color: #f8f8f2 } /* Name.Entity */ +.monokai .ne { color: #a6e22e } /* Name.Exception */ +.monokai .nf { color: #a6e22e } /* Name.Function */ +.monokai .nl { color: #f8f8f2 } /* Name.Label */ +.monokai .nn { color: #f8f8f2 } /* Name.Namespace */ +.monokai .nx { color: #a6e22e } /* Name.Other */ +.monokai .py { color: #f8f8f2 } /* Name.Property */ +.monokai .nt { color: #f92672 } /* Name.Tag */ +.monokai .nv { color: #f8f8f2 } /* Name.Variable */ +.monokai .ow { color: #f92672 } /* Operator.Word */ +.monokai .w { color: #f8f8f2 } /* Text.Whitespace */ +.monokai .mf { color: #ae81ff } /* Literal.Number.Float */ +.monokai .mh { color: #ae81ff } /* Literal.Number.Hex */ +.monokai .mi { color: #ae81ff } /* Literal.Number.Integer */ +.monokai .mo { color: #ae81ff } /* Literal.Number.Oct */ +.monokai .sb { color: #e6db74 } /* Literal.String.Backtick */ +.monokai .sc { color: #e6db74 } /* Literal.String.Char */ +.monokai .sd { color: #e6db74 } /* Literal.String.Doc */ +.monokai .s2 { color: #e6db74 } /* Literal.String.Double */ +.monokai .se { color: #ae81ff } /* Literal.String.Escape */ +.monokai .sh { color: #e6db74 } /* Literal.String.Heredoc */ +.monokai .si { color: #e6db74 } /* Literal.String.Interpol */ +.monokai .sx { color: #e6db74 } /* Literal.String.Other */ +.monokai .sr { color: #e6db74 } /* Literal.String.Regex */ +.monokai .s1 { color: #e6db74 } /* Literal.String.Single */ +.monokai .ss { color: #e6db74 } /* Literal.String.Symbol */ +.monokai .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ +.monokai .vc { color: #f8f8f2 } /* Name.Variable.Class */ +.monokai .vg { color: #f8f8f2 } /* Name.Variable.Global */ +.monokai .vi { color: #f8f8f2 } /* Name.Variable.Instance */ +.monokai .il { color: #ae81ff } /* Literal.Number.Integer.Long */ + +.murphy { background-color: #FFF; color: #000; } +.murphy .hll { background-color: #ffffcc } +.murphy .c { color: #606060; font-style: italic } /* Comment */ +.murphy .err { color: #F00000; background-color: #F0A0A0 } /* Error */ +.murphy .k { color: #208090; font-weight: bold } /* Keyword */ +.murphy .o { color: #303030 } /* Operator */ +.murphy .cm { color: #606060; font-style: italic } /* Comment.Multiline */ +.murphy .cp { color: #507090 } /* Comment.Preproc */ +.murphy .c1 { color: #606060; font-style: italic } /* Comment.Single */ +.murphy .cs { color: #c00000; font-weight: bold; font-style: italic } /* Comment.Special */ +.murphy .gd { color: #A00000 } /* Generic.Deleted */ +.murphy .ge { font-style: italic } /* Generic.Emph */ +.murphy .gr { color: #FF0000 } /* Generic.Error */ +.murphy .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.murphy .gi { color: #00A000 } /* Generic.Inserted */ +.murphy .go { color: #808080 } /* Generic.Output */ +.murphy .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.murphy .gs { font-weight: bold } /* Generic.Strong */ +.murphy .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.murphy .gt { color: #0040D0 } /* Generic.Traceback */ +.murphy .kc { color: #208090; font-weight: bold } /* Keyword.Constant */ +.murphy .kd { color: #208090; font-weight: bold } /* Keyword.Declaration */ +.murphy .kn { color: #208090; font-weight: bold } /* Keyword.Namespace */ +.murphy .kp { color: #0080f0; font-weight: bold } /* Keyword.Pseudo */ +.murphy .kr { color: #208090; font-weight: bold } /* Keyword.Reserved */ +.murphy .kt { color: #6060f0; font-weight: bold } /* Keyword.Type */ +.murphy .m { color: #6000E0; font-weight: bold } /* Literal.Number */ +.murphy .s { background-color: #e0e0ff } /* Literal.String */ +.murphy .na { color: #000070 } /* Name.Attribute */ +.murphy .nb { color: #007020 } /* Name.Builtin */ +.murphy .nc { color: #e090e0; font-weight: bold } /* Name.Class */ +.murphy .no { color: #50e0d0; font-weight: bold } /* Name.Constant */ +.murphy .nd { color: #505050; font-weight: bold } /* Name.Decorator */ +.murphy .ni { color: #800000 } /* Name.Entity */ +.murphy .ne { color: #F00000; font-weight: bold } /* Name.Exception */ +.murphy .nf { color: #50e0d0; font-weight: bold } /* Name.Function */ +.murphy .nl { color: #907000; font-weight: bold } /* Name.Label */ +.murphy .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.murphy .nt { color: #007000 } /* Name.Tag */ +.murphy .nv { color: #003060 } /* Name.Variable */ +.murphy .ow { color: #000000; font-weight: bold } /* Operator.Word */ +.murphy .w { color: #bbbbbb } /* Text.Whitespace */ +.murphy .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */ +.murphy .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */ +.murphy .mi { color: #6060f0; font-weight: bold } /* Literal.Number.Integer */ +.murphy .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */ +.murphy .sb { background-color: #e0e0ff } /* Literal.String.Backtick */ +.murphy .sc { color: #8080F0 } /* Literal.String.Char */ +.murphy .sd { color: #D04020 } /* Literal.String.Doc */ +.murphy .s2 { background-color: #e0e0ff } /* Literal.String.Double */ +.murphy .se { color: #606060; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */ +.murphy .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */ +.murphy .si { background-color: #e0e0e0 } /* Literal.String.Interpol */ +.murphy .sx { color: #f08080; background-color: #e0e0ff } /* Literal.String.Other */ +.murphy .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */ +.murphy .s1 { background-color: #e0e0ff } /* Literal.String.Single */ +.murphy .ss { color: #f0c080 } /* Literal.String.Symbol */ +.murphy .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.murphy .vc { color: #c0c0f0 } /* Name.Variable.Class */ +.murphy .vg { color: #f08040 } /* Name.Variable.Global */ +.murphy .vi { color: #a0a0f0 } /* Name.Variable.Instance */ +.murphy .il { color: #6060f0; font-weight: bold } /* Literal.Number.Integer.Long */ + +.native { background-color: #202020; color: #D0D0D0 } +.native .hll { background-color: #404040 } +.native .c { color: #999999; font-style: italic } /* Comment */ +.native .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.native .g { color: #d0d0d0 } /* Generic */ +.native .k { color: #6ab825; font-weight: bold } /* Keyword */ +.native .l { color: #d0d0d0 } /* Literal */ +.native .n { color: #d0d0d0 } /* Name */ +.native .o { color: #d0d0d0 } /* Operator */ +.native .x { color: #d0d0d0 } /* Other */ +.native .p { color: #d0d0d0 } /* Punctuation */ +.native .cm { color: #999999; font-style: italic } /* Comment.Multiline */ +.native .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ +.native .c1 { color: #999999; font-style: italic } /* Comment.Single */ +.native .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ +.native .gd { color: #d22323 } /* Generic.Deleted */ +.native .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ +.native .gr { color: #d22323 } /* Generic.Error */ +.native .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ +.native .gi { color: #589819 } /* Generic.Inserted */ +.native .go { color: #cccccc } /* Generic.Output */ +.native .gp { color: #aaaaaa } /* Generic.Prompt */ +.native .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ +.native .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ +.native .gt { color: #d22323 } /* Generic.Traceback */ +.native .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ +.native .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ +.native .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ +.native .kp { color: #6ab825 } /* Keyword.Pseudo */ +.native .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ +.native .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ +.native .ld { color: #d0d0d0 } /* Literal.Date */ +.native .m { color: #3677a9 } /* Literal.Number */ +.native .s { color: #ed9d13 } /* Literal.String */ +.native .na { color: #bbbbbb } /* Name.Attribute */ +.native .nb { color: #24909d } /* Name.Builtin */ +.native .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ +.native .no { color: #40ffff } /* Name.Constant */ +.native .nd { color: #ffa500 } /* Name.Decorator */ +.native .ni { color: #d0d0d0 } /* Name.Entity */ +.native .ne { color: #bbbbbb } /* Name.Exception */ +.native .nf { color: #447fcf } /* Name.Function */ +.native .nl { color: #d0d0d0 } /* Name.Label */ +.native .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ +.native .nx { color: #d0d0d0 } /* Name.Other */ +.native .py { color: #d0d0d0 } /* Name.Property */ +.native .nt { color: #6ab825; font-weight: bold } /* Name.Tag */ +.native .nv { color: #40ffff } /* Name.Variable */ +.native .ow { color: #6ab825; font-weight: bold } /* Operator.Word */ +.native .w { color: #666666 } /* Text.Whitespace */ +.native .mf { color: #3677a9 } /* Literal.Number.Float */ +.native .mh { color: #3677a9 } /* Literal.Number.Hex */ +.native .mi { color: #3677a9 } /* Literal.Number.Integer */ +.native .mo { color: #3677a9 } /* Literal.Number.Oct */ +.native .sb { color: #ed9d13 } /* Literal.String.Backtick */ +.native .sc { color: #ed9d13 } /* Literal.String.Char */ +.native .sd { color: #ed9d13 } /* Literal.String.Doc */ +.native .s2 { color: #ed9d13 } /* Literal.String.Double */ +.native .se { color: #ed9d13 } /* Literal.String.Escape */ +.native .sh { color: #ed9d13 } /* Literal.String.Heredoc */ +.native .si { color: #ed9d13 } /* Literal.String.Interpol */ +.native .sx { color: #ffa500 } /* Literal.String.Other */ +.native .sr { color: #ed9d13 } /* Literal.String.Regex */ +.native .s1 { color: #ed9d13 } /* Literal.String.Single */ +.native .ss { color: #ed9d13 } /* Literal.String.Symbol */ +.native .bp { color: #24909d } /* Name.Builtin.Pseudo */ +.native .vc { color: #40ffff } /* Name.Variable.Class */ +.native .vg { color: #40ffff } /* Name.Variable.Global */ +.native .vi { color: #40ffff } /* Name.Variable.Instance */ +.native .il { color: #3677a9 } /* Literal.Number.Integer.Long */ + +.pastie { background-color: #FFF; color: #000 } +.pastie .hll { background-color: #ffffcc } +.pastie .c { color: #888888 } /* Comment */ +.pastie .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.pastie .k { color: #008800; font-weight: bold } /* Keyword */ +.pastie .cm { color: #888888 } /* Comment.Multiline */ +.pastie .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ +.pastie .c1 { color: #888888 } /* Comment.Single */ +.pastie .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ +.pastie .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.pastie .ge { font-style: italic } /* Generic.Emph */ +.pastie .gr { color: #aa0000 } /* Generic.Error */ +.pastie .gh { color: #303030 } /* Generic.Heading */ +.pastie .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.pastie .go { color: #888888 } /* Generic.Output */ +.pastie .gp { color: #555555 } /* Generic.Prompt */ +.pastie .gs { font-weight: bold } /* Generic.Strong */ +.pastie .gu { color: #606060 } /* Generic.Subheading */ +.pastie .gt { color: #aa0000 } /* Generic.Traceback */ +.pastie .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ +.pastie .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ +.pastie .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ +.pastie .kp { color: #008800 } /* Keyword.Pseudo */ +.pastie .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ +.pastie .kt { color: #888888; font-weight: bold } /* Keyword.Type */ +.pastie .m { color: #0000DD; font-weight: bold } /* Literal.Number */ +.pastie .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ +.pastie .na { color: #336699 } /* Name.Attribute */ +.pastie .nb { color: #003388 } /* Name.Builtin */ +.pastie .nc { color: #bb0066; font-weight: bold } /* Name.Class */ +.pastie .no { color: #003366; font-weight: bold } /* Name.Constant */ +.pastie .nd { color: #555555 } /* Name.Decorator */ +.pastie .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ +.pastie .nf { color: #0066bb; font-weight: bold } /* Name.Function */ +.pastie .nl { color: #336699; font-style: italic } /* Name.Label */ +.pastie .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ +.pastie .py { color: #336699; font-weight: bold } /* Name.Property */ +.pastie .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ +.pastie .nv { color: #336699 } /* Name.Variable */ +.pastie .ow { color: #008800 } /* Operator.Word */ +.pastie .w { color: #bbbbbb } /* Text.Whitespace */ +.pastie .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ +.pastie .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ +.pastie .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ +.pastie .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ +.pastie .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ +.pastie .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ +.pastie .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ +.pastie .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ +.pastie .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ +.pastie .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ +.pastie .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ +.pastie .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ +.pastie .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ +.pastie .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ +.pastie .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ +.pastie .bp { color: #003388 } /* Name.Builtin.Pseudo */ +.pastie .vc { color: #336699 } /* Name.Variable.Class */ +.pastie .vg { color: #dd7700 } /* Name.Variable.Global */ +.pastie .vi { color: #3333bb } /* Name.Variable.Instance */ +.pastie .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ + +.perldoc { background-color: #EEEEDD; color: #000; } +.perldoc .hll { background-color: #ffffcc } +.perldoc .c { color: #228B22 } /* Comment */ +.perldoc .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.perldoc .k { color: #8B008B; font-weight: bold } /* Keyword */ +.perldoc .cm { color: #228B22 } /* Comment.Multiline */ +.perldoc .cp { color: #1e889b } /* Comment.Preproc */ +.perldoc .c1 { color: #228B22 } /* Comment.Single */ +.perldoc .cs { color: #8B008B; font-weight: bold } /* Comment.Special */ +.perldoc .gd { color: #aa0000 } /* Generic.Deleted */ +.perldoc .ge { font-style: italic } /* Generic.Emph */ +.perldoc .gr { color: #aa0000 } /* Generic.Error */ +.perldoc .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.perldoc .gi { color: #00aa00 } /* Generic.Inserted */ +.perldoc .go { color: #888888 } /* Generic.Output */ +.perldoc .gp { color: #555555 } /* Generic.Prompt */ +.perldoc .gs { font-weight: bold } /* Generic.Strong */ +.perldoc .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.perldoc .gt { color: #aa0000 } /* Generic.Traceback */ +.perldoc .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */ +.perldoc .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */ +.perldoc .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */ +.perldoc .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */ +.perldoc .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */ +.perldoc .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */ +.perldoc .m { color: #B452CD } /* Literal.Number */ +.perldoc .s { color: #CD5555 } /* Literal.String */ +.perldoc .na { color: #658b00 } /* Name.Attribute */ +.perldoc .nb { color: #658b00 } /* Name.Builtin */ +.perldoc .nc { color: #008b45; font-weight: bold } /* Name.Class */ +.perldoc .no { color: #00688B } /* Name.Constant */ +.perldoc .nd { color: #707a7c } /* Name.Decorator */ +.perldoc .ne { color: #008b45; font-weight: bold } /* Name.Exception */ +.perldoc .nf { color: #008b45 } /* Name.Function */ +.perldoc .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */ +.perldoc .nt { color: #8B008B; font-weight: bold } /* Name.Tag */ +.perldoc .nv { color: #00688B } /* Name.Variable */ +.perldoc .ow { color: #8B008B } /* Operator.Word */ +.perldoc .w { color: #bbbbbb } /* Text.Whitespace */ +.perldoc .mf { color: #B452CD } /* Literal.Number.Float */ +.perldoc .mh { color: #B452CD } /* Literal.Number.Hex */ +.perldoc .mi { color: #B452CD } /* Literal.Number.Integer */ +.perldoc .mo { color: #B452CD } /* Literal.Number.Oct */ +.perldoc .sb { color: #CD5555 } /* Literal.String.Backtick */ +.perldoc .sc { color: #CD5555 } /* Literal.String.Char */ +.perldoc .sd { color: #CD5555 } /* Literal.String.Doc */ +.perldoc .s2 { color: #CD5555 } /* Literal.String.Double */ +.perldoc .se { color: #CD5555 } /* Literal.String.Escape */ +.perldoc .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */ +.perldoc .si { color: #CD5555 } /* Literal.String.Interpol */ +.perldoc .sx { color: #cb6c20 } /* Literal.String.Other */ +.perldoc .sr { color: #1c7e71 } /* Literal.String.Regex */ +.perldoc .s1 { color: #CD5555 } /* Literal.String.Single */ +.perldoc .ss { color: #CD5555 } /* Literal.String.Symbol */ +.perldoc .bp { color: #658b00 } /* Name.Builtin.Pseudo */ +.perldoc .vc { color: #00688B } /* Name.Variable.Class */ +.perldoc .vg { color: #00688B } /* Name.Variable.Global */ +.perldoc .vi { color: #00688B } /* Name.Variable.Instance */ +.perldoc .il { color: #B452CD } /* Literal.Number.Integer.Long */ + +.tango { background-color: #F8F8F8; color: #000; } +.tango .hll { background-color: #ffffcc } +.tango .c { color: #8f5902; font-style: italic } /* Comment */ +.tango .err { color: #a40000; border: 1px solid #ef2929 } /* Error */ +.tango .g { color: #000000 } /* Generic */ +.tango .k { color: #204a87; font-weight: bold } /* Keyword */ +.tango .l { color: #000000 } /* Literal */ +.tango .n { color: #000000 } /* Name */ +.tango .o { color: #ce5c00; font-weight: bold } /* Operator */ +.tango .x { color: #000000 } /* Other */ +.tango .p { color: #000000; font-weight: bold } /* Punctuation */ +.tango .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */ +.tango .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */ +.tango .c1 { color: #8f5902; font-style: italic } /* Comment.Single */ +.tango .cs { color: #8f5902; font-style: italic } /* Comment.Special */ +.tango .gd { color: #a40000 } /* Generic.Deleted */ +.tango .ge { color: #000000; font-style: italic } /* Generic.Emph */ +.tango .gr { color: #ef2929 } /* Generic.Error */ +.tango .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.tango .gi { color: #00A000 } /* Generic.Inserted */ +.tango .go { color: #000000; font-style: italic } /* Generic.Output */ +.tango .gp { color: #8f5902 } /* Generic.Prompt */ +.tango .gs { color: #000000; font-weight: bold } /* Generic.Strong */ +.tango .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.tango .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */ +.tango .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ +.tango .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ +.tango .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ +.tango .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ +.tango .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ +.tango .kt { color: #204a87; font-weight: bold } /* Keyword.Type */ +.tango .ld { color: #000000 } /* Literal.Date */ +.tango .m { color: #0000cf; font-weight: bold } /* Literal.Number */ +.tango .s { color: #4e9a06 } /* Literal.String */ +.tango .na { color: #c4a000 } /* Name.Attribute */ +.tango .nb { color: #204a87 } /* Name.Builtin */ +.tango .nc { color: #000000 } /* Name.Class */ +.tango .no { color: #000000 } /* Name.Constant */ +.tango .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ +.tango .ni { color: #ce5c00 } /* Name.Entity */ +.tango .ne { color: #cc0000; font-weight: bold } /* Name.Exception */ +.tango .nf { color: #000000 } /* Name.Function */ +.tango .nl { color: #f57900 } /* Name.Label */ +.tango .nn { color: #000000 } /* Name.Namespace */ +.tango .nx { color: #000000 } /* Name.Other */ +.tango .py { color: #000000 } /* Name.Property */ +.tango .nt { color: #204a87; font-weight: bold } /* Name.Tag */ +.tango .nv { color: #000000 } /* Name.Variable */ +.tango .ow { color: #204a87; font-weight: bold } /* Operator.Word */ +.tango .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */ +.tango .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ +.tango .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ +.tango .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ +.tango .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ +.tango .sb { color: #4e9a06 } /* Literal.String.Backtick */ +.tango .sc { color: #4e9a06 } /* Literal.String.Char */ +.tango .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ +.tango .s2 { color: #4e9a06 } /* Literal.String.Double */ +.tango .se { color: #4e9a06 } /* Literal.String.Escape */ +.tango .sh { color: #4e9a06 } /* Literal.String.Heredoc */ +.tango .si { color: #4e9a06 } /* Literal.String.Interpol */ +.tango .sx { color: #4e9a06 } /* Literal.String.Other */ +.tango .sr { color: #4e9a06 } /* Literal.String.Regex */ +.tango .s1 { color: #4e9a06 } /* Literal.String.Single */ +.tango .ss { color: #4e9a06 } /* Literal.String.Symbol */ +.tango .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ +.tango .vc { color: #000000 } /* Name.Variable.Class */ +.tango .vg { color: #000000 } /* Name.Variable.Global */ +.tango .vi { color: #000000 } /* Name.Variable.Instance */ +.tango .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */ + +.trac { background-color: #FFF; color: #000; } +.trac .hll { background-color: #ffffcc } +.trac .c { color: #999988; font-style: italic } /* Comment */ +.trac .err { color: #a61717; background-color: #e3d2d2 } /* Error */ +.trac .k { font-weight: bold } /* Keyword */ +.trac .o { font-weight: bold } /* Operator */ +.trac .cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.trac .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ +.trac .c1 { color: #999988; font-style: italic } /* Comment.Single */ +.trac .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ +.trac .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ +.trac .ge { font-style: italic } /* Generic.Emph */ +.trac .gr { color: #aa0000 } /* Generic.Error */ +.trac .gh { color: #999999 } /* Generic.Heading */ +.trac .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ +.trac .go { color: #888888 } /* Generic.Output */ +.trac .gp { color: #555555 } /* Generic.Prompt */ +.trac .gs { font-weight: bold } /* Generic.Strong */ +.trac .gu { color: #aaaaaa } /* Generic.Subheading */ +.trac .gt { color: #aa0000 } /* Generic.Traceback */ +.trac .kc { font-weight: bold } /* Keyword.Constant */ +.trac .kd { font-weight: bold } /* Keyword.Declaration */ +.trac .kn { font-weight: bold } /* Keyword.Namespace */ +.trac .kp { font-weight: bold } /* Keyword.Pseudo */ +.trac .kr { font-weight: bold } /* Keyword.Reserved */ +.trac .kt { color: #445588; font-weight: bold } /* Keyword.Type */ +.trac .m { color: #009999 } /* Literal.Number */ +.trac .s { color: #bb8844 } /* Literal.String */ +.trac .na { color: #008080 } /* Name.Attribute */ +.trac .nb { color: #999999 } /* Name.Builtin */ +.trac .nc { color: #445588; font-weight: bold } /* Name.Class */ +.trac .no { color: #008080 } /* Name.Constant */ +.trac .ni { color: #800080 } /* Name.Entity */ +.trac .ne { color: #990000; font-weight: bold } /* Name.Exception */ +.trac .nf { color: #990000; font-weight: bold } /* Name.Function */ +.trac .nn { color: #555555 } /* Name.Namespace */ +.trac .nt { color: #000080 } /* Name.Tag */ +.trac .nv { color: #008080 } /* Name.Variable */ +.trac .ow { font-weight: bold } /* Operator.Word */ +.trac .w { color: #bbbbbb } /* Text.Whitespace */ +.trac .mf { color: #009999 } /* Literal.Number.Float */ +.trac .mh { color: #009999 } /* Literal.Number.Hex */ +.trac .mi { color: #009999 } /* Literal.Number.Integer */ +.trac .mo { color: #009999 } /* Literal.Number.Oct */ +.trac .sb { color: #bb8844 } /* Literal.String.Backtick */ +.trac .sc { color: #bb8844 } /* Literal.String.Char */ +.trac .sd { color: #bb8844 } /* Literal.String.Doc */ +.trac .s2 { color: #bb8844 } /* Literal.String.Double */ +.trac .se { color: #bb8844 } /* Literal.String.Escape */ +.trac .sh { color: #bb8844 } /* Literal.String.Heredoc */ +.trac .si { color: #bb8844 } /* Literal.String.Interpol */ +.trac .sx { color: #bb8844 } /* Literal.String.Other */ +.trac .sr { color: #808000 } /* Literal.String.Regex */ +.trac .s1 { color: #bb8844 } /* Literal.String.Single */ +.trac .ss { color: #bb8844 } /* Literal.String.Symbol */ +.trac .bp { color: #999999 } /* Name.Builtin.Pseudo */ +.trac .vc { color: #008080 } /* Name.Variable.Class */ +.trac .vg { color: #008080 } /* Name.Variable.Global */ +.trac .vi { color: #008080 } /* Name.Variable.Instance */ +.trac .il { color: #009999 } /* Literal.Number.Integer.Long */ + +.vs { background-color: #FFF; color: #000; } +.vs .hll { background-color: #ffffcc } +.vs .c { color: #008000 } /* Comment */ +.vs .err { border: 1px solid #FF0000 } /* Error */ +.vs .k { color: #0000ff } /* Keyword */ +.vs .cm { color: #008000 } /* Comment.Multiline */ +.vs .cp { color: #0000ff } /* Comment.Preproc */ +.vs .c1 { color: #008000 } /* Comment.Single */ +.vs .cs { color: #008000 } /* Comment.Special */ +.vs .ge { font-style: italic } /* Generic.Emph */ +.vs .gh { font-weight: bold } /* Generic.Heading */ +.vs .gp { font-weight: bold } /* Generic.Prompt */ +.vs .gs { font-weight: bold } /* Generic.Strong */ +.vs .gu { font-weight: bold } /* Generic.Subheading */ +.vs .kc { color: #0000ff } /* Keyword.Constant */ +.vs .kd { color: #0000ff } /* Keyword.Declaration */ +.vs .kn { color: #0000ff } /* Keyword.Namespace */ +.vs .kp { color: #0000ff } /* Keyword.Pseudo */ +.vs .kr { color: #0000ff } /* Keyword.Reserved */ +.vs .kt { color: #2b91af } /* Keyword.Type */ +.vs .s { color: #a31515 } /* Literal.String */ +.vs .nc { color: #2b91af } /* Name.Class */ +.vs .ow { color: #0000ff } /* Operator.Word */ +.vs .sb { color: #a31515 } /* Literal.String.Backtick */ +.vs .sc { color: #a31515 } /* Literal.String.Char */ +.vs .sd { color: #a31515 } /* Literal.String.Doc */ +.vs .s2 { color: #a31515 } /* Literal.String.Double */ +.vs .se { color: #a31515 } /* Literal.String.Escape */ +.vs .sh { color: #a31515 } /* Literal.String.Heredoc */ +.vs .si { color: #a31515 } /* Literal.String.Interpol */ +.vs .sx { color: #a31515 } /* Literal.String.Other */ +.vs .sr { color: #a31515 } /* Literal.String.Regex */ +.vs .s1 { color: #a31515 } /* Literal.String.Single */ +.vs .ss { color: #a31515 } /* Literal.String.Symbol */ diff --git a/snipt/snipt.js b/snipt/snipt.js new file mode 100644 index 0000000..913385e --- /dev/null +++ b/snipt/snipt.js @@ -0,0 +1,333 @@ +/** + * CoffeeScript Compiler v1.1.3-pre + * http://coffeescript.org + * + * Copyright 2011, Jeremy Ashkenas + * Released under the MIT License + */ +this.CoffeeScript=function(){function require(a){return require[a]}require["./helpers"]=new function(){var a=this;(function(){var b,c;a.starts=function(a,b,c){return b===a.substr(c,b.length)},a.ends=function(a,b,c){var d;d=b.length;return b===a.substr(a.length-d-(c||0),d)},a.compact=function(a){var b,c,d,e;e=[];for(c=0,d=a.length;c=0)f+=1;else if(j=g[0],t.call(d,j)>=0)f-=1;a+=1}return a-1},a.prototype.removeLeadingNewlines=function(){var a,b,c,d;d=this.tokens;for(a=0,c=d.length;a=0)))return 1;d.splice(b,1);return 0})},a.prototype.closeOpenCalls=function(){var a,b;b=function(a,b){var c;return(c=a[0])===")"||c==="CALL_END"||a[0]==="OUTDENT"&&this.tag(b-1)===")"},a=function(a,b){return this.tokens[a[0]==="OUTDENT"?b-1:b][0]="CALL_END"};return this.scanTokens(function(c,d){c[0]==="CALL_START"&&this.detectEnd(d+1,b,a);return 1})},a.prototype.closeOpenIndexes=function(){var a,b;b=function(a,b){var c;return(c=a[0])==="]"||c==="INDEX_END"},a=function(a,b){return a[0]="INDEX_END"};return this.scanTokens(function(c,d){c[0]==="INDEX_START"&&this.detectEnd(d+1,b,a);return 1})},a.prototype.addImplicitBraces=function(){var a,b,c,f,g;c=[],f=null,g=0,b=function(a,b){var c,d,e,f,g,h;g=this.tokens.slice(b+1,b+3+1||9e9),c=g[0],f=g[1],e=g[2];if("HERECOMMENT"===(c!=null?c[0]:void 0))return!1;d=a[0];return(d==="TERMINATOR"||d==="OUTDENT")&&(f!=null?f[0]:void 0)!==":"&&((c!=null?c[0]:void 0)!=="@"||(e!=null?e[0]:void 0)!==":")||d===","&&c&&(h=c[0])!=="IDENTIFIER"&&h!=="NUMBER"&&h!=="STRING"&&h!=="@"&&h!=="TERMINATOR"&&h!=="OUTDENT"},a=function(a,b){var c;c=["}","}",a[2]],c.generated=!0;return this.tokens.splice(b,0,c)};return this.scanTokens(function(g,h,i){var j,k,l,m,n,o,p;if(o=l=g[0],t.call(e,o)>=0){c.push([l==="INDENT"&&this.tag(h-1)==="{"?"{":l,h]);return 1}if(t.call(d,l)>=0){f=c.pop();return 1}if(l!==":"||(j=this.tag(h-2))!==":"&&((p=c[c.length-1])!=null?p[0]:void 0)==="{")return 1;c.push(["{"]),k=j==="@"?h-2:h-1;while(this.tag(k-2)==="HERECOMMENT")k-=2;n=new String("{"),n.generated=!0,m=["{",n,g[2]],m.generated=!0,i.splice(k,0,m),this.detectEnd(h+2,b,a);return 2})},a.prototype.addImplicitParentheses=function(){var a,b;b=!1,a=function(a,b){var c;c=a[0]==="OUTDENT"?b+1:b;return this.tokens.splice(c,0,["CALL_END",")",a[2]])};return this.scanTokens(function(c,d,e){var k,m,n,o,p,q,r,s,u,v;r=c[0];if(r==="CLASS"||r==="IF")b=!0;s=e.slice(d-1,d+1+1||9e9),o=s[0],m=s[1],n=s[2],k=!b&&r==="INDENT"&&n&&n.generated&&n[0]==="{"&&o&&(u=o[0],t.call(i,u)>=0),q=!1,p=!1,t.call(l,r)>=0&&(b=!1),o&&!o.spaced&&r==="?"&&(c.call=!0);if(c.fromThen)return 1;if(!(k||(o!=null?o.spaced:void 0)&&(o.call||(v=o[0],t.call(i,v)>=0))&&(t.call(g,r)>=0||!c.spaced&&!c.newLine&&t.call(j,r)>=0)))return 1;e.splice(d,0,["CALL_START","(",c[2]]),this.detectEnd(d+1,function(a,b){var c,d;r=a[0];if(!q&&a.fromThen)return!0;if(r==="IF"||r==="ELSE"||r==="CATCH"||r==="->"||r==="=>")q=!0;if(r==="IF"||r==="ELSE"||r==="SWITCH"||r==="TRY")p=!0;if((r==="."||r==="?."||r==="::")&&this.tag(b-1)==="OUTDENT")return!0;return!a.generated&&this.tag(b-1)!==","&&(t.call(h,r)>=0||r==="INDENT"&&!p)&&(r!=="INDENT"||this.tag(b-2)!=="CLASS"&&(d=this.tag(b-1),t.call(f,d)<0)&&(!(c=this.tokens[b+1])||!c.generated||c[0]!=="{"))},a),o[0]==="?"&&(o[0]="FUNC_EXIST");return 2})},a.prototype.addImplicitIndentation=function(){return this.scanTokens(function(a,b,c){var d,e,f,g,h,i,j,k;i=a[0];if(i==="TERMINATOR"&&this.tag(b+1)==="THEN"){c.splice(b,1);return 0}if(i==="ELSE"&&this.tag(b-1)!=="OUTDENT"){c.splice.apply(c,[b,0].concat(u.call(this.indentation(a))));return 2}if(i==="CATCH"&&((j=this.tag(b+2))==="OUTDENT"||j==="TERMINATOR"||j==="FINALLY")){c.splice.apply(c,[b+2,0].concat(u.call(this.indentation(a))));return 4}if(t.call(n,i)>=0&&this.tag(b+1)!=="INDENT"&&(i!=="ELSE"||this.tag(b+1)!=="IF")){h=i,k=this.indentation(a),f=k[0],g=k[1],h==="THEN"&&(f.fromThen=!0),f.generated=g.generated=!0,c.splice(b+1,0,f),e=function(a,b){var c;return a[1]!==";"&&(c=a[0],t.call(m,c)>=0)&&(a[0]!=="ELSE"||h==="IF"||h==="THEN")},d=function(a,b){return this.tokens.splice(this.tag(b-1)===","?b-1:b,0,g)},this.detectEnd(b+2,e,d),i==="THEN"&&c.splice(b,1);return 1}return 1})},a.prototype.tagPostfixConditionals=function(){var a;a=function(a,b){var c;return(c=a[0])==="TERMINATOR"||c==="INDENT"};return this.scanTokens(function(b,c){var d;if(b[0]!=="IF")return 1;d=b,this.detectEnd(c+1,a,function(a,b){if(a[0]!=="INDENT")return d[0]="POST_"+d[0]});return 1})},a.prototype.ensureBalance=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n;d={},f={},m=this.tokens;for(i=0,k=m.length;i0)throw Error("unclosed "+e+" on line "+(f[e]+1))}return this},a.prototype.rewriteClosingParens=function(){var a,b,c;c=[],a={};for(b in k)a[b]=0;return this.scanTokens(function(b,f,g){var h,i,j,l,m,n,o;if(o=m=b[0],t.call(e,o)>=0){c.push(b);return 1}if(t.call(d,m)<0)return 1;if(a[h=k[m]]>0){a[h]-=1,g.splice(f,1);return 0}i=c.pop(),j=i[0],l=k[j];if(m===l)return 1;a[j]+=1,n=[l,j==="INDENT"?i[1]:l],this.tag(f+2)===j?(g.splice(f+3,0,n),c.push(i)):g.splice(f,0,n);return 1})},a.prototype.indentation=function(a){return[["INDENT",2,a[2]],["OUTDENT",2,a[2]]]},a.prototype.tag=function(a){var b;return(b=this.tokens[a])!=null?b[0]:void 0};return a}(),b=[["(",")"],["[","]"],["{","}"],["INDENT","OUTDENT"],["CALL_START","CALL_END"],["PARAM_START","PARAM_END"],["INDEX_START","INDEX_END"]],k={},e=[],d=[];for(q=0,r=b.length;q","=>","[","(","{","--","++"],j=["+","-"],f=["->","=>","{","[",","],h=["POST_IF","FOR","WHILE","UNTIL","WHEN","BY","LOOP","TERMINATOR"],n=["ELSE","->","=>","TRY","FINALLY","THEN"],m=["TERMINATOR","CATCH","FINALLY","ELSE","OUTDENT","LEADING_WHEN"],l=["TERMINATOR","INDENT","OUTDENT"]}).call(this)},require["./lexer"]=new function(){var a=this;(function(){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W=Array.prototype.indexOf||function(a){for(var b=0,c=this.length;b=0||W.call(h,c)>=0)&&(j=c.toUpperCase(),j==="WHEN"&&(l=this.tag(),W.call(v,l)>=0)?j="LEADING_WHEN":j==="FOR"?this.seenFor=!0:j==="UNLESS"?j="IF":W.call(O,j)>=0?j="UNARY":W.call(I,j)>=0&&(j!=="INSTANCEOF"&&this.seenFor?(j="FOR"+j,this.seenFor=!1):(j="RELATION",this.value()==="!"&&(this.tokens.pop(),c="!"+c)))),W.call(t,c)>=0&&(b?(j="IDENTIFIER",c=new String(c),c.reserved=!0):W.call(J,c)>=0&&this.identifierError(c)),b||(W.call(f,c)>=0&&(c=g[c]),j=function(){switch(c){case"!":return"UNARY";case"==":case"!=":return"COMPARE";case"&&":case"||":return"LOGIC";case"true":case"false":case"null":case"undefined":return"BOOL";case"break":case"continue":case"debugger":return"STATEMENT";default:return j}}()),this.token(j,c),a&&this.token(":",":");return d.length},a.prototype.numberToken=function(){var a,b;if(!(a=F.exec(this.chunk)))return 0;b=a[0],this.token("NUMBER",b);return b.length},a.prototype.stringToken=function(){var a,b;switch(this.chunk.charAt(0)){case"'":if(!(a=M.exec(this.chunk)))return 0;this.token("STRING",(b=a[0]).replace(A,"\\\n"));break;case'"':if(!(b=this.balancedString(this.chunk,'"')))return 0;0=0))return 0;if(!(b=H.exec(this.chunk)))return 0;d=b[0],this.token("REGEX",d==="//"?"/(?:)/":d);return d.length},a.prototype.heregexToken=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n;d=a[0],b=a[1],c=a[2];if(0>b.indexOf("#{")){e=b.replace(p,"").replace(/\//g,"\\/"),this.token("REGEX","/"+(e||"(?:)")+"/"+c);return d.length}this.token("IDENTIFIER","RegExp"),this.tokens.push(["CALL_START","("]),g=[],k=this.interpolateString(b,{regex:!0});for(i=0,j=k.length;ithis.indent){if(d){this.indebt=f-this.indent,this.suppressNewlines();return b.length}a=f-this.indent+this.outdebt,this.token("INDENT",a),this.indents.push(a),this.outdebt=this.indebt=0}else this.indebt=0,this.outdentToken(this.indent-f,d);this.indent=f;return b.length},a.prototype.outdentToken=function(a,b,c){var d,e;while(a>0)e=this.indents.length-1,this.indents[e]===void 0?a=0:this.indents[e]===this.outdebt?(a-=this.outdebt,this.outdebt=0):this.indents[e]=0)&&this.assignmentError();if((h=b[1])==="||"||h==="&&"){b[0]="COMPOUND_ASSIGN",b[1]+="=";return f.length}}if(f===";")c="TERMINATOR";else if(W.call(z,f)>=0)c="MATH";else if(W.call(j,f)>=0)c="COMPARE";else if(W.call(k,f)>=0)c="COMPOUND_ASSIGN";else if(W.call(O,f)>=0)c="UNARY";else if(W.call(L,f)>=0)c="SHIFT";else if(W.call(x,f)>=0||f==="?"&&(b!=null?b.spaced:void 0))c="LOGIC";else if(b&&!b.spaced)if(f==="("&&(i=b[0],W.call(d,i)>=0))b[0]==="?"&&(b[0]="FUNC_EXIST"),c="CALL_START";else if(f==="["&&(l=b[0],W.call(r,l)>=0)){c="INDEX_START";switch(b[0]){case"?":b[0]="INDEX_SOAK";break;case"::":b[0]="INDEX_PROTO"}}this.token(c,f);return f.length},a.prototype.sanitizeHeredoc=function(a,b){var c,d,e,f,g;e=b.indent,d=b.herecomment;if(d){if(m.test(a))throw new Error('block comment cannot contain "*/", starting on line '+(this.line+1));if(a.indexOf("\n")<=0)return a}else while(f=n.exec(a)){c=f[1];if(e===null||0<(g=c.length)&&gh;1<=h?c++:c--){switch(d=a.charAt(c)){case"\\":c++;continue;case b:g.pop();if(!g.length)return a.slice(0,c+1);b=g[g.length-1];continue}b!=="}"||d!=='"'&&d!=="'"?b==="}"&&d==="/"&&(e=o.exec(a.slice(c))||H.exec(a.slice(c)))?c+=e[0].length-1:b==="}"&&d==="{"?g.push(b="}"):b==='"'&&f==="#"&&d==="{"&&g.push(b="}"):g.push(b=d),f=d}throw new Error("missing "+g.pop()+", starting on line "+(this.line+1))},a.prototype.interpolateString=function(b,c){var d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t;c==null&&(c={}),e=c.heredoc,m=c.regex,o=[],l=0,f=-1;while(j=b.charAt(f+=1)){if(j==="\\"){f+=1;continue}if(j!=="#"||b.charAt(f+1)!=="{"||!(d=this.balancedString(b.slice(f+1),"}")))continue;l1&&(k.unshift(["(","("]),k.push([")",")"])),o.push(["TOKENS",k])}f+=d.length,l=f+1}f>l&&l1)&&this.token("(","(");for(f=0,q=o.length;f|[-+*\/%<>&|^!?=]=|>>>=?|([-+:])\1|([&|<>])\2=?|\?\.|\.{2,3})/,P=/^[^\n\S]+/,i=/^###([^#][\s\S]*?)(?:###[^\n\S]*|(?:###)?$)|^(?:\s*#(?!##[^#]).*)+/,e=/^[-=]>/,B=/^(?:\n[^\n\S]*)+/,M=/^'[^\\']*(?:\\.[^\\']*)*'/,s=/^`[^\\`]*(?:\\.[^\\`]*)*`/,H=/^\/(?![\s=])[^[\/\n\\]*(?:(?:\\[\s\S]|\[[^\]\n\\]*(?:\\[\s\S][^\]\n\\]*)*])[^[\/\n\\]*)*\/[imgy]{0,4}(?!\w)/,o=/^\/{3}([\s\S]+?)\/{3}([imgy]{0,4})(?!\w)/,p=/\s+(?:#.*)?/g,A=/\n/g,n=/\n+([^\n\S]*)/g,m=/\*\//,b=/^\s*@?([$A-Za-z_][$\w\x7f-\uffff]*|['"].*['"])[^\n\S]*?[:=][^:=>]/,w=/^\s*(?:,|\??\.(?![.\d])|::)/,N=/\s+$/,E=/^(?:[-+*&|\/%=<>!.\\][<>=&|]*|and|or|is(?:nt)?|n(?:ot|ew)|delete|typeof|instanceof)$/,k=["-=","+=","/=","*=","%=","||=","&&=","?=","<<=",">>=",">>>=","&=","^=","|="],O=["!","~","NEW","TYPEOF","DELETE","DO"],x=["&&","||","&","|","^"],L=["<<",">>",">>>"],j=["==","!=","<",">","<=",">="],z=["*","/","%"],I=["IN","OF","INSTANCEOF"],c=["TRUE","FALSE","NULL","UNDEFINED"],C=["NUMBER","REGEX","BOOL","++","--","]"],D=C.concat(")","}","THIS","IDENTIFIER","STRING"),d=["IDENTIFIER","STRING","REGEX",")","]","}","?","::","@","THIS","SUPER"],r=d.concat("NUMBER","BOOL"),v=["INDENT","OUTDENT","TERMINATOR"]}).call(this)},require["./parser"]=new function(){var a=this,b=function(){var a={trace:function(){},yy:{},symbols_:{error:2,Root:3,Body:4,Block:5,TERMINATOR:6,Line:7,Expression:8,Statement:9,Return:10,Throw:11,Comment:12,STATEMENT:13,Value:14,Invocation:15,Code:16,Operation:17,Assign:18,If:19,Try:20,While:21,For:22,Switch:23,Class:24,INDENT:25,OUTDENT:26,Identifier:27,IDENTIFIER:28,AlphaNumeric:29,NUMBER:30,STRING:31,Literal:32,JS:33,REGEX:34,BOOL:35,Assignable:36,"=":37,AssignObj:38,ObjAssignable:39,":":40,ThisProperty:41,RETURN:42,HERECOMMENT:43,PARAM_START:44,ParamList:45,PARAM_END:46,FuncGlyph:47,"->":48,"=>":49,OptComma:50,",":51,Param:52,ParamVar:53,"...":54,Array:55,Object:56,Splat:57,SimpleAssignable:58,Accessor:59,Parenthetical:60,Range:61,This:62,".":63,"?.":64,"::":65,Index:66,INDEX_START:67,IndexValue:68,INDEX_END:69,INDEX_SOAK:70,INDEX_PROTO:71,Slice:72,"{":73,AssignList:74,"}":75,CLASS:76,EXTENDS:77,OptFuncExist:78,Arguments:79,SUPER:80,FUNC_EXIST:81,CALL_START:82,CALL_END:83,ArgList:84,THIS:85,"@":86,"[":87,"]":88,RangeDots:89,"..":90,Arg:91,SimpleArgs:92,TRY:93,Catch:94,FINALLY:95,CATCH:96,THROW:97,"(":98,")":99,WhileSource:100,WHILE:101,WHEN:102,UNTIL:103,Loop:104,LOOP:105,ForBody:106,FOR:107,ForStart:108,ForSource:109,ForVariables:110,OWN:111,ForValue:112,FORIN:113,FOROF:114,BY:115,SWITCH:116,Whens:117,ELSE:118,When:119,LEADING_WHEN:120,IfBlock:121,IF:122,POST_IF:123,UNARY:124,"-":125,"+":126,"--":127,"++":128,"?":129,MATH:130,SHIFT:131,COMPARE:132,LOGIC:133,RELATION:134,COMPOUND_ASSIGN:135,$accept:0,$end:1},terminals_:{2:"error",6:"TERMINATOR",13:"STATEMENT",25:"INDENT",26:"OUTDENT",28:"IDENTIFIER",30:"NUMBER",31:"STRING",33:"JS",34:"REGEX",35:"BOOL",37:"=",40:":",42:"RETURN",43:"HERECOMMENT",44:"PARAM_START",46:"PARAM_END",48:"->",49:"=>",51:",",54:"...",63:".",64:"?.",65:"::",67:"INDEX_START",69:"INDEX_END",70:"INDEX_SOAK",71:"INDEX_PROTO",73:"{",75:"}",76:"CLASS",77:"EXTENDS",80:"SUPER",81:"FUNC_EXIST",82:"CALL_START",83:"CALL_END",85:"THIS",86:"@",87:"[",88:"]",90:"..",93:"TRY",95:"FINALLY",96:"CATCH",97:"THROW",98:"(",99:")",101:"WHILE",102:"WHEN",103:"UNTIL",105:"LOOP",107:"FOR",111:"OWN",113:"FORIN",114:"FOROF",115:"BY",116:"SWITCH",118:"ELSE",120:"LEADING_WHEN",122:"IF",123:"POST_IF",124:"UNARY",125:"-",126:"+",127:"--",128:"++",129:"?",130:"MATH",131:"SHIFT",132:"COMPARE",133:"LOGIC",134:"RELATION",135:"COMPOUND_ASSIGN"},productions_:[0,[3,0],[3,1],[3,2],[4,1],[4,3],[4,2],[7,1],[7,1],[9,1],[9,1],[9,1],[9,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[5,2],[5,3],[27,1],[29,1],[29,1],[32,1],[32,1],[32,1],[32,1],[18,3],[18,5],[38,1],[38,3],[38,5],[38,1],[39,1],[39,1],[39,1],[10,2],[10,1],[12,1],[16,5],[16,2],[47,1],[47,1],[50,0],[50,1],[45,0],[45,1],[45,3],[52,1],[52,2],[52,3],[53,1],[53,1],[53,1],[53,1],[57,2],[58,1],[58,2],[58,2],[58,1],[36,1],[36,1],[36,1],[14,1],[14,1],[14,1],[14,1],[14,1],[59,2],[59,2],[59,2],[59,1],[59,1],[66,3],[66,2],[66,2],[68,1],[68,1],[56,4],[74,0],[74,1],[74,3],[74,4],[74,6],[24,1],[24,2],[24,3],[24,4],[24,2],[24,3],[24,4],[24,5],[15,3],[15,3],[15,1],[15,2],[78,0],[78,1],[79,2],[79,4],[62,1],[62,1],[41,2],[55,2],[55,4],[89,1],[89,1],[61,5],[72,3],[72,2],[72,2],[84,1],[84,3],[84,4],[84,4],[84,6],[91,1],[91,1],[92,1],[92,3],[20,2],[20,3],[20,4],[20,5],[94,3],[11,2],[60,3],[60,5],[100,2],[100,4],[100,2],[100,4],[21,2],[21,2],[21,2],[21,1],[104,2],[104,2],[22,2],[22,2],[22,2],[106,2],[106,2],[108,2],[108,3],[112,1],[112,1],[112,1],[110,1],[110,3],[109,2],[109,2],[109,4],[109,4],[109,4],[109,6],[109,6],[23,5],[23,7],[23,4],[23,6],[117,1],[117,2],[119,3],[119,4],[121,3],[121,5],[19,1],[19,3],[19,3],[19,3],[17,2],[17,2],[17,2],[17,2],[17,2],[17,2],[17,2],[17,2],[17,3],[17,3],[17,3],[17,3],[17,3],[17,3],[17,3],[17,3],[17,5],[17,3]],performAction:function(a,b,c,d,e,f,g){var h=f.length-1;switch(e){case 1:return this.$=new d.Block;case 2:return this.$=f[h];case 3:return this.$=f[h-1];case 4:this.$=d.Block.wrap([f[h]]);break;case 5:this.$=f[h-2].push(f[h]);break;case 6:this.$=f[h-1];break;case 7:this.$=f[h];break;case 8:this.$=f[h];break;case 9:this.$=f[h];break;case 10:this.$=f[h];break;case 11:this.$=f[h];break;case 12:this.$=new d.Literal(f[h]);break;case 13:this.$=f[h];break;case 14:this.$=f[h];break;case 15:this.$=f[h];break;case 16:this.$=f[h];break;case 17:this.$=f[h];break;case 18:this.$=f[h];break;case 19:this.$=f[h];break;case 20:this.$=f[h];break;case 21:this.$=f[h];break;case 22:this.$=f[h];break;case 23:this.$=f[h];break;case 24:this.$=new d.Block;break;case 25:this.$=f[h-1];break;case 26:this.$=new d.Literal(f[h]);break;case 27:this.$=new d.Literal(f[h]);break;case 28:this.$=new d.Literal(f[h]);break;case 29:this.$=f[h];break;case 30:this.$=new d.Literal(f[h]);break;case 31:this.$=new d.Literal(f[h]);break;case 32:this.$=function(){var a;a=new d.Literal(f[h]),f[h]==="undefined"&&(a.isUndefined=!0);return a}();break;case 33:this.$=new d.Assign(f[h-2],f[h]);break;case 34:this.$=new d.Assign(f[h-4],f[h-1]);break;case 35:this.$=new d.Value(f[h]);break;case 36:this.$=new d.Assign(new d.Value(f[h-2]),f[h],"object");break;case 37:this.$=new d.Assign(new d.Value(f[h-4]),f[h-1],"object");break;case 38:this.$=f[h];break;case 39:this.$=f[h];break;case 40:this.$=f[h];break;case 41:this.$=f[h];break;case 42:this.$=new d.Return(f[h]);break;case 43:this.$=new d.Return;break;case 44:this.$=new d.Comment(f[h]);break;case 45:this.$=new d.Code(f[h-3],f[h],f[h-1]);break;case 46:this.$=new d.Code([],f[h],f[h-1]);break;case 47:this.$="func";break;case 48:this.$="boundfunc";break;case 49:this.$=f[h];break;case 50:this.$=f[h];break;case 51:this.$=[];break;case 52:this.$=[f[h]];break;case 53:this.$=f[h-2].concat(f[h]);break;case 54:this.$=new d.Param(f[h]);break;case 55:this.$=new d.Param(f[h-1],null,!0);break;case 56:this.$=new d.Param(f[h-2],f[h]);break;case 57:this.$=f[h];break;case 58:this.$=f[h];break;case 59:this.$=f[h];break;case 60:this.$=f[h];break;case 61:this.$=new d.Splat(f[h-1]);break;case 62:this.$=new d.Value(f[h]);break;case 63:this.$=f[h-1].push(f[h]);break;case 64:this.$=new d.Value(f[h-1],[f[h]]);break;case 65:this.$=f[h];break;case 66:this.$=f[h];break;case 67:this.$=new d.Value(f[h]);break;case 68:this.$=new d.Value(f[h]);break;case 69:this.$=f[h];break;case 70:this.$=new d.Value(f[h]);break;case 71:this.$=new d.Value(f[h]);break;case 72:this.$=new d.Value(f[h]);break;case 73:this.$=f[h];break;case 74:this.$=new d.Access(f[h]);break;case 75:this.$=new d.Access(f[h],"soak");break;case 76:this.$=new d.Access(f[h],"proto");break;case 77:this.$=new d.Access(new d.Literal("prototype"));break;case 78:this.$=f[h];break;case 79:this.$=f[h-1];break;case 80:this.$=d.extend(f[h],{soak:!0});break;case 81:this.$=d.extend(f[h],{proto:!0});break;case 82:this.$=new d.Index(f[h]);break;case 83:this.$=new d.Slice(f[h]);break;case 84:this.$=new d.Obj(f[h-2],f[h-3].generated);break;case 85:this.$=[];break;case 86:this.$=[f[h]];break;case 87:this.$=f[h-2].concat(f[h]);break;case 88:this.$=f[h-3].concat(f[h]);break;case 89:this.$=f[h-5].concat(f[h-2]);break;case 90:this.$=new d.Class;break;case 91:this.$=new d.Class(null,null,f[h]);break;case 92:this.$=new d.Class(null,f[h]);break;case 93:this.$=new d.Class(null,f[h-1],f[h]);break;case 94:this.$=new d.Class(f[h]);break;case 95:this.$=new d.Class(f[h-1],null,f[h]);break;case 96:this.$=new d.Class(f[h-2],f[h]);break;case 97:this.$=new d.Class(f[h-3],f[h-1],f[h]);break;case 98:this.$=new d.Call(f[h-2],f[h],f[h-1]);break;case 99:this.$=new d.Call(f[h-2],f[h],f[h-1]);break;case 100:this.$=new d.Call("super",[new d.Splat(new d.Literal("arguments"))]);break;case 101:this.$=new d.Call("super",f[h]);break;case 102:this.$=!1;break;case 103:this.$=!0;break;case 104:this.$=[];break;case 105:this.$=f[h-2];break;case 106:this.$=new d.Value(new d.Literal("this"));break;case 107:this.$=new d.Value(new d.Literal("this"));break;case 108:this.$=new d.Value(new d.Literal("this"),[new d.Access(f[h])],"this");break;case 109:this.$=new d.Arr([]);break;case 110:this.$=new d.Arr(f[h-2]);break;case 111:this.$="inclusive";break;case 112:this.$="exclusive";break;case 113:this.$=new d.Range(f[h-3],f[h-1],f[h-2]);break;case 114:this.$=new d.Range(f[h-2],f[h],f[h-1]);break;case 115:this.$=new d.Range(f[h-1],null,f[h]);break;case 116:this.$=new d.Range(null,f[h],f[h-1]);break;case 117:this.$=[f[h]];break;case 118:this.$=f[h-2].concat(f[h]);break;case 119:this.$=f[h-3].concat(f[h]);break;case 120:this.$=f[h-2];break;case 121:this.$=f[h-5].concat(f[h-2]);break;case 122:this.$=f[h];break;case 123:this.$=f[h];break;case 124:this.$=f[h];break;case 125:this.$=[].concat(f[h-2],f[h]);break;case 126:this.$=new d.Try(f[h]);break;case 127:this.$=new d.Try(f[h-1],f[h][0],f[h][1]);break;case 128:this.$=new d.Try(f[h-2],null,null,f[h]);break;case 129:this.$=new d.Try(f[h-3],f[h-2][0],f[h-2][1],f[h]);break;case 130:this.$=[f[h-1],f[h]];break;case 131:this.$=new d.Throw(f[h]);break;case 132:this.$=new d.Parens(f[h-1]);break;case 133:this.$=new d.Parens(f[h-2]);break;case 134:this.$=new d.While(f[h]);break;case 135:this.$=new d.While(f[h-2],{guard:f[h]});break;case 136:this.$=new d.While(f[h],{invert:!0});break;case 137:this.$=new d.While(f[h-2],{invert:!0,guard:f[h]});break;case 138:this.$=f[h-1].addBody(f[h]);break;case 139:this.$=f[h].addBody(d.Block.wrap([f[h-1]]));break;case 140:this.$=f[h].addBody(d.Block.wrap([f[h-1]]));break;case 141:this.$=f[h];break;case 142:this.$=(new d.While(new d.Literal("true"))).addBody(f[h]);break;case 143:this.$=(new d.While(new d.Literal("true"))).addBody(d.Block.wrap([f[h]]));break;case 144:this.$=new d.For(f[h-1],f[h]);break;case 145:this.$=new d.For(f[h-1],f[h]);break;case 146:this.$=new d.For(f[h],f[h-1]);break;case 147:this.$={source:new d.Value(f[h])};break;case 148:this.$=function(){f[h].own=f[h-1].own,f[h].name=f[h-1][0],f[h].index=f[h-1][1];return f[h]}();break;case 149:this.$=f[h];break;case 150:this.$=function(){f[h].own=!0;return f[h]}();break;case 151:this.$=f[h];break;case 152:this.$=new d.Value(f[h]);break;case 153:this.$=new d.Value(f[h]);break;case 154:this.$=[f[h]];break;case 155:this.$=[f[h-2],f[h]];break;case 156:this.$={source:f[h]};break;case 157:this.$={source:f[h],object:!0};break;case 158:this.$={source:f[h-2],guard:f[h]};break;case 159:this.$={source:f[h-2],guard:f[h],object:!0};break;case 160:this.$={source:f[h-2],step:f[h]};break;case 161:this.$={source:f[h-4],guard:f[h-2],step:f[h]};break;case 162:this.$={source:f[h-4],step:f[h-2],guard:f[h]};break;case 163:this.$=new d.Switch(f[h-3],f[h-1]);break;case 164:this.$=new d.Switch(f[h-5],f[h-3],f[h-1]);break;case 165:this.$=new d.Switch(null,f[h-1]);break;case 166:this.$=new d.Switch(null,f[h-3],f[h-1]);break;case 167:this.$=f[h];break;case 168:this.$=f[h-1].concat(f[h]);break;case 169:this.$=[[f[h-1],f[h]]];break;case 170:this.$=[[f[h-2],f[h-1]]];break;case 171:this.$=new d.If(f[h-1],f[h],{type:f[h-2]});break;case 172:this.$=f[h-4].addElse(new d.If(f[h-1],f[h],{type:f[h-2]}));break;case 173:this.$=f[h];break;case 174:this.$=f[h-2].addElse(f[h]);break;case 175:this.$=new d.If(f[h],d.Block.wrap([f[h-2]]),{type:f[h-1],statement:!0});break;case 176:this.$=new d.If(f[h],d.Block.wrap([f[h-2]]),{type:f[h-1],statement:!0});break;case 177:this.$=new d.Op(f[h-1],f[h]);break;case 178:this.$=new d.Op("-",f[h]);break;case 179:this.$=new d.Op("+",f[h]);break;case 180:this.$=new d.Op("--",f[h]);break;case 181:this.$=new d.Op("++",f[h]);break;case 182:this.$=new d.Op("--",f[h-1],null,!0);break;case 183:this.$=new d.Op("++",f[h-1],null,!0);break;case 184:this.$=new d.Existence(f[h-1]);break;case 185:this.$=new d.Op("+",f[h-2],f[h]);break;case 186:this.$=new d.Op("-",f[h-2],f[h]);break;case 187:this.$=new d.Op(f[h-1],f[h-2],f[h]);break;case 188:this.$=new d.Op(f[h-1],f[h-2],f[h]);break;case 189:this.$=new d.Op(f[h-1],f[h-2],f[h]);break;case 190:this.$=new d.Op(f[h-1],f[h-2],f[h]);break;case 191:this.$=function(){return f[h-1].charAt(0)==="!"?(new d.Op(f[h-1].slice(1),f[h-2],f[h])).invert():new d.Op(f[h-1],f[h-2],f[h])}();break;case 192:this.$=new d.Assign(f[h-2],f[h],f[h-1]);break;case 193:this.$=new d.Assign(f[h-4],f[h-1],f[h-3]);break;case 194:this.$=new d.Extends(f[h-2],f[h])}},table:[{1:[2,1],3:1,4:2,5:3,7:4,8:6,9:7,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,5],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[3]},{1:[2,2],6:[1,71]},{6:[1,72]},{1:[2,4],6:[2,4],26:[2,4],99:[2,4]},{4:74,7:4,8:6,9:7,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,26:[1,73],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,7],6:[2,7],26:[2,7],99:[2,7],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,8],6:[2,8],26:[2,8],99:[2,8],100:87,101:[1,62],103:[1,63],106:88,107:[1,65],108:66,123:[1,86]},{1:[2,13],6:[2,13],25:[2,13],26:[2,13],46:[2,13],51:[2,13],54:[2,13],59:90,63:[1,92],64:[1,93],65:[1,94],66:95,67:[1,96],69:[2,13],70:[1,97],71:[1,98],75:[2,13],78:89,81:[1,91],82:[2,102],83:[2,13],88:[2,13],90:[2,13],99:[2,13],101:[2,13],102:[2,13],103:[2,13],107:[2,13],115:[2,13],123:[2,13],125:[2,13],126:[2,13],129:[2,13],130:[2,13],131:[2,13],132:[2,13],133:[2,13],134:[2,13]},{1:[2,14],6:[2,14],25:[2,14],26:[2,14],46:[2,14],51:[2,14],54:[2,14],59:100,63:[1,92],64:[1,93],65:[1,94],66:95,67:[1,96],69:[2,14],70:[1,97],71:[1,98],75:[2,14],78:99,81:[1,91],82:[2,102],83:[2,14],88:[2,14],90:[2,14],99:[2,14],101:[2,14],102:[2,14],103:[2,14],107:[2,14],115:[2,14],123:[2,14],125:[2,14],126:[2,14],129:[2,14],130:[2,14],131:[2,14],132:[2,14],133:[2,14],134:[2,14]},{1:[2,15],6:[2,15],25:[2,15],26:[2,15],46:[2,15],51:[2,15],54:[2,15],69:[2,15],75:[2,15],83:[2,15],88:[2,15],90:[2,15],99:[2,15],101:[2,15],102:[2,15],103:[2,15],107:[2,15],115:[2,15],123:[2,15],125:[2,15],126:[2,15],129:[2,15],130:[2,15],131:[2,15],132:[2,15],133:[2,15],134:[2,15]},{1:[2,16],6:[2,16],25:[2,16],26:[2,16],46:[2,16],51:[2,16],54:[2,16],69:[2,16],75:[2,16],83:[2,16],88:[2,16],90:[2,16],99:[2,16],101:[2,16],102:[2,16],103:[2,16],107:[2,16],115:[2,16],123:[2,16],125:[2,16],126:[2,16],129:[2,16],130:[2,16],131:[2,16],132:[2,16],133:[2,16],134:[2,16]},{1:[2,17],6:[2,17],25:[2,17],26:[2,17],46:[2,17],51:[2,17],54:[2,17],69:[2,17],75:[2,17],83:[2,17],88:[2,17],90:[2,17],99:[2,17],101:[2,17],102:[2,17],103:[2,17],107:[2,17],115:[2,17],123:[2,17],125:[2,17],126:[2,17],129:[2,17],130:[2,17],131:[2,17],132:[2,17],133:[2,17],134:[2,17]},{1:[2,18],6:[2,18],25:[2,18],26:[2,18],46:[2,18],51:[2,18],54:[2,18],69:[2,18],75:[2,18],83:[2,18],88:[2,18],90:[2,18],99:[2,18],101:[2,18],102:[2,18],103:[2,18],107:[2,18],115:[2,18],123:[2,18],125:[2,18],126:[2,18],129:[2,18],130:[2,18],131:[2,18],132:[2,18],133:[2,18],134:[2,18]},{1:[2,19],6:[2,19],25:[2,19],26:[2,19],46:[2,19],51:[2,19],54:[2,19],69:[2,19],75:[2,19],83:[2,19],88:[2,19],90:[2,19],99:[2,19],101:[2,19],102:[2,19],103:[2,19],107:[2,19],115:[2,19],123:[2,19],125:[2,19],126:[2,19],129:[2,19],130:[2,19],131:[2,19],132:[2,19],133:[2,19],134:[2,19]},{1:[2,20],6:[2,20],25:[2,20],26:[2,20],46:[2,20],51:[2,20],54:[2,20],69:[2,20],75:[2,20],83:[2,20],88:[2,20],90:[2,20],99:[2,20],101:[2,20],102:[2,20],103:[2,20],107:[2,20],115:[2,20],123:[2,20],125:[2,20],126:[2,20],129:[2,20],130:[2,20],131:[2,20],132:[2,20],133:[2,20],134:[2,20]},{1:[2,21],6:[2,21],25:[2,21],26:[2,21],46:[2,21],51:[2,21],54:[2,21],69:[2,21],75:[2,21],83:[2,21],88:[2,21],90:[2,21],99:[2,21],101:[2,21],102:[2,21],103:[2,21],107:[2,21],115:[2,21],123:[2,21],125:[2,21],126:[2,21],129:[2,21],130:[2,21],131:[2,21],132:[2,21],133:[2,21],134:[2,21]},{1:[2,22],6:[2,22],25:[2,22],26:[2,22],46:[2,22],51:[2,22],54:[2,22],69:[2,22],75:[2,22],83:[2,22],88:[2,22],90:[2,22],99:[2,22],101:[2,22],102:[2,22],103:[2,22],107:[2,22],115:[2,22],123:[2,22],125:[2,22],126:[2,22],129:[2,22],130:[2,22],131:[2,22],132:[2,22],133:[2,22],134:[2,22]},{1:[2,23],6:[2,23],25:[2,23],26:[2,23],46:[2,23],51:[2,23],54:[2,23],69:[2,23],75:[2,23],83:[2,23],88:[2,23],90:[2,23],99:[2,23],101:[2,23],102:[2,23],103:[2,23],107:[2,23],115:[2,23],123:[2,23],125:[2,23],126:[2,23],129:[2,23],130:[2,23],131:[2,23],132:[2,23],133:[2,23],134:[2,23]},{1:[2,9],6:[2,9],26:[2,9],99:[2,9],101:[2,9],103:[2,9],107:[2,9],123:[2,9]},{1:[2,10],6:[2,10],26:[2,10],99:[2,10],101:[2,10],103:[2,10],107:[2,10],123:[2,10]},{1:[2,11],6:[2,11],26:[2,11],99:[2,11],101:[2,11],103:[2,11],107:[2,11],123:[2,11]},{1:[2,12],6:[2,12],26:[2,12],99:[2,12],101:[2,12],103:[2,12],107:[2,12],123:[2,12]},{1:[2,69],6:[2,69],25:[2,69],26:[2,69],37:[1,101],46:[2,69],51:[2,69],54:[2,69],63:[2,69],64:[2,69],65:[2,69],67:[2,69],69:[2,69],70:[2,69],71:[2,69],75:[2,69],81:[2,69],82:[2,69],83:[2,69],88:[2,69],90:[2,69],99:[2,69],101:[2,69],102:[2,69],103:[2,69],107:[2,69],115:[2,69],123:[2,69],125:[2,69],126:[2,69],129:[2,69],130:[2,69],131:[2,69],132:[2,69],133:[2,69],134:[2,69]},{1:[2,70],6:[2,70],25:[2,70],26:[2,70],46:[2,70],51:[2,70],54:[2,70],63:[2,70],64:[2,70],65:[2,70],67:[2,70],69:[2,70],70:[2,70],71:[2,70],75:[2,70],81:[2,70],82:[2,70],83:[2,70],88:[2,70],90:[2,70],99:[2,70],101:[2,70],102:[2,70],103:[2,70],107:[2,70],115:[2,70],123:[2,70],125:[2,70],126:[2,70],129:[2,70],130:[2,70],131:[2,70],132:[2,70],133:[2,70],134:[2,70]},{1:[2,71],6:[2,71],25:[2,71],26:[2,71],46:[2,71],51:[2,71],54:[2,71],63:[2,71],64:[2,71],65:[2,71],67:[2,71],69:[2,71],70:[2,71],71:[2,71],75:[2,71],81:[2,71],82:[2,71],83:[2,71],88:[2,71],90:[2,71],99:[2,71],101:[2,71],102:[2,71],103:[2,71],107:[2,71],115:[2,71],123:[2,71],125:[2,71],126:[2,71],129:[2,71],130:[2,71],131:[2,71],132:[2,71],133:[2,71],134:[2,71]},{1:[2,72],6:[2,72],25:[2,72],26:[2,72],46:[2,72],51:[2,72],54:[2,72],63:[2,72],64:[2,72],65:[2,72],67:[2,72],69:[2,72],70:[2,72],71:[2,72],75:[2,72],81:[2,72],82:[2,72],83:[2,72],88:[2,72],90:[2,72],99:[2,72],101:[2,72],102:[2,72],103:[2,72],107:[2,72],115:[2,72],123:[2,72],125:[2,72],126:[2,72],129:[2,72],130:[2,72],131:[2,72],132:[2,72],133:[2,72],134:[2,72]},{1:[2,73],6:[2,73],25:[2,73],26:[2,73],46:[2,73],51:[2,73],54:[2,73],63:[2,73],64:[2,73],65:[2,73],67:[2,73],69:[2,73],70:[2,73],71:[2,73],75:[2,73],81:[2,73],82:[2,73],83:[2,73],88:[2,73],90:[2,73],99:[2,73],101:[2,73],102:[2,73],103:[2,73],107:[2,73],115:[2,73],123:[2,73],125:[2,73],126:[2,73],129:[2,73],130:[2,73],131:[2,73],132:[2,73],133:[2,73],134:[2,73]},{1:[2,100],6:[2,100],25:[2,100],26:[2,100],46:[2,100],51:[2,100],54:[2,100],63:[2,100],64:[2,100],65:[2,100],67:[2,100],69:[2,100],70:[2,100],71:[2,100],75:[2,100],79:102,81:[2,100],82:[1,103],83:[2,100],88:[2,100],90:[2,100],99:[2,100],101:[2,100],102:[2,100],103:[2,100],107:[2,100],115:[2,100],123:[2,100],125:[2,100],126:[2,100],129:[2,100],130:[2,100],131:[2,100],132:[2,100],133:[2,100],134:[2,100]},{27:107,28:[1,70],41:108,45:104,46:[2,51],51:[2,51],52:105,53:106,55:109,56:110,73:[1,67],86:[1,111],87:[1,112]},{5:113,25:[1,5]},{8:114,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:116,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:117,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{14:119,15:120,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:121,41:60,55:47,56:48,58:118,60:25,61:26,62:27,73:[1,67],80:[1,28],85:[1,55],86:[1,56],87:[1,54],98:[1,53]},{14:119,15:120,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:121,41:60,55:47,56:48,58:122,60:25,61:26,62:27,73:[1,67],80:[1,28],85:[1,55],86:[1,56],87:[1,54],98:[1,53]},{1:[2,66],6:[2,66],25:[2,66],26:[2,66],37:[2,66],46:[2,66],51:[2,66],54:[2,66],63:[2,66],64:[2,66],65:[2,66],67:[2,66],69:[2,66],70:[2,66],71:[2,66],75:[2,66],77:[1,126],81:[2,66],82:[2,66],83:[2,66],88:[2,66],90:[2,66],99:[2,66],101:[2,66],102:[2,66],103:[2,66],107:[2,66],115:[2,66],123:[2,66],125:[2,66],126:[2,66],127:[1,123],128:[1,124],129:[2,66],130:[2,66],131:[2,66],132:[2,66],133:[2,66],134:[2,66],135:[1,125]},{1:[2,173],6:[2,173],25:[2,173],26:[2,173],46:[2,173],51:[2,173],54:[2,173],69:[2,173],75:[2,173],83:[2,173],88:[2,173],90:[2,173],99:[2,173],101:[2,173],102:[2,173],103:[2,173],107:[2,173],115:[2,173],118:[1,127],123:[2,173],125:[2,173],126:[2,173],129:[2,173],130:[2,173],131:[2,173],132:[2,173],133:[2,173],134:[2,173]},{5:128,25:[1,5]},{5:129,25:[1,5]},{1:[2,141],6:[2,141],25:[2,141],26:[2,141],46:[2,141],51:[2,141],54:[2,141],69:[2,141],75:[2,141],83:[2,141],88:[2,141],90:[2,141],99:[2,141],101:[2,141],102:[2,141],103:[2,141],107:[2,141],115:[2,141],123:[2,141],125:[2,141],126:[2,141],129:[2,141],130:[2,141],131:[2,141],132:[2,141],133:[2,141],134:[2,141]},{5:130,25:[1,5]},{8:131,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,132],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,90],5:133,6:[2,90],14:119,15:120,25:[1,5],26:[2,90],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:121,41:60,46:[2,90],51:[2,90],54:[2,90],55:47,56:48,58:135,60:25,61:26,62:27,69:[2,90],73:[1,67],75:[2,90],77:[1,134],80:[1,28],83:[2,90],85:[1,55],86:[1,56],87:[1,54],88:[2,90],90:[2,90],98:[1,53],99:[2,90],101:[2,90],102:[2,90],103:[2,90],107:[2,90],115:[2,90],123:[2,90],125:[2,90],126:[2,90],129:[2,90],130:[2,90],131:[2,90],132:[2,90],133:[2,90],134:[2,90]},{1:[2,43],6:[2,43],8:136,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,26:[2,43],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],99:[2,43],100:39,101:[2,43],103:[2,43],104:40,105:[1,64],106:41,107:[2,43],108:66,116:[1,42],121:37,122:[1,61],123:[2,43],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:137,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,44],6:[2,44],25:[2,44],26:[2,44],51:[2,44],75:[2,44],99:[2,44],101:[2,44],103:[2,44],107:[2,44],123:[2,44]},{1:[2,67],6:[2,67],25:[2,67],26:[2,67],37:[2,67],46:[2,67],51:[2,67],54:[2,67],63:[2,67],64:[2,67],65:[2,67],67:[2,67],69:[2,67],70:[2,67],71:[2,67],75:[2,67],81:[2,67],82:[2,67],83:[2,67],88:[2,67],90:[2,67],99:[2,67],101:[2,67],102:[2,67],103:[2,67],107:[2,67],115:[2,67],123:[2,67],125:[2,67],126:[2,67],129:[2,67],130:[2,67],131:[2,67],132:[2,67],133:[2,67],134:[2,67]},{1:[2,68],6:[2,68],25:[2,68],26:[2,68],37:[2,68],46:[2,68],51:[2,68],54:[2,68],63:[2,68],64:[2,68],65:[2,68],67:[2,68],69:[2,68],70:[2,68],71:[2,68],75:[2,68],81:[2,68],82:[2,68],83:[2,68],88:[2,68],90:[2,68],99:[2,68],101:[2,68],102:[2,68],103:[2,68],107:[2,68],115:[2,68],123:[2,68],125:[2,68],126:[2,68],129:[2,68],130:[2,68],131:[2,68],132:[2,68],133:[2,68],134:[2,68]},{1:[2,29],6:[2,29],25:[2,29],26:[2,29],46:[2,29],51:[2,29],54:[2,29],63:[2,29],64:[2,29],65:[2,29],67:[2,29],69:[2,29],70:[2,29],71:[2,29],75:[2,29],81:[2,29],82:[2,29],83:[2,29],88:[2,29],90:[2,29],99:[2,29],101:[2,29],102:[2,29],103:[2,29],107:[2,29],115:[2,29],123:[2,29],125:[2,29],126:[2,29],129:[2,29],130:[2,29],131:[2,29],132:[2,29],133:[2,29],134:[2,29]},{1:[2,30],6:[2,30],25:[2,30],26:[2,30],46:[2,30],51:[2,30],54:[2,30],63:[2,30],64:[2,30],65:[2,30],67:[2,30],69:[2,30],70:[2,30],71:[2,30],75:[2,30],81:[2,30],82:[2,30],83:[2,30],88:[2,30],90:[2,30],99:[2,30],101:[2,30],102:[2,30],103:[2,30],107:[2,30],115:[2,30],123:[2,30],125:[2,30],126:[2,30],129:[2,30],130:[2,30],131:[2,30],132:[2,30],133:[2,30],134:[2,30]},{1:[2,31],6:[2,31],25:[2,31],26:[2,31],46:[2,31],51:[2,31],54:[2,31],63:[2,31],64:[2,31],65:[2,31],67:[2,31],69:[2,31],70:[2,31],71:[2,31],75:[2,31],81:[2,31],82:[2,31],83:[2,31],88:[2,31],90:[2,31],99:[2,31],101:[2,31],102:[2,31],103:[2,31],107:[2,31],115:[2,31],123:[2,31],125:[2,31],126:[2,31],129:[2,31],130:[2,31],131:[2,31],132:[2,31],133:[2,31],134:[2,31]},{1:[2,32],6:[2,32],25:[2,32],26:[2,32],46:[2,32],51:[2,32],54:[2,32],63:[2,32],64:[2,32],65:[2,32],67:[2,32],69:[2,32],70:[2,32],71:[2,32],75:[2,32],81:[2,32],82:[2,32],83:[2,32],88:[2,32],90:[2,32],99:[2,32],101:[2,32],102:[2,32],103:[2,32],107:[2,32],115:[2,32],123:[2,32],125:[2,32],126:[2,32],129:[2,32],130:[2,32],131:[2,32],132:[2,32],133:[2,32],134:[2,32]},{4:138,7:4,8:6,9:7,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,139],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:140,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,144],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,57:145,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],84:142,85:[1,55],86:[1,56],87:[1,54],88:[1,141],91:143,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,106],6:[2,106],25:[2,106],26:[2,106],46:[2,106],51:[2,106],54:[2,106],63:[2,106],64:[2,106],65:[2,106],67:[2,106],69:[2,106],70:[2,106],71:[2,106],75:[2,106],81:[2,106],82:[2,106],83:[2,106],88:[2,106],90:[2,106],99:[2,106],101:[2,106],102:[2,106],103:[2,106],107:[2,106],115:[2,106],123:[2,106],125:[2,106],126:[2,106],129:[2,106],130:[2,106],131:[2,106],132:[2,106],133:[2,106],134:[2,106]},{1:[2,107],6:[2,107],25:[2,107],26:[2,107],27:146,28:[1,70],46:[2,107],51:[2,107],54:[2,107],63:[2,107],64:[2,107],65:[2,107],67:[2,107],69:[2,107],70:[2,107],71:[2,107],75:[2,107],81:[2,107],82:[2,107],83:[2,107],88:[2,107],90:[2,107],99:[2,107],101:[2,107],102:[2,107],103:[2,107],107:[2,107],115:[2,107],123:[2,107],125:[2,107],126:[2,107],129:[2,107],130:[2,107],131:[2,107],132:[2,107],133:[2,107],134:[2,107]},{25:[2,47]},{25:[2,48]},{1:[2,62],6:[2,62],25:[2,62],26:[2,62],37:[2,62],46:[2,62],51:[2,62],54:[2,62],63:[2,62],64:[2,62],65:[2,62],67:[2,62],69:[2,62],70:[2,62],71:[2,62],75:[2,62],77:[2,62],81:[2,62],82:[2,62],83:[2,62],88:[2,62],90:[2,62],99:[2,62],101:[2,62],102:[2,62],103:[2,62],107:[2,62],115:[2,62],123:[2,62],125:[2,62],126:[2,62],127:[2,62],128:[2,62],129:[2,62],130:[2,62],131:[2,62],132:[2,62],133:[2,62],134:[2,62],135:[2,62]},{1:[2,65],6:[2,65],25:[2,65],26:[2,65],37:[2,65],46:[2,65],51:[2,65],54:[2,65],63:[2,65],64:[2,65],65:[2,65],67:[2,65],69:[2,65],70:[2,65],71:[2,65],75:[2,65],77:[2,65],81:[2,65],82:[2,65],83:[2,65],88:[2,65],90:[2,65],99:[2,65],101:[2,65],102:[2,65],103:[2,65],107:[2,65],115:[2,65],123:[2,65],125:[2,65],126:[2,65],127:[2,65],128:[2,65],129:[2,65],130:[2,65],131:[2,65],132:[2,65],133:[2,65],134:[2,65],135:[2,65]},{8:147,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:148,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:149,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{5:150,8:151,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,5],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{27:156,28:[1,70],55:157,56:158,61:152,73:[1,67],87:[1,54],110:153,111:[1,154],112:155},{109:159,113:[1,160],114:[1,161]},{6:[2,85],12:165,25:[2,85],27:166,28:[1,70],29:167,30:[1,68],31:[1,69],38:163,39:164,41:168,43:[1,46],51:[2,85],74:162,75:[2,85],86:[1,111]},{1:[2,27],6:[2,27],25:[2,27],26:[2,27],40:[2,27],46:[2,27],51:[2,27],54:[2,27],63:[2,27],64:[2,27],65:[2,27],67:[2,27],69:[2,27],70:[2,27],71:[2,27],75:[2,27],81:[2,27],82:[2,27],83:[2,27],88:[2,27],90:[2,27],99:[2,27],101:[2,27],102:[2,27],103:[2,27],107:[2,27],115:[2,27],123:[2,27],125:[2,27],126:[2,27],129:[2,27],130:[2,27],131:[2,27],132:[2,27],133:[2,27],134:[2,27]},{1:[2,28],6:[2,28],25:[2,28],26:[2,28],40:[2,28],46:[2,28],51:[2,28],54:[2,28],63:[2,28],64:[2,28],65:[2,28],67:[2,28],69:[2,28],70:[2,28],71:[2,28],75:[2,28],81:[2,28],82:[2,28],83:[2,28],88:[2,28],90:[2,28],99:[2,28],101:[2,28],102:[2,28],103:[2,28],107:[2,28],115:[2,28],123:[2,28],125:[2,28],126:[2,28],129:[2,28],130:[2,28],131:[2,28],132:[2,28],133:[2,28],134:[2,28]},{1:[2,26],6:[2,26],25:[2,26],26:[2,26],37:[2,26],40:[2,26],46:[2,26],51:[2,26],54:[2,26],63:[2,26],64:[2,26],65:[2,26],67:[2,26],69:[2,26],70:[2,26],71:[2,26],75:[2,26],77:[2,26],81:[2,26],82:[2,26],83:[2,26],88:[2,26],90:[2,26],99:[2,26],101:[2,26],102:[2,26],103:[2,26],107:[2,26],113:[2,26],114:[2,26],115:[2,26],123:[2,26],125:[2,26],126:[2,26],127:[2,26],128:[2,26],129:[2,26],130:[2,26],131:[2,26],132:[2,26],133:[2,26],134:[2,26],135:[2,26]},{1:[2,6],6:[2,6],7:169,8:6,9:7,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,26:[2,6],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],99:[2,6],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,3]},{1:[2,24],6:[2,24],25:[2,24],26:[2,24],46:[2,24],51:[2,24],54:[2,24],69:[2,24],75:[2,24],83:[2,24],88:[2,24],90:[2,24],95:[2,24],96:[2,24],99:[2,24],101:[2,24],102:[2,24],103:[2,24],107:[2,24],115:[2,24],118:[2,24],120:[2,24],123:[2,24],125:[2,24],126:[2,24],129:[2,24],130:[2,24],131:[2,24],132:[2,24],133:[2,24],134:[2,24]},{6:[1,71],26:[1,170]},{1:[2,184],6:[2,184],25:[2,184],26:[2,184],46:[2,184],51:[2,184],54:[2,184],69:[2,184],75:[2,184],83:[2,184],88:[2,184],90:[2,184],99:[2,184],101:[2,184],102:[2,184],103:[2,184],107:[2,184],115:[2,184],123:[2,184],125:[2,184],126:[2,184],129:[2,184],130:[2,184],131:[2,184],132:[2,184],133:[2,184],134:[2,184]},{8:171,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:172,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:173,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:174,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:175,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:176,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:177,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:178,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,140],6:[2,140],25:[2,140],26:[2,140],46:[2,140],51:[2,140],54:[2,140],69:[2,140],75:[2,140],83:[2,140],88:[2,140],90:[2,140],99:[2,140],101:[2,140],102:[2,140],103:[2,140],107:[2,140],115:[2,140],123:[2,140],125:[2,140],126:[2,140],129:[2,140],130:[2,140],131:[2,140],132:[2,140],133:[2,140],134:[2,140]},{1:[2,145],6:[2,145],25:[2,145],26:[2,145],46:[2,145],51:[2,145],54:[2,145],69:[2,145],75:[2,145],83:[2,145],88:[2,145],90:[2,145],99:[2,145],101:[2,145],102:[2,145],103:[2,145],107:[2,145],115:[2,145],123:[2,145],125:[2,145],126:[2,145],129:[2,145],130:[2,145],131:[2,145],132:[2,145],133:[2,145],134:[2,145]},{8:179,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,139],6:[2,139],25:[2,139],26:[2,139],46:[2,139],51:[2,139],54:[2,139],69:[2,139],75:[2,139],83:[2,139],88:[2,139],90:[2,139],99:[2,139],101:[2,139],102:[2,139],103:[2,139],107:[2,139],115:[2,139],123:[2,139],125:[2,139],126:[2,139],129:[2,139],130:[2,139],131:[2,139],132:[2,139],133:[2,139],134:[2,139]},{1:[2,144],6:[2,144],25:[2,144],26:[2,144],46:[2,144],51:[2,144],54:[2,144],69:[2,144],75:[2,144],83:[2,144],88:[2,144],90:[2,144],99:[2,144],101:[2,144],102:[2,144],103:[2,144],107:[2,144],115:[2,144],123:[2,144],125:[2,144],126:[2,144],129:[2,144],130:[2,144],131:[2,144],132:[2,144],133:[2,144],134:[2,144]},{79:180,82:[1,103]},{1:[2,63],6:[2,63],25:[2,63],26:[2,63],37:[2,63],46:[2,63],51:[2,63],54:[2,63],63:[2,63],64:[2,63],65:[2,63],67:[2,63],69:[2,63],70:[2,63],71:[2,63],75:[2,63],77:[2,63],81:[2,63],82:[2,63],83:[2,63],88:[2,63],90:[2,63],99:[2,63],101:[2,63],102:[2,63],103:[2,63],107:[2,63],115:[2,63],123:[2,63],125:[2,63],126:[2,63],127:[2,63],128:[2,63],129:[2,63],130:[2,63],131:[2,63],132:[2,63],133:[2,63],134:[2,63],135:[2,63]},{82:[2,103]},{27:181,28:[1,70]},{27:182,28:[1,70]},{1:[2,77],6:[2,77],25:[2,77],26:[2,77],27:183,28:[1,70],37:[2,77],46:[2,77],51:[2,77],54:[2,77],63:[2,77],64:[2,77],65:[2,77],67:[2,77],69:[2,77],70:[2,77],71:[2,77],75:[2,77],77:[2,77],81:[2,77],82:[2,77],83:[2,77],88:[2,77],90:[2,77],99:[2,77],101:[2,77],102:[2,77],103:[2,77],107:[2,77],115:[2,77],123:[2,77],125:[2,77],126:[2,77],127:[2,77],128:[2,77],129:[2,77],130:[2,77],131:[2,77],132:[2,77],133:[2,77],134:[2,77],135:[2,77]},{1:[2,78],6:[2,78],25:[2,78],26:[2,78],37:[2,78],46:[2,78],51:[2,78],54:[2,78],63:[2,78],64:[2,78],65:[2,78],67:[2,78],69:[2,78],70:[2,78],71:[2,78],75:[2,78],77:[2,78],81:[2,78],82:[2,78],83:[2,78],88:[2,78],90:[2,78],99:[2,78],101:[2,78],102:[2,78],103:[2,78],107:[2,78],115:[2,78],123:[2,78],125:[2,78],126:[2,78],127:[2,78],128:[2,78],129:[2,78],130:[2,78],131:[2,78],132:[2,78],133:[2,78],134:[2,78],135:[2,78]},{8:185,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],54:[1,189],55:47,56:48,58:36,60:25,61:26,62:27,68:184,72:186,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],89:187,90:[1,188],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{66:190,67:[1,96],70:[1,97],71:[1,98]},{66:191,67:[1,96],70:[1,97],71:[1,98]},{79:192,82:[1,103]},{1:[2,64],6:[2,64],25:[2,64],26:[2,64],37:[2,64],46:[2,64],51:[2,64],54:[2,64],63:[2,64],64:[2,64],65:[2,64],67:[2,64],69:[2,64],70:[2,64],71:[2,64],75:[2,64],77:[2,64],81:[2,64],82:[2,64],83:[2,64],88:[2,64],90:[2,64],99:[2,64],101:[2,64],102:[2,64],103:[2,64],107:[2,64],115:[2,64],123:[2,64],125:[2,64],126:[2,64],127:[2,64],128:[2,64],129:[2,64],130:[2,64],131:[2,64],132:[2,64],133:[2,64],134:[2,64],135:[2,64]},{8:193,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,194],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,101],6:[2,101],25:[2,101],26:[2,101],46:[2,101],51:[2,101],54:[2,101],63:[2,101],64:[2,101],65:[2,101],67:[2,101],69:[2,101],70:[2,101],71:[2,101],75:[2,101],81:[2,101],82:[2,101],83:[2,101],88:[2,101],90:[2,101],99:[2,101],101:[2,101],102:[2,101],103:[2,101],107:[2,101],115:[2,101],123:[2,101],125:[2,101],126:[2,101],129:[2,101],130:[2,101],131:[2,101],132:[2,101],133:[2,101],134:[2,101]},{8:197,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,144],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,57:145,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],83:[1,195],84:196,85:[1,55],86:[1,56],87:[1,54],91:143,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{46:[1,198],51:[1,199]},{46:[2,52],51:[2,52]},{37:[1,201],46:[2,54],51:[2,54],54:[1,200]},{37:[2,57],46:[2,57],51:[2,57],54:[2,57]},{37:[2,58],46:[2,58],51:[2,58],54:[2,58]},{37:[2,59],46:[2,59],51:[2,59],54:[2,59]},{37:[2,60],46:[2,60],51:[2,60],54:[2,60]},{27:146,28:[1,70]},{8:197,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,144],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,57:145,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],84:142,85:[1,55],86:[1,56],87:[1,54],88:[1,141],91:143,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,46],6:[2,46],25:[2,46],26:[2,46],46:[2,46],51:[2,46],54:[2,46],69:[2,46],75:[2,46],83:[2,46],88:[2,46],90:[2,46],99:[2,46],101:[2,46],102:[2,46],103:[2,46],107:[2,46],115:[2,46],123:[2,46],125:[2,46],126:[2,46],129:[2,46],130:[2,46],131:[2,46],132:[2,46],133:[2,46],134:[2,46]},{1:[2,177],6:[2,177],25:[2,177],26:[2,177],46:[2,177],51:[2,177],54:[2,177],69:[2,177],75:[2,177],83:[2,177],88:[2,177],90:[2,177],99:[2,177],100:84,101:[2,177],102:[2,177],103:[2,177],106:85,107:[2,177],108:66,115:[2,177],123:[2,177],125:[2,177],126:[2,177],129:[1,75],130:[2,177],131:[2,177],132:[2,177],133:[2,177],134:[2,177]},{100:87,101:[1,62],103:[1,63],106:88,107:[1,65],108:66,123:[1,86]},{1:[2,178],6:[2,178],25:[2,178],26:[2,178],46:[2,178],51:[2,178],54:[2,178],69:[2,178],75:[2,178],83:[2,178],88:[2,178],90:[2,178],99:[2,178],100:84,101:[2,178],102:[2,178],103:[2,178],106:85,107:[2,178],108:66,115:[2,178],123:[2,178],125:[2,178],126:[2,178],129:[1,75],130:[2,178],131:[2,178],132:[2,178],133:[2,178],134:[2,178]},{1:[2,179],6:[2,179],25:[2,179],26:[2,179],46:[2,179],51:[2,179],54:[2,179],69:[2,179],75:[2,179],83:[2,179],88:[2,179],90:[2,179],99:[2,179],100:84,101:[2,179],102:[2,179],103:[2,179],106:85,107:[2,179],108:66,115:[2,179],123:[2,179],125:[2,179],126:[2,179],129:[1,75],130:[2,179],131:[2,179],132:[2,179],133:[2,179],134:[2,179]},{1:[2,180],6:[2,180],25:[2,180],26:[2,180],46:[2,180],51:[2,180],54:[2,180],63:[2,66],64:[2,66],65:[2,66],67:[2,66],69:[2,180],70:[2,66],71:[2,66],75:[2,180],81:[2,66],82:[2,66],83:[2,180],88:[2,180],90:[2,180],99:[2,180],101:[2,180],102:[2,180],103:[2,180],107:[2,180],115:[2,180],123:[2,180],125:[2,180],126:[2,180],129:[2,180],130:[2,180],131:[2,180],132:[2,180],133:[2,180],134:[2,180]},{59:90,63:[1,92],64:[1,93],65:[1,94],66:95,67:[1,96],70:[1,97],71:[1,98],78:89,81:[1,91],82:[2,102]},{59:100,63:[1,92],64:[1,93],65:[1,94],66:95,67:[1,96],70:[1,97],71:[1,98],78:99,81:[1,91],82:[2,102]},{1:[2,69],6:[2,69],25:[2,69],26:[2,69],46:[2,69],51:[2,69],54:[2,69],63:[2,69],64:[2,69],65:[2,69],67:[2,69],69:[2,69],70:[2,69],71:[2,69],75:[2,69],81:[2,69],82:[2,69],83:[2,69],88:[2,69],90:[2,69],99:[2,69],101:[2,69],102:[2,69],103:[2,69],107:[2,69],115:[2,69],123:[2,69],125:[2,69],126:[2,69],129:[2,69],130:[2,69],131:[2,69],132:[2,69],133:[2,69],134:[2,69]},{1:[2,181],6:[2,181],25:[2,181],26:[2,181],46:[2,181],51:[2,181],54:[2,181],63:[2,66],64:[2,66],65:[2,66],67:[2,66],69:[2,181],70:[2,66],71:[2,66],75:[2,181],81:[2,66],82:[2,66],83:[2,181],88:[2,181],90:[2,181],99:[2,181],101:[2,181],102:[2,181],103:[2,181],107:[2,181],115:[2,181],123:[2,181],125:[2,181],126:[2,181],129:[2,181],130:[2,181],131:[2,181],132:[2,181],133:[2,181],134:[2,181]},{1:[2,182],6:[2,182],25:[2,182],26:[2,182],46:[2,182],51:[2,182],54:[2,182],69:[2,182],75:[2,182],83:[2,182],88:[2,182],90:[2,182],99:[2,182],101:[2,182],102:[2,182],103:[2,182],107:[2,182],115:[2,182],123:[2,182],125:[2,182],126:[2,182],129:[2,182],130:[2,182],131:[2,182],132:[2,182],133:[2,182],134:[2,182]},{1:[2,183],6:[2,183],25:[2,183],26:[2,183],46:[2,183],51:[2,183],54:[2,183],69:[2,183],75:[2,183],83:[2,183],88:[2,183],90:[2,183],99:[2,183],101:[2,183],102:[2,183],103:[2,183],107:[2,183],115:[2,183],123:[2,183],125:[2,183],126:[2,183],129:[2,183],130:[2,183],131:[2,183],132:[2,183],133:[2,183],134:[2,183]},{8:202,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,203],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:204,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{5:205,25:[1,5],122:[1,206]},{1:[2,126],6:[2,126],25:[2,126],26:[2,126],46:[2,126],51:[2,126],54:[2,126],69:[2,126],75:[2,126],83:[2,126],88:[2,126],90:[2,126],94:207,95:[1,208],96:[1,209],99:[2,126],101:[2,126],102:[2,126],103:[2,126],107:[2,126],115:[2,126],123:[2,126],125:[2,126],126:[2,126],129:[2,126],130:[2,126],131:[2,126],132:[2,126],133:[2,126],134:[2,126]},{1:[2,138],6:[2,138],25:[2,138],26:[2,138],46:[2,138],51:[2,138],54:[2,138],69:[2,138],75:[2,138],83:[2,138],88:[2,138],90:[2,138],99:[2,138],101:[2,138],102:[2,138],103:[2,138],107:[2,138],115:[2,138],123:[2,138],125:[2,138],126:[2,138],129:[2,138],130:[2,138],131:[2,138],132:[2,138],133:[2,138],134:[2,138]},{1:[2,146],6:[2,146],25:[2,146],26:[2,146],46:[2,146],51:[2,146],54:[2,146],69:[2,146],75:[2,146],83:[2,146],88:[2,146],90:[2,146],99:[2,146],101:[2,146],102:[2,146],103:[2,146],107:[2,146],115:[2,146],123:[2,146],125:[2,146],126:[2,146],129:[2,146],130:[2,146],131:[2,146],132:[2,146],133:[2,146],134:[2,146]},{25:[1,210],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{117:211,119:212,120:[1,213]},{1:[2,91],6:[2,91],25:[2,91],26:[2,91],46:[2,91],51:[2,91],54:[2,91],69:[2,91],75:[2,91],83:[2,91],88:[2,91],90:[2,91],99:[2,91],101:[2,91],102:[2,91],103:[2,91],107:[2,91],115:[2,91],123:[2,91],125:[2,91],126:[2,91],129:[2,91],130:[2,91],131:[2,91],132:[2,91],133:[2,91],134:[2,91]},{14:214,15:120,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:121,41:60,55:47,56:48,58:215,60:25,61:26,62:27,73:[1,67],80:[1,28],85:[1,55],86:[1,56],87:[1,54],98:[1,53]},{1:[2,94],5:216,6:[2,94],25:[1,5],26:[2,94],46:[2,94],51:[2,94],54:[2,94],63:[2,66],64:[2,66],65:[2,66],67:[2,66],69:[2,94],70:[2,66],71:[2,66],75:[2,94],77:[1,217],81:[2,66],82:[2,66],83:[2,94],88:[2,94],90:[2,94],99:[2,94],101:[2,94],102:[2,94],103:[2,94],107:[2,94],115:[2,94],123:[2,94],125:[2,94],126:[2,94],129:[2,94],130:[2,94],131:[2,94],132:[2,94],133:[2,94],134:[2,94]},{1:[2,42],6:[2,42],26:[2,42],99:[2,42],100:84,101:[2,42],103:[2,42],106:85,107:[2,42],108:66,123:[2,42],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,131],6:[2,131],26:[2,131],99:[2,131],100:84,101:[2,131],103:[2,131],106:85,107:[2,131],108:66,123:[2,131],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{6:[1,71],99:[1,218]},{4:219,7:4,8:6,9:7,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{6:[2,122],25:[2,122],51:[2,122],54:[1,221],88:[2,122],89:220,90:[1,188],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,109],6:[2,109],25:[2,109],26:[2,109],37:[2,109],46:[2,109],51:[2,109],54:[2,109],63:[2,109],64:[2,109],65:[2,109],67:[2,109],69:[2,109],70:[2,109],71:[2,109],75:[2,109],81:[2,109],82:[2,109],83:[2,109],88:[2,109],90:[2,109],99:[2,109],101:[2,109],102:[2,109],103:[2,109],107:[2,109],113:[2,109],114:[2,109],115:[2,109],123:[2,109],125:[2,109],126:[2,109],129:[2,109],130:[2,109],131:[2,109],132:[2,109],133:[2,109],134:[2,109]},{6:[2,49],25:[2,49],50:222,51:[1,223],88:[2,49]},{6:[2,117],25:[2,117],26:[2,117],51:[2,117],83:[2,117],88:[2,117]},{8:197,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,144],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,57:145,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],84:224,85:[1,55],86:[1,56],87:[1,54],91:143,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{6:[2,123],25:[2,123],26:[2,123],51:[2,123],83:[2,123],88:[2,123]},{1:[2,108],6:[2,108],25:[2,108],26:[2,108],37:[2,108],40:[2,108],46:[2,108],51:[2,108],54:[2,108],63:[2,108],64:[2,108],65:[2,108],67:[2,108],69:[2,108],70:[2,108],71:[2,108],75:[2,108],77:[2,108],81:[2,108],82:[2,108],83:[2,108],88:[2,108],90:[2,108],99:[2,108],101:[2,108],102:[2,108],103:[2,108],107:[2,108],115:[2,108],123:[2,108],125:[2,108],126:[2,108],127:[2,108],128:[2,108],129:[2,108],130:[2,108],131:[2,108],132:[2,108],133:[2,108],134:[2,108],135:[2,108]},{5:225,25:[1,5],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,134],6:[2,134],25:[2,134],26:[2,134],46:[2,134],51:[2,134],54:[2,134],69:[2,134],75:[2,134],83:[2,134],88:[2,134],90:[2,134],99:[2,134],100:84,101:[1,62],102:[1,226],103:[1,63],106:85,107:[1,65],108:66,115:[2,134],123:[2,134],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,136],6:[2,136],25:[2,136],26:[2,136],46:[2,136],51:[2,136],54:[2,136],69:[2,136],75:[2,136],83:[2,136],88:[2,136],90:[2,136],99:[2,136],100:84,101:[1,62],102:[1,227],103:[1,63],106:85,107:[1,65],108:66,115:[2,136],123:[2,136],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,142],6:[2,142],25:[2,142],26:[2,142],46:[2,142],51:[2,142],54:[2,142],69:[2,142],75:[2,142],83:[2,142],88:[2,142],90:[2,142],99:[2,142],101:[2,142],102:[2,142],103:[2,142],107:[2,142],115:[2,142],123:[2,142],125:[2,142],126:[2,142],129:[2,142],130:[2,142],131:[2,142],132:[2,142],133:[2,142],134:[2,142]},{1:[2,143],6:[2,143],25:[2,143],26:[2,143],46:[2,143],51:[2,143],54:[2,143],69:[2,143],75:[2,143],83:[2,143],88:[2,143],90:[2,143],99:[2,143],100:84,101:[1,62],102:[2,143],103:[1,63],106:85,107:[1,65],108:66,115:[2,143],123:[2,143],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,147],6:[2,147],25:[2,147],26:[2,147],46:[2,147],51:[2,147],54:[2,147],69:[2,147],75:[2,147],83:[2,147],88:[2,147],90:[2,147],99:[2,147],101:[2,147],102:[2,147],103:[2,147],107:[2,147],115:[2,147],123:[2,147],125:[2,147],126:[2,147],129:[2,147],130:[2,147],131:[2,147],132:[2,147],133:[2,147],134:[2,147]},{113:[2,149],114:[2,149]},{27:156,28:[1,70],55:157,56:158,73:[1,67],87:[1,112],110:228,112:155},{51:[1,229],113:[2,154],114:[2,154]},{51:[2,151],113:[2,151],114:[2,151]},{51:[2,152],113:[2,152],114:[2,152]},{51:[2,153],113:[2,153],114:[2,153]},{1:[2,148],6:[2,148],25:[2,148],26:[2,148],46:[2,148],51:[2,148],54:[2,148],69:[2,148],75:[2,148],83:[2,148],88:[2,148],90:[2,148],99:[2,148],101:[2,148],102:[2,148],103:[2,148],107:[2,148],115:[2,148],123:[2,148],125:[2,148],126:[2,148],129:[2,148],130:[2,148],131:[2,148],132:[2,148],133:[2,148],134:[2,148]},{8:230,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:231,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{6:[2,49],25:[2,49],50:232,51:[1,233],75:[2,49]},{6:[2,86],25:[2,86],26:[2,86],51:[2,86],75:[2,86]},{6:[2,35],25:[2,35],26:[2,35],40:[1,234],51:[2,35],75:[2,35]},{6:[2,38],25:[2,38],26:[2,38],51:[2,38],75:[2,38]},{6:[2,39],25:[2,39],26:[2,39],40:[2,39],51:[2,39],75:[2,39]},{6:[2,40],25:[2,40],26:[2,40],40:[2,40],51:[2,40],75:[2,40]},{6:[2,41],25:[2,41],26:[2,41],40:[2,41],51:[2,41],75:[2,41]},{1:[2,5],6:[2,5],26:[2,5],99:[2,5]},{1:[2,25],6:[2,25],25:[2,25],26:[2,25],46:[2,25],51:[2,25],54:[2,25],69:[2,25],75:[2,25],83:[2,25],88:[2,25],90:[2,25],95:[2,25],96:[2,25],99:[2,25],101:[2,25],102:[2,25],103:[2,25],107:[2,25],115:[2,25],118:[2,25],120:[2,25],123:[2,25],125:[2,25],126:[2,25],129:[2,25],130:[2,25],131:[2,25],132:[2,25],133:[2,25],134:[2,25]},{1:[2,185],6:[2,185],25:[2,185],26:[2,185],46:[2,185],51:[2,185],54:[2,185],69:[2,185],75:[2,185],83:[2,185],88:[2,185],90:[2,185],99:[2,185],100:84,101:[2,185],102:[2,185],103:[2,185],106:85,107:[2,185],108:66,115:[2,185],123:[2,185],125:[2,185],126:[2,185],129:[1,75],130:[1,78],131:[2,185],132:[2,185],133:[2,185],134:[2,185]},{1:[2,186],6:[2,186],25:[2,186],26:[2,186],46:[2,186],51:[2,186],54:[2,186],69:[2,186],75:[2,186],83:[2,186],88:[2,186],90:[2,186],99:[2,186],100:84,101:[2,186],102:[2,186],103:[2,186],106:85,107:[2,186],108:66,115:[2,186],123:[2,186],125:[2,186],126:[2,186],129:[1,75],130:[1,78],131:[2,186],132:[2,186],133:[2,186],134:[2,186]},{1:[2,187],6:[2,187],25:[2,187],26:[2,187],46:[2,187],51:[2,187],54:[2,187],69:[2,187],75:[2,187],83:[2,187],88:[2,187],90:[2,187],99:[2,187],100:84,101:[2,187],102:[2,187],103:[2,187],106:85,107:[2,187],108:66,115:[2,187],123:[2,187],125:[2,187],126:[2,187],129:[1,75],130:[2,187],131:[2,187],132:[2,187],133:[2,187],134:[2,187]},{1:[2,188],6:[2,188],25:[2,188],26:[2,188],46:[2,188],51:[2,188],54:[2,188],69:[2,188],75:[2,188],83:[2,188],88:[2,188],90:[2,188],99:[2,188],100:84,101:[2,188],102:[2,188],103:[2,188],106:85,107:[2,188],108:66,115:[2,188],123:[2,188],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[2,188],132:[2,188],133:[2,188],134:[2,188]},{1:[2,189],6:[2,189],25:[2,189],26:[2,189],46:[2,189],51:[2,189],54:[2,189],69:[2,189],75:[2,189],83:[2,189],88:[2,189],90:[2,189],99:[2,189],100:84,101:[2,189],102:[2,189],103:[2,189],106:85,107:[2,189],108:66,115:[2,189],123:[2,189],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[2,189],133:[2,189],134:[1,82]},{1:[2,190],6:[2,190],25:[2,190],26:[2,190],46:[2,190],51:[2,190],54:[2,190],69:[2,190],75:[2,190],83:[2,190],88:[2,190],90:[2,190],99:[2,190],100:84,101:[2,190],102:[2,190],103:[2,190],106:85,107:[2,190],108:66,115:[2,190],123:[2,190],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[2,190],134:[1,82]},{1:[2,191],6:[2,191],25:[2,191],26:[2,191],46:[2,191],51:[2,191],54:[2,191],69:[2,191],75:[2,191],83:[2,191],88:[2,191],90:[2,191],99:[2,191],100:84,101:[2,191],102:[2,191],103:[2,191],106:85,107:[2,191],108:66,115:[2,191],123:[2,191],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[2,191],133:[2,191],134:[2,191]},{1:[2,176],6:[2,176],25:[2,176],26:[2,176],46:[2,176],51:[2,176],54:[2,176],69:[2,176],75:[2,176],83:[2,176],88:[2,176],90:[2,176],99:[2,176],100:84,101:[1,62],102:[2,176],103:[1,63],106:85,107:[1,65],108:66,115:[2,176],123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,175],6:[2,175],25:[2,175],26:[2,175],46:[2,175],51:[2,175],54:[2,175],69:[2,175],75:[2,175],83:[2,175],88:[2,175],90:[2,175],99:[2,175],100:84,101:[1,62],102:[2,175],103:[1,63],106:85,107:[1,65],108:66,115:[2,175],123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,98],6:[2,98],25:[2,98],26:[2,98],46:[2,98],51:[2,98],54:[2,98],63:[2,98],64:[2,98],65:[2,98],67:[2,98],69:[2,98],70:[2,98],71:[2,98],75:[2,98],81:[2,98],82:[2,98],83:[2,98],88:[2,98],90:[2,98],99:[2,98],101:[2,98],102:[2,98],103:[2,98],107:[2,98],115:[2,98],123:[2,98],125:[2,98],126:[2,98],129:[2,98],130:[2,98],131:[2,98],132:[2,98],133:[2,98],134:[2,98]},{1:[2,74],6:[2,74],25:[2,74],26:[2,74],37:[2,74],46:[2,74],51:[2,74],54:[2,74],63:[2,74],64:[2,74],65:[2,74],67:[2,74],69:[2,74],70:[2,74],71:[2,74],75:[2,74],77:[2,74],81:[2,74],82:[2,74],83:[2,74],88:[2,74],90:[2,74],99:[2,74],101:[2,74],102:[2,74],103:[2,74],107:[2,74],115:[2,74],123:[2,74],125:[2,74],126:[2,74],127:[2,74],128:[2,74],129:[2,74],130:[2,74],131:[2,74],132:[2,74],133:[2,74],134:[2,74],135:[2,74]},{1:[2,75],6:[2,75],25:[2,75],26:[2,75],37:[2,75],46:[2,75],51:[2,75],54:[2,75],63:[2,75],64:[2,75],65:[2,75],67:[2,75],69:[2,75],70:[2,75],71:[2,75],75:[2,75],77:[2,75],81:[2,75],82:[2,75],83:[2,75],88:[2,75],90:[2,75],99:[2,75],101:[2,75],102:[2,75],103:[2,75],107:[2,75],115:[2,75],123:[2,75],125:[2,75],126:[2,75],127:[2,75],128:[2,75],129:[2,75],130:[2,75],131:[2,75],132:[2,75],133:[2,75],134:[2,75],135:[2,75]},{1:[2,76],6:[2,76],25:[2,76],26:[2,76],37:[2,76],46:[2,76],51:[2,76],54:[2,76],63:[2,76],64:[2,76],65:[2,76],67:[2,76],69:[2,76],70:[2,76],71:[2,76],75:[2,76],77:[2,76],81:[2,76],82:[2,76],83:[2,76],88:[2,76],90:[2,76],99:[2,76],101:[2,76],102:[2,76],103:[2,76],107:[2,76],115:[2,76],123:[2,76],125:[2,76],126:[2,76],127:[2,76],128:[2,76],129:[2,76],130:[2,76],131:[2,76],132:[2,76],133:[2,76],134:[2,76],135:[2,76]},{69:[1,235]},{54:[1,189],69:[2,82],89:236,90:[1,188],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{69:[2,83]},{8:237,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{13:[2,111],28:[2,111],30:[2,111],31:[2,111],33:[2,111],34:[2,111],35:[2,111],42:[2,111],43:[2,111],44:[2,111],48:[2,111],49:[2,111],69:[2,111],73:[2,111],76:[2,111],80:[2,111],85:[2,111],86:[2,111],87:[2,111],93:[2,111],97:[2,111],98:[2,111],101:[2,111],103:[2,111],105:[2,111],107:[2,111],116:[2,111],122:[2,111],124:[2,111],125:[2,111],126:[2,111],127:[2,111],128:[2,111]},{13:[2,112],28:[2,112],30:[2,112],31:[2,112],33:[2,112],34:[2,112],35:[2,112],42:[2,112],43:[2,112],44:[2,112],48:[2,112],49:[2,112],69:[2,112],73:[2,112],76:[2,112],80:[2,112],85:[2,112],86:[2,112],87:[2,112],93:[2,112],97:[2,112],98:[2,112],101:[2,112],103:[2,112],105:[2,112],107:[2,112],116:[2,112],122:[2,112],124:[2,112],125:[2,112],126:[2,112],127:[2,112],128:[2,112]},{1:[2,80],6:[2,80],25:[2,80],26:[2,80],37:[2,80],46:[2,80],51:[2,80],54:[2,80],63:[2,80],64:[2,80],65:[2,80],67:[2,80],69:[2,80],70:[2,80],71:[2,80],75:[2,80],77:[2,80],81:[2,80],82:[2,80],83:[2,80],88:[2,80],90:[2,80],99:[2,80],101:[2,80],102:[2,80],103:[2,80],107:[2,80],115:[2,80],123:[2,80],125:[2,80],126:[2,80],127:[2,80],128:[2,80],129:[2,80],130:[2,80],131:[2,80],132:[2,80],133:[2,80],134:[2,80],135:[2,80]},{1:[2,81],6:[2,81],25:[2,81],26:[2,81],37:[2,81],46:[2,81],51:[2,81],54:[2,81],63:[2,81],64:[2,81],65:[2,81],67:[2,81],69:[2,81],70:[2,81],71:[2,81],75:[2,81],77:[2,81],81:[2,81],82:[2,81],83:[2,81],88:[2,81],90:[2,81],99:[2,81],101:[2,81],102:[2,81],103:[2,81],107:[2,81],115:[2,81],123:[2,81],125:[2,81],126:[2,81],127:[2,81],128:[2,81],129:[2,81],130:[2,81],131:[2,81],132:[2,81],133:[2,81],134:[2,81],135:[2,81]},{1:[2,99],6:[2,99],25:[2,99],26:[2,99],46:[2,99],51:[2,99],54:[2,99],63:[2,99],64:[2,99],65:[2,99],67:[2,99],69:[2,99],70:[2,99],71:[2,99],75:[2,99],81:[2,99],82:[2,99],83:[2,99],88:[2,99],90:[2,99],99:[2,99],101:[2,99],102:[2,99],103:[2,99],107:[2,99],115:[2,99],123:[2,99],125:[2,99],126:[2,99],129:[2,99],130:[2,99],131:[2,99],132:[2,99],133:[2,99],134:[2,99]},{1:[2,33],6:[2,33],25:[2,33],26:[2,33],46:[2,33],51:[2,33],54:[2,33],69:[2,33],75:[2,33],83:[2,33],88:[2,33],90:[2,33],99:[2,33],100:84,101:[2,33],102:[2,33],103:[2,33],106:85,107:[2,33],108:66,115:[2,33],123:[2,33],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{8:238,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,104],6:[2,104],25:[2,104],26:[2,104],46:[2,104],51:[2,104],54:[2,104],63:[2,104],64:[2,104],65:[2,104],67:[2,104],69:[2,104],70:[2,104],71:[2,104],75:[2,104],81:[2,104],82:[2,104],83:[2,104],88:[2,104],90:[2,104],99:[2,104],101:[2,104],102:[2,104],103:[2,104],107:[2,104],115:[2,104],123:[2,104],125:[2,104],126:[2,104],129:[2,104],130:[2,104],131:[2,104],132:[2,104],133:[2,104],134:[2,104]},{6:[2,49],25:[2,49],50:239,51:[1,223],83:[2,49]},{6:[2,122],25:[2,122],26:[2,122],51:[2,122],54:[1,240],83:[2,122],88:[2,122],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{47:241,48:[1,57],49:[1,58]},{27:107,28:[1,70],41:108,52:242,53:106,55:109,56:110,73:[1,67],86:[1,111],87:[1,112]},{46:[2,55],51:[2,55]},{8:243,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,192],6:[2,192],25:[2,192],26:[2,192],46:[2,192],51:[2,192],54:[2,192],69:[2,192],75:[2,192],83:[2,192],88:[2,192],90:[2,192],99:[2,192],100:84,101:[2,192],102:[2,192],103:[2,192],106:85,107:[2,192],108:66,115:[2,192],123:[2,192],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{8:244,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,194],6:[2,194],25:[2,194],26:[2,194],46:[2,194],51:[2,194],54:[2,194],69:[2,194],75:[2,194],83:[2,194],88:[2,194],90:[2,194],99:[2,194],100:84,101:[2,194],102:[2,194],103:[2,194],106:85,107:[2,194],108:66,115:[2,194],123:[2,194],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,174],6:[2,174],25:[2,174],26:[2,174],46:[2,174],51:[2,174],54:[2,174],69:[2,174],75:[2,174],83:[2,174],88:[2,174],90:[2,174],99:[2,174],101:[2,174],102:[2,174],103:[2,174],107:[2,174],115:[2,174],123:[2,174],125:[2,174],126:[2,174],129:[2,174],130:[2,174],131:[2,174],132:[2,174],133:[2,174],134:[2,174]},{8:245,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,127],6:[2,127],25:[2,127],26:[2,127],46:[2,127],51:[2,127],54:[2,127],69:[2,127],75:[2,127],83:[2,127],88:[2,127],90:[2,127],95:[1,246],99:[2,127],101:[2,127],102:[2,127],103:[2,127],107:[2,127],115:[2,127],123:[2,127],125:[2,127],126:[2,127],129:[2,127],130:[2,127],131:[2,127],132:[2,127],133:[2,127],134:[2,127]},{5:247,25:[1,5]},{27:248,28:[1,70]},{117:249,119:212,120:[1,213]},{26:[1,250],118:[1,251],119:252,120:[1,213]},{26:[2,167],118:[2,167],120:[2,167]},{8:254,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],92:253,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,92],5:255,6:[2,92],25:[1,5],26:[2,92],46:[2,92],51:[2,92],54:[2,92],59:90,63:[1,92],64:[1,93],65:[1,94],66:95,67:[1,96],69:[2,92],70:[1,97],71:[1,98],75:[2,92],78:89,81:[1,91],82:[2,102],83:[2,92],88:[2,92],90:[2,92],99:[2,92],101:[2,92],102:[2,92],103:[2,92],107:[2,92],115:[2,92],123:[2,92],125:[2,92],126:[2,92],129:[2,92],130:[2,92],131:[2,92],132:[2,92],133:[2,92],134:[2,92]},{1:[2,66],6:[2,66],25:[2,66],26:[2,66],46:[2,66],51:[2,66],54:[2,66],63:[2,66],64:[2,66],65:[2,66],67:[2,66],69:[2,66],70:[2,66],71:[2,66],75:[2,66],81:[2,66],82:[2,66],83:[2,66],88:[2,66],90:[2,66],99:[2,66],101:[2,66],102:[2,66],103:[2,66],107:[2,66],115:[2,66],123:[2,66],125:[2,66],126:[2,66],129:[2,66],130:[2,66],131:[2,66],132:[2,66],133:[2,66],134:[2,66]},{1:[2,95],6:[2,95],25:[2,95],26:[2,95],46:[2,95],51:[2,95],54:[2,95],69:[2,95],75:[2,95],83:[2,95],88:[2,95],90:[2,95],99:[2,95],101:[2,95],102:[2,95],103:[2,95],107:[2,95],115:[2,95],123:[2,95],125:[2,95],126:[2,95],129:[2,95],130:[2,95],131:[2,95],132:[2,95],133:[2,95],134:[2,95]},{14:256,15:120,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:121,41:60,55:47,56:48,58:215,60:25,61:26,62:27,73:[1,67],80:[1,28],85:[1,55],86:[1,56],87:[1,54],98:[1,53]},{1:[2,132],6:[2,132],25:[2,132],26:[2,132],46:[2,132],51:[2,132],54:[2,132],63:[2,132],64:[2,132],65:[2,132],67:[2,132],69:[2,132],70:[2,132],71:[2,132],75:[2,132],81:[2,132],82:[2,132],83:[2,132],88:[2,132],90:[2,132],99:[2,132],101:[2,132],102:[2,132],103:[2,132],107:[2,132],115:[2,132],123:[2,132],125:[2,132],126:[2,132],129:[2,132],130:[2,132],131:[2,132],132:[2,132],133:[2,132],134:[2,132]},{6:[1,71],26:[1,257]},{8:258,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{6:[2,61],13:[2,112],25:[2,61],28:[2,112],30:[2,112],31:[2,112],33:[2,112],34:[2,112],35:[2,112],42:[2,112],43:[2,112],44:[2,112],48:[2,112],49:[2,112],51:[2,61],73:[2,112],76:[2,112],80:[2,112],85:[2,112],86:[2,112],87:[2,112],88:[2,61],93:[2,112],97:[2,112],98:[2,112],101:[2,112],103:[2,112],105:[2,112],107:[2,112],116:[2,112],122:[2,112],124:[2,112],125:[2,112],126:[2,112],127:[2,112],128:[2,112]},{6:[1,260],25:[1,261],88:[1,259]},{6:[2,50],8:197,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[2,50],26:[2,50],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,57:145,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],83:[2,50],85:[1,55],86:[1,56],87:[1,54],88:[2,50],91:262,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{6:[2,49],25:[2,49],26:[2,49],50:263,51:[1,223]},{1:[2,171],6:[2,171],25:[2,171],26:[2,171],46:[2,171],51:[2,171],54:[2,171],69:[2,171],75:[2,171],83:[2,171],88:[2,171],90:[2,171],99:[2,171],101:[2,171],102:[2,171],103:[2,171],107:[2,171],115:[2,171],118:[2,171],123:[2,171],125:[2,171],126:[2,171],129:[2,171],130:[2,171],131:[2,171],132:[2,171],133:[2,171],134:[2,171]},{8:264,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:265,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{113:[2,150],114:[2,150]},{27:156,28:[1,70],55:157,56:158,73:[1,67],87:[1,112],112:266},{1:[2,156],6:[2,156],25:[2,156],26:[2,156],46:[2,156],51:[2,156],54:[2,156],69:[2,156],75:[2,156],83:[2,156],88:[2,156],90:[2,156],99:[2,156],100:84,101:[2,156],102:[1,267],103:[2,156],106:85,107:[2,156],108:66,115:[1,268],123:[2,156],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,157],6:[2,157],25:[2,157],26:[2,157],46:[2,157],51:[2,157],54:[2,157],69:[2,157],75:[2,157],83:[2,157],88:[2,157],90:[2,157],99:[2,157],100:84,101:[2,157],102:[1,269],103:[2,157],106:85,107:[2,157],108:66,115:[2,157],123:[2,157],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{6:[1,271],25:[1,272],75:[1,270]},{6:[2,50],12:165,25:[2,50],26:[2,50],27:166,28:[1,70],29:167,30:[1,68],31:[1,69],38:273,39:164,41:168,43:[1,46],75:[2,50],86:[1,111]},{8:274,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,275],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,79],6:[2,79],25:[2,79],26:[2,79],37:[2,79],46:[2,79],51:[2,79],54:[2,79],63:[2,79],64:[2,79],65:[2,79],67:[2,79],69:[2,79],70:[2,79],71:[2,79],75:[2,79],77:[2,79],81:[2,79],82:[2,79],83:[2,79],88:[2,79],90:[2,79],99:[2,79],101:[2,79],102:[2,79],103:[2,79],107:[2,79],115:[2,79],123:[2,79],125:[2,79],126:[2,79],127:[2,79],128:[2,79],129:[2,79],130:[2,79],131:[2,79],132:[2,79],133:[2,79],134:[2,79],135:[2,79]},{8:276,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,69:[2,115],73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{69:[2,116],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{26:[1,277],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{6:[1,260],25:[1,261],83:[1,278]},{6:[2,61],25:[2,61],26:[2,61],51:[2,61],83:[2,61],88:[2,61]},{5:279,25:[1,5]},{46:[2,53],51:[2,53]},{46:[2,56],51:[2,56],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{26:[1,280],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{5:281,25:[1,5],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{5:282,25:[1,5]},{1:[2,128],6:[2,128],25:[2,128],26:[2,128],46:[2,128],51:[2,128],54:[2,128],69:[2,128],75:[2,128],83:[2,128],88:[2,128],90:[2,128],99:[2,128],101:[2,128],102:[2,128],103:[2,128],107:[2,128],115:[2,128],123:[2,128],125:[2,128],126:[2,128],129:[2,128],130:[2,128],131:[2,128],132:[2,128],133:[2,128],134:[2,128]},{5:283,25:[1,5]},{26:[1,284],118:[1,285],119:252,120:[1,213]},{1:[2,165],6:[2,165],25:[2,165],26:[2,165],46:[2,165],51:[2,165],54:[2,165],69:[2,165],75:[2,165],83:[2,165],88:[2,165],90:[2,165],99:[2,165],101:[2,165],102:[2,165],103:[2,165],107:[2,165],115:[2,165],123:[2,165],125:[2,165],126:[2,165],129:[2,165],130:[2,165],131:[2,165],132:[2,165],133:[2,165],134:[2,165]},{5:286,25:[1,5]},{26:[2,168],118:[2,168],120:[2,168]},{5:287,25:[1,5],51:[1,288]},{25:[2,124],51:[2,124],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,93],6:[2,93],25:[2,93],26:[2,93],46:[2,93],51:[2,93],54:[2,93],69:[2,93],75:[2,93],83:[2,93],88:[2,93],90:[2,93],99:[2,93],101:[2,93],102:[2,93],103:[2,93],107:[2,93],115:[2,93],123:[2,93],125:[2,93],126:[2,93],129:[2,93],130:[2,93],131:[2,93],132:[2,93],133:[2,93],134:[2,93]},{1:[2,96],5:289,6:[2,96],25:[1,5],26:[2,96],46:[2,96],51:[2,96],54:[2,96],59:90,63:[1,92],64:[1,93],65:[1,94],66:95,67:[1,96],69:[2,96],70:[1,97],71:[1,98],75:[2,96],78:89,81:[1,91],82:[2,102],83:[2,96],88:[2,96],90:[2,96],99:[2,96],101:[2,96],102:[2,96],103:[2,96],107:[2,96],115:[2,96],123:[2,96],125:[2,96],126:[2,96],129:[2,96],130:[2,96],131:[2,96],132:[2,96],133:[2,96],134:[2,96]},{99:[1,290]},{88:[1,291],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,110],6:[2,110],25:[2,110],26:[2,110],37:[2,110],46:[2,110],51:[2,110],54:[2,110],63:[2,110],64:[2,110],65:[2,110],67:[2,110],69:[2,110],70:[2,110],71:[2,110],75:[2,110],81:[2,110],82:[2,110],83:[2,110],88:[2,110],90:[2,110],99:[2,110],101:[2,110],102:[2,110],103:[2,110],107:[2,110],113:[2,110],114:[2,110],115:[2,110],123:[2,110],125:[2,110],126:[2,110],129:[2,110],130:[2,110],131:[2,110],132:[2,110],133:[2,110],134:[2,110]},{8:197,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,57:145,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],91:292,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:197,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,25:[1,144],27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,57:145,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],84:293,85:[1,55],86:[1,56],87:[1,54],91:143,93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{6:[2,118],25:[2,118],26:[2,118],51:[2,118],83:[2,118],88:[2,118]},{6:[1,260],25:[1,261],26:[1,294]},{1:[2,135],6:[2,135],25:[2,135],26:[2,135],46:[2,135],51:[2,135],54:[2,135],69:[2,135],75:[2,135],83:[2,135],88:[2,135],90:[2,135],99:[2,135],100:84,101:[1,62],102:[2,135],103:[1,63],106:85,107:[1,65],108:66,115:[2,135],123:[2,135],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,137],6:[2,137],25:[2,137],26:[2,137],46:[2,137],51:[2,137],54:[2,137],69:[2,137],75:[2,137],83:[2,137],88:[2,137],90:[2,137],99:[2,137],100:84,101:[1,62],102:[2,137],103:[1,63],106:85,107:[1,65],108:66,115:[2,137],123:[2,137],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{113:[2,155],114:[2,155]},{8:295,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:296,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:297,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,84],6:[2,84],25:[2,84],26:[2,84],37:[2,84],46:[2,84],51:[2,84],54:[2,84],63:[2,84],64:[2,84],65:[2,84],67:[2,84],69:[2,84],70:[2,84],71:[2,84],75:[2,84],81:[2,84],82:[2,84],83:[2,84],88:[2,84],90:[2,84],99:[2,84],101:[2,84],102:[2,84],103:[2,84],107:[2,84],113:[2,84],114:[2,84],115:[2,84],123:[2,84],125:[2,84],126:[2,84],129:[2,84],130:[2,84],131:[2,84],132:[2,84],133:[2,84],134:[2,84]},{12:165,27:166,28:[1,70],29:167,30:[1,68],31:[1,69],38:298,39:164,41:168,43:[1,46],86:[1,111]},{6:[2,85],12:165,25:[2,85],26:[2,85],27:166,28:[1,70],29:167,30:[1,68],31:[1,69],38:163,39:164,41:168,43:[1,46],51:[2,85],74:299,86:[1,111]},{6:[2,87],25:[2,87],26:[2,87],51:[2,87],75:[2,87]},{6:[2,36],25:[2,36],26:[2,36],51:[2,36],75:[2,36],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{8:300,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{69:[2,114],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,34],6:[2,34],25:[2,34],26:[2,34],46:[2,34],51:[2,34],54:[2,34],69:[2,34],75:[2,34],83:[2,34],88:[2,34],90:[2,34],99:[2,34],101:[2,34],102:[2,34],103:[2,34],107:[2,34],115:[2,34],123:[2,34],125:[2,34],126:[2,34],129:[2,34],130:[2,34],131:[2,34],132:[2,34],133:[2,34],134:[2,34]},{1:[2,105],6:[2,105],25:[2,105],26:[2,105],46:[2,105],51:[2,105],54:[2,105],63:[2,105],64:[2,105],65:[2,105],67:[2,105],69:[2,105],70:[2,105],71:[2,105],75:[2,105],81:[2,105],82:[2,105],83:[2,105],88:[2,105],90:[2,105],99:[2,105],101:[2,105],102:[2,105],103:[2,105],107:[2,105],115:[2,105],123:[2,105],125:[2,105],126:[2,105],129:[2,105],130:[2,105],131:[2,105],132:[2,105],133:[2,105],134:[2,105]},{1:[2,45],6:[2,45],25:[2,45],26:[2,45],46:[2,45],51:[2,45],54:[2,45],69:[2,45],75:[2,45],83:[2,45],88:[2,45],90:[2,45],99:[2,45],101:[2,45],102:[2,45],103:[2,45],107:[2,45],115:[2,45],123:[2,45],125:[2,45],126:[2,45],129:[2,45],130:[2,45],131:[2,45],132:[2,45],133:[2,45],134:[2,45]},{1:[2,193],6:[2,193],25:[2,193],26:[2,193],46:[2,193],51:[2,193],54:[2,193],69:[2,193],75:[2,193],83:[2,193],88:[2,193],90:[2,193],99:[2,193],101:[2,193],102:[2,193],103:[2,193],107:[2,193],115:[2,193],123:[2,193],125:[2,193],126:[2,193],129:[2,193],130:[2,193],131:[2,193],132:[2,193],133:[2,193],134:[2,193]},{1:[2,172],6:[2,172],25:[2,172],26:[2,172],46:[2,172],51:[2,172],54:[2,172],69:[2,172],75:[2,172],83:[2,172],88:[2,172],90:[2,172],99:[2,172],101:[2,172],102:[2,172],103:[2,172],107:[2,172],115:[2,172],118:[2,172],123:[2,172],125:[2,172],126:[2,172],129:[2,172],130:[2,172],131:[2,172],132:[2,172],133:[2,172],134:[2,172]},{1:[2,129],6:[2,129],25:[2,129],26:[2,129],46:[2,129],51:[2,129],54:[2,129],69:[2,129],75:[2,129],83:[2,129],88:[2,129],90:[2,129],99:[2,129],101:[2,129],102:[2,129],103:[2,129],107:[2,129],115:[2,129],123:[2,129],125:[2,129],126:[2,129],129:[2,129],130:[2,129],131:[2,129],132:[2,129],133:[2,129],134:[2,129]},{1:[2,130],6:[2,130],25:[2,130],26:[2,130],46:[2,130],51:[2,130],54:[2,130],69:[2,130],75:[2,130],83:[2,130],88:[2,130],90:[2,130],95:[2,130],99:[2,130],101:[2,130],102:[2,130],103:[2,130],107:[2,130],115:[2,130],123:[2,130],125:[2,130],126:[2,130],129:[2,130],130:[2,130],131:[2,130],132:[2,130],133:[2,130],134:[2,130]},{1:[2,163],6:[2,163],25:[2,163],26:[2,163],46:[2,163],51:[2,163],54:[2,163],69:[2,163],75:[2,163],83:[2,163],88:[2,163],90:[2,163],99:[2,163],101:[2,163],102:[2,163],103:[2,163],107:[2,163],115:[2,163],123:[2,163],125:[2,163],126:[2,163],129:[2,163],130:[2,163],131:[2,163],132:[2,163],133:[2,163],134:[2,163]},{5:301,25:[1,5]},{26:[1,302]},{6:[1,303],26:[2,169],118:[2,169],120:[2,169]},{8:304,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{1:[2,97],6:[2,97],25:[2,97],26:[2,97],46:[2,97],51:[2,97],54:[2,97],69:[2,97],75:[2,97],83:[2,97],88:[2,97],90:[2,97],99:[2,97],101:[2,97],102:[2,97],103:[2,97],107:[2,97],115:[2,97],123:[2,97],125:[2,97],126:[2,97],129:[2,97],130:[2,97],131:[2,97],132:[2,97],133:[2,97],134:[2,97]},{1:[2,133],6:[2,133],25:[2,133],26:[2,133],46:[2,133],51:[2,133],54:[2,133],63:[2,133],64:[2,133],65:[2,133],67:[2,133],69:[2,133],70:[2,133],71:[2,133],75:[2,133],81:[2,133],82:[2,133],83:[2,133],88:[2,133],90:[2,133],99:[2,133],101:[2,133],102:[2,133],103:[2,133],107:[2,133],115:[2,133],123:[2,133],125:[2,133],126:[2,133],129:[2,133],130:[2,133],131:[2,133],132:[2,133],133:[2,133],134:[2,133]},{1:[2,113],6:[2,113],25:[2,113],26:[2,113],46:[2,113],51:[2,113],54:[2,113],63:[2,113],64:[2,113],65:[2,113],67:[2,113],69:[2,113],70:[2,113],71:[2,113],75:[2,113],81:[2,113],82:[2,113],83:[2,113],88:[2,113],90:[2,113],99:[2,113],101:[2,113],102:[2,113],103:[2,113],107:[2,113],115:[2,113],123:[2,113],125:[2,113],126:[2,113],129:[2,113],130:[2,113],131:[2,113],132:[2,113],133:[2,113],134:[2,113]},{6:[2,119],25:[2,119],26:[2,119],51:[2,119],83:[2,119],88:[2,119]},{6:[2,49],25:[2,49],26:[2,49],50:305,51:[1,223]},{6:[2,120],25:[2,120],26:[2,120],51:[2,120],83:[2,120],88:[2,120]},{1:[2,158],6:[2,158],25:[2,158],26:[2,158],46:[2,158],51:[2,158],54:[2,158],69:[2,158],75:[2,158],83:[2,158],88:[2,158],90:[2,158],99:[2,158],100:84,101:[2,158],102:[2,158],103:[2,158],106:85,107:[2,158],108:66,115:[1,306],123:[2,158],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,160],6:[2,160],25:[2,160],26:[2,160],46:[2,160],51:[2,160],54:[2,160],69:[2,160],75:[2,160],83:[2,160],88:[2,160],90:[2,160],99:[2,160],100:84,101:[2,160],102:[1,307],103:[2,160],106:85,107:[2,160],108:66,115:[2,160],123:[2,160],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,159],6:[2,159],25:[2,159],26:[2,159],46:[2,159],51:[2,159],54:[2,159],69:[2,159],75:[2,159],83:[2,159],88:[2,159],90:[2,159],99:[2,159],100:84,101:[2,159],102:[2,159],103:[2,159],106:85,107:[2,159],108:66,115:[2,159],123:[2,159],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{6:[2,88],25:[2,88],26:[2,88],51:[2,88],75:[2,88]},{6:[2,49],25:[2,49],26:[2,49],50:308,51:[1,233]},{26:[1,309],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{26:[1,310]},{1:[2,166],6:[2,166],25:[2,166],26:[2,166],46:[2,166],51:[2,166],54:[2,166],69:[2,166],75:[2,166],83:[2,166],88:[2,166],90:[2,166],99:[2,166],101:[2,166],102:[2,166],103:[2,166],107:[2,166],115:[2,166],123:[2,166],125:[2,166],126:[2,166],129:[2,166],130:[2,166],131:[2,166],132:[2,166],133:[2,166],134:[2,166]},{26:[2,170],118:[2,170],120:[2,170]},{25:[2,125],51:[2,125],100:84,101:[1,62],103:[1,63],106:85,107:[1,65],108:66,123:[1,83],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{6:[1,260],25:[1,261],26:[1,311]},{8:312,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{8:313,9:115,10:19,11:20,12:21,13:[1,22],14:8,15:9,16:10,17:11,18:12,19:13,20:14,21:15,22:16,23:17,24:18,27:59,28:[1,70],29:49,30:[1,68],31:[1,69],32:24,33:[1,50],34:[1,51],35:[1,52],36:23,41:60,42:[1,44],43:[1,46],44:[1,29],47:30,48:[1,57],49:[1,58],55:47,56:48,58:36,60:25,61:26,62:27,73:[1,67],76:[1,43],80:[1,28],85:[1,55],86:[1,56],87:[1,54],93:[1,38],97:[1,45],98:[1,53],100:39,101:[1,62],103:[1,63],104:40,105:[1,64],106:41,107:[1,65],108:66,116:[1,42],121:37,122:[1,61],124:[1,31],125:[1,32],126:[1,33],127:[1,34],128:[1,35]},{6:[1,271],25:[1,272],26:[1,314]},{6:[2,37],25:[2,37],26:[2,37],51:[2,37],75:[2,37]},{1:[2,164],6:[2,164],25:[2,164],26:[2,164],46:[2,164],51:[2,164],54:[2,164],69:[2,164],75:[2,164],83:[2,164],88:[2,164],90:[2,164],99:[2,164],101:[2,164],102:[2,164],103:[2,164],107:[2,164],115:[2,164],123:[2,164],125:[2,164],126:[2,164],129:[2,164],130:[2,164],131:[2,164],132:[2,164],133:[2,164],134:[2,164]},{6:[2,121],25:[2,121],26:[2,121],51:[2,121],83:[2,121],88:[2,121]},{1:[2,161],6:[2,161],25:[2,161],26:[2,161],46:[2,161],51:[2,161],54:[2,161],69:[2,161],75:[2,161],83:[2,161],88:[2,161],90:[2,161],99:[2,161],100:84,101:[2,161],102:[2,161],103:[2,161],106:85,107:[2,161],108:66,115:[2,161],123:[2,161],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{1:[2,162],6:[2,162],25:[2,162],26:[2,162],46:[2,162],51:[2,162],54:[2,162],69:[2,162],75:[2,162],83:[2,162],88:[2,162],90:[2,162],99:[2,162],100:84,101:[2,162],102:[2,162],103:[2,162],106:85,107:[2,162],108:66,115:[2,162],123:[2,162],125:[1,77],126:[1,76],129:[1,75],130:[1,78],131:[1,79],132:[1,80],133:[1,81],134:[1,82]},{6:[2,89],25:[2,89],26:[2,89],51:[2,89],75:[2,89]}],defaultActions:{57:[2,47],58:[2,48],72:[2,3],91:[2,103],186:[2,83]},parseError:function(a,b){throw new Error(a)},parse:function(a){function o(){var a;a=b.lexer.lex()||1,typeof a!="number"&&(a=b.symbols_[a]||a);return a}function n(a){c.length=c.length-2*a,d.length=d.length-a,e.length=e.length-a}var b=this,c=[0],d=[null],e=[],f=this.table,g="",h=0,i=0,j=0,k=2,l=1;this.lexer.setInput(a),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,typeof this.lexer.yylloc=="undefined"&&(this.lexer.yylloc={});var m=this.lexer.yylloc;e.push(m),typeof this.yy.parseError=="function"&&(this.parseError=this.yy.parseError);var p,q,r,s,t,u,v={},w,x,y,z;for(;;){r=c[c.length-1],this.defaultActions[r]?s=this.defaultActions[r]:(p==null&&(p=o()),s=f[r]&&f[r][p]);if(typeof s=="undefined"||!s.length||!s[0]){if(!j){z=[];for(w in f[r])this.terminals_[w]&&w>2&&z.push("'"+this.terminals_[w]+"'");var A="";this.lexer.showPosition?A="Parse error on line "+(h+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+z.join(", "):A="Parse error on line "+(h+1)+": Unexpected "+(p==1?"end of input":"'"+(this.terminals_[p]||p)+"'"),this.parseError(A,{text:this.lexer.match,token:this.terminals_[p]||p,line:this.lexer.yylineno,loc:m,expected:z})}if(j==3){if(p==l)throw new Error(A||"Parsing halted.");i=this.lexer.yyleng,g=this.lexer.yytext,h=this.lexer.yylineno,m=this.lexer.yylloc,p=o()}for(;;){if(k.toString()in f[r])break;if(r==0)throw new Error(A||"Parsing halted.");n(1),r=c[c.length-1]}q=p,p=k,r=c[c.length-1],s=f[r]&&f[r][k],j=3}if(s[0]instanceof Array&&s.length>1)throw new Error("Parse Error: multiple actions possible at state: "+r+", token: "+p);switch(s[0]){case 1:c.push(p),d.push(this.lexer.yytext),e.push(this.lexer.yylloc),c.push(s[1]),p=null,q?(p=q,q=null):(i=this.lexer.yyleng,g=this.lexer.yytext,h=this.lexer.yylineno,m=this.lexer.yylloc,j>0&&j--);break;case 2:x=this.productions_[s[1]][1],v.$=d[d.length-x],v._$={first_line:e[e.length-(x||1)].first_line,last_line:e[e.length-1].last_line,first_column:e[e.length-(x||1)].first_column,last_column:e[e.length-1].last_column},u=this.performAction.call(v,g,i,h,this.yy,s[1],d,e);if(typeof u!="undefined")return u;x&&(c=c.slice(0,-1*x*2),d=d.slice(0,-1*x),e=e.slice(0,-1*x)),c.push(this.productions_[s[1]][0]),d.push(v.$),e.push(v._$),y=f[c[c.length-2]][c[c.length-1]],c.push(y);break;case 3:return!0}}return!0}};return a}();typeof require!="undefined"&&typeof a!="undefined"&&(a.parser=b,a.parse=function(){return b.parse.apply(b,arguments)},a.main=function(b){if(!b[1])throw new Error("Usage: "+b[0]+" FILE");if(typeof process!="undefined")var c=require("fs").readFileSync(require("path").join(process.cwd(),b[1]),"utf8");else var d=require("file").path(require("file").cwd()),c=d.join(b[1]).read({charset:"utf-8"});return a.parser.parse(c)},typeof module!="undefined"&&require.main===module&&a.main(typeof process!="undefined"?process.argv.slice(1):require("system").args))},require["./scope"]=new function(){var a=this;(function(){var b,c,d,e;e=require("./helpers"),c=e.extend,d=e.last,a.Scope=b=function(){function a(b,c,d){this.parent=b,this.expressions=c,this.method=d,this.variables=[{name:"arguments",type:"arguments"}],this.positions={},this.parent||(a.root=this)}a.root=null,a.prototype.add=function(a,b,c){var d;if(this.shared&&!c)return this.parent.add(a,b,c);return typeof (d=this.positions[a])=="number"?this.variables[d].type=b:this.positions[a]=this.variables.push({name:a,type:b})-1},a.prototype.find=function(a,b){if(this.check(a,b))return!0;this.add(a,"var");return!1},a.prototype.parameter=function(a){if(!this.shared||!this.parent.check(a,!0))return this.add(a,"param")},a.prototype.check=function(a,b){var c,d;c=!!this.type(a);if(c||b)return c;return(d=this.parent)!=null?!!d.check(a):!!void 0},a.prototype.temporary=function(a,b){return a.length>1?"_"+a+(b>1?b:""):"_"+(b+parseInt(a,36)).toString(36).replace(/\d/g,"a")},a.prototype.type=function(a){var b,c,d,e;e=this.variables;for(c=0,d=e.length;c1&&b.level>=w?"("+c+")":c},a.prototype.compileRoot=function(a){var b;a.indent=this.tab=a.bare?"":Q,a.scope=new M(null,this,null),a.level=z,b=this.compileWithDeclarations(a);return a.bare?b:"(function() {\n"+b+"\n}).call(this);\n"},a.prototype.compileWithDeclarations=function(a){var b,c,d,e,f,g,h,i,j,l;c=g="",l=this.expressions;for(f=0,j=l.length;f=u?"(void 0)":"void 0":this.value.reserved?'"'+this.value+'"':this.value;return this.isStatement()?""+this.tab+b+";":b},a.prototype.toString=function(){return' "'+this.value+'"'};return a}(),a.Return=K=function(){function a(a){a&&!a.unwrap().isUndefined&&(this.expression=a)}bj(a,e),a.prototype.children=["expression"],a.prototype.isStatement=X,a.prototype.makeReturn=R,a.prototype.jumps=R,a.prototype.compile=function(b,c){var d,e;d=(e=this.expression)!=null?e.makeReturn():void 0;return!d||d instanceof a?a.__super__.compile.call(this,b,c):d.compile(b,c)},a.prototype.compileNode=function(a){return this.tab+("return"+(this.expression?" "+this.expression.compile(a,y):"")+";")};return a}(),a.Value=V=function(){function a(b,c,d){if(!c&&b instanceof a)return b;this.base=b,this.properties=c||[],d&&(this[d]=!0);return this}bj(a,e),a.prototype.children=["base","properties"],a.prototype.push=function(a){this.properties.push(a);return this},a.prototype.hasProperties=function(){return!!this.properties.length},a.prototype.isArray=function(){return!this.properties.length&&this.base instanceof c},a.prototype.isComplex=function(){return this.hasProperties()||this.base.isComplex()},a.prototype.isAssignable=function(){return this.hasProperties()||this.base.isAssignable()},a.prototype.isSimpleNumber=function(){return this.base instanceof A&&L.test(this.base.value)},a.prototype.isAtomic=function(){var a,b,c,d;d=this.properties.concat(this.base);for(b=0,c=d.length;b"+this.equals],h=l[0],e=l[1],c=this.stepNum?c=+this.stepNum>0?""+h+" "+this.toVar:""+e+" "+this.toVar:g?(m=[+this.fromNum,+this.toNum],d=m[0],j=m[1],m,c=d<=j?""+h+" "+j:""+e+" "+j):(b=""+this.fromVar+" <= "+this.toVar,c=""+b+" ? "+h+" "+this.toVar+" : "+e+" "+this.toVar),i=this.stepVar?""+f+" += "+this.stepVar:g?d<=j?""+f+"++":""+f+"--":""+b+" ? "+f+"++ : "+f+"--";return""+k+"; "+c+"; "+i},a.prototype.compileArray=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p;if(this.fromNum&&this.toNum&&Math.abs(this.fromNum-this.toNum)<=20){j=function(){p=[];for(var a=n=+this.fromNum,b=+this.toNum;n<=b?a<=b:a>=b;n<=b?a++:a--)p.push(a);return p}.apply(this),this.exclusive&&j.pop();return"["+j.join(", ")+"]"}g=this.tab+Q,f=a.scope.freeVariable("i"),k=a.scope.freeVariable("results"),i="\n"+g+k+" = [];",this.fromNum&&this.toNum?(a.index=f,c=this.compileNode(a)):(l=""+f+" = "+this.fromC+(this.toC!==this.toVar?", "+this.toC:""),d=""+this.fromVar+" <= "+this.toVar,c="var "+l+"; "+d+" ? "+f+" <"+this.equals+" "+this.toVar+" : "+f+" >"+this.equals+" "+this.toVar+"; "+d+" ? "+f+"++ : "+f+"--"),h="{ "+k+".push("+f+"); }\n"+g+"return "+k+";\n"+a.indent,e=function(a){return a!=null?a.contains(function(a){return a instanceof A&&a.value==="arguments"&&!a.asKey}):void 0};if(e(this.from)||e(this.to))b=", arguments";return"(function() {"+i+"\n"+g+"for ("+c+")"+h+"}).apply(this"+(b!=null?b:"")+")"};return a}(),a.Slice=N=function(){function a(b){this.range=b,a.__super__.constructor.call(this)}bj(a,e),a.prototype.children=["range"],a.prototype.compileNode=function(a){var b,c,d,e,f,g;g=this.range,e=g.to,c=g.from,d=c&&c.compile(a,y)||"0",b=e&&e.compile(a,y),e&&(!!this.range.exclusive||+b!==-1)&&(f=", "+(this.range.exclusive?b:L.test(b)?(+b+1).toString():"("+b+" + 1) || 9e9"));return".slice("+d+(f||"")+")"};return a}(),a.Obj=E=function(){function a(a,b){this.generated=b!=null?b:!1,this.objects=this.properties=a||[]}bj(a,e),a.prototype.children=["properties"],a.prototype.compileNode=function(a){var b,c,e,f,g,h,i,j,l,m,n;l=this.properties;if(!l.length)return this.front?"({})":"{}";if(this.generated)for(m=0,n=l.length;m=0?"[\n"+a.indent+b+"\n"+this.tab+"]":"["+b+"]"},a.prototype.assigns=function(a){var b,c,d,e;e=this.objects;for(c=0,d=e.length;c=0},a.prototype.assigns=function(a){return this[this.context==="object"?"value":"variable"].assigns(a)},a.prototype.unfoldSoak=function(a){return bf(a,this,"variable")},a.prototype.compileNode=function(a){var b,c,d,e,f,g,h,i;if(b=this.variable instanceof V){if(this.variable.isArray()||this.variable.isObject())return this.compilePatternMatch(a);if(this.variable.isSplice())return this.compileSplice(a);if((f=this.context)==="||="||f==="&&="||f==="?=")return this.compileConditional(a)}d=this.variable.compile(a,w);if(!this.context&&!this.variable.isAssignable())throw SyntaxError('"'+this.variable.compile(a)+'" cannot be assigned.');this.context||b&&(this.variable.namespaced||this.variable.hasProperties())||(this.param?a.scope.add(d,"var"):a.scope.find(d)),this.value instanceof j&&(c=B.exec(d))&&(c[1]&&(this.value.klass=c[1]),this.value.name=(g=(h=(i=c[2])!=null?i:c[3])!=null?h:c[4])!=null?g:c[5]),e=this.value.compile(a,w);if(this.context==="object")return""+d+": "+e;e=d+(" "+(this.context||"=")+" ")+e;return a.level<=w?e:"("+e+")"},a.prototype.compilePatternMatch=function(c){var d,e,f,g,h,i,j,k,l,m,n,p,q,r,s,u,v,y,B,C,D,E;r=c.level===z,u=this.value,l=this.variable.base.objects;if(!(m=l.length)){f=u.compile(c);return c.level>=x?"("+f+")":f}i=this.variable.isObject();if(r&&m===1&&!((k=l[0])instanceof O)){k instanceof a?(B=k,h=B.variable.base,k=B.value):k.base instanceof H?(C=(new V(k.unwrapAll())).cacheReference(c),k=C[0],h=C[1]):h=i?k["this"]?k.properties[0].name:k:new A(0),d=o.test(h.unwrap().value||0),u=new V(u),u.properties.push(new(d?b:t)(h));return(new a(k,u,null,{param:this.param})).compile(c,z)}v=u.compile(c,w),e=[],q=!1;if(!o.test(v)||this.variable.assigns(v))e.push(""+(n=c.scope.freeVariable("ref"))+" = "+v),v=n;for(g=0,y=l.length;g=0&&(b.isExistentialEquals=!0);return(new F(this.context.slice(0,-1),c,new a(d,this.value,"="))).compile(b)},a.prototype.compileSplice=function(a){var b,c,d,e,f,g,h,i,j,k,l,m;k=this.variable.properties.pop().range,d=k.from,h=k.to,c=k.exclusive,g=this.variable.compile(a),l=(d!=null?d.cache(a,x):void 0)||["0","0"],e=l[0],f=l[1],h?(d!=null?d.isSimpleNumber():void 0)&&h.isSimpleNumber()?(h=+h.compile(a)- +f,c||(h+=1)):(h=h.compile(a)+" - "+f,c||(h+=" + 1")):h="9e9",m=this.value.cache(a,w),i=m[0],j=m[1],b="[].splice.apply("+g+", ["+e+", "+h+"].concat("+i+")), "+j;return a.level>z?"("+b+")":b};return a}(),a.Code=j=function(){function a(a,b,c){this.params=a||[],this.body=b||new f,this.bound=c==="boundfunc",this.bound&&(this.context="this")}bj(a,e),a.prototype.children=["params","body"],a.prototype.isStatement=function(){return!!this.ctor},a.prototype.jumps=D,a.prototype.compileNode=function(a){var b,e,f,g,h,i,j,k,l,m,n,o,p,q,s,t,v,w,x,y,z,B,C,D;a.scope=new M(a.scope,this.body,this),a.scope.shared=Z(a,"sharedScope"),a.indent+=Q,delete a.bare,o=[],e=[],z=this.params;for(q=0,v=z.length;q=u?"("+b+")":b},a.prototype.traverseChildren=function(b,c){if(b)return a.__super__.traverseChildren.call(this,b,c)};return a}(),a.Param=G=function(){function a(a,b,c){this.name=a,this.value=b,this.splat=c}bj(a,e),a.prototype.children=["name","value"],a.prototype.compile=function(a){return this.name.compile(a,w)},a.prototype.asReference=function(a){var b;if(this.reference)return this.reference;b=this.name,b["this"]?(b=b.properties[0].name,b.value.reserved&&(b=new A("_"+b.value))):b.isComplex()&&(b=new A(a.scope.freeVariable("arg"))),b=new V(b),this.splat&&(b=new O(b));return this.reference=b},a.prototype.isComplex=function(){return this.name.isComplex()};return a}(),a.Splat=O=function(){function a(a){this.name=a.compile?a:new A(a)}bj(a,e),a.prototype.children=["name"],a.prototype.isAssignable=X,a.prototype.assigns=function(a){return this.name.assigns(a)},a.prototype.compile=function(a){return this.index!=null?this.compileParam(a):this.name.compile(a)},a.compileSplattedArray=function(b,c,d){var e,f,g,h,i,j,k;i=-1;while((j=c[++i])&&!(j instanceof a))continue;if(i>=c.length)return"";if(c.length===1){g=c[0].compile(b,w);if(d)return g;return""+bg("slice")+".call("+g+")"}e=c.slice(i);for(h=0,k=e.length;hz||this.returns)d=a.scope.freeVariable("results"),e=""+this.tab+d+" = [];\n",b&&(b=I.wrap(d,b));this.guard&&(b=f.wrap([new r(this.guard,b)])),b="\n"+b.compile(a,z)+"\n"+this.tab}c=e+this.tab+("while ("+this.condition.compile(a,y)+") {"+b+"}"),this.returns&&(c+="\n"+this.tab+"return "+d+";");return c};return a}(),a.Op=F=function(){function c(b,c,d,e){var f;if(b==="in")return new s(c,d);if(b==="do"){f=new g(c,c.params||[]),f["do"]=!0;return f}if(b==="new"){if(c instanceof g&&!c["do"]&&!c.isNew)return c.newInstance();if(c instanceof j&&c.bound||c["do"])c=new H(c)}this.operator=a[b]||b,this.first=c,this.second=d,this.flip=!!e;return this}var a,b;bj(c,e),a={"==":"===","!=":"!==",of:"in"},b={"!==":"===","===":"!=="},c.prototype.children=["first","second"],c.prototype.isSimpleNumber=D,c.prototype.isUnary=function(){return!this.second},c.prototype.isComplex=function(){var a;return!this.isUnary()||(a=this.operator)!=="+"&&a!=="-"||this.first.isComplex()},c.prototype.isChainable=function(){var a;return(a=this.operator)==="<"||a===">"||a===">="||a==="<="||a==="==="||a==="!=="},c.prototype.invert=function(){var a,d,e,f,g;if(this.isChainable()&&this.first.isChainable()){a=!0,d=this;while(d&&d.operator)a&&(a=d.operator in b),d=d.first;if(!a)return(new H(this)).invert();d=this;while(d&&d.operator)d.invert=!d.invert,d.operator=b[d.operator],d=d.first;return this}if(f=b[this.operator]){this.operator=f,this.first.unwrap()instanceof c&&this.first.invert();return this}return this.second?(new H(this)).invert():this.operator==="!"&&(e=this.first.unwrap())instanceof c&&((g=e.operator)==="!"||g==="in"||g==="instanceof")?e:new c("!",this)},c.prototype.unfoldSoak=function(a){var b;return((b=this.operator)==="++"||b==="--"||b==="delete")&&bf(a,this,"first")},c.prototype.compileNode=function(a){var b;if(this.isUnary())return this.compileUnary(a);if(this.isChainable()&&this.first.isChainable())return this.compileChain(a);if(this.operator==="?")return this.compileExistence(a);this.first.front=this.front,b=this.first.compile(a,x)+" "+this.operator+" "+this.second.compile(a,x);return a.level<=x?b:"("+b+")"},c.prototype.compileChain=function(a){var b,c,d,e;e=this.first.second.cache(a),this.first.second=e[0],d=e[1],c=this.first.compile(a,x),b=""+c+" "+(this.invert?"&&":"||")+" "+d.compile(a)+" "+this.operator+" "+this.second.compile(a,x);return"("+b+")"},c.prototype.compileExistence=function(a){var b,c;this.first.isComplex()?(c=new A(a.scope.freeVariable("ref")),b=new H(new d(c,this.first))):(b=this.first,c=b);return(new r(new l(b),c,{type:"if"})).addElse(this.second).compile(a)},c.prototype.compileUnary=function(a){var b,d;d=[b=this.operator],(b==="new"||b==="typeof"||b==="delete"||(b==="+"||b==="-")&&this.first instanceof c&&this.first.operator===b)&&d.push(" "),b==="new"&&this.first.isStatement(a)&&(this.first=new H(this.first)),d.push(this.first.compile(a,x)),this.flip&&d.reverse();return d.join("")},c.prototype.toString=function(a){return c.__super__.toString.call(this,a,this.constructor.name+" "+this.operator)};return c}(),a.In=s=function(){function a(a,b){this.object=a,this.array=b}bj(a,e),a.prototype.children=["object","array"],a.prototype.invert=C,a.prototype.compileNode=function(a){var b,c,d,e,f;if(this.array instanceof V&&this.array.isArray()){f=this.array.base.objects;for(d=0,e=f.length;d= 0");if(d===c)return b;b=d+", "+b;return a.level=v?"("+d+")":d},a.prototype.unfoldSoak=function(){return this.soak&&this};return a}(),I={wrap:function(a,c){if(c.isEmpty()||bb(c.expressions).jumps())return c;return c.push(new g(new V(new A(a),[new b(new A("push"))]),[c.pop()]))}},i={wrap:function(a,c,d){var e,h,i,k,l;if(a.jumps())return a;i=new j([],f.wrap([a])),e=[];if((k=a.contains(this.literalArgs))||a.contains(this.literalThis))l=new A(k?"apply":"call"),e=[new A("this")],k&&e.push(new A("arguments")),i=new V(i,[new b(l)]);i.noReturn=d,h=new g(i,e);return c?f.wrap([h]):h},literalArgs:function(a){return a instanceof A&&a.value==="arguments"&&!a.asKey},literalThis:function(a){return a instanceof A&&a.value==="this"&&!a.asKey||a instanceof j&&a.bound}},bf=function(a,b,c){var d;if(!!(d=b[c].unfoldSoak(a))){b[c]=d.body,d.body=new V(b);return d}},U={"extends":"function(child, parent) {\n for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; }\n function ctor() { this.constructor = child; }\n ctor.prototype = parent.prototype;\n child.prototype = new ctor;\n child.__super__ = parent.prototype;\n return child;\n}",bind:"function(fn, me){ return function(){ return fn.apply(me, arguments); }; }",indexOf:"Array.prototype.indexOf || function(item) {\n for (var i = 0, l = this.length; i < l; i++) {\n if (this[i] === item) return i;\n }\n return -1;\n}",hasProp:"Object.prototype.hasOwnProperty",slice:"Array.prototype.slice"},z=1,y=2,w=3,v=4,x=5,u=6,Q=" ",p="[$A-Za-z_\\x7f-\\uffff][$\\w\\x7f-\\uffff]*",o=RegExp("^"+p+"$"),L=/^[+-]?\d+$/,B=RegExp("^(?:("+p+")\\.prototype(?:\\.("+p+")|\\[(\"(?:[^\\\\\"\\r\\n]|\\\\.)*\"|'(?:[^\\\\'\\r\\n]|\\\\.)*')\\]|\\[(0x[\\da-fA-F]+|\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)\\]))|("+p+")$"),q=/^['"]/,bg=function(a){var b;b="__"+a,M.root.assign(b,U[a]);return b},bd=function(a,b){return a.replace(/\n/g,"$&"+b)}}).call(this)},require["./coffee-script"]=new function(){var exports=this;(function(){var Lexer,RESERVED,compile,fs,lexer,parser,path,_ref,__hasProp=Object.prototype.hasOwnProperty;fs=require("fs"),path=require("path"),_ref=require("./lexer"),Lexer=_ref.Lexer,RESERVED=_ref.RESERVED,parser=require("./parser").parser,require.extensions?require.extensions[".coffee"]=function(a,b){var c;c=compile(fs.readFileSync(b,"utf8"),{filename:b});return a._compile(c,b)}:require.registerExtension&&require.registerExtension(".coffee",function(a){return compile(a)}),exports.VERSION="1.1.3-pre",exports.RESERVED=RESERVED,exports.helpers=require("./helpers"),exports.compile=compile=function(a,b){b==null&&(b={});try{return parser.parse(lexer.tokenize(a)).compile(b)}catch(c){b.filename&&(c.message="In "+b.filename+", "+c.message);throw c}},exports.tokens=function(a,b){return lexer.tokenize(a,b)},exports.nodes=function(a,b){return typeof a=="string"?parser.parse(lexer.tokenize(a,b)):parser.parse(a)},exports.run=function(a,b){var c,d;d=require.main,d.filename=process.argv[1]=b.filename?fs.realpathSync(b.filename):".",d.moduleCache&&(d.moduleCache={}),process.binding("natives").module&&(c=require("module").Module,d.paths=c._nodeModulePaths(path.dirname(b.filename)));return path.extname(d.filename)!==".coffee"||require.extensions?d._compile(compile(a,b),d.filename):d._compile(a,d.filename)},exports.eval=function(code,options){var Module,Script,js,k,o,r,sandbox,v,_i,_len,_module,_ref2,_ref3,_ref4,_require;options==null&&(options={});if(!!(code=code.trim())){if(_ref2=require("vm"),Script=_ref2.Script,_ref2){sandbox=Script.createContext(),sandbox.global=sandbox.root=sandbox.GLOBAL=sandbox;if(options.sandbox!=null)if(options.sandbox instanceof sandbox.constructor)sandbox=options.sandbox;else{_ref3=options.sandbox;for(k in _ref3){if(!__hasProp.call(_ref3,k))continue;v=_ref3[k],sandbox[k]=v}}sandbox.__filename=options.filename||"eval",sandbox.__dirname=path.dirname(sandbox.__filename);if(!sandbox.module&&!sandbox.require){Module=require("module"),sandbox.module=_module=new Module(options.modulename||"eval"),sandbox.require=_require=function(a){return Module._load(a,_module)},_module.filename=sandbox.__filename,_ref4=Object.getOwnPropertyNames(require);for(_i=0,_len=_ref4.length;_i<_len;_i++)r=_ref4[_i],_require[r]=require[r];_require.paths=_module.paths=Module._nodeModulePaths(process.cwd()),_require.resolve=function(a){return Module._resolveFilename(a,_module)}}}o={};for(k in options){if(!__hasProp.call(options,k))continue;v=options[k],o[k]=v}o.bare=!0,js=compile(code,o);return Script?Script.runInContext(js,sandbox):eval(js)}},lexer=new Lexer,parser.lexer={lex:function(){var a,b;b=this.tokens[this.pos++]||[""],a=b[0],this.yytext=b[1],this.yylineno=b[2];return a},setInput:function(a){this.tokens=a;return this.pos=0},upcomingInput:function(){return""}},parser.yy=require("./nodes")}).call(this)},require["./browser"]=new function(){var exports=this;(function(){var CoffeeScript,runScripts;CoffeeScript=require("./coffee-script"),CoffeeScript.require=require,CoffeeScript.eval=function(code,options){return eval(CoffeeScript.compile(code,options))},CoffeeScript.run=function(a,b){b==null&&(b={}),b.bare=!0;return Function(CoffeeScript.compile(a,b))()};typeof window!="undefined"&&window!==null&&(CoffeeScript.load=function(a,b){var c;c=new(window.ActiveXObject||XMLHttpRequest)("Microsoft.XMLHTTP"),c.open("GET",a,!0),"overrideMimeType"in c&&c.overrideMimeType("text/plain"),c.onreadystatechange=function(){var d;if(c.readyState===4){if((d=c.status)===0||d===200)CoffeeScript.run(c.responseText);else throw new Error("Could not load "+a);if(b)return b()}};return c.send(null)},runScripts=function(){var a,b,c,d,e,f;f=document.getElementsByTagName("script"),a=function(){var a,b,c;c=[];for(a=0,b=f.length;a", "/": "?", "\\": "|" + } + }; + + function keyHandler( handleObj ) { + // Only care when a possible input has been specified + if ( typeof handleObj.data !== "string" ) { + return; + } + + var origHandler = handleObj.handler, + keys = handleObj.data.toLowerCase().split(" "); + + handleObj.handler = function( event ) { + // Don't fire in text-accepting inputs that we didn't directly bind to + if ( this !== event.target && (/textarea|select/i.test( event.target.nodeName ) || + event.target.type === "text") ) { + return; + } + + // Keypress represents characters, not special keys + var special = event.type !== "keypress" && jQuery.hotkeys.specialKeys[ event.which ], + character = String.fromCharCode( event.which ).toLowerCase(), + key, modif = "", possible = {}; + + // check combinations (alt|ctrl|shift+anything) + if ( event.altKey && special !== "alt" ) { + modif += "alt+"; + } + + if ( event.ctrlKey && special !== "ctrl" ) { + modif += "ctrl+"; + } + + // TODO: Need to make sure this works consistently across platforms + if ( event.metaKey && !event.ctrlKey && special !== "meta" ) { + modif += "meta+"; + } + + if ( event.shiftKey && special !== "shift" ) { + modif += "shift+"; + } + + if ( special ) { + possible[ modif + special ] = true; + + } else { + possible[ modif + character ] = true; + possible[ modif + jQuery.hotkeys.shiftNums[ character ] ] = true; + + // "$" can be triggered as "Shift+4" or "Shift+$" or just "$" + if ( modif === "shift+" ) { + possible[ jQuery.hotkeys.shiftNums[ character ] ] = true; + } + } + + for ( var i = 0, l = keys.length; i < l; i++ ) { + if ( possible[ keys[i] ] ) { + return origHandler.apply( this, arguments ); + } + } + }; + } + + jQuery.each([ "keydown", "keyup", "keypress" ], function() { + jQuery.event.special[ this ] = { add: keyHandler }; + }); + +})( jQuery );/** + * @license In-Field Label jQuery Plugin + * http://fuelyourcoding.com/scripts/infield.html + * + * Copyright (c) 2009-2010 Doug Neiner + * Dual licensed under the MIT and GPL licenses. + * Uses the same license as jQuery, see: + * http://docs.jquery.com/License + * + * @version 0.1.2 + */ +(function ($) { + + $.InFieldLabels = function (label, field, options) { + // To avoid scope issues, use 'base' instead of 'this' + // to reference this class from internal events and functions. + var base = this; + + // Access to jQuery and DOM versions of each element + base.$label = $(label); + base.label = label; + + base.$field = $(field); + base.field = field; + + base.$label.data("InFieldLabels", base); + base.showing = true; + + base.init = function () { + // Merge supplied options with default options + base.options = $.extend({}, $.InFieldLabels.defaultOptions, options); + + // Check if the field is already filled in + if (base.$field.val() !== "") { + base.$label.hide(); + base.showing = false; + } + + base.$field.focus(function () { + base.fadeOnFocus(); + }).blur(function () { + base.checkForEmpty(true); + }).bind('keydown.infieldlabel', function (e) { + // Use of a namespace (.infieldlabel) allows us to + // unbind just this method later + base.hideOnChange(e); + }).bind('paste', function (e) { + // Since you can not paste an empty string we can assume + // that the fieldis not empty and the label can be cleared. + base.setOpacity(0.0); + }).change(function (e) { + base.checkForEmpty(); + }).bind('onPropertyChange', function () { + base.checkForEmpty(); + }); + }; + + // If the label is currently showing + // then fade it down to the amount + // specified in the settings + base.fadeOnFocus = function () { + if (base.showing) { + base.setOpacity(base.options.fadeOpacity); + } + }; + + base.setOpacity = function (opacity) { + base.$label.stop().animate({ opacity: opacity }, base.options.fadeDuration); + base.showing = (opacity > 0.0); + }; + + // Checks for empty as a fail safe + // set blur to true when passing from + // the blur event + base.checkForEmpty = function (blur) { + if (base.$field.val() === "") { + base.prepForShow(); + base.setOpacity(blur ? 1.0 : base.options.fadeOpacity); + } else { + base.setOpacity(0.0); + } + }; + + base.prepForShow = function (e) { + if (!base.showing) { + // Prepare for a animate in... + base.$label.css({opacity: 0.0}).show(); + + // Reattach the keydown event + base.$field.bind('keydown.infieldlabel', function (e) { + base.hideOnChange(e); + }); + } + }; + + base.hideOnChange = function (e) { + if ( + (e.keyCode === 16) || // Skip Shift + (e.keyCode === 9) // Skip Tab + ) { + return; + } + + if (base.showing) { + base.$label.hide(); + base.showing = false; + } + + // Remove keydown event to save on CPU processing + base.$field.unbind('keydown.infieldlabel'); + }; + + // Run the initialization method + base.init(); + }; + + $.InFieldLabels.defaultOptions = { + fadeOpacity: 0.5, // Once a field has focus, how transparent should the label be + fadeDuration: 300 // How long should it take to animate from 1.0 opacity to the fadeOpacity + }; + + + $.fn.inFieldLabels = function (options) { + return this.each(function () { + // Find input or textarea based on for= attribute + // The for attribute on the label must contain the ID + // of the input or textarea element + var for_attr = $(this).attr('for'), $field; + if (!for_attr) { + return; // Nothing to attach, since the for field wasn't used + } + + // Find the referenced input or textarea element + $field = $( + "input#" + for_attr + "[type='text']," + + "input#" + for_attr + "[type='search']," + + "input#" + for_attr + "[type='tel']," + + "input#" + for_attr + "[type='url']," + + "input#" + for_attr + "[type='email']," + + "input#" + for_attr + "[type='password']," + + "textarea#" + for_attr + ); + + if ($field.length === 0) { + return; // Again, nothing to attach + } + + // Only create object for input[text], input[password], or textarea + (new $.InFieldLabels(this, $field[0], options)); + }); + }; + +}(jQuery)); + +/*! + * jQuery JavaScript Library v1.6.1 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Thu May 12 15:04:36 2011 -0400 + */ +(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!cj[a]){var b=f("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),c.body.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write("");b=cl.createElement(a),cl.body.appendChild(b),d=f.css(b,"display"),c.body.removeChild(ck)}cj[a]=d}return cj[a]}function cu(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function ct(){cq=b}function cs(){setTimeout(ct,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g=0===c})}function W(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function O(a,b){return(a&&a!=="*"?a+".":"")+b.replace(A,"`").replace(B,"&")}function N(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;ic)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function L(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function F(){return!0}function E(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"$1-$2").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function H(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(H,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=d.userAgent,x,y,z,A=Object.prototype.toString,B=Object.prototype.hasOwnProperty,C=Array.prototype.push,D=Array.prototype.slice,E=String.prototype.trim,F=Array.prototype.indexOf,G={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.1",length:0,size:function(){return this.length},toArray:function(){return D.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?C.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),y.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(D.apply(this,arguments),"slice",D.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:C,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;y.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!y){y=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",z,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",z),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&H()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):G[A.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;if(a.constructor&&!B.call(a,"constructor")&&!B.call(a.constructor.prototype,"isPrototypeOf"))return!1;var c;for(c in a);return c===b||B.call(a,c)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(b,c,d){a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b)),d=c.documentElement,(!d||!d.nodeName||d.nodeName==="parsererror")&&e.error("Invalid XML: "+b);return c},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c
a",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};f=c.createElement("select"),g=f.appendChild(c.createElement("option")),h=a.getElementsByTagName("input")[0],j={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:h.value==="on",optSelected:g.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},h.checked=!0,j.noCloneChecked=h.cloneNode(!0).checked,f.disabled=!0,j.optDisabled=!g.disabled;try{delete a.test}catch(s){j.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function b(){j.noCloneEvent=!1,a.detachEvent("onclick",b)}),a.cloneNode(!0).fireEvent("onclick")),h=c.createElement("input"),h.value="t",h.setAttribute("type","radio"),j.radioValue=h.value==="t",h.setAttribute("checked","checked"),a.appendChild(h),k=c.createDocumentFragment(),k.appendChild(a.firstChild),j.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",l=c.createElement("body"),m={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"};for(q in m)l.style[q]=m[q];l.appendChild(a),b.insertBefore(l,b.firstChild),j.appendChecked=h.checked,j.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,j.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
",j.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
t
",n=a.getElementsByTagName("td"),r=n[0].offsetHeight===0,n[0].style.display="",n[1].style.display="none",j.reliableHiddenOffsets=r&&n[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(i=c.createElement("div"),i.style.width="0",i.style.marginRight="0",a.appendChild(i),j.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(i,null)||{marginRight:0}).marginRight,10)||0)===0),l.innerHTML="",b.removeChild(l);if(a.attachEvent)for(q in{submit:1,change:1,focusin:1})p="on"+q,r=p in a,r||(a.setAttribute(p,"return;"),r=typeof a[p]=="function"),j[q+"Bubbles"]=r;return j}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([a-z])([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g=f.expando,h=typeof c=="string",i,j=a.nodeType,k=j?f.cache:a,l=j?a[f.expando]:a[f.expando]&&f.expando;if((!l||e&&l&&!k[l][g])&&h&&d===b)return;l||(j?a[f.expando]=l=++f.uuid:l=f.expando),k[l]||(k[l]={},j||(k[l].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?k[l][g]=f.extend(k[l][g],c):k[l]=f.extend(k[l],c);i=k[l],e&&(i[g]||(i[g]={}),i=i[g]),d!==b&&(i[f.camelCase(c)]=d);if(c==="events"&&!i[c])return i[g]&&i[g].events;return h?i[f.camelCase(c)]:i}},removeData:function(b,c,d){if(!!f.acceptData(b)){var e=f.expando,g=b.nodeType,h=g?f.cache:b,i=g?b[f.expando]:f.expando;if(!h[i])return;if(c){var j=d?h[i][e]:h[i];if(j){delete j[c];if(!l(j))return}}if(d){delete h[i][e];if(!l(h[i]))return}var k=h[i][e];f.support.deleteExpando||h!=a?delete h[i]:h[i]=null,k?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=k):g&&(f.support.deleteExpando?delete b[f.expando]:b.removeAttribute?b.removeAttribute(f.expando):b[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;return(e.value||"").replace(p,"")}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);c=j&&f.attrFix[c]||c,i=f.attrHooks[c],i||(!t.test(c)||typeof d!="boolean"&&d!==b&&d.toLowerCase()!==c.toLowerCase()?v&&(f.nodeName(a,"form")||u.test(c))&&(i=v):i=w);if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j)return i.get(a,c);h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.support.getSetAttribute?a.removeAttribute(b):(f.attr(a,b,""),a.removeAttributeNode(a.getAttributeNode(b))),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},tabIndex:{get:function(a){var c=a.getAttributeNode("tabIndex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);c=i&&f.propFix[c]||c,h=f.propHooks[c];return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==b?g:a[c]},propHooks:{}}),w={get:function(a,c){return a[f.propFix[c]||c]?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=b),a.setAttribute(c,c.toLowerCase()));return c}},f.attrHooks.value={get:function(a,b){if(v&&f.nodeName(a,"button"))return v.get(a,b);return a.value},set:function(a,b,c){if(v&&f.nodeName(a,"button"))return v.set(a,b,c);a.value=b}},f.support.getSetAttribute||(f.attrFix=f.propFix,v=f.attrHooks.name=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,c){var d=a.getAttributeNode(c);if(d){d.nodeValue=b;return b}}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var x=Object.prototype.hasOwnProperty,y=/\.(.*)$/,z=/^(?:textarea|input|select)$/i,A=/\./g,B=/ /g,C=/[^\w\s.|`]/g,D=function(a){return a.replace(C,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=E;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=E);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),D).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem +)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},K=function(c){var d=c.target,e,g;if(!!z.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=J(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:K,beforedeactivate:K,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&K.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&K.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",J(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in I)f.event.add(this,c+".specialChange",I[c]);return z.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return z.test(this.nodeName)}},I=f.event.special.change.filters,I.focus=I.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(h=g;h0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=U.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a||typeof a=="string")return f.inArray(this[0],a?f(a):this.parent().children());return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(W(c[0])||W(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=T.call(arguments);P.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!V[a]?f.unique(e):e,(this.length>1||R.test(d))&&Q.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var Y=/ jQuery\d+="(?:\d+|null)"/g,Z=/^\s+/,$=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,_=/<([\w:]+)/,ba=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Y,""):null;if(typeof a=="string"&&!bc.test(a)&&(f.support.leadingWhitespace||!Z.test(a))&&!bg[(_.exec(a)||["",""])[1].toLowerCase()]){a=a.replace($,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bj(a,d),e=bk(a),g=bk(d);for(h=0;e[h];++h)bj(e[h],g[h])}if(b){bi(a,d);if(c){e=bk(a),g=bk(d);for(h=0;e[h];++h)bi(e[h],g[h])}}return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument|| +b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!bb.test(k))k=b.createTextNode(k);else{k=k.replace($,"<$1>");var l=(_.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=ba.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&Z.test(k)&&o.insertBefore(b.createTextNode(Z.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bp.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle;c.zoom=1;var e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.filter=bo.test(g)?g.replace(bo,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,c){var d,e,g;c=c.replace(br,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bs.test(d)&&bt.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bE=/%20/g,bF=/\[\]$/,bG=/\r?\n/g,bH=/#.*$/,bI=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bJ=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bK=/^(?:about|app|app\-storage|.+\-extension|file|widget):$/,bL=/^(?:GET|HEAD)$/,bM=/^\/\//,bN=/\?/,bO=/)<[^<]*)*<\/script>/gi,bP=/^(?:select|textarea)/i,bQ=/\s+/,bR=/([?&])_=[^&]*/,bS=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bT=f.fn.load,bU={},bV={},bW,bX;try{bW=e.href}catch(bY){bW=c.createElement("a"),bW.href="",bW=bW.href}bX=bS.exec(bW.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bT)return bT.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bO,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bP.test(this.nodeName)||bJ.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bG,"\r\n")}}):{name:b.name,value:c.replace(bG,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?f.extend(!0,a,f.ajaxSettings,b):(b=a,a=f.extend(!0,f.ajaxSettings,b));for(var c in{context:1,url:1})c in b?a[c]=b[c]:c in f.ajaxSettings&&(a[c]=f.ajaxSettings[c]);return a},ajaxSettings:{url:bW,isLocal:bK.test(bX[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":"*/*"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML}},ajaxPrefilter:bZ(bU),ajaxTransport:bZ(bV),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a?4:0;var o,r,u,w=l?ca(d,v,l):b,x,y;if(a>=200&&a<300||a===304){if(d.ifModified){if(x=v.getResponseHeader("Last-Modified"))f.lastModified[k]=x;if(y=v.getResponseHeader("Etag"))f.etag[k]=y}if(a===304)c="notmodified",o=!0;else try{r=cb(d,w),c="success",o=!0}catch(z){c="parsererror",u=z}}else{u=c;if(!c||a)c="error",a<0&&(a=0)}v.status=a,v.statusText=c,o?h.resolveWith(e,[r,c,v]):h.rejectWith(e,[v,c,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,c]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bI.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bH,"").replace(bM,bX[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bQ),d.crossDomain==null&&(r=bS.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bX[1]&&r[2]==bX[2]&&(r[3]||(r[1]==="http:"?80:443))==(bX[3]||(bX[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bU,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bL.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bN.test(d.url)?"&":"?")+d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bR,"$1_="+x);d.url=y+(y===d.url?(bN.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", */*; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bV,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){status<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bE,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq,cr=a.webkitRequestAnimationFrame||a.mozRequestAnimationFrame||a.oRequestAnimationFrame;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b
";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){return this[0]?parseFloat(f.css(this[0],d,"padding")):null},f.fn["outer"+c]=function(a){return this[0]?parseFloat(f.css(this[0],d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c];return e.document.compatMode==="CSS1Compat"&&g||e.document.body["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var h=f.css(e,d),i=parseFloat(h);return f.isNaN(i)?h:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window);// +// LESS - Leaner CSS v1.1.3 +// http://lesscss.org +// +// Copyright (c) 2009-2011, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +// +// LESS - Leaner CSS v1.1.3 +// http://lesscss.org +// +// Copyright (c) 2009-2011, Alexis Sellier +// Licensed under the Apache 2.0 License. +// +(function(a,b){function v(a,b){var c="less-error-message:"+p(b),e=["
    ",'
  • {0}
  • ',"
  • {current}
  • ",'
  • {2}
  • ',"
"].join("\n"),f=document.createElement("div"),g,h;f.id=c,f.className="less-error-message",h="

"+(a.message||"There is an error in your .less file")+"

"+'

'+b+" ",a.extract&&(h+="on line "+a.line+", column "+(a.column+1)+":

"+e.replace(/\[(-?\d)\]/g,function(b,c){return parseInt(a.line)+parseInt(c)||""}).replace(/\{(\d)\}/g,function(b,c){return a.extract[parseInt(c)]||""}).replace(/\{current\}/,a.extract[1].slice(0,a.column)+''+a.extract[1].slice(a.column)+"")),f.innerHTML=h,q([".less-error-message ul, .less-error-message li {","list-style-type: none;","margin-right: 15px;","padding: 4px 0;","margin: 0;","}",".less-error-message label {","font-size: 12px;","margin-right: 15px;","padding: 4px 0;","color: #cc7777;","}",".less-error-message pre {","color: #ee4444;","padding: 4px 0;","margin: 0;","display: inline-block;","}",".less-error-message pre.ctx {","color: #dd4444;","}",".less-error-message h3 {","font-size: 20px;","font-weight: bold;","padding: 15px 0 5px 0;","margin: 0;","}",".less-error-message a {","color: #10a","}",".less-error-message .error {","color: red;","font-weight: bold;","padding-bottom: 2px;","border-bottom: 1px dashed red;","}"].join("\n"),{title:"error-message"}),f.style.cssText=["font-family: Arial, sans-serif","border: 1px solid #e00","background-color: #eee","border-radius: 5px","-webkit-border-radius: 5px","-moz-border-radius: 5px","color: #e00","padding: 15px","margin-bottom: 15px"].join(";"),d.env=="development"&&(g=setInterval(function(){document.body&&(document.getElementById(c)?document.body.replaceChild(f,document.getElementById(c)):document.body.insertBefore(f,document.body.firstChild),clearInterval(g))},10))}function u(a){d.env=="development"&&typeof console!="undefined"&&console.log("less: "+a)}function t(a){return a&&a.parentNode.removeChild(a)}function s(){if(a.XMLHttpRequest)return new XMLHttpRequest;try{return new ActiveXObject("MSXML2.XMLHTTP.3.0")}catch(b){u("browser doesn't support AJAX.");return null}}function r(a,b,c,e){function i(b,c,d){b.status>=200&&b.status<300?c(b.responseText,b.getResponseHeader("Last-Modified")):typeof d=="function"&&d(b.status,a)}var f=s(),h=g?!1:d.async;typeof f.overrideMimeType=="function"&&f.overrideMimeType("text/css"),f.open("GET",a,h),f.setRequestHeader("Accept",b||"text/x-less, text/css; q=0.9, */*; q=0.5"),f.send(null),g?f.status===0?c(f.responseText):e(f.status,a):h?f.onreadystatechange=function(){f.readyState==4&&i(f,c,e)}:i(f,c,e)}function q(a,b,c){var d,e=b.href?b.href.replace(/\?.*$/,""):"",f="less:"+(b.title||p(e));(d=document.getElementById(f))===null&&(d=document.createElement("style"),d.type="text/css",d.media=b.media||"screen",d.id=f,document.getElementsByTagName("head")[0].appendChild(d));if(d.styleSheet)try{d.styleSheet.cssText=a}catch(g){throw new Error("Couldn't reassign styleSheet.cssText.")}else(function(a){d.childNodes.length>0?d.firstChild.nodeValue!==a.nodeValue&&d.replaceChild(a,d.firstChild):d.appendChild(a)})(document.createTextNode(a));c&&h&&(u("saving "+e+" to cache."),h.setItem(e,a),h.setItem(e+":timestamp",c))}function p(a){return a.replace(/^[a-z]+:\/\/?[^\/]+/,"").replace(/^\//,"").replace(/\?.*$/,"").replace(/\.[^\.\/]+$/,"").replace(/[^\.\w-]+/g,"-").replace(/\./g,":")}function o(b,c,e,f){var g=a.location.href.replace(/[#?].*$/,""),i=b.href.replace(/\?.*$/,""),j=h&&h.getItem(i),k=h&&h.getItem(i+":timestamp"),l={css:j,timestamp:k};/^(https?|file):/.test(i)||(i.charAt(0)=="/"?i=a.location.protocol+"//"+a.location.host+i:i=g.slice(0,g.lastIndexOf("/")+1)+i),r(b.href,b.type,function(a,g){if(!e&&l&&g&&(new Date(g)).valueOf()===(new Date(l.timestamp)).valueOf())q(l.css,b),c(null,b,{local:!0,remaining:f});else try{(new d.Parser({optimization:d.optimization,paths:[i.replace(/[\w\.-]+$/,"")],mime:b.type})).parse(a,function(a,d){if(a)return v(a,i);try{c(d,b,{local:!1,lastModified:g,remaining:f}),t(document.getElementById("less-error-message:"+p(i)))}catch(a){v(a,i)}})}catch(h){v(h,i)}},function(a,b){throw new Error("Couldn't load "+b+" ("+a+")")})}function n(a,b){for(var c=0;c>>0;for(var d=0;d>>0,c=Array(b),d=arguments[1];for(var e=0;e>>0,c=0;if(b===0&&arguments.length===1)throw new TypeError;if(arguments.length>=2)var d=arguments[1];else for(;;){if(c in this){d=this[c++];break}if(++c>=b)throw new TypeError}for(;c=b)return-1;c<0&&(c+=b);for(;ck&&(j[f]=j[f].slice(c-k),k=c)}function q(){j[f]=g,c=h,k=c}function p(){g=j[f],h=c,k=c}var b,c,f,g,h,i,j,k,l,m=this,n=function(){},o=this.imports={paths:a&&a.paths||[],queue:[],files:{},mime:a&&a.mime,push:function(b,c){var e=this;this.queue.push(b),d.Parser.importer(b,this.paths,function(a){e.queue.splice(e.queue.indexOf(b),1),e.files[b]=a,c(a),e.queue.length===0&&n()},a)}};this.env=a=a||{},this.optimization="optimization"in this.env?this.env.optimization:1,this.env.filename=this.env.filename||null;return l={imports:o,parse:function(d,g){var h,l,m,o,p,q,r=[],t,u=null;c=f=k=i=0,j=[],b=d.replace(/\r\n/g,"\n"),j=function(c){var d=0,e=/[^"'`\{\}\/\(\)]+/g,f=/\/\*(?:[^*]|\*+[^\/*])*\*+\/|\/\/.*/g,g=0,h,i=c[0],j,k;for(var l=0,m,n;l0)throw{type:"Syntax",message:"Missing closing `}`",filename:a.filename};return c.map(function(a){return a.join("")})}([[]]),h=new e.Ruleset([],s(this.parsers.primary)),h.root=!0,h.toCSS=function(c){var d,f,g;return function(g,h){function n(a){return a?(b.slice(0,a).match(/\n/g)||"").length:null}var i=[];g=g||{},typeof h=="object"&&!Array.isArray(h)&&(h=Object.keys(h).map(function(a){var b=h[a];b instanceof e.Value||(b instanceof e.Expression||(b=new e.Expression([b])),b=new e.Value([b]));return new e.Rule("@"+a,b,!1,0)}),i=[new e.Ruleset(null,h)]);try{var j=c.call(this,{frames:i}).toCSS([],{compress:g.compress||!1})}catch(k){f=b.split("\n"),d=n(k.index);for(var l=k.index,m=-1;l>=0&&b.charAt(l)!=="\n";l--)m++;throw{type:k.type,message:k.message,filename:a.filename,index:k.index,line:typeof d=="number"?d+1:null,callLine:k.call&&n(k.call)+1,callExtract:f[n(k.call)],stack:k.stack,column:m,extract:[f[d-1],f[d],f[d+1]]}}return g.compress?j.replace(/(\s)+/g,"$1"):j}}(h.eval);if(c=0&&b.charAt(v)!=="\n";v--)w++;u={name:"ParseError",message:"Syntax Error on line "+p,index:c,filename:a.filename,line:p,column:w,extract:[q[p-2],q[p-1],q[p]]}}this.imports.queue.length>0?n=function(){g(u,h)}:g(u,h)},parsers:{primary:function(){var a,b=[];while((a=s(this.mixin.definition)||s(this.rule)||s(this.ruleset)||s(this.mixin.call)||s(this.comment)||s(this.directive))||s(/^[\s\n]+/))a&&b.push(a);return b},comment:function(){var a;if(b.charAt(c)==="/"){if(b.charAt(c+1)==="/")return new e.Comment(s(/^\/\/.*/),!0);if(a=s(/^\/\*(?:[^*]|\*+[^\/*])*\*+\/\n?/))return new e.Comment(a)}},entities:{quoted:function(){var a,d=c,f;b.charAt(d)==="~"&&(d++,f=!0);if(b.charAt(d)==='"'||b.charAt(d)==="'"){f&&s("~");if(a=s(/^"((?:[^"\\\r\n]|\\.)*)"|'((?:[^'\\\r\n]|\\.)*)'/))return new e.Quoted(a[0],a[1]||a[2],f)}},keyword:function(){var a;if(a=s(/^[A-Za-z-]+/))return new e.Keyword(a)},call:function(){var a,b,d=c;if(!!(a=/^([\w-]+|%)\(/.exec(j[f]))){a=a[1].toLowerCase();if(a==="url")return null;c+=a.length;if(a==="alpha")return s(this.alpha);s("("),b=s(this.entities.arguments);if(!s(")"))return;if(a)return new e.Call(a,b,d)}},arguments:function(){var a=[],b;while(b=s(this.expression)){a.push(b);if(!s(","))break}return a},literal:function(){return s(this.entities.dimension)||s(this.entities.color)||s(this.entities.quoted)},url:function(){var a;if(b.charAt(c)==="u"&&!!s(/^url\(/)){a=s(this.entities.quoted)||s(this.entities.variable)||s(this.entities.dataURI)||s(/^[-\w%@$\/.&=:;#+?~]+/)||"";if(!s(")"))throw new Error("missing closing ) for url()");return new e.URL(a.value||a.data||a instanceof e.Variable?a:new e.Anonymous(a),o.paths)}},dataURI:function(){var a;if(s(/^data:/)){a={},a.mime=s(/^[^\/]+\/[^,;)]+/)||"",a.charset=s(/^;\s*charset=[^,;)]+/)||"",a.base64=s(/^;\s*base64/)||"",a.data=s(/^,\s*[^)]+/);if(a.data)return a}},variable:function(){var a,d=c;if(b.charAt(c)==="@"&&(a=s(/^@@?[\w-]+/)))return new e.Variable(a,d)},color:function(){var a;if(b.charAt(c)==="#"&&(a=s(/^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})/)))return new e.Color(a[1])},dimension:function(){var a,d=b.charCodeAt(c);if(!(d>57||d<45||d===47))if(a=s(/^(-?\d*\.?\d+)(px|%|em|pc|ex|in|deg|s|ms|pt|cm|mm|rad|grad|turn)?/))return new e.Dimension(a[1],a[2])},javascript:function(){var a,d=c,f;b.charAt(d)==="~"&&(d++,f=!0);if(b.charAt(d)==="`"){f&&s("~");if(a=s(/^`([^`]*)`/))return new e.JavaScript(a[1],c,f)}}},variable:function(){var a;if(b.charAt(c)==="@"&&(a=s(/^(@[\w-]+)\s*:/)))return a[1]},shorthand:function(){var a,b;if(!!t(/^[@\w.%-]+\/[@\w.-]+/)&&(a=s(this.entity))&&s("/")&&(b=s(this.entity)))return new e.Shorthand(a,b)},mixin:{call:function(){var a=[],d,f,g,h=c,i=b.charAt(c);if(i==="."||i==="#"){while(d=s(/^[#.](?:[\w-]|\\(?:[a-fA-F0-9]{1,6} ?|[^a-fA-F0-9]))+/))a.push(new e.Element(f,d)),f=s(">");s("(")&&(g=s(this.entities.arguments))&&s(")");if(a.length>0&&(s(";")||t("}")))return new e.mixin.Call(a,g,h)}},definition:function(){var a,d=[],f,g,h,i;if(!(b.charAt(c)!=="."&&b.charAt(c)!=="#"||t(/^[^{]*(;|})/)))if(f=s(/^([#.](?:[\w-]|\\(?:[a-fA-F0-9]{1,6} ?|[^a-fA-F0-9]))+)\s*\(/)){a=f[1];while(h=s(this.entities.variable)||s(this.entities.literal)||s(this.entities.keyword)){if(h instanceof e.Variable)if(s(":"))if(i=s(this.expression))d.push({name:h.name,value:i});else throw new Error("Expected value");else d.push({name:h.name});else d.push({value:h});if(!s(","))break}if(!s(")"))throw new Error("Expected )");g=s(this.block);if(g)return new e.mixin.Definition(a,d,g)}}},entity:function(){return s(this.entities.literal)||s(this.entities.variable)||s(this.entities.url)||s(this.entities.call)||s(this.entities.keyword)||s(this.entities.javascript)||s(this.comment)},end:function(){return s(";")||t("}")},alpha:function(){var a;if(!!s(/^\(opacity=/i))if(a=s(/^\d+/)||s(this.entities.variable)){if(!s(")"))throw new Error("missing closing ) for alpha()");return new e.Alpha(a)}},element:function(){var a,b,c;c=s(this.combinator),a=s(/^(?:[.#]?|:*)(?:[\w-]|\\(?:[a-fA-F0-9]{1,6} ?|[^a-fA-F0-9]))+/)||s("*")||s(this.attribute)||s(/^\([^)@]+\)/);if(a)return new e.Element(c,a)},combinator:function(){var a,d=b.charAt(c);if(d===">"||d==="&"||d==="+"||d==="~"){c++;while(b.charAt(c)===" ")c++;return new e.Combinator(d)}if(d===":"&&b.charAt(c+1)===":"){c+=2;while(b.charAt(c)===" ")c++;return new e.Combinator("::")}return b.charAt(c-1)===" "?new e.Combinator(" "):new e.Combinator(null)},selector:function(){var a,d,f=[],g,h;while(d=s(this.element)){g=b.charAt(c),f.push(d);if(g==="{"||g==="}"||g===";"||g===",")break}if(f.length>0)return new e.Selector(f)},tag:function(){return s(/^[a-zA-Z][a-zA-Z-]*[0-9]?/)||s("*")},attribute:function(){var a="",b,c,d;if(!!s("[")){if(b=s(/^[a-zA-Z-]+/)||s(this.entities.quoted))(d=s(/^[|~*$^]?=/))&&(c=s(this.entities.quoted)||s(/^[\w-]+/))?a=[b,d,c.toCSS?c.toCSS():c].join(""):a=b;if(!s("]"))return;if(a)return"["+a+"]"}},block:function(){var a;if(s("{")&&(a=s(this.primary))&&s("}"))return a},ruleset:function(){var a=[],b,d,g;p();if(g=/^([.#: \w-]+)[\s\n]*\{/.exec(j[f]))c+=g[0].length-1,a=[new e.Selector([new e.Element(null,g[1])])];else while(b=s(this.selector)){a.push(b),s(this.comment);if(!s(","))break;s(this.comment)}if(a.length>0&&(d=s(this.block)))return new e.Ruleset(a,d);i=c,q()},rule:function(){var a,d,g=b.charAt(c),k,l;p();if(g!=="."&&g!=="#"&&g!=="&")if(a=s(this.variable)||s(this.property)){a.charAt(0)!="@"&&(l=/^([^@+\/'"*`(;{}-]*);/.exec(j[f]))?(c+=l[0].length-1,d=new e.Anonymous(l[1])):a==="font"?d=s(this.font):d=s(this.value),k=s(this.important);if(d&&s(this.end))return new e.Rule(a,d,k,h);i=c,q()}},"import":function(){var a;if(s(/^@import\s+/)&&(a=s(this.entities.quoted)||s(this.entities.url))&&s(";"))return new e.Import(a,o)},directive:function(){var a,d,f,g;if(b.charAt(c)==="@"){if(d=s(this["import"]))return d;if(a=s(/^@media|@page|@-[-a-z]+/)){g=(s(/^[^{]+/)||"").trim();if(f=s(this.block))return new e.Directive(a+" "+g,f)}else if(a=s(/^@[-a-z]+/))if(a==="@font-face"){if(f=s(this.block))return new e.Directive(a,f)}else if((d=s(this.entity))&&s(";"))return new e.Directive(a,d)}},font:function(){var a=[],b=[],c,d,f,g;while(g=s(this.shorthand)||s(this.entity))b.push(g);a.push(new e.Expression(b));if(s(","))while(g=s(this.expression)){a.push(g);if(!s(","))break}return new e.Value(a)},value:function(){var a,b=[],c;while(a=s(this.expression)){b.push(a);if(!s(","))break}if(b.length>0)return new e.Value(b)},important:function(){if(b.charAt(c)==="!")return s(/^! *important/)},sub:function(){var a;if(s("(")&&(a=s(this.expression))&&s(")"))return a},multiplication:function(){var a,b,c,d;if(a=s(this.operand)){while((c=s("/")||s("*"))&&(b=s(this.operand)))d=new e.Operation(c,[d||a,b]);return d||a}},addition:function(){var a,d,f,g;if(a=s(this.multiplication)){while((f=s(/^[-+]\s+/)||b.charAt(c-1)!=" "&&(s("+")||s("-")))&&(d=s(this.multiplication)))g=new e.Operation(f,[g||a,d]);return g||a}},operand:function(){var a,d=b.charAt(c+1);b.charAt(c)==="-"&&(d==="@"||d==="(")&&(a=s("-"));var f=s(this.sub)||s(this.entities.dimension)||s(this.entities.color)||s(this.entities.variable)||s(this.entities.call);return a?new e.Operation("*",[new e.Dimension(-1),f]):f},expression:function(){var a,b,c=[],d;while(a=s(this.addition)||s(this.entity))c.push(a);if(c.length>0)return new e.Expression(c)},property:function(){var a;if(a=s(/^(\*?-?[-a-z_0-9]+)\s*:/))return a[1]}}}},typeof a!="undefined"&&(d.Parser.importer=function(a,b,c,d){a.charAt(0)!=="/"&&b.length>0&&(a=b[0]+a),o({href:a,title:a,type:d.mime},c,!0)}),function(a){function d(a){return Math.min(1,Math.max(0,a))}function c(b){if(b instanceof a.Dimension)return parseFloat(b.unit=="%"?b.value/100:b.value);if(typeof b=="number")return b;throw{error:"RuntimeError",message:"color functions take numbers as parameters"}}function b(b){return a.functions.hsla(b.h,b.s,b.l,b.a)}a.functions={rgb:function(a,b,c){return this.rgba(a,b,c,1)},rgba:function(b,d,e,f){var g=[b,d,e].map(function(a){return c(a)}),f=c(f);return new a.Color(g,f)},hsl:function(a,b,c){return this.hsla(a,b,c,1)},hsla:function(a,b,d,e){function h(a){a=a<0?a+1:a>1?a-1:a;return a*6<1?g+(f-g)*a*6:a*2<1?f:a*3<2?g+(f-g)*(2/3-a)*6:g}a=c(a)%360/360,b=c(b),d=c(d),e=c(e);var f=d<=.5?d*(b+1):d+b-d*b,g=d*2-f;return this.rgba(h(a+1/3)*255,h(a)*255,h(a-1/3)*255,e)},hue:function(b){return new a.Dimension(Math.round(b.toHSL().h))},saturation:function(b){return new a.Dimension(Math.round(b.toHSL().s*100),"%")},lightness:function(b){return new a.Dimension(Math.round(b.toHSL().l*100),"%")},alpha:function(b){return new a.Dimension(b.toHSL().a)},saturate:function(a,c){var e=a.toHSL();e.s+=c.value/100,e.s=d(e.s);return b(e)},desaturate:function(a,c){var e=a.toHSL();e.s-=c.value/100,e.s=d(e.s);return b(e)},lighten:function(a,c){var e=a.toHSL();e.l+=c.value/100,e.l=d(e.l);return b(e)},darken:function(a,c){var e=a.toHSL();e.l-=c.value/100,e.l=d(e.l);return b(e)},fadein:function(a,c){var e=a.toHSL();e.a+=c.value/100,e.a=d(e.a);return b(e)},fadeout:function(a,c){var e=a.toHSL();e.a-=c.value/100,e.a=d(e.a);return b(e)},spin:function(a,c){var d=a.toHSL(),e=(d.h+c.value)%360;d.h=e<0?360+e:e;return b(d)},mix:function(b,c,d){var e=d.value/100,f=e*2-1,g=b.toHSL().a-c.toHSL().a,h=((f*g==-1?f:(f+g)/(1+f*g))+1)/2,i=1-h,j=[b.rgb[0]*h+c.rgb[0]*i,b.rgb[1]*h+c.rgb[1]*i,b.rgb[2]*h+c.rgb[2]*i],k=b.alpha*e+c.alpha*(1-e);return new a.Color(j,k)},greyscale:function(b){return this.desaturate(b,new a.Dimension(100))},e:function(b){return new a.Anonymous(b instanceof a.JavaScript?b.evaluated:b)},escape:function(b){return new a.Anonymous(encodeURI(b.value).replace(/=/g,"%3D").replace(/:/g,"%3A").replace(/#/g,"%23").replace(/;/g,"%3B").replace(/\(/g,"%28").replace(/\)/g,"%29"))},"%":function(b){var c=Array.prototype.slice.call(arguments,1),d=b.value;for(var e=0;e255?255:a<0?0:a).toString(16);return a.length===1?"0"+a:a}).join("")},operate:function(b,c){var d=[];c instanceof a.Color||(c=c.toColor());for(var e=0;e<3;e++)d[e]=a.operate(b,this.rgb[e],c.rgb[e]);return new a.Color(d,this.alpha+c.alpha)},toHSL:function(){var a=this.rgb[0]/255,b=this.rgb[1]/255,c=this.rgb[2]/255,d=this.alpha,e=Math.max(a,b,c),f=Math.min(a,b,c),g,h,i=(e+f)/2,j=e-f;if(e===f)g=h=0;else{h=i>.5?j/(2-e-f):j/(e+f);switch(e){case a:g=(b-c)/j+(b":a.compress?">":" > "}[this.value]}}(c("less/tree")),function(a){a.Expression=function(a){this.value=a},a.Expression.prototype={eval:function(b){return this.value.length>1?new a.Expression(this.value.map(function(a){return a.eval(b)})):this.value.length===1?this.value[0].eval(b):this},toCSS:function(a){return this.value.map(function(b){return b.toCSS(a)}).join(" ")}}}(c("less/tree")),function(a){a.Import=function(b,c){var d=this;this._path=b,b instanceof a.Quoted?this.path=/\.(le?|c)ss$/.test(b.value)?b.value:b.value+".less":this.path=b.value.value||b.value,this.css=/css$/.test(this.path),this.css||c.push(this.path,function(a){if(!a)throw new Error("Error parsing "+d.path);d.root=a})},a.Import.prototype={toCSS:function(){return this.css?"@import "+this._path.toCSS()+";\n":""},eval:function(b){var c;if(this.css)return this;c=new a.Ruleset(null,this.root.rules.slice(0));for(var d=0;d0){c=this.arguments&&this.arguments.map(function(b){return b.eval(a)});for(var g=0;g0&&c>this.params.length)return!1;d=Math.min(c,this.arity);for(var e=0;e1?Array.prototype.push.apply(d,e.find(new a.Selector(b.elements.slice(1)),c)):d.push(e);break}});return this._lookups[g]=d},toCSS:function(b,c){var d=[],e=[],f=[],g=[],h,i;if(!this.root)if(b.length===0)g=this.selectors.map(function(a){return[a]});else for(var j=0;j0&&(h=g.map(function(a){return a.map(function(a){return a.toCSS(c)}).join("").trim()}).join(c.compress?",":g.length>3?",\n":", "),d.push(h,(c.compress?"{":" {\n ")+e.join(c.compress?"":"\n ")+(c.compress?"}":"\n}\n"))),d.push(f);return d.join("")+(c.compress?"\n":"")}}}(c("less/tree")),function(a){a.Selector=function(a){this.elements=a,this.elements[0].combinator.value===""&&(this.elements[0].combinator.value=" ")},a.Selector.prototype.match=function(a){return this.elements[0].value===a.elements[0].value?!0:!1},a.Selector.prototype.toCSS=function(a){if(this._css)return this._css;return this._css=this.elements.map(function(b){return typeof b=="string"?" "+b.trim():b.toCSS(a)}).join("")}}(c("less/tree")),function(b){b.URL=function(b,c){b.data?this.attrs=b:(!/^(?:https?:\/|file:\/|data:\/)?\//.test(b.value)&&c.length>0&&typeof a!="undefined"&&(b.value=c[0]+(b.value.charAt(0)==="/"?b.value.slice(1):b.value)),this.value=b,this.paths=c)},b.URL.prototype={toCSS:function(){return"url("+(this.attrs?"data:"+this.attrs.mime+this.attrs.charset+this.attrs.base64+this.attrs.data:this.value.toCSS())+")"},eval:function(a){return this.attrs?this:new b.URL(this.value.eval(a),this.paths)}}}(c("less/tree")),function(a){a.Value=function(a){this.value=a,this.is="value"},a.Value.prototype={eval:function(b){return this.value.length===1?this.value[0].eval(b):new a.Value(this.value.map(function(a){return a.eval(b)}))},toCSS:function(a){return this.value.map(function(b){return b.toCSS(a)}).join(a.compress?",":", ")}}}(c("less/tree")),function(a){a.Variable=function(a,b){this.name=a,this +.index=b},a.Variable.prototype={eval:function(b){var c,d,e=this.name;e.indexOf("@@")==0&&(e="@"+(new a.Variable(e.slice(1))).eval(b).value);if(c=a.find(b.frames,function(a){if(d=a.variable(e))return d.value.eval(b)}))return c;throw{message:"variable "+e+" is undefined",index:this.index}}}}(c("less/tree")),c("less/tree").find=function(a,b){for(var c=0,d;c1?"["+a.value.map(function(a){return a.toCSS(!1)}).join(", ")+"]":a.toCSS(!1)};var g=location.protocol==="file:"||location.protocol==="chrome:"||location.protocol==="chrome-extension:"||location.protocol==="resource:";d.env=d.env||(location.hostname=="127.0.0.1"||location.hostname=="0.0.0.0"||location.hostname=="localhost"||location.port.length>0||g?"development":"production"),d.async=!1,d.poll=d.poll||(g?1e3:1500),d.watch=function(){return this.watchMode=!0},d.unwatch=function(){return this.watchMode=!1},d.env==="development"?(d.optimization=0,/!watch/.test(location.hash)&&d.watch(),d.watchTimer=setInterval(function(){d.watchMode&&n(function(a,b,c){a&&q(a.toCSS(),b,c.lastModified)})},d.poll)):d.optimization=3;var h;try{h=typeof a.localStorage=="undefined"?null:a.localStorage}catch(i){h=null}var j=document.getElementsByTagName("link"),k=/^text\/(x-)?less$/;d.sheets=[];for(var l=0;l + $(document).bind('keyup', '/', -> $('input#search-query').focus() ) + + $('div.infield label').inFieldLabels() + + $('section.code a.expand').click -> + el = $(this).parent() + el.toggleClass('expanded') + + if el.hasClass('expanded') + el.css('height', 'auto') + $(this).text('Collapse') + else + el.css('height', '200px') + $(this).text('Expand') + + false + + false +(function() { + var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; + $(__bind(function() { + $(document).bind('keyup', '/', function() { + return $('input#search-query').focus(); + }); + $('div.infield label').inFieldLabels(); + $('section.code a.expand').click(function() { + var el; + el = $(this).parent(); + el.toggleClass('expanded'); + if (el.hasClass('expanded')) { + el.css('height', 'auto'); + $(this).text('Collapse'); + } else { + el.css('height', '200px'); + $(this).text('Expand'); + } + return false; + }); + return false; + }, this)); +}).call(this);