Portfolio
  • Home
  • About
.forum {

}

.breadcrumbs {
	background-color: #222831;
	padding: 5px 5px;
	margin-bottom: 15px;
	--display: block;

	color: white;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.breadcrumbs a {
	
}

.breadcrumbs a:link, a:visited {
	color: white;
	text-decoration: none;
}

.breadcrumbs a:hover, a:active {
	color: #f05454;
}

.breadcrumbs form {
	--border: 1px solid blue;
	float: right;
}

.require {
    color: #666;
}
label small {
    color: #999;
    font-weight: normal;
}

.createpost {

}

.ThreadPost {
	--border: 1px solid blue;
	min-height: 600px;
}

.ThreadPost #border {
	--border: 1px solid white;
	min-height: 600px;
}

.ThreadPost #messageboard {
	--border: 1px solid green;
	height: 100%;

}

.ThreadPost #messageboard #userinfo {
	--border: 1px solid blue;
	min-height: 150px;
	background-color: rgb(245, 245, 245);
	margin-bottom: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ThreadPost #messageboard #userinfo #avatar {
	width: 100%;
	border: 10px solid white;
}

.ThreadPost #messageboard #userinfo #username {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding-top: 20px;
	color: black;
}

.ThreadPost #messageboard #userinfo #username a {
	color: black;
}

.ThreadPost #messageboard #userinfo #username a:link, a:visited {
	
	text-decoration: none;
}

.ThreadPost #messageboard #userinfo #username a:hover, a:active {
	color: #f05454;
}

.ThreadPost #messageboard #userinfo #divider {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.ThreadPost #messageboard #userinfo p {
	text-align: center;
	margin: 0;
}

.ThreadPost #messageboard #message {
	--border: 1px solid white;
	height: 100%;
	--background-color: rgb(245, 245, 245);
	--box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

@media (min-width: 992px) {
	.ThreadPost #messageboard #userinfo {
		--border: 1px solid blue;
		height: 600px;
		margin-right: 5px;
	}
	.ThreadPost #messageboard #message{
		--border: 1px solid white;
		height: 100%;
	}
}

.ThreadPost #messageboard #message #header{
	--border: 1px solid green;
	display: flex;
	background-color: rgb(245, 245, 245);
	overflow: none;
	height: 10%;
}

.ThreadPost #messageboard #message #header #title {
	--border: 1px solid yellow;
	width: 100%;
	text-align: center;
	text-decoration: underline;
	font-weight: 500;
	font-size: 23px;
}

.ThreadPost #messageboard #message #actiontab {
	background-color: rgb(245, 245, 245);
}

.ThreadPost #messageboard #message #actiontab #borderab {

}

@media (min-width: 992px) {

	.ThreadPost #messageboard #message #actiontab {
		--border: 1px solid black;
		width: 100%;
		
		position: relative;
	}

	.ThreadPost #messageboard #message #actiontab #borderab {
		--border: 1px solid blue;
		position: absolute;    
		right: 0;

		
	}

}

.ThreadPost #messageboard #message #actiontab #borderab input {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    width: 32px;
    height: 32px;	
}

.ThreadPost #messageboard #message #actiontab #borderab #removefromhomepage {
    background-image: url(../images/forum/home_button_active.png);
}

.ThreadPost #messageboard #message #actiontab #borderab #addtohomepage {
    background-image: url(../images/forum/home_button.png);
}

.ThreadPost #messageboard #message #actiontab #borderab #editpost {
	background-image: url(../images/forum/edit.png);
}

.ThreadPost #messageboard #message #actiontab #borderab #deletepost {
	background-image: url(../images/forum/delete.png);
}

.ThreadPost #messageboard #message #content{
	--border: 1px solid green;
	height: 90%;
	overflow: none;
	background-color: rgb(245, 245, 245);
	padding: 10px;
}

.forum #category {
	--border: 1px solid black ;
	background-color: #222831;
	height: 50px;

	color: white;

	margin-top: 10px;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.forum #topic {
	border: 1px solid black;
	width: 100%;
	display: flex;
	height: 75px;
	background-color: white;--#30475e;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.forum #topic a {
	color: black;
}

.topicpost {
	--border: 1px solid blue;
	height: 75px;
	background-color: white;--#30475e;


	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.topicpost a {
	color: black;
}

.topicpost #post {

}


.topicpost #description {

}

.forum #topic a:link, a:visited {
	
	text-decoration: none;
}

.forum #topic a:hover, a:active {
	color: #f05454;
}

