Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- The following style is for use with the Stylebot extension supported by various web browsers:
- https://stylebot.dev/
- This has only been tested with the Google Chrome extension:
- https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en-US
- It is by no means perfect but if you only want a few of the most basic
- UI changes that Simplify Gmail offers this might just do the trick for you.
- Note: Prior to using this Stylebot style, I toggled settings in Gmail
- to give me the most basic UI possible to begin with.
- Please see the following Imgur gallery to see images displaying the
- following views: Before, After, Hover Top, Hover Left
- https://imgur.com/a/qSUmRS3
- */
- /* Set Padding for Search Box
- NOTE: Look into making this value dynamic.
- */
- div.gb_Fe {
- padding-left: 165px;
- }
- /* Set Padding for Left Navigation Bar */
- div.V3 {
- padding-top: 32px;
- }
- /* Hide Header */
- div.gb_Jd.gb_3d.gb_Sd div.gb_Fe {
- display: none;
- }
- /* Show Header on HOVER */
- div.gb_Jd.gb_3d.gb_Sd:hover div.gb_Fe {
- display: inline;
- }
- /* Hide Settings Button */
- div.gb_Jd.gb_3d.gb_Sd div.FI {
- display: none;
- }
- /* Show Settings Button on HOVER */
- div.gb_Jd.gb_3d.gb_Sd:hover div.FI {
- display: inline-flex;
- }
- /* Hide Google Apps & Google Account Buttons */
- div.gb_Jd.gb_3d.gb_Sd a.gb_C {
- display: none;
- }
- /* Show Google Apps & Google Account Button on HOVER */
- div.gb_Jd.gb_3d.gb_Sd:hover a.gb_C {
- display: inline-flex;
- }
- /* Hide Footer */
- div.l2.pfiaof {
- display: none;
- }
- /* Hide Header Logo */
- img.gb_tc {
- display: none;
- }
- /* Hide Compose Button */
- div.z0 {
- display: none;
- }
- /* Hide Support Button */
- div.zo {
- display: none;
- }
- /* Hide Main Menu Button */
- div.gb_Jd.gb_3d.gb_Sd div.gb_uc {
- display: none;
- }
- /* Set Padding for Action Bar */
- div.aeH {
- padding-left: 100px;
- padding-right: 100px;
- }
- /* Set Padding for Mailbox UI Element */
- div.Tm.aeJ {
- padding-left: 100px;
- padding-right: 100px;
- }
- /* Hide Icon for More option in Left Navigation Bar */
- div.V3 span.ait {
- display: none;
- }
- /* Show Icon for More option in Left Navigation Bar on HOVER */
- div.V3:hover span.ait {
- display: inline;
- }
- /* Hide Icons for standard options in Left Navigation Bar */
- div.V3 div.TN.bzz {
- display: none;
- }
- /* Show Icons for standard options in Left Navigation Bar on HOVER */
- div.V3:hover div.TN.bzz {
- display: inline-flex;
- }
- /* Hide Icons for extended options in Left Navigation Bar */
- div.V3 div.TN.aY7xie.aEc.aHS-bnr {
- display: none;
- }
- /* Show Icons for extended options in Left Navigation Bar on HOVER */
- div.V3:hover div.TN.aY7xie.aEc.aHS-bnr {
- display: inline-flex;
- }
- /* Hide Icon for Manage Labels in Left Navigation Bar */
- div.V3 div.CL.Q7 {
- display: none;
- }
- /* Show Icon for Manage Labels in Left Navigation Bar on HOVER */
- div.V3:hover div.CL.Q7 {
- display: inline-flex;
- }
- /* Hide Icon for Create New Label in Left Navigation Bar */
- div.V3 div.CL.Wj {
- display: none;
- }
- /* Show Icon for Create New Label in Left Navigation Bar on HOVER */
- div.V3:hover div.CL.Wj {
- display: inline-flex;
- }
Advertisement
Add Comment
Please, Sign In to add comment