@import url(https://fonts.googleapis.com/css?family=Roboto:700); * { box-sizing: border-box; } html. body { height: 100%; overflow: hidden; } body { text-shadow: 0 0 1px #000, 0 0 2px #000; background: {background_color}; font-family: 'Roboto'; font-weight: 700; font-size: {font_dize}; 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} } .colon { display: none; } #log { display: table; position: absolute; bottom: 0; left: 0; padding: 0 10px 10px; width: 100%; table-layout: fixed; } #log>div { display: table-row;