erynwells.me/content/nethack/style.css

32 lines
519 B
CSS
Raw Normal View History

/* Eryn Wells <eryn@erynwells.me> */
.logfile li {
display: block;
margin-block-start: 2rem;
}
.logfile dt {
margin-block-start: 2rem;
}
table.stats {
border: 0;
width: 100%;
-webkit-border-horizontal-spacing: 0;
-webkit-border-vertical-spacing: 0;
}
table.stats td {
color: #aaa;
font-size: 1.75rem;
font-weight: 700;
padding: 0;
text-transform: uppercase;
}
table.stats td.score,
table.stats td.hp,
table.stats td.level {
width: 16rem;
text-align: right;
}