-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
76 lines (71 loc) · 1.38 KB
/
stylesheet.css
File metadata and controls
76 lines (71 loc) · 1.38 KB
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
@import url('https://fonts.googleapis.com/css?family=Rubik');
#login{
margin: auto;
margin-top:150px;
text-align:center;
}
header{
text-align:center;
font-family: 'Rubik', sans-serif;
font-size:26px;
overflow: hidden;
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%;
padding:20px;
background-color: #283848;
color:white;
}
#chat{
font-family: 'Rubik', sans-serif;
padding:10px;
width: 450px;
height:500px;
border: 2px solid #283848;
font-size:16px;
margin: auto;
text-align:left;
overflow-y: scroll;
}
#userinput{
width:300px;
}
input{
font-family: 'Rubik', sans-serif;
padding:10px;
width: 150px;
border: 2px solid #283848;
font-size:16px;
}
input[type="submit"]{
background:#283848;
border: 2px solid #283848;;
color:white;
width:200px;
}
input[type="url"]{
width:240px;
}
#emitter{
/* background:#283848;
border: 2px solid #283848;;
color:white; */
margin-top:100px;
padding:20px;
text-align:center;
}
#avatar{
float:left;
width:30px;
height:30px;
}
button{
background:#283848;
border: 2px solid #283848;;
color:white;
width:150px;
font-family: 'Rubik', sans-serif;
border: 2px solid #283848;
font-size:16px;
padding:10px;
}