@font-face { font-family: 'tinyunicode'; font-style: normal; font-weight: normal; src: local('tinyunicode'), url(https://fydo.net/misc/font/tinyunicode-webfont.woff2) format('woff2'); } * { box-sizing: border-box; } html, body { height: 100%; overflow: hidden; } body { text-shadow: 0 0 3px #000, 0 0 5px #000, 0 0 8px #000; background: {background_color}; font-family: 'tinyunicode'; font-weight: 700; font-size: 16px; line-height: 1.0em; color: {text_color}; } #log>div { animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards; -webkit-animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards; } .colon { display: none; } #log { display: table; position: absolute; bottom: 0; left: 0; padding: 0 10px 10px; width: 350px; table-layout: fixed; } #log>div { display: table-row; } #log>div.deleted { visibility: hidden; } #log .emote { background-repeat: no-repeat; background-position: center; background-size: contain; padding: 0.4em 0.2em; position: relative; } #log .emote img { display: inline-block; height: 1em; opacity: 0; } #log .message,#log .meta { vertical-align: top; display: table-cell; padding-bottom: 0.1em; } #log .meta { width: 33%; text-align: right; padding-right: 0.5em; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } #log .message { word-wrap: break-word; width: 99%; } .badge { display: inline-block; margin-right: 0.2em; position: relative; height: 1em; vertical-align: middle; top: -0.1em; } .name { margin-left: 0.2em; }