February CSS @font-face { font-family: 'dinish'; src: url('/static/fonts/dinish.otf') format('truetype'); font-weight: bold; font-style: normal; } body { background: url('https://megidochan.de/mcd/src/1770153643051.png'); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; font-family: 'GenEiLate'; font-size:12pt; text-shadow: 1px 1px 2px rgba(111, 111, 242, 0.32), -1px -1px 2px rgba(111, 242, 242, 0.32); color: #202064; } div.post.reply { position: relative; opacity: 0.8; backdrop-filter: blur(12px); background: rgba(255,255,255,0.32); box-shadow: 16px 64px 64px rgba(184,56,101,0.3), 16px 8px 1px #e8b7b8; border: 2px solid; border-image: linear-gradient(to right, #599359, #5993b2) 1; } div.post.reply:hover { opacity: 0.92; filter: saturate(130%) brightness(110%); box-shadow: -24px 64px 64px rgba(111,0,9,0.5), -24px 8px 1px #e32827; } div.post.reply.highlighted { background-color: rgba(96, 207, 214, 0.3);} .intro span.name { color: #20eeee; } /*scanlines*/ body::before { content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(16, 16, 16, 0) 66%, rgba(0, 0, 0, 0.20) 33%); z-index: 2; background-size: 100% 2px, 2px 100%; pointer-events: none; }