From 4fe7eae214952e9863498231d306a3e3a6323fa2 Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com> Date: Sat, 17 Aug 2019 12:05:55 +0200 Subject: Adding message display to frontend --- pydis_site/static/css/staff/logs.css | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pydis_site/static/css/staff/logs.css (limited to 'pydis_site/static/css/staff') diff --git a/pydis_site/static/css/staff/logs.css b/pydis_site/static/css/staff/logs.css new file mode 100644 index 00000000..ef271e1e --- /dev/null +++ b/pydis_site/static/css/staff/logs.css @@ -0,0 +1,43 @@ +main.site-content { + background-color: hsl(220, 8%, 23%); + color: #dcddde; + font-family: sans-serif; + font-size: 0.9375rem; + font-weight: 400; + line-height: 1.3; + letter-spacing: 0; + text-rendering: optimizeLegibility; +} + +.discord-message { + margin: 1rem; +} + +.discord-message-header { + white-space: nowrap; + letter-spacing: 0; +} + +.discord-username { + font-size: 1rem; + font-weight: 500; +} + +.discord-message-metadata { + color: hsla(0,0%,100%,.2); + font-size: 0.75rem; + font-weight: 400; + margin: 0 .3rem; +} + +.discord-channel { + font-size: 0.9rem; + font-weight: 500; + color: #dcddde; +} + +.discord-id { + color: #dcddde; + font-weight: 300; + margin-left: 0.3rem; +} \ No newline at end of file -- cgit v1.2.3