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
body {
background-color: white;
font-family: 'Roboto', sans-serif;
text-align: center;
margin: 0px;
max-height: 100vh;
overflow: hidden;
}
.top{
background: #324988;
color: white;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 19vh;
z-index: 6;
font-family: 'Montserrat', sans-serif;
}
.top h1{
justify-content: center;
font-size: 20px;
text-align: left;
margin-left: 6%;
width: 90vw;
}
#flexTop{
display: flex;
align-items: center;
padding-top: 10px;
}
.smallImage{
width: 60px;
height: 60px;
border-radius: 50%;
margin-right: 10px;
margin-left: 20px;
}
h3 {
font-size: 18px;
text-align: left;
}
h3#status{
margin: 0px;
margin-left: 6%;
margin-right: 6%;
font-size: 16px;
text-align: left;
}
.middle{
background-color: #b8cbff;
margin: 0px;
padding: 15px 0px;
display: flex;
justify-content: space-around;
border: 0px;
align-items: center;
position: fixed;
top: 20px;
left: 20;
z-index: 6;
width: 100vw;
height: .5vh;
margin-top: 15vh;
font-family: 'Montserrat', sans-serif;
}
.middle h3{
color: #324988;
}
#chatBox{
width: 100%;
position: absolute;
bottom: 9vh;
top: 20.7vh;
right: 0px;
left: 0px;
background: white;
overflow: scroll;
overflow-y: auto;
}
.small span{
font-size: 18px;
}
#chatBox p{
text-align: left;
margin: 30px 6% 5px 7%;
margin-right: 10px;
margin-left: 7%;
color: #6c7786;
font-size: 14px;
}
#chatBox h4{
text-align: left;
margin: 0px 6% 30px 6%;
padding: 12px 15px;
background-color: #dde3eb;
text-decoration: none;
font-weight: normal;
border-radius: 10px;
color: #2a323d;
}
/* Desktop style for the header*/
@media screen and (min-width: 700px){
.top h1{
font-size: 32px;
width: 850px;
margin-top: 0px;
margin-bottom: 0px;
display: inline-block;
margin-left: 95px;
text-align: center;
}
.top{
background: #324988;
color: white;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 19vh;
z-index: 6;
}
#flexTop{
margin-top: 0px;
justify-content: space-around;
padding-top: 15px;
}
.smallImage{
width: 75px;
height: 75px;
margin-right: 6%;
}
h3 {
font-size: 18px;
}
h3#status{
text-align: center;
}
.middle{
background-color: #b8cbff;
margin: 0px;
padding: 15px 0px;
display: flex;
justify-content: space-around;
border: 0px;
align-items: center;
position: fixed;
top: 20px;
left: 20;
z-index: 6;
width: 100vw;
height: 1vh;
margin-top: 14vh;
}
#chatBox{
width: 100%;
position: absolute;
bottom: 9vh;
top: 20vh;
right: 0px;
left: 0px;
background: white;
overflow: scroll;
overflow-y: auto;
}
.small span{
font-size: 18px;
}
}
input{
width: 75%;
height: 50px;
padding: 0 20px;
margin-left: 6%;
border: 0px;
border-radius: 10px;
font-size: 16px;
}
#send-button{
height: 50px;
width: 20%;
margin: 0% 6%;
background-color: #b8cbff;
border: 0px;
border-radius: 10px;
color: #233054;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
}
#send-button:hover{
background-color: #233054;
color: white;
cursor: pointer;
}
input ::placeholder{
font-size: 16px;
}
.bottom{
position: fixed;
bottom: 0;
left: 0;
padding: 20px 0;
background-color: #324988;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 5vh;
}
/* For profile page */
.profile-top{
background-color: #324988;
color: white;
display: flex;
justify-content: space-around;
align-items: center;
height: 13vh;
margin: 0 auto;
width: 100%;
font-family: 'Montserrat', sans-serif;
}
#ignore{
opacity: 0;
}
.profile-top h1{
font-size: 24px;
margin-right: 35px;
}
#backHome, #backToProfile{
color: white;
font-size: 60px;
padding: 0 10px 0 10px;
border-radius: 10px;
text-decoration: none;
}
#backHome:hover, #backToProfile:hover{
background-color: #b8cbff;
color: #324988;
font-size: 60px;
padding: 0 10px 0 10px;
border-radius: 10px;
text-decoration: none;
}
.largeImage{
height: 180px;
width: 180px;
border-radius: 50%;
margin-top: 4vh;
margin-bottom: 3vh;
}
.profile-info{
margin: 0 6% 0 6%;
color: #2a323d;
}
.profile-info h1{
margin-top: 0;
margin-bottom: 3vh;
font-family: 'Montserrat', sans-serif;
}
.profileStatus h3{
padding-bottom: 4.5vh;
border-bottom: 1px solid #2a323d;;
text-align: center;
width: 100%;
font-family: 'Montserrat', sans-serif;
}
#editProfile{
margin: 4.5vh 0 4.5vh 0;
}
#editProfile, #logout, #profileSaveInput{
background-color: #324988;
color: white;
border: none;
padding: 14px;
font-size: 20px;
border-radius: 10px;
text-decoration: none;
width: 100%;
font-family: 'Montserrat', sans-serif;
}
#editProfile:hover, #logout:hover, #profileSaveInput:hover{
background-color: #b8cbff;
color: #233054;
cursor: pointer;
}
/* Desktop style for the header*/
@media screen and (min-width: 700px){
.profile-top{
height: 16vh;
}
.profile-top h1{
margin-right: 50px;
font-size: 32px;
}
#backHome, #backToProfile{
font-size: 80px;
}
#backHome:hover, #backToProfile:hover{
font-size: 73px;
}
.largeImage{
height: 250px;
width: 250px;
}
#editProfile, #logout, #profileSaveInput{
width: 615px;
}
.profileStatus{
width: 615px;
margin: 0 auto;
}
}
/* For edit profile page */
p #usernameInput, p #statusInput{
border-bottom: 1px solid #233054;
border-radius: 0px;
padding: 12px 20px;
width: 90%;
margin-top: 4.5vh;
margin-left: 0;
font-family: 'Montserrat', sans-serif;
}
p #profilePicInput{
border-bottom: 1px solid #233054;
border-radius: 0px;
margin-top: 4.5vh;
width: 90%;
margin-left: 0;
padding-top: 23px;
font-family: 'Montserrat', sans-serif;
}
.profileMargin{
margin-left: 6%;
margin-right: 6%;
}
.profileInputs{
margin: 0 auto;
width: 100%;
}
#file-upload-button{
background-color: pink;
}
#profileSaveInput{
background-color: #324988;
color: white;
border: none;
padding: 14px;
border-radius: 10px;
text-decoration: none;
margin-top: 4.5vh;
margin-bottom: 2.5vh;
}
#profileSaveInput:hover{
background-color: #b8cbff;
color: #233054;
cursor: pointer;
}
#showText{
font-size: 18px;
font-family: 'Montserrat', sans-serif;
color: #2b323d;
}
/* Desktop style for the header*/
@media screen and (min-width: 700px){
.profileInputs{
width: 615px;
}
}