.forum #topic #name {
	--border: 1px solid black;
	width: 40%;
}

.forum #topic #posts {
	--border: 1px solid black;
	width: 10%;
	display: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.forum #topic #comments {
	--border: 1px solid black;
	width: 10%;
	display: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.forum #topic #latest {
	--border: 1px solid black;
	width: 40%;
	display: none;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 992px) {
	.forum #topic #name {
		--border: 1px solid black;
		width: 40%;
	}

	.forum #topic #posts {
		--border: 1px solid black;
		width: 10%;
		display: block;
	}

	.forum #topic #comments {
		--border: 1px solid black;
		width: 10%;
		display: block;
	}

	.forum #topic #border {
		--display: flex;
		height: 100%;
		--border: 1px solid black;
	}

	.forum #topic #posts #info, #comments #info {
		width: 100%;
		height: 50%;
		--border: 1px solid blue;
		text-align: center;
	}

	.forum #topic #posts #amount, #comments #amount {
		width: 100%;
		height: 50%;
		--border: 1px solid blue;
		text-align: center;
	}

	.forum #topic #name #info {
		width: 100%;
		height: 100%;
		--border: 1px solid green;
		text-align: center;
		line-height: 65px;
	}

	.forum #topic #latest {
		--border: 1px solid black;
		display: block;

	}

	.forum #topic #latest #border {
		width: 100%;
		height: 100%;
		--border: 1px solid orange;
	}

	.forum #topic #latest #border #avatarimage {
		--border: 1px solid blue;	
		display: inline-block;
		height: 100%;
		width: 10%;
		margin: 0 10px;
	}

	.forum #topic #latest #border #avatarimage img {
		width: 50px;
		height: 50px;
		border-radius: 100%;
	}

	.forum #topic #latest #border #latestinfo {
		height: 100%;
		width: 90%;
		display: inline-block;
		--border: 1px solid green; 
		--padding: 10px 0;
	}

	.forum #topic #latest #border #latestinfo #info {

	}

	.forum #topic #latest #border #latestinfo #description {

	}
}

.sidebar {
	
}

.sidebar #header {
	width: 100%;
	height: 50px;
	background-color: #222831;
	color: white;
	text-align: center;
	
}

.sidebar #header p {
	--border: 1px solid white;
	--height: 100%;
	margin: auto;transform: translateY(50%);
}

.sidebar #content {
	width: 100%;
	min-height: 100px;
	background-color: #30475e;
}

@media (max-width: 992px) {
	.sidebar #membersonline {
		margin-top: 20px;
	}
}

.sidebar #membersonline {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.sidebar #latestposts {
	margin-top: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidebar #latestposts #content #post {
	--border: 1px solid blue;
	box-shadow: 1px 1px inset;
	width: 100%;
	height: 100px;
	display: flex;
}

.sidebar #latestposts #content #post #avatarimage {
	margin: auto 10px;

}

.sidebar #latestposts #content #post #avatarimage img {
	width: 50px;
	--border: 1px solid white;
	border-radius: 100%;
}

.sidebar #latestposts #content #post #infoDiv {
	--border: 1px solid cyan;
	width: 100%;
	height: 100%;

	margin: 0 5px;
}

.sidebar #latestposts #content #post #infoDiv #title {
	font-size: 20px;
	height: 70%;color: white;

	--border: 1px solid green;
	overflow: none;
}

.sidebar #latestposts #content #post #infoDiv #name {
	--border: 1px solid white;
	text-align: right;
	height: 30%;
	width: 100%;
	color: white;

}

.sidebar #statistics {
	margin-top: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: white;
}

.sidebar #statistics #content #users, #topics, #posts, #comments, #latestuser {
	--border: 1px solid white;
	display: flex;
	width: 100%;
	padding: 2px 10px;
}

.sidebar #statistics #info {
	--border: 1px solid blue;
	text-align: left;
	display: inline;
	width: 50%;
}

.sidebar #statistics #value {
	--border: 1px solid blue;
	text-align: right;
	display: inline;
	width: 50%;
}

.threadcomments {
	--border: 1px solid black;
	
	background-color: rgb(245, 245, 245);
}

.threadcomments #commentbox {
	--box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 25px;
	display: block;
	padding: 20px 10px;
}

.threadcomments #commentbox textarea {
	width: 100%;
	resize: none;
	--display: block;
	--margin: auto;
}

.threadcomments #commentbox input {

}

.threadcomments #usercomments {
	--box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	--margin: 10px 0;
	padding: 0 10px;
}

.threadcomments #usercomments #comments {
	display: flex;
	--border: 1px solid blue;
	margin-bottom: 25px;
}

.threadcomments #usercomments #comments #avatar {
	--border: 1px solid black;
	width: 10%;
}
.threadcomments #usercomments #comments #avatar img {
	width: 100%;
	border-radius: 100%;
}

.threadcomments #usercomments #comments #messagebox {
	--border: 1px solid black;
	width: 90%;
	margin-left: 20px;
}

.threadcomments #usercomments #comments #messagebox #name {
	font-weight: 500;
}

.threadcomments #usercomments #comments #messagebox #message {

}

.threadcomments #commentbox #replybox {
	border: 1px solid blue;
	width: 100%;
	height: 25px;
	display: flex;
}

.threadcomments #commentbox #replybox #replytab {
	background-color: lightgray;
	padding: 0 5px;
	cursor: pointer;
}
/* --- GLOBALS --- */

.container-fluid {
    padding: 0;
    margin-right:auto;
    margin-left:auto;
   	overflow: hidden;
 }

.row {
	margin: 0;
}

body {
	width: 100%;
	margin: 0;
}

.content {
	padding: 30px 20px;
	--height: 500px;
	min-height: 700px;
}


/* --- BANNER --- */

.banner-container {
	--border: 1px hidden white;
	padding: 80px;

	height: 70%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.banner-container-inner {
	text-align: center;
	width: 100%;
	color: #f05454;
	height: auto;
}

 .banner-container-inner h1 {
 	font-size: 8vw;
 	font-family: "Shadows into Light", sans-serif;
 }

 .banner-container-inner h2 {
 	margin-top: 0px;
 	font-family: "Source Sans Pro", sans-serif;
 	font-size: 3.5vw;
 	text-align: center;
 	font-weight: 100;
 }

 .banner-container-inner a {
 	margin-top: 20px;
 	font-size: 1.3em;
 	font-family: "Source Sans Pro", sans-serif;

 }

 .banner-container-inner .btn {
 	display: inline-block;
 	width: 200px;
 	font-weight: bold;
 	padding: 10px;
 	color: #f05454;
 	border: 4px solid #fff;
 	text-align: center;
 	outline: none;
 	text-decoration: none;
 	transition: background-color 0.2s ease-out, color 0.2s ease-out;
 }

 .banner-container-inner .btn:hover,.btn:active {
 	background-color: #fff;
 	color: #000;
 	transition: background-color 0.3s ease-in, color 0.3s ease-in;
 }

 /* -- CONTENT -- */

 content {
 	padding: 0 100px;
 }

/* --- FOOTER --- */

footer {
	color: white;
}

footer a, a:hover {
	text-decoration: none;
	color: white;
}

footer hr {
	background-color: rgb(111, 69, 229);
}

.footer-copyright {
	background-color: rgb(22, 28, 39);
}

.loginform {
	background-color: #30475e;
	border-radius: 5px;
	margin: auto;
	padding: 5px;
}

.loginform form {

}


.loginform #signinlabel {
	width: 100%;
	--text-align: left;
	font-size: 50px;
	color: white;
}


.loginErrorMessage {
	background-color: rgb(250, 50, 50, 100);
	
	margin-bottom: 10px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 1px;
	color: white;
}

.fplink {
	padding-bottom: 10px;
}

.fplink a {
	color: rgb(245, 245, 245);
}

.fplink a:hover {
	text-decoration: none;
	color: white;
}

.navbar {
	position: relative;
}

@media (min-width: 992px) {
	.navbar-right {
		position: absolute;
		right: 10px;
	}
}

.welcomemessage {
	background-color: white;
	padding-left: 5px;
	line-height: 50px;
	font-weight: 600;
}

.icon-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #f05454;
  color: white;
  min-width: 50px;
  text-align: center;

}

.icon-field {
  width: 100%;
  padding: 15px;
  outline: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], textarea {
outline: none;
box-shadow: .5px 0px #f05454 !important;
border:1px solid #f05454 !important;
border-radius: 0px 10px 10px 0px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #f05454 !important;
    outline: none;
    border: none;
}

.btn-primary:hover {
	background-color: #ba5454 !important;
}

.rememberme {

}

.remembermeinput {

}

.remembermelabel {
	color: white;
}

.dropdown-user-menu-item {
	display: inline-block;
}

.dropdown-user-menu-item #avatar{
	width: 32px;
	height: 32px;
	border-radius: 50%;

}

.dropdown-user-menu-item p {
	padding-left: 5px;
	display: inline-block;
}

.dropdown-user .dropdown-menu {
	margin-top: -10px;
}

.noselect {
user-drag: none; 
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
pointer-events: none;
}

/* MAIN PAGE */

.board {
	min-height: 500px;
	border: 1px solid white;
	margin: 20px 0;

	background-color: white;
}

.board #mainpanel {
	width: 100%;
	height: 100%;
	--border: 1px solid black;

	--background-color: white;
}

.board #mainpanel #content #post {
	border: 1px solid lightgray;
	border-radius: 1%;
	width: 100%;
	margin: 20px 0;

}

.board #mainpanel #post #header {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid lightgray;
	white-space: wrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    background-color: #222831;
}

.board #mainpanel #post #header p {
	--border: 1px solid black;
	height: 100%;
	line-height: 40px;
	padding-left: 5px;
	color: white;
}

.board #mainpanel #post #content {
	width: 100%;
	max-height: 450px;
	--border: 1px solid green;
	white-space: wrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;

    background-color: rgb(250,250,250);
}

.board #mainpanel #post #content #creading {
	position: absolute;
	--border: 1px solid black;
	right: 5px;
	bottom: 5px;
}

.board #mainpanel #post #content #creading a {
	--color: black;
}

.board #mainpanel #post #content #creading a:link, a:visited {
	text-decoration: none;
}

.board #mainpanel #post #content #creading a:hover, a:active {
	--color: #f05454;
	color: white;
}

.board #mainpanel #post #footer {
	width: 100%;
	height: 30px;
	border-top: 1px solid lightgray;
	display: flex;

	background-color: rgb(240,240,240);
}

.board #mainpanel #post #footer #accountName {
	--border: 1px solid green;
	width: 50%;
	display: block;
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;

}

.board #mainpanel #post #footer #accountName a {
	color: black;
}

.board #mainpanel #post #footer #accountName a:link, a:visited {
	text-decoration: none;
}

.board #mainpanel #post #footer #accountName a:hover, a:active {
	color: #f05454;
}

.board #mainpanel #post #footer #comments {
	--border: 1px solid orange;
	width: 50%;
	display: block;
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align: right;
}

.board #sidepanel {
	width: 100%;
	height: 100%;
	--border: 1px solid blue;

	--background-color: white;
}

.board #latestpost {
	margin: 20px 0;
	border: 1px solid lightgray;
}

.board #latestpost #avatarimage {
	--border: 1px solid blue;
	margin: auto 2px;
}

.board #latestpost #avatarimage img {
	width: 50px;
	border-radius: 100%;
}

.board #latestpost #header {
	font-size: 25px;
	background-color: #222831;
	color: white;
	height: 45px;
	line-height: 40px;
	padding-left: 5px;
}

.board #latestpost #post {
	border-bottom: 1px solid lightgray;
	color: black;
	display: flex;
}

.board #latestpost #post #infoDiv {
	width: 100%;
}

.board #latestpost #post #infoDiv a {
	color: black;
}

.board #latestpost #post #infoDiv #title {
	height: 50px;

}

.board #latestpost #post #infoDiv #name {
	text-align: right;
	--border: 1px solid green;
	--display: block;
}

.board #serverlist {
	border: 1px solid black;
	width: 100%;
	height: 200px;
	margin: 10px auto;
	display: flex;
}

.board #serverlist #leftarrow {
	width: 20%;
	height: 100%;
	border: 1px solid blue;
}

.board #serverlist #rightarrow {
	width: 20%;
	height: 100%;
	border: 1px solid blue;
}

.board #serverlist #server {
	width: 60%;
	height: 100%;
	border: 1px solid green;
}

@media (min-width: 992px) {
	.board #serverlist {
		border: 1px solid black;
		width: 50%;
		height: 250px;
		margin: 10px auto;
		display: flex;
	}
}

.board #slide {
	display: none;
}

.board #slide #discord {
	background-color: #7289da;
	width: 100%;
	height: 100%;
	display: block;
}

.board #slide #discord #image {
	--border: 1px solid yellow;
	width: 100%;
	height: 100px;
	display: flex;
}

.board #slide #discord img {
	overflow: none;
	width: 200px;
	height: 100px;
	--border: 1px solid orange;
	margin: 0 auto;

}

.board #slide #discord #playercount {
	--border: 1px solid green;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: 500;
}

.board #slide #discord #button {
	--border: 1px solid green;
	text-align: center;
	margin-top: 20px;

}

.board #slide #discord #button a {
	height: 50px;
	line-height: 35px;
	color: white;
	cursor: pointer;
}






/* NEW INDEX PAGE CSS */
/*
.content {
	margin: 0;
	padding: 0;
}

.mainpage {
	border: 1px solid orange;
}

.mainpage #about, #topservers, #topposts {
	width: 100%;
	height: 100vh;
	background-color: green;
}

.mainpage #about {
	--border: 1px solid green;
}*/
.pcontent {	
	min-height: 1000px;
}

.profilebanner {
	background-image: url('../images/banner.jpg');
	border: 10px solid white;
		--border: 1px hidden white;
	padding: 80px;

	height: 20em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;

}

.profileavatar {
	position: absolute;
	border: 15px solid white;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	bottom: -25%;
	--left: 35%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	--background-color: gray;
	
}

.profileavatar img {
	background-size: cover;
	width: 100%;
	height: 100%;
	border-radius: 50%;

}

.profileavatar img.resize {
    
}

@media (min-width: 992px) {
	.profilebanner {
		border: 15px solid white;
	}

	.profileavatar {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		height: 200px;
		bottom: -35%;
	}
}

.profilecontent {
	margin-top: 10em;
}

.profilecontent .container {
	--border: 1px solid blue;
	max-width: 80%;
}

.profilecontent .container .row{
	--border: 1px solid red;
}

.profilecontent .container .col-md-4 {
	--border: 1px solid orange;
	text-align: center;
}

.profilecontent .container .col-md-8 {
	--border: 1px solid green;
	text-align: center;
}

.profilecontent .tag {
	font-size: 30px;
	font-weight: 500;
}

.followblock form{
	display: inline-block;
	
}

.followfollowingcount p{
	padding-top:10px;
	display: inline-block;
}

.profile-posts-container {
	width: 100%;
	height: 100%;
}

.profile-posts-container header {
	background-color: white;
}

/*
.profile-editform {
	--border: 1px solid black;
	text-align: center;
	width: 60%;
	margin: auto;
	margin-top: 50px;
}
*/
/*
.profile-editform form {
	display: inline-block;
	margin: 0;
}
*/
/*
.profile-editform form label {
	border: 1px solid black;
	display: inline-block;
	margin-right: 5px;
	height: 100%;
}
*/

.profile-editform {
	width: 90%;
	text-align: center;
	margin: 50px auto;
}

.profile-editform #biography, #avatar, #banner {
	--border: 1px solid black;
	display: inline-block;
	width: 100%;

}

.profile-editform #avatar label, #banner label{
	--border: 1px solid black;
	display: block;
}

.profile-editform #avatar #avatarupload, #banner #bannerupload{
	--border: 1px solid black;
	display: block;
	margin: 0 auto;
	width: 80%;
}

.profile-editform #avatar .btn, #banner .btn{
	--border: 1px solid black;
	display: block;
	float: right;
}

.profile-editform #biography label {
	--border: 1px solid black;
	display: inline-block;
}

.profile-editform #biography textarea {
	margin: auto;
	display: inline-block;
}

.profile-editform #biography input {
	--border: 1px solid black;
	display: inline-block;
	float: right;
}

@media (min-width: 992px) {
	.profile-editform {
		width: 40%;
	}
}

.profile-posts-container {
	padding: 20px;
	--background-color: orange;
	display: block;
}

.profile-posts-container form {
	--border: 1px solid blue;
}

.profile-posts-container textarea {
	font-size: 1.5em;
 	font-family: "Shadows into Light", sans-serif;
}

.profile-posts-container #button {
	display: block;
	float: right;

}

.profile-posts {
	--border: 1px solid blue;
	margin: 100px 0;
}

.profile-posts .userpost {
	--border: 1px solid blue;
	background-color: lightgray;
	margin: 5px 0;
	padding: 5px 10px;
	--display: block;

}

.profile-posts .userpost #postdate {
	--border: 1px solid blue;
	--display: block;
	text-align: left;
	font-style: italic;
	font-weight: 500;
}

.profile-posts .userpost #username {
	text-align: right;
	font-style: italic;
	font-weight: 500;
}

.profile-posts .userpost #username img {
	width: 32px;
	height: 32px;
	--border-radius: 50%;
}

.profile-posts .userpost #message {
	padding: 20px 0;
	font-size: 1.2em;
 	font-family: "Shadows into Light", sans-serif;
}
© 2021 Copyright: scottsportfolio