Skip to content

Instantly share code, notes, and snippets.

@sk89q
Created March 1, 2013 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sk89q/5067645 to your computer and use it in GitHub Desktop.
Save sk89q/5067645 to your computer and use it in GitHub Desktop.
body {
overflow: hidden;
}
#chat_friendslist_area {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 180px;
}
#chat_msg_area {
position: fixed;
top: 0;
left: 180px;
bottom: 0;
right: 0;
}
.chat_dialog_content {
top: 50px;
bottom: 75px;
}
#chatmessage {
height: 40px;
}
#chatform {
height: 65px;
}
.chat_dialog_content_inner {
font-family: 'Segoe UI';
font-size: 13px;
line-height: 140%;
}
.playerAvatar {
width: 27px;
height: 27px;
padding: 2px;
}
.playerAvatar img {
width: 25px;
height: 25px;
}
.friendslist_entry {
height: 31px;
}
.friendslist_entry_content > div {
font-size: 90%;
color: #666;
line-height: 110%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment