Skip to content

Instantly share code, notes, and snippets.

@thefuxia
Created July 4, 2011 19:54
Show Gist options
  • Save thefuxia/1063851 to your computer and use it in GitHub Desktop.
Save thefuxia/1063851 to your computer and use it in GitHub Desktop.
User Stylesheet for Google Plus
/**
* User stylesheet for Google+ https://plus.google.com
*
* @author Thomas Scholz http://toscho.de/+
* @version 1.4
* @browser Opera 11.5
* @license MIT http://www.opensource.org/licenses/mit-license.php
* @description https://plus.google.com/115532307838378431827/posts/PCLQhk32gTE
*
*
* v1.4
* wider videos
* v1.3
* hide notices about people you don't follow
*/
body,
.a-f-i,
.a-b-la-A div,
.a-b-la-A div a,
.ea-S-R
{
font-family: Calibri, sans-serif !important;
font-size: 15px !important;
}
#contentPane,
.a-b-f-i-p,
.a-f-i-p,
.a-b-f-i-oa, .a-b-f-i-oa > div
{
background: #f9f9f9 !important;
}
div
{
cursor: text !important;
}
/* Content column */
.a-p-M-T-gi-xc,
.a-f-p,
.a-b-l-C-Vb,
.CsUbkf,/*
#contentPane,*/
.MJI2hd
{
width: 700px !important;
}
/* Video */
[data-content-type="application/x-shockwave-flash"],
[data-content-type="application/x-shockwave-flash"] *
{
width: 560px !important;
height: 349px !important;
overflow: visible !important;
}
/* Right sidebar */
.a-kh-Ae
{
display: none;
}
/* Current menu item */
.a-la-h-Pa, .a-la-h-Pa:hover, .a-la-hA.a-la-h-Pa
{
color: #eee !important;
background: #333 !important;
}
/* Notice for sharings from people you don't follow */
.a-Hc-A.a-b-Hc-A
{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment