Created
March 9, 2018 02:31
-
-
Save mougua/276675b9268c31d544d8eb200be7b13c to your computer and use it in GitHub Desktop.
自用的tweetdeck stylish
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
* { | |
font-family: Hiragino Sans GB !important; | |
letter-spacing: 0.6px; | |
} | |
.txt-small { | |
font-family: 微软雅黑 !important; | |
font-size: 12px !important; | |
} | |
.tweet-text { | |
line-height: 22px !important; | |
} | |
.fullname { | |
color: #4FC3F7; | |
} | |
.column-type-home { | |
width: 62.5% !important; | |
box-shadow: 0 10px 20px rgba(0,0,0,0.39), 0 6px 6px rgba(0,0,0,0.53); | |
} | |
.column-type-interactions { | |
width: 36% !important; | |
box-shadow: 0 10px 20px rgba(0,0,0,0.39), 0 6px 6px rgba(0,0,0,0.53); | |
} | |
.js-app-header { | |
box-shadow: 0 10px 20px rgba(0,0,0,0.39), 0 6px 6px rgba(0,0,0,0.63); | |
} | |
.app-columns-container { | |
background-color: #616161; | |
} | |
.js-contributor-manager-container { | |
display: none !important; | |
} | |
.social-proof-container { | |
width: inherit !important; | |
} | |
.prf-follow-status, .s-follows { | |
font-style: italic; | |
background-color: rgba(255,255,255,0.5); | |
color: #212121; | |
} | |
.prf-header, .prf-header-inner-overlay{ | |
width: 643px !important; | |
} | |
.tweet-detail-action-item { | |
width: 24.8% !important; | |
} | |
.js-dropdown-content { | |
width: 200px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment