mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Implementation of websockets in servatrice and test js client
This commit is contained in:
parent
e81a6d497b
commit
5b21dc8cde
42 changed files with 39592 additions and 287 deletions
54
webclient/style.css
Executable file
54
webclient/style.css
Executable file
|
|
@ -0,0 +1,54 @@
|
|||
p {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#tab-login {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#tab-login label {
|
||||
display: block;
|
||||
width: 100px;
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
clear:left;
|
||||
}
|
||||
|
||||
#tab-login input {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#loading {
|
||||
font-size: 200%;
|
||||
text-align:center;
|
||||
margin-top:200px;
|
||||
}
|
||||
|
||||
.output, #servermessages {
|
||||
width:100%;
|
||||
min-height: 400px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
word-wrap: break-word;
|
||||
word-break:break-all;
|
||||
background-color: #fff;
|
||||
box-shadow: inset 1px 1px 3px #999;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
.input {
|
||||
width:95%;
|
||||
}
|
||||
|
||||
.serverwelcome {
|
||||
color: #006600;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.chathistory {
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
#buddies, #ignores, .userlist {
|
||||
width: 20em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue