-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (91 loc) · 1.82 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
font-family: 'Noto Sans', sans-serif;
background-color: #EEEEEE;
}
h1 {
background-color: #6C6CCC;
color: White;
font-size: 2em;
margin: 0;
}
.giphy{
}
.chatbox-parent{
width: 60%;
margin-left: 300px;
margin-top: 150px;
border: 2px grey ;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#chatbox {
margin-left: 80px;
width: 40%;
margin-top: 80px;
}
#userInput {
margin-left: auto;
margin-right: auto;
width: 100%;
margin-top: 80px;
}
#userInput i {
margin-left: 10px;
}
#textInput {
width: 80%;
border: none;
font-family: 'Noto Sans', sans-serif;
font-size: 17px;
border-radius: 10px;
height: 50px;
margin-left: 80px;
}
.userText {
color: black;
font-family: 'Noto Sans', sans-serif;
font-size: 17px;
line-height: 30px;
}
.userText span {
background-color: #C8C8C8;
padding: 10px;
border-radius: 2px;
position: relative;
left: 500px;
}
.botText {
color:white;
font-family: 'Noto Sans', sans-serif;
font-weight: 600;
font-size: 17px;
text-align: left;
line-height: 30px;
}
.botText span {
background-color:#6C6CCC;
padding: 10px;
border-radius: 2px;
}
#tidbit {
position: absolute;
bottom: 0;
right: 0;
width: 300px;
}
.boxed {
margin-left: auto;
margin-right: auto;
width: 100%;
margin-top: 60px;
background-image: url(hi2.gif);
background-position: right;
background-repeat: no-repeat,repeat;
}
.imgar {
margin-left: auto;
margin-right: auto;
width: 100%;
margin-top: 60px;
background-position: right;
background-repeat: no-repeat,repeat;
}