body { margin: 0; } .animate, .loading, .warning { position: absolute; z-index: 1001; } .OxSyntaxHighlighter .doclink { text-decoration: underline; } .OxComment .doclink { padding: 1px 3px 1px 3px; border-radius: 2px; font-size: 11px; text-decoration: none; } .OxComment .doclink:hover { text-decoration: underline; } .OxThemeClassic .OxLabel.label, .OxThemeModern .OxLabel.label { border-color: transparent; background-color: transparent; } .loading { left: 0; right: 0; width: 32px; height: 32px; margin: auto; } .page { width: 576px; padding: 32px; margin: 32px auto 32px auto; border-radius: 8px; //font-size: 14px; //line-height: 20px; font-size: 13px; line-height: 20px; } .page code, .page pre { font-size: 12px; } .page h1 { font-size: 18px; line-height: 24px; } .page h2 { font-size: 16px; line-height: 22px; } .readme .item { padding: 4px 8px 4px 8px; border-radius: 8px; margin: 8px; cursor: pointer; } .readme .item.selected { cursor: default; } .readme .item .title { font-size: 14px; } .readme .item .date { margin-top: 2px; font-size: 12px; } .readme .text > p { margin-right: 256px; } .readme .text { padding: 16px; font-size: 14px; line-height: 20px; } .readme .text code, .readme .text pre { font-size: 12px; } .readme .text h1 { font-size: 18px; line-height: 24px; } .readme .text h2 { font-size: 16px; line-height: 22px; } .screen { width: 100%; height: 100%; z-index: 1000; } .warning { width: 256px; text-align: justify; } body.OxThemeClassic, .OxThemeClassic .screen { background-color: rgb(224, 224, 224); } body.OxThemeModern, .OxThemeModern .screen { background-color: rgb(16, 16, 16); } .OxThemeClassic .OxComment .doclink, .OxThemeClassic .page { background-color: rgb(255, 255, 255); } .OxThemeModern .OxComment .doclink, .OxThemeModern .page { background-color: rgb(0, 0, 0); } .OxThemeClassic .readme .item.selected { background: rgb(224, 224, 224); } .OxThemeModern .readme .item.selected { background: rgb(32, 32, 32); } .OxThemeClassic .OxComment .doclink, .OxThemeClassic .logo, .OxThemeClassic .page, .OxThemeClassic .readme .OxSyntaxHighlighter { box-shadow: 0 0 1px rgb(160, 160, 160) } .OxThemeModern .OxComment .doclink { box-shadow: 0 0 1px rgb(255, 255, 255) } .OxThemeModern .logo, .OxThemeModern .page, .OxThemeModern .readme .OxSyntaxHighlighter { box-shadow: 0 0 1px rgb(96, 96, 96) }