forked from shayne/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailplane
66 lines (55 loc) · 1.35 KB
/
mailplane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*
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;
}
/* vim: ft=css
*/