mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 01:26:11 +00:00
37 lines
740 B
CSS
37 lines
740 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;
|
|
}
|
|
|
|
table.yesnomaybe {
|
|
border: 0px solid transparent;
|
|
border-width: 3em 2.5em 0 0;
|
|
margin: auto auto 5% auto;
|
|
}
|
|
|
|
table.yesnomaybe .yes, table.yesnomaybe .no, table.yesnomaybe .maybe {
|
|
width: 1em;
|
|
background-size: auto 80%;
|
|
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);
|
|
}
|