presentation-blockchains/styles/blockchain.css
Joshua Seigler a8f76ca48b Zzzzzzz
2017-01-14 03:19:25 -05:00

46 lines
897 B
CSS

.title-page h1 {
font-size: 2em;
padding: 0.25em;
text-transform: uppercase;
}
.credits {
padding: 0.5em;
text-align: left;
justify-content: flex-start;
}
.credits ul {
font-size: 0.75em;
line-height: 1.2;
}
.highlighted {
background-color: #FF0;
color: black;
display: inline-block;
padding: 0.125em 0.25em;
margin: 0.25em auto;
}
table.yesnomaybe {
border: 0px solid transparent;
margin: auto 0.5rem auto auto;
}
table.yesnomaybe .yes, table.yesnomaybe .no, table.yesnomaybe .maybe {
width: 1em;
padding: 0.1em;
background-clip: padding-box;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
table.yesnomaybe .yes {
background-image: url(../libs/svg/2705.svg);
}
table.yesnomaybe .no {
background-image: url(../libs/svg/274e.svg);
}
table.yesnomaybe .maybe {
background-image: url(../libs/svg/2753.svg);
}