]> git.wh0rd.org - home.git/blame - .config/google-chrome/Default/User StyleSheets/Custom.css
add google chrome custom css
[home.git] / .config / google-chrome / Default / User StyleSheets / Custom.css
CommitLineData
590a4385
MF
1/*
2 * GMail Kennedy Compaction Style
3 */
4
5/* Fixes the Google logo *
6div.nH.oy8Mbf.nn {
7 height: !important;
8}
9div.GcwpPb-VArq {
10 height: 60px !important;
11}
12*/
13
14/* Moves the Mail menu to the top row */
15div.Ls77Lb > div.pp:first-child {
16/*
17 position: relative;
18 right: -165px;
19 top: -45px;
20 width: 125px;
21 z-index: 7 !important;
22*/
23 display: none;
24}
25
26/* Moves the Compose button to the top row */
27div.hF56D {
28 position: absolute;
29 right: -150px;
30 top: -40px;
31 z-index: 7 !important;
32}
33
34/* Moves the Search buttons to the right side */
35table.GcwpPb-imj1dd {
36 position: absolute;
37 padding: 0 !important;
38 top: -7px;
39 right: 565px;
40 width: 575px;
41}
42div.SmgkQb {
43 background-size: 8px 6px;
44 top: 14px !important;
45 right: 2px !important;
46}
47
48/* Moves the Action buttons to the top row */
49div.VP5otc-pzeoBf {
50 position: absolute !important;
51 margin: 0 !important;
52 padding: 0 !important;
53 left: 300px;
54 top: 20px;
55 width: 700px;
56 z-index: 7 !important;
57}
58
59/* Mini status bar ("Loading..."); seems to pull more elements with it though
60div.J-J5-Ji {
61 right: -200px;
62}
63*/
64
65/* Ads */
66div.TXqwzb div.nH div.nH div.mq {
67 display: none;
68}
69
70/* Ads message page
71td.pJjWOc div.nH div.nH div.nH {
72 display: none;
73}
74*/
75
76/* Ads at end of message */
77div.nH > div.OH0apf {
78 display: none;
79}
80
81/* Top nav bar */
82div.oy8Mbf div#gb {
83 display: none;
84}
85
86/* Removes the redundant Gear button */
87div.DhtACd {
88 display: none !important;
89}
90
91/* Reduces the size of all the buttons */
92div.tk3N6e-I {
93 height: 22px !important;
94 line-height: 22px !important;
95 font-size: 12px !important;
96 font-weight: normal !important;
97}
98input.GcwpPb-hsoKDf {
99 height: 24px !important;
100}
101
102/* Adds a separator between the left box and message pane */
103div.NGcoE {
104 border-left: 1px solid #aaa !important;
105 padding-left: 0px !important;
106}
107
108/* Removes extra padding from the Priority Inbox section headers *
109div.Wg {
110 padding: 3px 5px 3px 0 !important;
111}
112
113/* Removes extra padding from the stars and important flags *
114col.y5 {
115 width: 28px !important;
116}
117
118/* Removes extra padding from the message list */
119td.xY {
120 padding: 1px 5px 2px 0 !important;
121 height: inherit !important;
122}
123
124/* Removes bold from the message subject
125div.y6 > span:first-child > b {
126 font-weight: normal !important;
127}
128*/
129
130/* Message reply field *
131div.xcfBqd > div > div > div.ambfl {
132 display: none;
133}
134
135/*
136 * Google reader
137 */
138div#main div#chrome div#chrome-header {
139 display: none;
140}
141div#lhn-add-subscription-section {
142 float: right;
143}
144div#recommendations-tree-container {
145 display: none;
146}
147div#lhn-friends {
148 display: none;
149}
150table#chrome-viewer-container tbody tr td#chrome-viewer div#viewer-footer {
151 display: none;
152}
153
154h2.entry-title {
155 display: none;
156}
157div.entry > div.entry-actions {
158 display:none;
159}
160div.entry-container > div.entry-main > div.entry-author {
161 display: none;
162}
163/* slashdot ads */
164div.entry-main div.entry-body div div.item-body div p iframe {
165 display: none;
166}
167div.entry-main div.entry-body div div.item-body div p a img {
168 display: none;
169}
170
171/*
172 * Google search
173 */
174
175/* About XXX results bar */
176div#main > div > div#cnt > div#appbar {
177 display: none;
178}
179
180/*
181 * Explosm
182 */
183html body div#container div#header div#networkbar {
184 display: none;
185}
186html body div#container div#header div#adbar {
187 display: none;
188}
189html body div#container div#header div#sidebar {
190 display: none;
191}
192html body div#container div#header div#maincontent div table {
193 display: none;
194}