Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2019
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.26 KB | None | 0 0
  1. /* Global */
  2. /* --------------------------------------------- */
  3. /* Change font everywhere */
  4. * {
  5.     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  6.     font-size: 99.1%;
  7.     letter-spacing: normal;
  8. }
  9. /* Email subject colour */
  10. .zA {
  11.     color: #040404;
  12. }
  13. /* Header */
  14. /* --------------------------------------------- */
  15. /* Header bar */
  16. header {
  17.     box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  18. }
  19. /* Not sure? */
  20. a.gb_de {
  21.     font-family: "Product Sans" !important;
  22. }
  23. /* Sidebar */
  24. /* --------------------------------------------- */
  25. /* Sidebar: hide the label email counters */
  26. .bsU {
  27.     display: none;
  28. }
  29. /* Sidebar: labels */
  30. .yJ .aio * {
  31.     font-size: 13px !important;
  32. }
  33. /* Sidebar: labels */
  34. .TO .nU > .n0,
  35. .ah9 > .CJ {
  36.     color: #616161;
  37. }
  38. .TO .nU > .n0,
  39. .TO.NQ .nU > .n0,
  40. .TO.nZ .nU > .n0,
  41. .ah9 > .CJ,
  42. .n3 > .CL > .CK {
  43.     text-shadow: none;
  44. }
  45. .TN.aY7xie.NEehkc.aHS-bnr > .qj.qr {
  46.     background-image: url('https://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/2x/ic_custom-cluster_24px_g60_r3_2x.png');
  47.     opacity: 1;
  48.     background-size: contain;
  49. }
  50. .aHS-bnr .qj::before,
  51. .aHS-bnr .qj::after {
  52.     opacity: 0;
  53. }
  54. .nZ > .aHS-bnt .qj,
  55. .aHS-bnt .qj::before {
  56.     background-image: url('https://www.gstatic.com/images/icons/material/system/1x/inbox_googblue_24dp.png');
  57.     opacity: 1;
  58. }
  59. .TO > .aHS-bu1 .qj {
  60.     background-image: url('https://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/1x/ic_upcoming_clr_24dp_r5.png');
  61.     opacity: 1;
  62. }
  63. .aHS-bnq .qj {
  64.     background-image: url('https://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/1x/ic_draft_g60_24dp_r2.png');
  65.     opacity: 1;
  66. }
  67. .aHS-bnu .qj:before {
  68.     background-image: url('https://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/2x/ic_sent_right_g60_24dp_r1_2x.png');
  69.     opacity: 1;
  70. }
  71. .aHS-bns .qj {
  72.     background-image: url('https://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/1x/ic_done_clr_24dp_r4.png');
  73.     opacity: 1;
  74. }
  75. .wT > .n3 .byl:first-child .aim:first-child .nZ {
  76.     background-color: transparent;
  77. }
  78. .aim {
  79.     height: 40px;
  80. }
  81. /* Inbox */
  82. /* --------------------------------------------- */
  83.  
  84. /* Notes
  85.     nH = whole email div
  86.     zA = email rows
  87.     zA.yO = read email rows
  88.     zA.zE = unread email rows
  89.     aqw = email rows directly below mouse cursor
  90.     x7 = checked
  91. */
  92.  
  93. /* Inbox: message list layout */
  94. .nH .AO .aeF {
  95.     min-width: 512px;
  96.     margin-right: 7vw;
  97.     width: auto;
  98. }
  99. @media (min-width: 1650px) {
  100.     .nH .AO .aeF {
  101.         min-width: 512px;
  102.         margin-right: 10vw;
  103.         width: auto;
  104.     }
  105.     .G-atb {
  106.     /* the bar that the menu items typically rest on */
  107.         height: 0px !important;    
  108.     }
  109.     .nH.aqK {
  110.         padding-top: 48px !important; /* before it was 48 */
  111.     }
  112.     .aeF {
  113.     /* shifts the inbox down */
  114.         margin-top: 18px !important;
  115.     }
  116. }
  117. /* Inbox: starred heading space */
  118. .Cp {
  119.     margin: 0 5px;
  120. }
  121. /* Inbox: hide the starred heading */
  122. .nH.Wg.aAD.aAr {
  123.     display: none;
  124. }
  125. /* Inbox: hide the everything else heading */
  126. .nH.Wg.aAr {
  127.     display: none;
  128. }
  129. /* Inbox: date groupings */
  130. .time {
  131.     font-size: 13px;
  132.     padding-top: 13px;
  133. }
  134. /* Inbox: email rows */
  135. .zA {
  136.     padding: 12px 12px 12px 5px;
  137. }
  138.  
  139. /* Inbox: email row contents */
  140. .zA * {
  141.     font-size: 13px;
  142. }
  143.  
  144. /* Moves the selection indicator to the left */
  145. .PF.xY.PE {
  146.     margin-left: -5px;
  147.     margin-right: 5px;
  148. }
  149.  
  150. /* Sender Icons */
  151. .yX.xY div:nth-child(n+3) {
  152.     position: absolute;
  153.     margin-left: -58px;
  154.     z-index: -1;
  155.     display: inline;
  156. }
  157.  
  158. /* Hides the checkbox when not checked */
  159. .zA .oZ-x3.xY .T-Jo {
  160.     display: none;
  161. }
  162.  
  163. /* Unhides the checkbox when checked */
  164. .zA.aqw .oZ-x3.xY .T-Jo {
  165.     display: inline;
  166. }
  167. .aqw .yX.xY div:nth-child(n+3)>img {
  168.     display: none;
  169. }
  170. .x7 .yX.xY div:nth-child(n+3)>img {
  171.     display: none;
  172. }
  173. .zA.x7 .oZ-x3.xY .T-Jo {
  174.     display: inline;
  175. }
  176.  
  177. /* Rearranges the menu at the top and moves it all to the right corner */
  178. /* Comment out the next five styles if you do not want this */
  179. .G-atb {
  180.     /* the bar that the menu items typically rest on */
  181.     height: 48px;      
  182. }
  183. .aeF {
  184.     /* shifts the inbox down */
  185.     margin-top: -8px;
  186. }
  187. .nH.aqK {
  188.     padding-top: 0px; /* before it was 48 */
  189. }
  190. .Cq.aqL {
  191.     margin-left: auto;
  192.     margin-right: -24px;
  193. }
  194. .Cr.aqJ {
  195.     margin-left: 0px;
  196.     margin-right: 0px;
  197. }
  198.  
  199. /* --------------------------------------------- */
  200. /* Hides the pin icon until the mouse is over it */
  201. /* --------------------------------------------- */
  202.  
  203. /* Nudges the pin along and then moves the date/time over a bit */
  204. .zA .apU.xY {
  205.     margin-right: 2px;
  206. }
  207. .zA .xW.xY {
  208.     margin-left: -32px;
  209.     margin-right: 10px;
  210.     /*  Remove the comment on the next line if you want to hide the date/time entirely a la Inbox */
  211.     /* display: none; */
  212. }
  213.  
  214. /* Handles the positioning of the quick action icons that appear when you mouse over an email row to make room for the pin */
  215. .bqY {
  216.     position: relative;
  217.     left: -10px;
  218. }
  219.  
  220. /* Hides the pin when not pinned, until the cursor is over it */
  221. .zA .apU.xY .aXw {
  222.     display: none;
  223. }
  224. .zA .apU.xY .T-KT-JW {
  225.     display: block;
  226. }
  227. .aqw .apU.xY .aXw {
  228.     display: block;
  229. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement