add chat
This commit is contained in:
parent
27520842e3
commit
2d177c6b27
16 changed files with 228 additions and 31 deletions
|
@ -12,3 +12,39 @@
|
|||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#gui {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#gui > .container {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#gui #chat {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 400px;
|
||||
max-height: 300px;
|
||||
overflow: hidden;
|
||||
background-color: rgba(0, 0, 0, 0.55);
|
||||
}
|
||||
|
||||
#gui #chat span {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#gui #chat input {
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
border: 0;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 2px 0 2px 0;
|
||||
background-color: rgba(20, 20, 20, 0.5);
|
||||
}
|
||||
|
||||
#gui #chat input:focus {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue