
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
body {
	font-family: "Jersey 10", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 6px;
	background-color: #ffe968;
}

.page {
	background-color: #ffe968;
}

.outer {
	width: 900px;
	height: 700px;
	border: 1px solid #000;
	padding: 6px;
	background-color: #ffe968;
	margin: auto;
}

.title {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
	background-image: url('img/2.png');
}

.site-title {
	font-family: 'Jersey 10', sans-serif;
	font-size: 30px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

.site-subtitle {
	text-align: center;
}

.banner-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 200px;
}


.banner {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 170px;
	background-image: url('img/banner7.png');
	background-size: cover;
	background-position: 20%;
}

.scroller {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 20px;
	background: #fff;
	margin-top: 6px;
	overflow: hidden;
}

.marquee {
	overflow: hidden;
	display: flex;
	line-height: 20px;
}

.marquee span{
	white-space: nowrap;
}

.left {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.menu {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background-image: url('img/4.png');
	background-color: black;
}

.friends {
	display: inline-block;
	vertical-align: top;
	padding: 24px;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	width: 200px;
	margin-top: 12px;
}

.friends a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}

.friends h2 {
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 2px dotted #FFF;
}

.small {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.main {
	border: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 490px;
	background: #FFF;
}

.main iframe {
	height: 100%;
	width: 100%;
}

.right {
	width: 186px;
	display: inline-block;
	vertical-align: top;
}

.profile {
	border: 1px solid #000;
	width: 186px;
	height: auto;
	background: #FFF;
	padding: 6px;
	box-sizing: border-box;	
}

.avatar {
	border: 1px solid #000;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('img/avvy.png');
}

.likes {
	border: 1px solid #000;
	width: 170px;
	height: 170px;
	margin-bottom: 12px;
	background-image: url('img/5.png');
}

.likes table {
	background: #FFF;
	margin: auto;
	margin-top: 22px;
}

.likes th {
	background: #000;
	color: #FFF;
	margin: auto;
	margin-top: 22px;
}

.menu a {
	border: 1px solid #FFF;
	height: 32px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	background: #FFF;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
}

.menu a:before {
	content: " ";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #000;
	border: 2px solid #FFF;
	position: absolute;
	left: -1px;
	top: -1px;
}

img {
	max-width: 100%;
}

h1 {
	background: #000;
	color: #FFF;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: -6px;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	letter-spacing: 2px;
	padding: 3px;
}

.width-50 {
	width: 50%;
}

th, td {
	padding: 6px 12px;
    vertical-align: top;
}

th {
	background: black;
	color: white;
}

/* Of course, for your convenience: */
:root {
  --body-fg-color: #222222;
  --body-bg-color: #f8f8f8;
  --sent-message-bubble-bg-color: #55DD33;
  --sent-message-bubble-fg-color: #111111;
  --sent-message-bubble-border-color: #55DD33;
  --recieved-message-bubble-bg-color: #DDDDDD;
  --recieved-message-bubble-fg-color: #111111;
  --recieved-message-bubble-border-color: #BBBBBB;
}
body {
  color: var(--body-fg-color);
  background: var(--body-bg-color);
}
.msgWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: visible;
  flex-wrap: wrap;
  padding: 5px;
}
.allMessages {
 border-radius: 10px;
 font-family: Arial;
 font-size: 12pt;
 max-width: calc(95% - 75px);
 padding: 10px;
 position: relative;
 border: solid 1px #000;
 filter: drop-shadow(0 2px 3px #AAA);
}
.msgWrapper + .msgWrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}
#emojiTrayToggle {
  height: 75%;
  aspect-ratio: 1;
  top: 12.5%;
  opacity: 0.5;
}
.allMessages.containsOnlyEmojis .emoji {
    height: 50px;
}
.allMessages.pm {
  padding-top: 26px;
}
.allMessages.pm:before {
  content: "[Private Message]";
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 16px;
  padding: 5px;
  width: calc(100% - 10px);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 8pt;
  font-weight: bold;
  color: #F33;
}
#timestamp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10pt;
  color: #AAA;
  width: 100%;
  margin: 5px;
}
.sent {
 background-color: var(--sent-message-bubble-bg-color);
 color: var(--sent-message-bubble-fg-color);
 border-color: var(--sent-message-bubble-border-color);
 box-shadow: 0 5px 3px #FFF inset, 0 -3px 3px rgba(0, 0, 0, 0.5) inset;
}
.sent:after {
 content: " ";
 background-color: inherit;
 height: 10px;
 width: 10px;
 position: absolute;
 right: -6px;
 bottom: 12px;
 transform: rotateZ(45deg);
 border-radius: 0 2px 0 0;
 border-right: solid 1px var(--sent-message-bubble-border-color);
 border-top: solid 1px var(--sent-message-bubble-border-color);
}
.msgWrapper:has(.sent){
  flex-direction: row-reverse;
}
/* Default Pfp below */
.msgWrapper:has(.sent, .recieved):before {
  content: " ";
  width: 40px;
  height: 40px;
  background-color: #FFF;
  background-image: url(/media/kick-account.png);
  background-size: 102% 102%;
  background-position: center;
  display: inline-block;
  float: right;
  margin: 2px;
  margin-left: 15px;
  border-radius: 50%;
  outline: solid 1px #AAA;
}
.msgWrapper:has(.allMessages[uid^='0']):before { background-color: #FF5733; } 
.msgWrapper:has(.allMessages[uid^='1']):before { background-color: #FFC107; } 
.msgWrapper:has(.allMessages[uid^='2']):before { background-color: #4CAF50; } 
.msgWrapper:has(.allMessages[uid^='3']):before { background-color: #2196F3; } 
.msgWrapper:has(.allMessages[uid^='4']):before { background-color: #9C27B0; } 
.msgWrapper:has(.allMessages[uid^='5']):before { background-color: #FF9800; } 
.msgWrapper:has(.allMessages[uid^='6']):before { background-color: #009688; } 
.msgWrapper:has(.allMessages[uid^='7']):before { background-color: #E91E63; } 
.msgWrapper:has(.allMessages[uid^='8']):before { background-color: #607D8B; } 
.msgWrapper:has(.allMessages[uid^='9']):before { background-color: #795548; } 
.msgWrapper:has(.allMessages[uid^='a']):before { background-color: #F4BB33; } 
.msgWrapper:has(.allMessages[uid^='b']):before { background-color: #FF4081; } 
.msgWrapper:has(.allMessages[uid^='c']):before { background-color: #00BCD4; } 
.msgWrapper:has(.allMessages[uid^='d']):before { background-color: #8BC34A; } 
.msgWrapper:has(.allMessages[uid^='e']):before { background-color: #673AB7; } 
.msgWrapper:has(.allMessages[uid^='f']):before { background-color: #FF5722; } 
.msgWrapper:has(.allMessages[uid^='g']):before { background-color: #4CAF50; } 
.msgWrapper:has(.allMessages[uid^='h']):before { background-color: #3F51B5; } 
.msgWrapper:has(.allMessages[uid^='i']):before { background-color: #CDDC39; } 
.msgWrapper:has(.allMessages[uid^='j']):before { background-color: #FFEB3B; } 
.msgWrapper:has(.allMessages[uid^='k']):before { background-color: #0097A7; } 
.msgWrapper:has(.allMessages[uid^='l']):before { background-color: #D81B60; } 
.msgWrapper:has(.allMessages[uid^='m']):before { background-color: #4DB6AC; } 
.msgWrapper:has(.allMessages[uid^='n']):before { background-color: #7B1FA2; } 
.msgWrapper:has(.allMessages[uid^='o']):before { background-color: #FBC02D; } 
.msgWrapper:has(.allMessages[uid^='p']):before { background-color: #0288D1; } 
.msgWrapper:has(.allMessages[uid^='q']):before { background-color: #689F38; } 
.msgWrapper:has(.allMessages[uid^='r']):before { background-color: #D32F2F; } 
.msgWrapper:has(.allMessages[uid^='s']):before { background-color: #1976D2; } 
.msgWrapper:has(.allMessages[uid^='t']):before { background-color: #388E3C; } 
.msgWrapper:has(.allMessages[uid^='u']):before { background-color: #F06292; } 
.msgWrapper:has(.allMessages[uid^='v']):before { background-color: #455A64; } 
.msgWrapper:has(.allMessages[uid^='w']):before { background-color: #F57C00; } 
.msgWrapper:has(.allMessages[uid^='x']):before { background-color: #26A69A; } 
.msgWrapper:has(.allMessages[uid^='y']):before { background-color: #AB47BC; } 
.msgWrapper:has(.allMessages[uid^='z']):before { background-color: #FFCA28; } 
.msgWrapper:has(.allMessages[uid^='A']):before { background-color: #FF6F61; } 
.msgWrapper:has(.allMessages[uid^='B']):before { background-color: #FFD700; } 
.msgWrapper:has(.allMessages[uid^='C']):before { background-color: #00E676; } 
.msgWrapper:has(.allMessages[uid^='D']):before { background-color: #0288D1; } 
.msgWrapper:has(.allMessages[uid^='E']):before { background-color: #8E24AA; } 
.msgWrapper:has(.allMessages[uid^='F']):before { background-color: #FF8A65; } 
.msgWrapper:has(.allMessages[uid^='G']):before { background-color: #26C6DA; } 
.msgWrapper:has(.allMessages[uid^='H']):before { background-color: #AD1457; } 
.msgWrapper:has(.allMessages[uid^='I']):before { background-color: #AEEA00; } 
.msgWrapper:has(.allMessages[uid^='J']):before { background-color: #FFAB00; } 
.msgWrapper:has(.allMessages[uid^='K']):before { background-color: #00ACC1; } 
.msgWrapper:has(.allMessages[uid^='L']):before { background-color: #EC407A; } 
.msgWrapper:has(.allMessages[uid^='M']):before { background-color: #26A69A; } 
.msgWrapper:has(.allMessages[uid^='N']):before { background-color: #5E35B1; } 
.msgWrapper:has(.allMessages[uid^='O']):before { background-color: #FFA726; } 
.msgWrapper:has(.allMessages[uid^='P']):before { background-color: #039BE5; } 
.msgWrapper:has(.allMessages[uid^='Q']):before { background-color: #7CB342; } 
.msgWrapper:has(.allMessages[uid^='R']):before { background-color: #C62828; } 
.msgWrapper:has(.allMessages[uid^='S']):before { background-color: #1565C0; } 
.msgWrapper:has(.allMessages[uid^='T']):before { background-color: #2E7D32; } 
.msgWrapper:has(.allMessages[uid^='U']):before { background-color: #F06292; } 
.msgWrapper:has(.allMessages[uid^='V']):before { background-color: #37474F; } 
.msgWrapper:has(.allMessages[uid^='W']):before { background-color: #EF6C00; } 
.msgWrapper:has(.allMessages[uid^='X']):before { background-color: #00897B; } 
.msgWrapper:has(.allMessages[uid^='Y']):before { background-color: #8E24AA; } 
.msgWrapper:has(.allMessages[uid^='Z']):before { background-color: #FFB300; }
.msgWrapper:has(.recieved):before {
  margin-left: 0;
  margin-right: 15px;
}
/* Custom Pfps below */
.msgWrapper:has(.allMessages[uid="kaW7woNk6lXjj2e8LxWDywo4LAG2"]):before {
  background-image: url(https://andrew-grider.com/media/me-min.png);
}
.msgWrapper:has(.allMessages[uid="qDQkWftkPIMyUDJppSHQTVJI6ex2"]):before {
  background-image: url(https://dexaroth.neocities.org/favicon.gif);
}
.recieved:after {
 content: " ";
 background-color: inherit;
 height: 10px;
 width: 10px;
 position: absolute;
 left: -5px;
 bottom: 12px;
 transform: rotateZ(45deg);
 border-radius: 4px;
 border-left: solid 1px var(--recieved-message-bubble-border-color);
 border-bottom: solid 1px var(--recieved-message-bubble-border-color);
}
.recieved {
 background-color: var(--recieved-message-bubble-bg-color);
 color: var(--recieved-message-bubble-fg-color);
 border-color: var(--recieved-message-bubble-border-color);
 box-shadow: 0 5px 3px #FFF inset, 0 -3px 3px rgba(0, 0, 0, 0.5) inset;
}
.recieved .senderInfo:has(.mod, .owner, .beta):after {
  filter: invert(100%) contrast(1.5);
}
blockquote {
 all: unset;
 font-family: monospace;
}
#background {
 background-color: var(--body-bg-color);
 scrollbar-color: #000 transparent;
 scrollbar-width: thin;
}
#textInput {
  padding: 3px;
  background: var(--body-bg-color) !important;
}
#input, #nameEntry {
 color: #111;
 background: #FFF;
 border: none;
 outline: none;
 border: solid 1px #AAA;
 box-sizing: border-box;
 border-radius: 3px;
}
#input:empty::before {
 content: "Type a message...";
 color: #777;
}
.badge {
  display: none;
}
.senderInfo:has(.mod, .owner, .beta):after {
 content: " ";
 height: 10pt;
 width: 10pt;
 background: transparent;
 border-radius: 50%;
 background-image: url(/media/verified.png);
 background-size: 100% 100%;
 margin-left: 5px;
 filter: contrast(1.5);
}
.senderInfo {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    font-style: italic;
    display: none;
    overflow: visible;
    font-size: 8pt;
    color: #AAA;
}
.senderInfo:before {
  content: "from";
  margin-right: 0.5em;
}
.allMessages:hover .senderInfo {
  display: block !important;
}
.devTag {
    display: none;
}
.senderInfo * {
 text-decoration: none;
}
#textInput {
 background-color: #FFF;
}
#top_banner {
  display: none;
}
#replyBanner {
  background-color: var(--sent-message-bubble-border-color);
  font-size: 10pt;
}
.msgBody a {
  color: inherit !important;
}
#settings {
  filter: invert(100%) drop-shadow(0 0 2px #000);
} 
#settingsMenu hr {
  height: 2px;
  width: 100%;
  margin: auto;
  background-color: #AAA;
  border: none;
}
#is_typing {
  display: none !important;
}
.pinned {
 position: sticky;
 top: 0;
 
 z-index: 2;
 border-radius: 5px;
 overflow: hidden;
 cursor: default;
}
.pinned:before {
    all: unset !important;
}
.pinned > .allMessages {
    box-shadow: 0 0 3px #000;
    width: 100%;
    transition: opacity 250ms ease;
}
.pinned:hover > .allMessages {
    opacity: 0.25;
}
.pinned > .allMessages::after {
    display: none;
}
.pinned:after {
 display: inline-block;
 position: absolute;
 right: 2px;
 top: 2px;
 content: "📌";
}