This commit is contained in:
2023-12-03 18:40:59 +01:00
parent d4226fe4c0
commit 3957d929f9

View File

@@ -1,82 +1,82 @@
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
body { body {
background: #404258; background: #404258;
} }
button,input,textarea { button,input,textarea {
background: #6B728E; background: #6B728E;
resize: none; resize: none;
} }
form { form {
background: #474E68; background: #474E68;
} }
h1 { h1 {
text-align: center; text-align: center;
font-size: 72px; font-size: 72px;
margin-top: 10px; margin-top: 10px;
} }
h1,h3,p,a,input,textarea,button,label { h1,h3,p,a,input,textarea,button,label {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-decoration: none; text-decoration: none;
color: #ffffff; color: #ffffff;
border: none; border: none;
} }
.form-auth-wrap { .form-auth-wrap {
width: 50%; width: 50%;
margin: 10% auto; margin: 10% auto;
padding: 10px; padding: 10px;
font-size: 18px; font-size: 18px;
} }
button { button {
font-size: 18px; font-size: 18px;
width: 150px; width: 150px;
height: 35px; height: 35px;
margin-top: 50px; margin-top: 50px;
} }
.form-auth-wrap input { .form-auth-wrap input {
margin-top: 20px; margin-top: 20px;
width: 50%; width: 50%;
} }
.form-wrap-post { .form-wrap-post {
padding: 10px; padding: 10px;
width: 800px; width: 800px;
margin: 50px auto; margin: 50px auto;
background: #474E68; background: #474E68;
} }
.form-wrap-post a { .form-wrap-post a {
text-decoration: underline; text-decoration: underline;
} }
.form-wrap-post textarea { .form-wrap-post textarea {
width: 100%; width: 100%;
height: 150px; height: 150px;
} }
.wrap-posts { .wrap-posts {
margin: 50px auto; margin: 50px auto;
padding: 10px; padding: 10px;
width: 800px; width: 800px;
background: #474E68; background: #474E68;
} }
.wrap-post-info { .wrap-post-info {
display: flex; display: flex;
align-items: center; align-items: center;
column-gap: 40px; column-gap: 40px;
} }
.wrap-post-info p { .wrap-post-info p {
opacity: 0.7; opacity: 0.7;
} }
.wrap-post-info a { .wrap-post-info a {
text-decoration: underline; text-decoration: underline;
} }
.wrap-post-content p { .wrap-post-content p {
margin-top: 15px; margin-top: 15px;
} }
.info-user-wrap { .info-user-wrap {
margin: 50px auto 100px; margin: 50px auto 100px;
padding: 10px; padding: 10px;
width: 800px; width: 800px;
background: #474E68; background: #474E68;
} }