Updated Style

This commit is contained in:
2025-10-29 18:06:26 -05:00
parent 4e6209678a
commit 70cf8145b4
3 changed files with 32 additions and 9 deletions

View File

@ -7,13 +7,14 @@ body{
background-image: url("/media/Art/EmptySpace.png");
background-size: 6%;
cursor: url("/media/Art/comet.png");
color: rgb(57, 214, 253);
color: rgb(4, 255, 138);
text-align: center;
}
#introtitle{
font-family: SPACEMAN;
color:rgb(2, 255, 192)
}
#back{
@ -25,5 +26,6 @@ body{
color: cyan;
background-image: url("/media/Art/EmptySpace.png");
border-style: solid;
border-color:rgb(10, 187, 231)
}
border-color:rgb(240, 69, 112)
}

View File

@ -159,13 +159,27 @@ div.post {
overflow: scroll;
scroll-behavior: auto;
text-align: center;
}
#bioHeader{
text-align: center;
background-color: rgba(37, 32, 32, 0.897);
border-style: solid;
border-radius: 15px;
padding: 5px;
}
#bioDescription{
background-color: rgba(37, 32, 32, 0.897);
border-radius: 15px;
padding: 5px;
border-style: solid;
}
ul#memberList{
padding-left: 0;
}
#memberList img{
width: 25%;
@ -197,6 +211,7 @@ div.post {
align-items: center;
flex-direction: row;
padding: 1px;
}
.memberPhoto{
@ -209,7 +224,7 @@ div.post {
.member p{
font-size: 9pt;
font-size: 11pt;
background-color: rgb(48, 38, 49);
border-radius: 20px;
padding: 5px;
@ -218,11 +233,10 @@ div.post {
li.member{
border-style: solid;
border-color: #25a89d;
border-radius: 20px;
border-width: 1px;
list-style: none;
background-color: #35474775;
background-color: rgba(37, 32, 32, 0.897);
width: 100%;
margin: 5px;
padding: 10px;
@ -261,8 +275,15 @@ a.member{
li.member{
width: auto;
}
div#postarea{
height: 60vh;
}
#bio{
height: 50%;
}
div#mainview{
padding: 20px;
padding: 30px;
height: 130vh;
}
}