Skip to content

Instantly share code, notes, and snippets.

@j13k
Last active March 18, 2016 08:41
Show Gist options
  • Save j13k/d9b0c3f1ac1712b397e4 to your computer and use it in GitHub Desktop.
Save j13k/d9b0c3f1ac1712b397e4 to your computer and use it in GitHub Desktop.
Google Apps User Styles
/* Sets default font */
body,
td,
input,
textarea,
select {
font: 14px tahoma, "San Francisco", arial, sans-serif
}
/* Removes Google Plus gadget beside message content */
div.no > div.nH.aNW.apk.nn > div > div > table > tr > td.Bu.y3 {
display: none
}
/* Removes Insightly gadget */
div.adn.ads > div.gs > div.hi {
display: none
}
/* Banner background */
.gb_Td,
.gb_1d,
.gb_ce.gb_6e {
background: #FBBC05;
}
/* Sidebar width */
div.nH.oy8Mbf.nn.aeN {
width: 170px !important;
}
#\3a 5h {
margin-right: 2px;
}
/* Calendar fonts */
#gbqfq,
.chip dt,
.chip dd,
.cbrdcc,
.st-c-pos,
.calListLabel,
.calListLabel-sel,
.dp-cell,
.st-dtitle,
.tg-time-pri,
.wk-tzlabel,
.cgd-time,
.cgd-title {
font: 11px tahoma, "San Francisco", arial, sans-serif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment