Initial commit
This commit is contained in:
28
style.css
Executable file
28
style.css
Executable file
@@ -0,0 +1,28 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user