homepage/content/toys/triscit/ui.css

36 lines
507 B
CSS
Raw Normal View History

2023-03-01 18:46:18 -07:00
#instructions th.addr {
text-align: right;
color: brown;
}
td.name {
font-weight: bold;
}
td.args {
color: green;
}
td.hex {
color: #777;
}
.ablaze {
2023-06-23 16:50:00 -06:00
background-image: url(fire.gif);
background-position-y: bottom;
background-repeat-x: repeat;
background-repeat-y: no-repeat;
2023-03-01 18:46:18 -07:00
}
@media screen and (min-width: 768px) {
#cpu-box {
max-height: 95vh;
}
.table-container {
max-height: calc(100% - 4em);
overflow-y: scroll;
}
2023-06-23 16:50:00 -06:00
}