tlog.app/go/tlog@v0.23.1/convert/webstyles.css (about) 1 2 html, body { 3 padding: 0; 4 margin: 0; 5 } 6 .events { 7 font-family: monospace; 8 min-width: 100%; 9 display: grid; 10 grid-template-columns: max-content /*max-content*/ minmax(100px, auto) 1fr; 11 } 12 thead, tbody, tr { 13 display: contents; 14 } 15 th, td { 16 padding: 0.5em; 17 } 18 tr:nth-child(even) td { 19 background: #f0f0f0; 20 } 21 .event { 22 } 23 .caller { 24 color: #aaa; 25 } 26 .ev-time { 27 width: fit-content; 28 color: #aaa; 29 } 30 .ev-time-pref { 31 } 32 .ev-time-suff { 33 font-weight: bold; 34 color: #a0a0a0; 35 } 36 .msg { 37 } 38 .kvs { 39 display: flex; 40 flex-flow: row wrap; 41 gap: 0.5em; 42 } 43 .kv { 44 display: flex; 45 flex-flow: row nowrap; 46 } 47 .key { 48 color: #4cc; 49 } 50 .val { 51 }