mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
webstyle updates
This commit is contained in:
parent
a23d4e6265
commit
4f976bde66
78
webstyle.css
78
webstyle.css
@ -13,23 +13,21 @@
|
|||||||
Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
|
Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* GOOGLE SEARCH
|
/* GOOGLE SEARCH
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
/* Ads */
|
/* Ads */
|
||||||
#tads,
|
#tads,
|
||||||
#bottomads {
|
#bottomads {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* GMAIL
|
/* GMAIL
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
/* more space at top of mails */
|
/* more space at top of mails */
|
||||||
div.AO div.aeF {
|
div.AO div.aeF {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide google footer */
|
/* hide google footer */
|
||||||
@ -37,41 +35,39 @@ div.AO div.aeF {
|
|||||||
td.Bu div.aeV,
|
td.Bu div.aeV,
|
||||||
td.Bu div.aeU,
|
td.Bu div.aeU,
|
||||||
td.Bu div.ae3 {
|
td.Bu div.ae3 {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fuck you too, social sidebar and share thingy */
|
/* fuck you too, social sidebar and share thingy */
|
||||||
td.Bu.y3,
|
td.Bu.y3,
|
||||||
#gbgs3,
|
#gbgs3,
|
||||||
.gb_7a.gb_ya.gb_g {
|
.gb_7a.gb_ya.gb_g {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center more stuff */
|
/* center more stuff */
|
||||||
div.gB.xu table.cf.FVrZGe,
|
div.gB.xu table.cf.FVrZGe,
|
||||||
div.ip.adB,
|
div.ip.adB,
|
||||||
.hx .h7 .Bk .G2 .adn {
|
.hx .h7 .Bk .G2 .adn {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
margin-right: auto !important;
|
margin-right: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ads */
|
/* Ads */
|
||||||
body.aAU .mq {
|
body.aAU .mq {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* CHROME
|
/* CHROME
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
/* fuck you google for putting your ads
|
/* fuck you google for putting your ads
|
||||||
in my browser start page */
|
in my browser start page */
|
||||||
#prm-pt {
|
#prm-pt {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* GITHUB
|
/* GITHUB
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
@ -97,53 +93,34 @@ body.aAU .mq {
|
|||||||
.commit-id,
|
.commit-id,
|
||||||
.branch-name,
|
.branch-name,
|
||||||
input.url-field {
|
input.url-field {
|
||||||
font-family: "Source Code Pro", Consolas, "Liberation Mono", Courier, monospace !important;
|
font-family: "Source Code Pro", Consolas, "Liberation Mono", Courier,
|
||||||
|
monospace !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* TWITTER
|
/* TWITTER
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
/* Nice try, Twitter */
|
/* Nice try, Twitter */
|
||||||
div.promoted-tweet {
|
div.promoted-tweet {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Discover menu, Who to follow, Similiar, Trends */
|
/* Discover menu, Who to follow, Similiar, Trends */
|
||||||
li[data-global-action="discover"],
|
[data-testid="sidebarColumn"],
|
||||||
.dashboard > .module.wtf-module.js-wtf-module.has-content,
|
[aria-label="Timeline: Trending now"],
|
||||||
div[guidedhelpid="invitefriends"],
|
[aria-label="Who to follow"],
|
||||||
.module.trends,
|
[data-testid="DMDrawer"] {
|
||||||
.ProfileWTFAndTrends,
|
visibility: hidden !important;
|
||||||
.ScrollBump--recentlyFollowed,
|
|
||||||
.WhoToFollow,
|
|
||||||
.Footer,
|
|
||||||
.SidebarCommonModules {
|
|
||||||
display: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* "While you were away" is nothing I care about */
|
[data-testid="sidebarColumn"] form {
|
||||||
.stream-item.has-recap {
|
visibility: visible !important;
|
||||||
display: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search results */
|
main[role="main"] {
|
||||||
.AdaptiveSearchPage div.Grid-cell.u-size1of3.u-lg-size1of4,
|
margin-left: 5% !important;
|
||||||
.enhanced-mini-profile div.dashboard.dashboard-left {
|
|
||||||
display: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.AdaptiveSearchPage div.Grid-cell.u-size2of3.u-lg-size3of4,
|
|
||||||
.AdaptiveSearchPage div.Grid-cell.u-size2of2.u-lg-size2of3,
|
|
||||||
.route-home .content-main {
|
|
||||||
margin: auto !important;
|
|
||||||
display: block !important;
|
|
||||||
float: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* GOOGLE+
|
/* GOOGLE+
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
@ -152,10 +129,9 @@ div[guidedhelpid="celebritysuggestions"],
|
|||||||
div.o6.jea,
|
div.o6.jea,
|
||||||
a.gb_Db.gbp1.gb_N,
|
a.gb_Db.gbp1.gb_N,
|
||||||
div.Qd.Gb.qd.pP.EX {
|
div.Qd.Gb.qd.pP.EX {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* FACEBOOK
|
/* FACEBOOK
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
@ -168,10 +144,9 @@ div.Qd.Gb.qd.pP.EX {
|
|||||||
#developerNav,
|
#developerNav,
|
||||||
#groupsNav,
|
#groupsNav,
|
||||||
#navItem_app_2356318349 {
|
#navItem_app_2356318349 {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* STACK OVERFLOW ET AL.
|
/* STACK OVERFLOW ET AL.
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
@ -179,19 +154,18 @@ div.Qd.Gb.qd.pP.EX {
|
|||||||
#newsletter-ad,
|
#newsletter-ad,
|
||||||
#recent-badges,
|
#recent-badges,
|
||||||
.everyonelovesstackoverflow {
|
.everyonelovesstackoverflow {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* MEDIUM
|
/* MEDIUM
|
||||||
-----------------------------------------*/
|
-----------------------------------------*/
|
||||||
|
|
||||||
.js-postShareWidget,
|
.js-postShareWidget,
|
||||||
.u-zIndexMetabar.js-stickyFooter,
|
.u-zIndexMetabar.js-stickyFooter,
|
||||||
.metabar.metabar--spacer.js-metabarSpacer {
|
.metabar.metabar--spacer.js-metabarSpacer {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metabar.js-metabar {
|
.metabar.js-metabar {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user