/* i added html.cordified to all of them to increase specifity so they override the other ones */ html.cordified .post-image { border-radius: 3px !important; } html.cordified .post, html.cordified .highlighted { background: transparent; border: none; } html.cordified, html.cordified body { margin: 0; padding: 0; background-color: #36393e; color: #dcddde; font-family: "gg sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; font-weight: 400; scroll-behavior: smooth; } html.cordified a { color: #00aff4; text-decoration: none; } html.cordified a:hover { text-decoration: underline; } html.cordified img { object-fit: contain; image-rendering: high-quality; image-rendering: -webkit-optimize-contrast; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-400.woff2"); font-family: gg sans; font-weight: 400; font-style: normal; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-500.woff2"); font-family: gg sans; font-weight: 500; font-style: normal; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-600.woff2"); font-family: gg sans; font-weight: 600; font-style: normal; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-700.woff2"); font-family: gg sans; font-weight: 700; font-style: normal; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-800.woff2"); font-family: gg sans; font-weight: 800; font-style: normal; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-400.woff2"); font-family: gg sans; font-weight: 400; font-style: italic; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-500.woff2"); font-family: gg sans; font-weight: 500; font-style: italic; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-600.woff2"); font-family: gg sans; font-weight: 600; font-style: italic; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-700.woff2"); font-family: gg sans; font-weight: 700; font-style: italic; } @font-face { src: url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-800.woff2"); font-family: gg sans; font-weight: 800; font-style: italic; } html.cordified .chatlog { padding: 1rem 0; margin: 0; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } html.cordified .chatlog__message-group { margin-bottom: 1rem; } html.cordified .chatlog__message-container { background-color: transparent; transition: background-color 1s ease; } html.cordified .chatlog__message-container--highlighted { background-color: rgba(114, 137, 218, 0.2); } html.cordified .chatlog__message-container--pinned { background-color: rgba(249, 168, 37, 0.05); } html.cordified .chatlog__message { display: grid; grid-template-columns: auto 1fr; padding: 0.15rem 0; margin: 0; direction: ltr; unicode-bidi: bidi-override; } html.cordified .chatlog__message:hover { background-color: #32353b; } html.cordified .chatlog__message:hover .chatlog__short-timestamp { display: block; } html.cordified .chatlog__message-aside { grid-column: 1; width: 72px; padding: 0.15rem 0.15rem 0 0.15rem; text-align: center; margin: 0; } html.cordified .chatlog__reply-symbol { height: 10px; margin: 6px 4px 4px 36px; border-left: 2px solid #4f545c; border-top: 2px solid #4f545c; border-radius: 8px 0 0 0; } html.cordified .chatlog__avatar { width: 40px; height: 40px; border-radius: 50%; } html.cordified .chatlog__short-timestamp { display: none; color: #a3a6aa; font-size: 0.75rem; font-weight: 500; direction: ltr; unicode-bidi: bidi-override; } html.cordified .chatlog__message-primary { grid-column: 2; margin: 0; min-width: 0; } html.cordified .chatlog__reply { display: flex; margin-bottom: 0.15rem; align-items: center; color: #b5b6b8; font-size: 0.875rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } html.cordified .chatlog__reply-avatar { width: 16px; height: 16px; margin-right: 0.25rem; border-radius: 50%; } html.cordified .chatlog__reply-author { margin-right: 0.3rem; font-weight: 600; } html.cordified .chatlog__reply-content { overflow: hidden; text-overflow: ellipsis; } html.cordified .chatlog__reply-link { cursor: pointer; } html.cordified .chatlog__reply-link * { display: inline; pointer-events: none; } html.cordified .chatlog__reply-link .chatlog__markdown-quote { display: inline; } html.cordified .chatlog__reply-link .chatlog__markdown-pre { display: inline; } html.cordified .chatlog__reply-link:hover { color: #ffffff; } html.cordified .chatlog__reply-link:hover *:not(.chatlog__markdown-spoiler) { color: inherit; } html.cordified .chatlog__reply-edited-timestamp { margin-left: 0.25rem; color: #a3a6aa; font-size: 0.75rem; font-weight: 500; direction: ltr; unicode-bidi: bidi-override; } html.cordified .chatlog__system-notification-icon { width: 18px; height: 18px; } html.cordified .chatlog__system-notification-author { font-weight: 500; color: #ffffff; } html.cordified .chatlog__system-notification-content { color: #96989d; } html.cordified .chatlog__system-notification-link { font-weight: 500; color: #ffffff; } html.cordified .chatlog__system-notification-timestamp { margin-left: 0.3rem; color: #a3a6aa; font-size: 0.75rem; font-weight: 500; direction: ltr; unicode-bidi: bidi-override; } html.cordified .chatlog__system-notification-timestamp a { color: inherit; } html.cordified .chatlog__header { margin-bottom: 0.1rem; } html.cordified .chatlog__author { font-weight: 500; color: #ffffff; } html.cordified .chatlog__author-tag { position: relative; top: -0.1rem; margin-left: 0.3rem; padding: 0.05rem 0.3rem; border-radius: 3px; background-color: #5865f2; color: #ffffff; font-size: 0.625rem; font-weight: 500; line-height: 1.3; } html.cordified .chatlog__timestamp { margin-left: 0.3rem; color: #a3a6aa; font-size: 0.75rem; font-weight: 500; direction: ltr; unicode-bidi: bidi-override; } html.cordified .chatlog__timestamp a { color: inherit; } html.cordified .chatlog__message-primary div.chatlog__content { padding-right: 1rem; margin: 0; font-size: 0.95rem; word-wrap: break-word; } html.cordified .chatlog__edited-timestamp { margin-left: 0.15rem; color: #a3a6aa; font-size: 0.75rem; font-weight: 500; } html.cordified .chatlog__attachment { position: relative; width: fit-content; margin-top: 0.3rem; border-radius: 3px; overflow: hidden; } html.cordified .chatlog__attachment--hidden { cursor: pointer; box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); } html.cordified .chatlog__attachment--hidden * { pointer-events: none; } html.cordified .chatlog__attachment-spoiler-caption { display: none; position: absolute; left: 50%; top: 50%; z-index: 999; padding: 0.4rem 0.8rem; border-radius: 20px; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.9); color: #dcddde; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.05rem; } html.cordified .chatlog__attachment--hidden .chatlog__attachment-spoiler-caption { display: block; } html.cordified .chatlog__attachment--hidden:hover .chatlog__attachment-spoiler-caption { color: #fff; } html.cordified div.post .chatlog__attachment-media { max-width: 45vw; max-height: 500px; vertical-align: top; border-radius: 3px !important; overflow: hidden; } html.cordified .chatlog__attachment--hidden .chatlog__attachment-media { filter: blur(44px); } html.cordified .chatlog__attachment-generic { max-width: 520px; width: 100%; height: 40px; padding: 10px; border: 1px solid #292b2f; border-radius: 3px; background-color: #2f3136; overflow: hidden; } html.cordified .chatlog__attachment--hidden .chatlog__attachment-generic { filter: blur(44px); } html.cordified .chatlog__attachment-generic-icon { float: left; width: 30px; height: 100%; margin-right: 10px; } html.cordified .chatlog__attachment-generic-size { color: #72767d; font-size: 12px; } html.cordified .chatlog__attachment-generic-name { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } html.cordified .chatlog__embed { display: flex; margin-top: 0.3rem; max-width: 520px; } html.cordified .chatlog__embed-color-pill { flex-shrink: 0; width: 0.25rem; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } html.cordified .chatlog__embed-color-pill--default { background-color: #202225; } html.cordified .chatlog__embed-content-container { display: flex; flex-direction: column; padding: 0.5rem 0.6rem; border: 1px solid rgba(46, 48, 54, 0.6); border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-color: rgba(46, 48, 54, 0.3); } html.cordified .chatlog__embed-content { display: flex; width: 100%; } html.cordified .chatlog__embed-text { flex: 1; } html.cordified .chatlog__embed-author-container { display: flex; margin-bottom: 0.5rem; align-items: center; } html.cordified .chatlog__embed-author-icon { width: 20px; height: 20px; margin-right: 0.5rem; border-radius: 50%; } html.cordified .chatlog__embed-author { color: #ffffff; font-size: 0.875rem; font-weight: 600; direction: ltr; unicode-bidi: bidi-override; } html.cordified .chatlog__embed-author-link { color: #ffffff; } html.cordified .chatlog__embed-title { margin-bottom: 0.5rem; color: #ffffff; font-size: 0.875rem; font-weight: 600; } html.cordified .chatlog__embed-description { color: #dcddde; font-weight: 500; font-size: 0.85rem; } html.cordified .chatlog__embed-fields { display: flex; flex-wrap: wrap; gap: 0 0.5rem; } html.cordified .chatlog__embed-field { flex: 0; min-width: 100%; max-width: 506px; padding-top: 0.6rem; font-size: 0.875rem; } html.cordified .chatlog__embed-field--inline { flex: 1; flex-basis: auto; min-width: 50px; } html.cordified .chatlog__embed-field-name { margin-bottom: 0.2rem; color: #ffffff; font-weight: 600; } html.cordified .chatlog__embed-field-value { color: #dcddde; font-weight: 500; } html.cordified .chatlog__embed-thumbnail { flex: 0; max-width: 80px; max-height: 80px; margin-left: 1.2rem; border-radius: 3px; } html.cordified .chatlog__embed-images { display: grid; margin-top: 0.6rem; grid-template-columns: repeat(2, 1fr); gap: 0.25rem; } html.cordified .chatlog__embed-images--single { display: block; } html.cordified .chatlog__embed-image { object-fit: cover; object-position: center; max-width: 500px; max-height: 400px; width: 100%; height: 100%; border-radius: 3px; } html.cordified .chatlog__embed-footer { margin-top: 0.6rem; color: #dcddde; } html.cordified .chatlog__embed-footer-icon { width: 20px; height: 20px; margin-right: 0.2rem; border-radius: 50%; vertical-align: middle; } html.cordified .chatlog__embed-footer-text { vertical-align: middle; font-size: 0.75rem; font-weight: 500; } html.cordified .chatlog__embed-invite-container { min-width: 320px; padding: 0.6rem 0.7rem; border: 1px solid rgba(46, 48, 54, 0.6); border-radius: 3px; background-color: rgba(46, 48, 54, 0.3); } html.cordified .chatlog__embed-invite-title { margin: 0 0 0.8rem 0; color: #b9bbbe; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; } html.cordified .chatlog__embed-invite { display: flex; } html.cordified .chatlog__embed-invite-guild-icon { width: 50px; height: 50px; border-radius: 0.85rem; } html.cordified .chatlog__embed-invite-info { margin-left: 1rem; } html.cordified .chatlog__embed-invite-guild-name { color: #ffffff; font-weight: 600; } html.cordified .chatlog__embed-invite-guild-name a { color: inherit; } html.cordified .chatlog__embed-invite-channel-icon { width: 18px; height: 18px; vertical-align: bottom; } html.cordified .chatlog__embed-invite-channel-name { font-size: 0.9rem; font-weight: 600; } html.cordified .chatlog__embed-generic-image { object-fit: contain; object-position: left; max-width: 45vw; max-height: 500px; vertical-align: top; border-radius: 3px; } html.cordified .chatlog__embed-generic-video { object-fit: contain; object-position: left; max-width: 45vw; max-height: 500px; vertical-align: top; border-radius: 3px; } html.cordified .chatlog__embed-generic-gifv { object-fit: contain; object-position: left; max-width: 45vw; max-height: 500px; vertical-align: top; border-radius: 3px; } html.cordified .chatlog__embed-spotify { border: 0; } html.cordified .chatlog__embed-twitch { border: 0; } html.cordified .chatlog__embed-youtube-container { margin-top: 0.6rem; } html.cordified .chatlog__embed-youtube { border: 0; border-radius: 3px; } html.cordified .chatlog__sticker { width: 180px; height: 180px; } html.cordified .chatlog__sticker--media { max-width: 100%; max-height: 100%; } html.cordified .chatlog__reactions { display: flex; } html.cordified .chatlog__reaction { display: flex; margin: 0.35rem 0.1rem 0.1rem 0; padding: 0.125rem 0.375rem; border: 1px solid transparent; border-radius: 8px; background-color: #2f3136; align-items: center; } html.cordified .chatlog__reaction:hover { border: 1px solid hsla(0, 0%, 100%, 0.2); background-color: transparent; } html.cordified .chatlog__reaction-count { min-width: 9px; margin-left: 0.35rem; color: #b9bbbe; font-size: 0.875rem; } html.cordified .chatlog__reaction:hover .chatlog__reaction-count { color: #dcddde; } html.cordified .chatlog__markdown { max-width: 100%; line-height: 1.3; overflow-wrap: break-word; } html.cordified .chatlog__markdown h1 { margin: 1rem 0 0.5rem; color: #f2f3f5; font-size: 1.5rem; line-height: 1; } html.cordified .chatlog__markdown h2 { margin: 1rem 0 0.5rem; color: #f2f3f5; font-size: 1.25rem; line-height: 1; } html.cordified .chatlog__markdown h3 { margin: 1rem 0 0.5rem; color: #f2f3f5; font-size: 1rem; line-height: 1; } html.cordified .chatlog__markdown h1:first-child, h2:first-child, h3:first-child { margin-top: 0.5rem; } html.cordified .chatlog__markdown ul, ol { margin: 0 0 0 1rem; padding: 0; } html.cordified .chatlog__markdown-preserve { white-space: pre-wrap; } html.cordified .chatlog__markdown-spoiler { background-color: rgba(255, 255, 255, 0.1); padding: 0 2px; border-radius: 3px; } html.cordified .chatlog__markdown-spoiler--hidden { cursor: pointer; background-color: #202225; color: rgba(0, 0, 0, 0); } html.cordified .chatlog__markdown-spoiler--hidden:hover { background-color: rgba(32, 34, 37, 0.8); } html.cordified .chatlog__markdown-spoiler--hidden::selection { color: rgba(0, 0, 0, 0); } html.cordified .chatlog__markdown-quote { display: flex; margin: 0.05rem 0; } html.cordified .chatlog__markdown-quote-border { margin-right: 0.5rem; border: 2px solid #4f545c; border-radius: 3px; } html.cordified .chatlog__markdown-pre { background-color: #2f3136; font-family: "Consolas", "Courier New", Courier, monospace; font-size: 0.85rem; text-decoration: inherit; } html.cordified .chatlog__markdown-pre--multiline { display: block; margin-top: 0.25rem; padding: 0.5rem; border: 2px solid #282b30; border-radius: 5px; color: #b9bbbe; } html.cordified .chatlog__markdown-pre--multiline.hljs { background-color: #2f3136; color: #b9bbbe; } html.cordified .chatlog__markdown-pre--inline { display: inline-block; padding: 2px; border-radius: 3px; } html.cordified .chatlog__markdown-mention { border-radius: 3px; padding: 0 2px; background-color: rgba(88, 101, 242, 0.3); color: #dee0fc; font-weight: 500; } html.cordified .chatlog__markdown-mention:hover { background-color: #5865f2; color: #ffffff; } html.cordified .chatlog__markdown-timestamp { background-color: rgba(255, 255, 255, 0.1); padding: 0 2px; border-radius: 3px; } html.cordified .chatlog__emoji { width: 1.325rem; height: 1.325rem; margin: 0 0.06rem; vertical-align: -0.4rem; } html.cordified .chatlog__emoji--small { width: 1rem; height: 1rem; } html.cordified .chatlog__emoji--large { width: 2.8rem; height: 2.8rem; } html.cordified .postamble { padding: 1.25rem; } html.cordified .postamble__entry { color: #ffffff; }