Updated Style
This commit is contained in:
@ -51,7 +51,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="bio">
|
<div id="bio">
|
||||||
<h2 id="bioHeader">About <i>Us</i></h2>
|
<h2 id="bioHeader">About <i>Us</i></h2>
|
||||||
<p>We are the Void system we have many hobbies and so many interests. <wbr>
|
<p id="bioDescription">We are the Void system we have many hobbies and so many interests. <wbr>
|
||||||
We have a degree in computer science and we feel like all I can do with it now is use it to make art. <wbr>
|
We have a degree in computer science and we feel like all I can do with it now is use it to make art. <wbr>
|
||||||
We have an unofficial count of 47 of us in this body and getting to do stuff we all want to do is a challenge. <wbr>
|
We have an unofficial count of 47 of us in this body and getting to do stuff we all want to do is a challenge. <wbr>
|
||||||
We hope you like all of our work and we may be open to commisions in the future.<wbr>
|
We hope you like all of our work and we may be open to commisions in the future.<wbr>
|
||||||
|
|||||||
@ -7,13 +7,14 @@ body{
|
|||||||
background-image: url("/media/Art/EmptySpace.png");
|
background-image: url("/media/Art/EmptySpace.png");
|
||||||
background-size: 6%;
|
background-size: 6%;
|
||||||
cursor: url("/media/Art/comet.png");
|
cursor: url("/media/Art/comet.png");
|
||||||
color: rgb(57, 214, 253);
|
color: rgb(4, 255, 138);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#introtitle{
|
#introtitle{
|
||||||
font-family: SPACEMAN;
|
font-family: SPACEMAN;
|
||||||
|
color:rgb(2, 255, 192)
|
||||||
}
|
}
|
||||||
|
|
||||||
#back{
|
#back{
|
||||||
@ -25,5 +26,6 @@ body{
|
|||||||
color: cyan;
|
color: cyan;
|
||||||
background-image: url("/media/Art/EmptySpace.png");
|
background-image: url("/media/Art/EmptySpace.png");
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color:rgb(10, 187, 231)
|
border-color:rgb(240, 69, 112)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -159,13 +159,27 @@ div.post {
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
scroll-behavior: auto;
|
scroll-behavior: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#bioHeader{
|
#bioHeader{
|
||||||
text-align: center;
|
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{
|
#memberList img{
|
||||||
width: 25%;
|
width: 25%;
|
||||||
@ -197,6 +211,7 @@ div.post {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.memberPhoto{
|
.memberPhoto{
|
||||||
@ -209,7 +224,7 @@ div.post {
|
|||||||
|
|
||||||
|
|
||||||
.member p{
|
.member p{
|
||||||
font-size: 9pt;
|
font-size: 11pt;
|
||||||
background-color: rgb(48, 38, 49);
|
background-color: rgb(48, 38, 49);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
@ -218,11 +233,10 @@ div.post {
|
|||||||
|
|
||||||
li.member{
|
li.member{
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #25a89d;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: #35474775;
|
background-color: rgba(37, 32, 32, 0.897);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -261,8 +275,15 @@ a.member{
|
|||||||
li.member{
|
li.member{
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
div#postarea{
|
||||||
|
height: 60vh;
|
||||||
|
}
|
||||||
|
#bio{
|
||||||
|
height: 50%;
|
||||||
|
}
|
||||||
div#mainview{
|
div#mainview{
|
||||||
padding: 20px;
|
padding: 30px;
|
||||||
|
height: 130vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user