Cronline/style.css
2024-04-03 22:08:54 -05:00

28 lines
494 B
CSS
Executable File

body {
background: #d3d3d3;
}
body > center > * {
max-width: 800px;
}
details {
text-align: left;
}
details > summary {
cursor: pointer;
}
table { width: 100%; }
table.status { margin: 8px 0; }
table.status tr:not(.title) td { height: 16px; }
table.status tr:not(.title) td:hover:after {
content: attr(value);
position: absolute;
background-color: rgba(0,0,0,0.75);
border-radius: 8px;
color: white;
padding: 2px 4px;
margin: -58px -8px;
white-space: pre;
pointer-events: none;
}