// ==UserScript==
// @name          GMail in Blue: Professional skin
// @version       4.7.1
// @description   Professional skin for Gmail 2
// @author 	      jbmarteau
// @modified by   datagoogol
// @include       http://mail.google.com/*
// @include       https://mail.google.com/*
// @include       http://*.mail.google.com/*
// @include       https://*.mail.google.com/*
// @include       *.mail.google.tld/*
// ==/UserScript==
(function() {
var css = "@namespace url(http://www.w3.org/1999/xhtml); /* DEFAULTS FOR ALL LINKS */ a:link, a:visited, .link { color: #336699 !important;} a:active, .link:active { color: #92CDFF !important;} /* CHANGE GLOBAL FONT */ *{font-family: \"Arial\", Tahoma, Verdana !important;} /* QUICK LINKS (NEW WINDOW, PRINT ALL, ETC.) IN A ROW */ .yMuNaf { position: absolute !important; left: 0px!important; top: -30px !important; width: 100% !important; font-size: 70% !important; } .OZly4d { float: right !important; padding: 0px !important; } .OZly4d span { display: block !important; width: auto !important; height: 1.8em !important; line-height: 1.8em !important; padding: 0 8px !important; border: 1px solid #BBBBBB !important; border-left-color: #FFFFFF !important; background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAAAAAAa3c+rAAAAAXNSR0IArs4c6QAAABJJREFUCNdj+MnEQBT8CsUEIACgKQMyxVIz6AAAAABJRU5ErkJggg==) repeat-x left center !important; color: #000000 !important; } .OZly4d:first-child span { -moz-border-radius-topright: 3px !important; -moz-border-radius-bottomright: 3px !important; } .OZly4d:last-child span { -moz-border-radius-topleft: 3px !important; -moz-border-radius-bottomleft: 3px !important; border-left-color: #BBBBBB !important; } .OZly4d u { text-decoration: none !important; } .OZly4d img { margin-bottom: 2px !important; } .OZly4d span:hover { border-top-color: #939393 !important; border-bottom-color: #939393 !important; } .OZly4d:first-child span:hover { border-right-color: #939393 !important; } .OZly4d:last-child span:hover { border-left-color: #939393 !important; } /* ACTIVE */ .OZly4d span:active { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAAAAAAa3c+rAAAAAXNSR0IArs4c6QAAABVJREFUCNdjeMzEQDTkZmJg+IlfDQBx9QI0/iX6wgAAAABJRU5ErkJggg==) !important; border-top-color: #444444 !important; border-bottom-color: #444444 !important; } .OZly4d:first-child span:active { border-right-color: #444444 !important; } .OZly4d:last-child span:active { border-left-color: #444444 !important; } /* BLOCK THE ADS TABLE IN THE MESSAGE WINDOW */ table[class*=\"PwUwPb XoqCub MMcQxe\"]{ width : 99% !important; } .yxEQwb, .iFOJMb { display:none !important; } td.eWTfhb > div.XoqCub { width:0px !important; overflow:visible !important; } td.eWTfhb > div.ice3Ad, div.f3hr3b > table.PwUwPb > tr > td.eWTfhb > iv.XoqCub {width:100% !important; } [class*=\"gV2Gwc\"]{ width : 99% !important; } /* REDESIGN MESSAGE LIST - CHANGE SENDER FONT COLOR TO BLUE */ .qNUdo, .k62PNc {color: #336699 !important;} /* REDESIGN MESSAGE LIST - CHANGE SUBJECT FONT COLOR TO DARK GRAY */ .HhG5wd {color: #515459 !important;} /* REDESIGN MESSAGE LIST - CHANGE UNREAD MESSAGE BACKGROUND TO YELLOW */ tr[class^=\"xweT7d QhHSYc\"] {background: #FFFF99 !important;} /* REDESIGN MESSAGE LIST - CHANGE READ MESSAGE BACKGROUND TO WHITE */ tr[class^=\"xweT7d AnqB9d\"] {background: #FFF !important;} /* REDESIGN MESSAGE LIST - HOVER ITEM */ tr[class^=\"xweT7d AnqB9d\"]:hover, tr[class^=\"xweT7d QhHSYc\"]:hover {background-color : #C3D9FF !important;} /* REDESIGN MESSAGE DISPLAY - CHANGE SUBJECT FONT COLOR TO GREY */ .VrHWId {color: #515459 !important; padding-left:7px !important;} /* ADJUST TITLE AND LABELS */ div.ice3Ad { margin-top: 22px !important; position: relative !important } div.ice3Ad h1>span { position: absolute !important; top: -22px !important; left: 3px !important; z-index: 10 !important } div.ice3Ad h1>span.VrHWId { position: relative !important; top: 4px !important } h1.YfMhcb { font-size: 18px !important; line-height: 25px !important; font-family: Georgia, serif !important; } /* MOVE STORAGE INFO TO TOP */ .pghVUe span {position: absolute !important; right: 10px !important; top: 36px !important;color: #336699 !important;} /* HIDE FOOTER */ .s7hnoe, .VfONdd, .haNaWc, .IUntof  { display:none !important; } /* LEFT MENU */ .NIPhib .zD5BAe {color : #336699 !important;} /* ON PRINT */ body > table:first-child  {display: none !important;} /* WIDEN BODY */ h1.YfMhcb { margin-top: 5px !important; } td.eWTfhb>div { width: auto !important; padding-right: 5px !important; } /* DETAILS FIX BLUE FRAME ON RIGHT */ div[class=\"XoqCub rGOYzc\"] { margin-right: 10px !important; } table[class=\"PwUwPb XoqCub MMcQxe\"], table[class=\"PwUwPb XoqCub MMcQxe\"] div[class=\"XoqCub ice3Ad\"] { width: 100% !important; } div[class=\"Gi6zqd ccqOyd\"] { padding-right: 13px !important; } textarea.gV2Gwc { width: 100% !important; } /* BLOCK ADS FROM EMAILS */ .qWFFaf{display:none!important}";
if (typeof GM_addStyle != "undefined") {
	GM_addStyle(css);
} else if (typeof addStyle != "undefined") {
	addStyle(css);
} else {
	var heads = document.getElementsByTagName("head");
	if (heads.length > 0) {
		var node = document.createElement("style");
		node.type = "text/css";
		node.appendChild(document.createTextNode(css));
		heads[0].appendChild(node); 
	}
}
})();