Skip to content

Instantly share code, notes, and snippets.

@mougua
Created March 9, 2018 02:31
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 mougua/276675b9268c31d544d8eb200be7b13c to your computer and use it in GitHub Desktop.
Save mougua/276675b9268c31d544d8eb200be7b13c to your computer and use it in GitHub Desktop.
自用的tweetdeck stylish
* {
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