Created
February 18, 2014 08:58
-
-
Save alea12/9067172 to your computer and use it in GitHub Desktop.
My Chatwork CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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