Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
width: 100vw;
margin: 0px;
padding: 0px;
max-height: 100vh;
overflow: hidden;
}
h1, h2 {
margin: 0;
padding: 0;
}
h3, h5, h6, p, textarea {
font-weight: 500;
padding: 0px;
padding-left: 10px;
}
h4 {
margin: 0px;
padding-left: 30px;
padding-right: 0px;
}
h1 > img.center {
margin-left: 30px;
margin-top: 10px;
}
.proicon {
filter: invert(1);
}
.proicon:active {
background-color: rgb(7, 0, 41);
}
h1 {
background-color: #000851;
color:#F2A341;
padding: 3vw;
width: 100vw;
}
a {
text-decoration: none;
color: #F2A341;
}
h2 {
color:#ffffff;
padding: 3vw;
padding-right: 50px;
text-align: left;
}
h2>a {
text-decoration: none;
color: #ffffff;
}
header {
background-color: #000851;
color: #F2A341;
width: 100vw;
padding-left: 5px;
border: 0px;
}
.footer-prompt {
position: fixed;
bottom:0px;
left:0px;
width:100%;
min-height:25px;
background-color: #333;
text-align: center;
display: none;
}
#chatbox {
width:100%;
height: 100vh;
overflow: auto;
background:lightgrey;
padding: 5vw;
}
#chatinput {
width:100%;
background-color:#000851;
padding: 3vw;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
#chatinput > input {
width: 100%;
padding: 3vw;
font-size: 4vw;
border-radius: 5px;
border: 0px;
outline: none;
}
#sendBtn {
font-size: 5vw;
background-color: #F2A341;
color:#ffffff;
padding: 3vw;
font-style: bold;
border: 0px;
margin-left: 2vw;
border-radius: 5px;
outline: none;
}
h1.editpro {
align-items: center;
padding-left: 110px;
}
img.back {
padding-top: 10px;
}
#usernameInput {
font-size: 5vw;
background-color: #000851;
color: #ffffff;
font-style: bold;
padding: 4vw;
border:0px;
border-radius: 5px;
margin-top: 20px;
margin-left: 60px;
outline: none;
}
#statusInput {
font-size: 5vw;
background-color: #000851;
color: #ffffff;
font-style: bold;
padding: 4vw;
border: 0px;
border-radius: 5px;
margin-top: 10px;
margin-left: 60px;
outline: none;
}
img.savepic{
margin-top: 20px;
}
#profilePicInput{
font-size: 4vw;
background-color: #F2A341;
color: #ffffff;
padding: 2vw;
border-radius: 5px;
margin-top: 60px;
margin-left: 10px;
border: 0px;
outline: none;
}
#profileSaveInput{
font-size: 5vw;
background-color: #000851;
color: #ffffff;
font-style: bold;
margin-top: 80px;
margin-left: 120px;
padding: 5vw;
border-radius: 5px;
border: 0px;
outline: none;
}
#profileSaveInput:active {
background-color: rgb(7, 0, 41);
}
#profilePage {
background-color: lightgray;
width: 100%;
height: 100vh;
overflow: auto;
}
#profilePic {
position: relative;
overflow: hidden;
border: 0px;
border-radius: 50%;
display: inline-block;
margin: 0 auto;
margin-left: -25%;
margin-top: 8px;
width: auto;
height: 80%;
}
#blah {
width: 100vw;
height: 90px;
display: flex;
justify-content: center;
align-content: center;
}
.Me {
background-color: #010f94;
color: white;
padding: 2vw;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
text-align: right;
margin-bottom: 5vw;
}
.Me > span {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.Me > span > h4 {
margin-left: 2vw;
opacity: .85;
}
#chatbox > div:not(.Me) > span {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
#chatbox > div:not(.Me) > span > h4 {
margin-left: 2vw;
opacity: .85;
}
#chatbox > div:not(.Me) {
background-color: #F2A341;
color: #ffffff;
padding: 2vw;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
text-align: left;
margin-bottom: 5vw;
}