93 lines
1.2 KiB
CSS
Executable file
93 lines
1.2 KiB
CSS
Executable file
body {
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
|
}
|
|
|
|
p {
|
|
position: relative;
|
|
}
|
|
|
|
h3 {
|
|
margin: 0 0 .5em 0;
|
|
}
|
|
|
|
#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 {
|
|
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:93%;
|
|
}
|
|
|
|
.say {
|
|
float: right;
|
|
}
|
|
|
|
.serverwelcome {
|
|
color: #006600;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.chathistory {
|
|
color: #c0c0c0;
|
|
}
|
|
|
|
.room-container {
|
|
position:relative;
|
|
}
|
|
|
|
.chat-container {
|
|
width: 70%;
|
|
}
|
|
|
|
.userlist-container {
|
|
float:right;
|
|
width: 28%;
|
|
}
|
|
|
|
#buddies, #ignores, .userlist {
|
|
width: 100%;
|
|
min-height: 470px;
|
|
}
|
|
|
|
.buddies-container, .ignores-container, .userinfo-container, .missingfeatures-container {
|
|
float: left;
|
|
width: 30%;
|
|
margin: 1%;
|
|
}
|
|
|
|
.clearfix:after {
|
|
content: " ";
|
|
visibility: hidden;
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
}
|