UNPKG

txq

Version:

TXQ: Bitcoin Transaction Storage Queue Service

157 lines (153 loc) 2.78 kB
body { margin: 0; font-family: 'Roboto', sans-serif; } img.logo { max-width: 400px !important; width: 100% !important; padding: 20px !important; } .button { margin: 0 auto; background: rgba(0,0,0,0.8); color: white !important; padding: 5px 10px; text-decoration: none; border-radius: 2px; } .cover-main img { width: 150px; border: none; padding: 0; margin: 0; } img { border: 1px solid rgba(0,0,0,0.08); border-radius: 3px; padding: 5px; } .no-border { border: none !important; } img.top { width: 200px; padding: 0; border: none; display: block; margin: 0 auto; } h1#bitbus { text-align: center; } blockquote { padding: 5px; background: rgba(0,0,0,0.02); color: rgba(0,0,0,0.7) !important; } section.cover .cover-main { margin: 0; color: white; font-weight: bold; } section.cover .cover-main>p a { border: none !important; } section.cover .cover-main>p:last-child a { background: rgba(0,0,0,0.6) !important; color: white; margin: 3px; width: 150px; padding: 2px 10px !important; border-radius: 2px !important; color: white !important; font-size: 10px !important; font-family: arial !important; } section.cover.has-mask .mask { background: none !important; } section.cover p { text-transform: uppercase; } .markdown-section { max-width: 800px !important; } .markdown-section ol, .markdown-section p, .markdown-section ul, .markdown-section pre{ line-height: 1.4rem; } .markdown-section pre { padding: 10px !important; line-height: 16px !important; font-size: 11px !important; } code { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; } .markdown-section code { padding: 0 !important; background: none !important; } a { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-word; } .anchor span { /* font-family: 'Racing Sans One', cursive; */ color: rgba(0,0,0,0.8) !important; } h1,h2,h3,h4,h5 { font-weight: 600 !important; font-family: 'Teko', sans-serif; } h1 { font-size: 40px !important; padding: 10px 0; } h2 { letter-spacing: -1px; } h3 { font-size: 18px !important; } .cover-main h1 a { font-size: 50px; } .cover-main { overflow: hidden; } .cover-main p { font-family: Menlo, monaco, arial; font-size: 12px; } #ticker { width: 100%; height: 300px; padding: 5px; background: rgba(0,0,0,0.8); color: white; border: none; margin: 0; overflow: auto; } #ticker .item { text-align: left; font-size: 11px; border: none; background: none; color: white; width: 100%; height: auto; transition:transform 0.3s ease-out; transform:scaleY(1); transform-origin:top; } #ticker .item.hidden { transform:scaleY(0); }