dotfiles/webstyle.css

111 lines
2.1 KiB
CSS
Raw Normal View History

/*
#############################
CSS rules for a more sane web
#############################
2013-02-10 15:35:25 +01:00
Usage:
# Safari
select as user style sheet in browser
or use defaults write... rules from dotfiles/osx
2013-02-10 15:35:25 +01:00
# Chrome
2013-02-10 15:35:25 +01:00
symlink to
Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
*/
/* GOOGLE SEARCH
-----------------------------------------*/
/* Ads */
#tads,
#bottomads {
display: none !important;
}
2013-06-03 16:29:45 +02:00
/* GMAIL
-----------------------------------------*/
2013-10-05 14:11:10 +02:00
/* hide google links in footer but keep layout */
div.aeU {
visibility: hidden;
2013-06-03 16:29:45 +02:00
}
.mq {
background: #fff !important;
border: none !important;
}
/* GITHUB
-----------------------------------------*/
.file-code code,
.file-code pre,
.commits code,
.commits pre,
.diff-line-code,
#files .file .meta .info,
.file-box .meta .info,
.diff-line-num,
.blob-line-nums,
.commit .sha-block,
.commit .sha,
.news .alert .branch-link,
.repository-with-sidebar .repository-sidebar input.clone {
font-family: "Source Code Pro", Consolas, "Liberation Mono", Courier, monospace !important;
}
/* TWITTER
-----------------------------------------*/
/* Nice try, Twitter */
div.promoted-tweet {
display: none !important;
}
/* Discover menu, Who to follow, Similiar, Trends */
li[data-global-action="discover"],
2012-10-26 18:59:55 +02:00
.dashboard > .module.wtf-module.js-wtf-module.has-content,
2012-06-27 06:16:41 +02:00
div[guidedhelpid="invitefriends"],
2012-10-26 18:59:55 +02:00
.module.trends {
display: none !important;
}
/* GOOGLE+
-----------------------------------------*/
2013-02-10 15:35:25 +01:00
/* I don't think that's Fun & Interesting */
div[guidedhelpid="celebritysuggestions"],
div.o6.jea {
display: none !important;
}
2013-02-10 15:35:25 +01:00
/* FACEBOOK
-----------------------------------------*/
#facebook .ego_column,
#facebook #adsNav,
#facebook #appsNav,
#pagelet_friends_online,
#navItem_app_357937250942127,
#navItem_app_140472815972081,
#developerNav,
#groupsNav,
#navItem_app_2356318349 {
display: none !important;
}
/* STACK OVERFLOW ET AL.
-----------------------------------------*/
.ad-container,
#newsletter-ad,
#recent-badges,
.everyonelovesstackoverflow {
display: none !important;
}