Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 60 additions & 46 deletions chat-styles.css
Original file line number Diff line number Diff line change
@@ -1,74 +1,88 @@
#chat_container::before {
content: "START CHATTING";
font-style: italic;
color: #c1c1c1;
font-weight: 500;
content: "START CHATTING";
font-style: italic;
color: #c1c1c1;
font-weight: 500;
}

#chat_container {
font-family: "Roboto";
font-weight: 400;
background: rgba(0, 0, 0, 0.65);
padding: 32px;
margin: 16px;
box-sizing: border-box;
margin-top: 0px;
display: flex;
flex-direction: column;
justify-content: flex-end;
max-height: 250px;
width: fit-content;
max-width: 1950px;
font-family: "Roboto";
font-weight: 400;
background: rgba(0, 0, 0, 0.65);
padding: 32px;
margin: 16px;
box-sizing: border-box;
margin-top: 0px;
display: flex;
flex-direction: column;
justify-content: flex-end;
max-height: 800px;
width: fit-content;
max-width: 1950px;

border-style: solid;
border-width: 12px;
border-image: radial-gradient(
circle,
rgba(255, 214, 0, 1) 12%,
rgba(254, 6, 114, 1) 64%,
rgba(255, 98, 46, 1) 100%
)
1;
border-style: solid;
border-width: 12px;
border-image: radial-gradient(
circle,
rgba(255, 214, 0, 1) 12%,
rgba(254, 6, 114, 1) 64%,
rgba(255, 98, 46, 1) 100%
)
1;
}

div[data-nick="nordicaussie"] .nick::before {
content: " King ";
color: green;
content: " King ";
color: green;
}
div[data-nick="nordicaussie"] .message {
color: royalblue;
color: royalblue;
}
div[data-nick="wspuh"] .nick::before {
content: " Slayyyve ";
color: pink;
content: " Slayyyve ";
color: pink;
}
div[data-nick="dankd0sh"] .nick::after {
content: " from the area ";
color: lightslategray;
content: " from the area";
color: lightslategray;
}
div[data-nick="vk0y"] .nick::before {
content: " Grumpy ";
content: " Furry ";
color: cyan;
}
div[data-nick="cairoxo"] .nick::before {
content: " Furry ";
content: " Furry ";
color: cyan;
}
div[data-nick="babytrishaj"] .nick::before {
content: " Gym bro ";
color: cornflowerblue;
content: " Gym bro ";
color: cornflowerblue;
}
div[data-nick="lilkasian"] .nick::before {
content: " American Girl ";
color: cyan;
content: " American Girl ";
color: cyan;
}
div[data-nick="lulubaee"] .nick::before {
content: " ";
color: deeppink;
content: " Priv ";
color: deeppink;
}
div[data-nick="mildnights"] .nick::before {
content: " FED ";
color: dodgerblue;
content: " FED ";
color: dodgerblue;
}
div[data-nick="mildnights"] .nick::before {
content: " FED ";
color: dodgerblue;
div[data-nick="tntrinh"] .nick::before {
content: " Smoger ";
color: antiquewhite;
}
div[data-nick="lourdes_ttv"] .nick::before {
content: " Retired Streamer ";
color: darkcyan;
}
div[data-nick="simchiii"] .nick::before {
content: " Farmer ";
color: firebrick;
}
div[data-nick="babytrishaj"] .nick::before {
content: " Swole ";
color: mediumspringgreen;
}
10 changes: 5 additions & 5 deletions starting-screen/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ body {
align-items: center;
}
.twitter-logo {
width: 30px;
height: 30px;
width: 40px;
height: 40px;
fill: rgb(50, 50, 50);
}
.speech-bubble {
Expand All @@ -116,7 +116,7 @@ body {
vertical-align: top;
border-radius: 0.4em;
padding: 3px 0px;
width: 40px;
width: 50px;
}
.speech-bubble:after {
border: 6px solid transparent;
Expand All @@ -131,8 +131,8 @@ body {
}
.twitter-qr {
margin-top: 0px;
width: 50px;
height: 50px;
width: 75px;
height: 75px;
color: white;
justify-content: flex-end;
border: 2px solid white;
Expand Down