{% extends "base.html" %} {% block css %} .timestamp { min-width: 10em; color: #ccc; } .chat-packet:nth-of-type(odd) { background-color: #3a3a3a; } .chat-packet { border-bottom: 1px solid #555; padding: 3px 6px; border-radius: 6px; margin: 0; } .chat-packet > [class^="col-"] { padding-left: 10px !important; padding-right: 10px !important; padding-top: 1px !important; padding-bottom: 1px !important; } .chat-packet:nth-of-type(even) { background-color: #333333; } .channel { font-style: italic; color: #bbb; } .channel a { font-style: normal; color: #999; } @keyframes flash { 0% { background-color: #ffe066; } 100% { background-color: inherit; } } .chat-packet.flash { animation: flash 3.5s ease-out; } .replying-to { font-size: 0.8em; color: #aaa; margin-top: 2px; padding-left: 10px; } .replying-to .reply-preview { color: #aaa; } #weekly-message { margin: 15px 0; font-weight: bold; color: #ffeb3b; } #total-count { margin-bottom: 10px; font-style: italic; color: #ccc; } {% endblock %} {% block body %}
Loading weekly message...
Total messages: 0
{% endblock %}