UNPKG

mdcss-theme-clientkit

Version:
80 lines (65 loc) 2.35 kB
.docs-example { display: flex; align-items: center; margin: 0 auto; justify-content: center; position: relative; } .docs-iframe { } .docs-example:hover .docs-iframe { } .docs-resize { width: 100%; } .docs-iframe { border: 0; height: auto; width: 100%; } .color-property { font-size: 80%; } .color-swatch { padding: 5px; border-radius: 5px; margin: 5px; box-shadow: 1px 1px #ccc; font-size: 14px; } .markdown-body pre { word-wrap: normal; padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border-radius: 3px; margin: 0 0 16px 0; } .masthead { position: fixed; z-index: 999; top: 0; } body { padding-top: 75px; } .menu-slide label:after { color: #fff !important; } .menu-header-container a { font-size: 18px; margin-bottom: 5px; } .menu-heading { margin-left: 10px; } .menu-item { margin-left: 25px; } /** * Github-like theme for Prism.js * @author Luke Askew http://github.com/lukeaskew */ code, code[class*='language-'], pre[class*='language-'] {color: #333; text-align: left; white-space: pre; word-spacing: normal; tab-size: 4; hyphens: none; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; line-height: 1.4; direction: ltr; cursor: text;} pre[class*='language-'] {overflow: auto; margin: 1em 0; padding: 1.2em; border-radius: 3px; font-size: 85%;} p code, li code, table code {margin: 0; border-radius: 3px; padding: 0.2em 0; font-size: 85%;} p code:before, p code:after, li code:before, li code:after, table code:before, table code:after {letter-spacing: -0.2em; content: '\00a0';} code, :not(pre) > code[class*='language-'], pre[class*='language-'] {background: #f7f7f7;} :not(pre) > code[class*='language-'] {padding: 0.1em; border-radius: 0.3em;} .token.comment, .token.prolog, .token.doctype, .token.cdata {color: #969896;} .token.punctuation, .token.string, .token.atrule, .token.attr-value {color: #183691;} .token.property, .token.tag {color: #63a35c;} .token.boolean, .token.number {color: #0086b3;} .token.selector, .token.attr-name, .token.attr-value .punctuation:first-child, .token.keyword, .token.regex, .token.important {color: #a71d5d;} .token.operator, .token.entity, .token.url, .language-css .token.string {color: #a71d5d;} .token.entity {cursor: help;} .namespace {opacity: 0.7;}