txq
Version:
TXQ: Bitcoin Transaction Storage Queue Service
157 lines (153 loc) • 2.78 kB
CSS
body {
margin: 0;
font-family: 'Roboto', sans-serif;
}
img.logo {
max-width: 400px ;
width: 100% ;
padding: 20px ;
}
.button {
margin: 0 auto;
background: rgba(0,0,0,0.8);
color: white ;
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 ;
}
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) ;
}
section.cover .cover-main {
margin: 0;
color: white;
font-weight: bold;
}
section.cover .cover-main>p a {
border: none ;
}
section.cover .cover-main>p:last-child a {
background: rgba(0,0,0,0.6) ;
color: white;
margin: 3px;
width: 150px;
padding: 2px 10px ;
border-radius: 2px ;
color: white ;
font-size: 10px ;
font-family: arial ;
}
section.cover.has-mask .mask {
background: none ;
}
section.cover p {
text-transform: uppercase;
}
.markdown-section {
max-width: 800px ;
}
.markdown-section ol, .markdown-section p, .markdown-section ul, .markdown-section pre{
line-height: 1.4rem;
}
.markdown-section pre {
padding: 10px ;
line-height: 16px ;
font-size: 11px ;
}
code {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
}
.markdown-section code {
padding: 0 ;
background: none ;
}
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) ;
}
h1,h2,h3,h4,h5 {
font-weight: 600 ;
font-family: 'Teko', sans-serif;
}
h1 {
font-size: 40px ;
padding: 10px 0;
}
h2 {
letter-spacing: -1px;
}
h3 {
font-size: 18px ;
}
.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);
}