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
+5 -80
View File
@@ -11,10 +11,12 @@ h2,
h3,
h4,
h5,
h6,
p,
small,
label,
span {
span,
i {
color: white;
}
@@ -31,24 +33,9 @@ nav ul li a {
color: white;
}
code {
background-color: #2f2f2f;
}
.line {
background-color: white;
border-top: 1px solid white;
}
.article_card,
.form_card,
.view_card {
border: 5px solid white;
background-color: black;
}
table tr {
outline: solid 3px white;
border-top: 2px solid white;
}
.button {
@@ -57,21 +44,13 @@ table tr {
.button:hover,
.button:hover i {
color: orange;
}
.tag {
color: white;
color: red;
}
#theme_toggle {
color: white;
}
.article ul li {
color: white;
}
input,
textarea {
background-color: transparent;
@@ -95,60 +74,6 @@ select:-webkit-autofill {
background-color: white;
}
.upload_button {
border: 3px solid white;
}
/* .form_card:hover, */
/* .form_card:focus, */
/* .article_card:hover, */
/* .article_card:focus { */
/* box-shadow: 0 2px 4px 0 white, 0 4px 8px 0 white; */
/* } */
.modal {
background-color: black;
background-color: rgba(0, 0, 0, 0.9);
}
.modal_close {
color: white;
}
.user_actions {
border: 3px solid white;
}
#floating_compose {
border: 2px solid white;
}
#floating_compose,
#floating_compose * {
background-color: white;
color: black;
transition-duration: 500ms;
}
#floating_compose:hover,
#floating_compose:hover * {
background-color: black;
color: orange;
}
#floating_compose:hover {
border: 2px solid orange;
}
.dropdown {
border: 2px solid white;
}
.dropdown_content {
background-color: black;
border: 2px solid white;
}
.std_border,
.med_border,
.sm_border {