GeorgiosIoannouCoder
commited on
Commit
•
dcfc540
1
Parent(s):
313f9b5
Upload 6 files
Browse files- static/ai1.png +0 -0
- static/ai2.png +0 -0
- static/ctp.png +0 -0
- static/man.png +0 -0
- static/styles/styles.css +46 -0
- static/woman.png +0 -0
static/ai1.png
ADDED
static/ai2.png
ADDED
static/ctp.png
ADDED
static/man.png
ADDED
static/styles/styles.css
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#MainMenu {
|
2 |
+
visibility: hidden;
|
3 |
+
}
|
4 |
+
|
5 |
+
footer {
|
6 |
+
visibility: hidden;
|
7 |
+
}
|
8 |
+
|
9 |
+
header {
|
10 |
+
visibility: hidden;
|
11 |
+
}
|
12 |
+
|
13 |
+
|
14 |
+
.chat-row {
|
15 |
+
display: flex;
|
16 |
+
margin: 5px;
|
17 |
+
width: 100%;
|
18 |
+
}
|
19 |
+
|
20 |
+
.row-reverse {
|
21 |
+
flex-direction: row-reverse;
|
22 |
+
}
|
23 |
+
|
24 |
+
.chat-bubble {
|
25 |
+
font-family: "Source Sans Pro", sans-serif, "Segoe UI", "Roboto", sans-serif;
|
26 |
+
border: 1px solid transparent;
|
27 |
+
padding: 5px 10px;
|
28 |
+
margin: 0px 7px;
|
29 |
+
max-width: 70%;
|
30 |
+
}
|
31 |
+
|
32 |
+
.ai-bubble {
|
33 |
+
background: linear-gradient(135deg, rgb(247, 136, 247) 0%, rgb(249, 71, 210) 100%);
|
34 |
+
color: white;
|
35 |
+
border-radius: 10px;
|
36 |
+
}
|
37 |
+
|
38 |
+
.human-bubble {
|
39 |
+
background: linear-gradient(135deg, rgb(0, 178, 255) 0%, rgb(0, 106, 255) 100%);
|
40 |
+
color: white;
|
41 |
+
border-radius: 20px;
|
42 |
+
}
|
43 |
+
|
44 |
+
.chat-icon {
|
45 |
+
border-radius: 5px;
|
46 |
+
}
|
static/woman.png
ADDED