implemented spaces, fixed login and signup, thought creation and space creation.

This commit is contained in:
2025-05-26 13:00:12 -06:00
parent 54a01f0f1f
commit d3fa1733f4
32 changed files with 1499 additions and 1132 deletions
+4 -76
View File
@@ -14,7 +14,8 @@ h5,
p,
small,
label,
span {
span,
i {
color: black;
}
@@ -37,18 +38,7 @@ code {
.line {
background-color: black;
border-top: 1px solid black;
}
.article_card,
.form_card,
.view_card {
border: 5px solid black;
background-color: white;
}
table tr {
outline: solid 3px black;
border-top: 2px solid black;
}
.button {
@@ -57,21 +47,13 @@ table tr {
.button:hover,
.button:hover * {
color: orange;
}
.tag {
color: black;
color: red;
}
#theme_toggle {
color: black;
}
.article ul li {
color: black;
}
input,
textarea {
background-color: transparent;
@@ -95,60 +77,6 @@ select:-webkit-autofill {
background-color: black;
}
.upload_button {
border: 3px solid black;
}
/* .form_card:hover, */
/* .form_card:focus, */
/* .article_card:hover, */
/* .article_card:focus { */
/* box-shadow: 0 2px 4px 0 black, 0 4px 8px 0 black; */
/* } */
.modal {
background-color: white;
background-color: rgba(256, 256, 256, 0.9);
}
.modal_close {
color: black;
}
.user_actions {
border: 3px solid black;
}
#floating_compose {
border: 2px solid black;
}
#floating_compose,
#floating_compose * {
background-color: black;
color: white;
transition-duration: 500ms;
}
#floating_compose:hover,
#floating_compose:hover * {
background-color: white;
color: orange;
}
#floating_compose:hover {
border: 2px solid orange;
}
.dropdown {
border: 2px solid black;
}
.dropdown_content {
background-color: white;
border: 2px solid black;
}
.std_border,
.med_border,
.sm_border {