blob: a0343eef128a8b4c2cf5836c00b88b45bec45403 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<script>
window.requestIdleCallback(function() {
document.documentElement.style.display="none";
document.documentElement.getBoundingClientRect();
document.documentElement.style.display="";
});
</script>
<style>
#a {
display: table-caption;
}
:not(altGlyphDef) {
text-indent: 1vw;
overflow-x: scroll;
}
#b {
bottom: 0em;
font: small/7% cursive;
transform: translate3d(0px, 1px, -1px);
max-height: 3mm;
filter: brightness(0);
}
</style>
<button id="a">
<dialog id="b" open="">
<h5>&
|