From 8df02c1fe6d8db834dfd6fdbddbd9fd4973deffa Mon Sep 17 00:00:00 2001 From: Cursed Entertainment <110344485+CursedPrograms@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:30:51 +0200 Subject: [PATCH] Update styles.css --- static/styles/styles.css | 75 ---------------------------------------- 1 file changed, 75 deletions(-) diff --git a/static/styles/styles.css b/static/styles/styles.css index 3392a67..0c6c74e 100644 --- a/static/styles/styles.css +++ b/static/styles/styles.css @@ -1,76 +1 @@ @import url('https://cursedprograms.github.io/cursedentertainment/styles/main-style.css'); - -body{ - display: flex; - flex-direction: column; - align-items: center; -} - -.container { - width: 80%; -} - -form { - max-width: 400px; - margin: 20px auto; - padding: 20px; - background-color: #fff; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - border-radius: 5px; -} - -form label { - display: block; - margin-bottom: 8px; -} - -form input { - width: 100%; - padding: 8px; - margin-bottom: 16px; - box-sizing: border-box; -} - -ul { - list-style-type: none; - padding: 0; -} - -ul li { - color: var(--color-tertiary); -} - -p { - text-align: center; -} - -#message { - width: calc(100% - 80px); - padding: 8px; - box-sizing: border-box; -} - -#messages { - max-width: 800px; - margin: 20px auto; - padding: 20px; - color: #000; - background-color: #fff; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - border-radius: 5px; - max-height: 200px; - overflow-y: auto; - border: 1px solid #ccc; -} - -#messages div { - background-color: #168FCC; - padding: 10px; - margin-bottom: 10px; - border-radius: 10px; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -} - -#messages div strong { - color: var(--color-tertiary); -} \ No newline at end of file