Skip to content

Commit

Permalink
absolutely minimal gmail css for Mailplane
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Nov 10, 2009
1 parent 035185d commit 046a04b
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .mailplane
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
/*
Minimal Gmail/Mailplane User Stylesheet
Copyright (C) 2009 Ryan Tomayko <tomayko.com/about>
Copyright (C) BEFORE THAT, some other scros on the internet
*/

* {outline: none !important;}
* {font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif !important;}
.l73JSe { color:#D19800 !important;text-decoration:none !important; }
.oM { display:none; }


/* Hide the links to other apps */
#gbar { display:none }

/* Put the settings links on the same level as the search box */
div.nH + div.nH div.nH.qp {
border: none;
line-height: 22px;
height: auto;
padding-top: 12px;
position: absolute;
right: 4px;
z-index: 100000000 !important;
}

/* Hide the "Manage this Domain Link" */
span[id=':qf'] { display:none }

/* Hide the G-mail Logo */
div.nH + div.nH div.nH div.no div.nH.nn {
display: none;
}
div.nH + div.nH div.nH div.no div.nH.nn + div.nH.nn {
display: block;
}

/* Hide the "Search the Web" button */
div[id=':r8'], div[id=':r9'] {
display: none !important;
}

/* Hide the footer */
div.nH.l2.ov {
display: none;
}

/* Hide new window / print box */
div.hj {
display: none;
}
table.iY > tr > td {
display: none;
}
table.iY > tr > td:first-child {
display: table-cell;
}

/* Fixed width font */
.ii, .ii a {
font-family: Consolas, 'Dejavu Sans', monospace !important;
font-size:15px !important;
}

0 comments on commit 046a04b

Please sign in to comment.