Created
August 21, 2014 07:09
-
-
Save riaf/407b29a267bc5650af16 to your computer and use it in GitHub Desktop.
Chatwork の見た目をちょっとマシにする usercss / Chrome でしか動作確認してない。
This file contains 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
@-moz-document domain("www.chatwork.com") { | |
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);.wrapper,.globalHeader,.numAdminCount,.chatListUnreadNum,.contentHl,.mainContentHl,.sideContentHl,.chatSendArea,.button{background-image:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0;}.promotionArea{height:0;display:none;}.chatRoomListArea{padding-bottom:141px;}.globalHeader .ico35AdminTask,.globalHeader .ico35AdminFile,.globalHeader .ico35AdminContact,.globalHeader .ico27Menu{text-indent:inherit;color:#fff;background:none;font-size:25px;line-height:1.4;height:inherit;}.globalHeader .ico35AdminTask:before{content:"\f0ae";font-family:FontAwesome;}.globalHeader .ico35AdminFile:before{content:"\f07b";font-family:FontAwesome;}.globalHeader .ico35AdminContact:before{content:"\f0c0";font-family:FontAwesome;}.globalHeader .ico27Menu:before{content:"\f05a";font-family:FontAwesome;}.actionArea{top:0;bottom:inherit;}.actionArea .actionNav{border:none;-webkit-box-shadow:none;box-shadow:none;}.actionArea .showAreatext{display:none;}.chatRoomListArea .menuListTitle>li{padding:0;border:none;overflow:hidden;}.chatRoomListArea .menuListTitleSelected,.chatRoomListArea .menuListTitleSelected:hover{color:inherit;background-image:none;border:0;text-shadow:inherit;}.chatListMeta{left:44px;}.chatListTitleArea{line-height:32px;overflow:auto;}.incomplete{position:absolute;top:4px;right:15px;}.chatListPin{top:8px;}.menuListTitleSelected .icoFontActionTask,.menuListTitleSelected .incomplete li{color:inherit;}.chatInfo{border:none;color:#4169e1;}.chatTimeLineMessage .chatTimeLineMessageInner,.chatTimeLineMessage .chatTimeLineMessageHover{padding:7px 15px;border:none;}.chatTimeLineBorder{border:none;} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment