Skip to content

Instantly share code, notes, and snippets.

@alea12
Created February 18, 2014 08:58
Show Gist options
  • Save alea12/9067172 to your computer and use it in GitHub Desktop.
Save alea12/9067172 to your computer and use it in GitHub Desktop.
My Chatwork CSS
.avatarMedium, .avatarTiny {
display: none;
}
.chatTimeLineMessageHover {
background: inherit;
}
.chatTimeLineMessageMention {
background: #ddd;
}
.chatTimeLineTo, .chatTimeLineReply {
background: gray;
}
.incomplete {
display: none;
}
.numAdminCount {
background: red;
}
a {
color: red;
}
div.chatInfo {
border: 0;
}
div.chatInfo > div.title {
display: none;
}
div.chatTimeLineMessageArea {
padding-left: 0;
}
div.globalHeader {
background: black ;
border: 0;
}
div.globalHeader:after {
border: 0;
}
div.helpMenu {
border: 0;
}
div.myStatusButton {
border: 0;
}
h2.contentHl.sideContentHl, div.chatFilterMenu, li._roomLink._room, div.chatRoomListArea {
background: white;
border: 0;
}
li._roomLink._room {
font-family: Consolas, 'Meiryo UI';
height: 14px;
overflow: hidden;
}
li._roomLink._room._roomSelected.menuListTitleSelected {
background: #333;
}
p.chatName {
color: black;
display: inline;
}
p.chatNameOrgname {
display: none;
}
.roomUnread {
color: crimson;
}
span._unreadMark.unreadTimeLine {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment