Skip to content

Instantly share code, notes, and snippets.

@dmnplb
Last active August 29, 2015 14:16
Show Gist options
  • Save dmnplb/8b13068ecb52d2a7500c to your computer and use it in GitHub Desktop.
Save dmnplb/8b13068ecb52d2a7500c to your computer and use it in GitHub Desktop.
/*================================
CLEAN TWITTER · User Style
==================================
Install it via Stylish or Stylebot
——————————————————————————————————
Features:
— A clean centered stream
– No "Worldwide Trends"
– No "Who to follow"
— No promoted tweets
– No footer
––––––––––––––––––––––––––––——————
Based on a user style found on Internet.
If you are the author of the original style,
contact me and I'll add you to credits.
––––––––––––––––––––––––––––——————
Tested on Safari 7 and Google Chrome.
*/
/* Center Aligned */
.dashboard {
width: 220px !important;
position: absolute;
left: -210px;
}
#page-container {
width: 600px !important;
position: relative;
left: -5px;
}
.module.Footer, .module.trends, .module.enhanced-media-thumbnails, .module.mini-profile { display: none !important;}
/* Profile */
.mini-profile {
position: relative !important;
padding-top: 190px !important;
}
.mini-profile .profile-summary {
position: absolute !important;
top: -1px !important;
left: -1px !important;
right: -1px !important;
background-color: transparent !important;
}
div.newest-members-module {
display: none;
}
/* Outright hide WTF */
.dashboard .wtf-module {
display: none !important;
}
/* Hide Promoted tweets */
.promoted-tweet {
display: none !important;
}
/*
* Profile page
*/
body.ProfilePage #page-container {
width: auto !important;
}
div.ProfileWTFAndTrends {
display: none;
}
div.DashboardProfileCard {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment