UNPKG

@mojojs/core

Version:

Real-time web framework

198 lines (197 loc) 3.83 kB
html { height:100%; } main { overflow-wrap: break-word; word-wrap: break-word; } :not(pre) > code { background-color: #eef9ff; border: solid #cce4ff 1px; border-radius: .25rem; color: #333; font: 0.875rem SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;; padding: 0.4em; } h2 { font-weight: 300; font-size: 2em; } pre { font: 0.875rem SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; margin: 0; white-space: pre-wrap; } pre > code { display: block; font: 0.875rem SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; margin-bottom: 0.7em; margin-top: 0.7em; } table { border-collapse: collapse; width: 100%; } td { padding: 0.5em; } th { padding-left: 1em; } .mojo-border-radius-bottom { border-radius: 0 0 .25rem .25rem; } .mojo-border-radius-both { border-radius: .25rem; } .mojo-border-radius-top { border-radius: .25rem .25rem 0 0; } .mojo-box { background-color: #fff; border: 1px solid #e1e4e8; overflow: hidden; padding: 1em; width: 100%; } .mojo-code { background-color: #282c34;; background: url(pinstripe-dark.png); color: #eee; text-shadow: #333 0 1px 0; } .mojo-context { padding: 0; padding-left: 1em; } .mojo-error { color: #fff; font: 1.5em 'Helvetica Neue', Helvetica, sans-serif; font-weight: 300; margin: 0; } .mojo-fixed-table { table-layout: fixed; } .mojo-important { background-color: rgba(47, 48, 50, .75); } .mojo-key { width: 20%; } .mojobar { background-color: #1a1a1a; } .mojobar #navbarContent .nav-link { color: #bbb; } .mojobar #navbarContent .nav-link:hover { color: #fff; } .mojobar #navbarContent input[type=search] { background-color: #3a3a3a; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px; color: #eee; padding: 6px; margin-left: 1em; transition: all 0.15s; } .mojobar #navbarContent input[type="search"]:focus { background-color: #fff; color: #111; outline: 0; } .mojo-divider { padding-bottom: 1em; } .mojo-copy { font-size: 12px; } .mojo-copy, .mojo-copy a { color: #777; text-decoration: none; } .mojo-footer { background: url(pinstripe-light.png); background-color: #f2ece9; box-shadow: inset 0 10px 10px -5px #ddd; color: #666; } .mojo-footer a:hover { color: #000; text-decoration: none; } .mojo-social a { color: #666; font-size: 1.5em; padding: 0.2em; } .mojo-terminal { background-color: #282c34; border: 0; border-radius: .25rem; font: 0.875rem SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; padding: 1em; width: 100%; } .mojo-terminal > code { color: #eee; font: 0.875rem SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; line-height: 1.5em; text-align: left; white-space: pre-wrap; } .mojo-no-bottom-border { border-bottom: 0; } .mojo-no-padding { padding: 0; } .mojo-no-top-border { border-top: 0; } .mojo-padded-content { padding: 1em; } .mojo-striped tr:nth-child(odd) .mojo-value { background-color: #ddeeff; } .mojo-striped tr:nth-child(even) .mojo-value { background-color: #eef9ff; } .mojo-striped .key { border-right: 1px solid #e1e4e8; } .mojo-striped tr:not(:first-of-type) .mojo-value { border-top: solid #cce4ff 1px; } .mojo-striped-light .mojo-value { border-top: solid #e1e4e8 1px; } .mojo-striped-grey tr:nth-child(odd) .mojo-value { background-color: #e9e9e9; } .mojo-striped-grey tr:nth-child(even) .mojo-value { background-color: #f1f1f1; } .mojo-striped-grey tr:not(:first-of-type) .mojo-value { border-top: solid #dddddd 1px; } .mojo-value { padding: 1em; } .mojo-value pre { padding-right: 1em; } .mojo-wide { width: 100%; } .tooltip code { background: 0; border: 0; border-radius: 0; color: #eee; font: 0.875rem SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;; padding: 0; }