@import url(https://fonts.googleapis.com/css?family=Roboto:700); * { box-sizing: border-box; } html, body { height: 100%; overflow: hidden; } body { background: {background_color}; font-family: 'Roboto'; font-weight: 700; font-size: {font_size}; line-height: 1.5em; 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 { position: absolute; bottom: 0; left: 0; padding: 0 10px 10px; width: 100%; } #log>div { margin: 1em; } #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: lem; opacity: 0; } #log .message,#log .meta { vertical-align: top; display: table-cell; padding-bottom: 0.1em; } #log .meta { position: relative; top: 10px; display: inline; background: #048cfa; border-radius: 0px 15px 15px 15px; padding: 0.5em; text-overflow: ellipsis; overflow: hidden; } #log .message { color: #fff; display: block; background-color; rgba(0,0,0,0.63); padding: 0.7em 0.7em 0.8em 0.8em; border-radius: 15px; background-color: rgbs(0,0,0.8,0.8); word-wrap: break-word; border-style: solid; border-color: #A115D8 } badge { display: inline-block; margin-right: 0.2em; position: relative; height: 1em; vertical-align: middle; top: -0.1em; } .name { margin-left: 0.2em; }