Skip to content

Instantly share code, notes, and snippets.

@thebird
Created November 22, 2010 23:48
Show Gist options
  • Save thebird/710956 to your computer and use it in GitHub Desktop.
Save thebird/710956 to your computer and use it in GitHub Desktop.
/* Hide the search web button */
div[id=':rj'] {
display: none;
}
/* Hide the search button */
div[id=':rk'] {
display: none;
}
/* Hide the tasks button */
span[id=':re'] {
display: none;
}
/* Hide adv search text */
.bR {
display:none !important;
}
/* Hide the footer */
div.nH.l2.ov {
display: none;
}
/* Remove header links */
.qp {
border-bottom:none !important;
visibility:hidden !important;
}
/* Remove select options */
.yV {
display:none !important;
}
/* Remove top and bottom button set */
.AY, .A1 {
display:none !important;
}
/* Remove chat */
.ps {
display:none;
}
/* Hide adds */
/* Ads Area */
.iY .Bu:last-child > .nH {
height: 0px !important;
overflow: hidden !important;
width: 0px !important;
}
/* Separator column */
.iY .Bu:first-child + .Bu {
display: none !important;
}
/* Message area */
.iY {
width: 100% !important;
}
/* Title */
.iY .ha {
margin-top: -23px !important;
}
/* Action Links Area (level 1) */
.iY .Bu:last-child .nH > .nH > .nH:first-child {
position: absolute !important;
left: 0px!important;
top: 35px !important;
width: 100% !important;
line-height: 20px !important;
}
/* Action Links Area (level 2) */
.iY .Bu:last-child .hj {
display:none !important;
}
/* Remove next prev nav links */
.h0 {
display:none;
}
/* Remove back to inbox links */
.AO {
display:none;
}
/* Remove bottom buttons from email preview page */
.iE {
display:none;
}
/* Remove right dropdown from email preview */
.G0 {
display:none !important;
}
/* Move top button bar to right */
.iH {
float:right !important;
position:relative !important;
top:-40px;
}
/* Remove top button bar bkgd */
.iI {
background:#fff !important;
overflow:visible;
}
.NRYPqe {display:none;}
.hi {display:none;}
.gA {background:none !important;}
/* Hide the search button */
.gA .ip textarea.ir {
display:none !important;
}
.cP {background:none !important;}
body, td, input, textarea, select {
font-family: "Droid Sans",arial,sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment