Skip to content

Instantly share code, notes, and snippets.

@quietlynn
Created May 9, 2012 13:58
Show Gist options
  • Save quietlynn/2644680 to your computer and use it in GitHub Desktop.
Save quietlynn/2644680 to your computer and use it in GitHub Desktop.
Wide Stream Style for Google+
/*
To the extent possible under law, 林静琴 <https://github.com/quietlynn> has waived all copyright and related or neighboring rights to Wide Stream Style for Google+. This work is published from: United States.
http://creativecommons.org/publicdomain/zero/1.0/
*/
/* 隐藏右侧边栏 */
.ksa.a-f-e {
display: none !important;
}
/* 隐藏用户头像等 */
.i5 {
display: none !important;
}
/* ——但在用户资料页显示 */
.vcard .i5 {
display: block !important;
}
/* 增加信息流、分享框宽度 */
.Lq.h8 {
width: 90% !important;
}
.h-q-g-ia {
width: 90% !important;
}
.Nq, .l-Uw.zda {
width: 100% !important;
}
.Cg {
width: 90% !important;
}
.k-Qf-e-fa {
width: 100% !important;
}
.eF.gF {
width: 90% !important;
}
.g-Ac {
width: 90% !important;
}
.wFb {
width: 90% !important;
}
.xj {
width: 90% !important;
}
/* 隐藏上方黑边 */
.NeLhq {
border-bottom: none !important;
}
/* 去除黑背景,靠左对齐 */
.cF, .Gm .Om {
margin: 0 !important;
}
.Ag {
background-color: transparent !important;
}
.r4gluf, .VepHtd {
background: none !important;
}
/* 隐藏图片边框 */
.qu, .pu, .ro, .so {
display: none !important;
}
/* 下方边距 */
.Ag {
margin-bottom: 10px !important;
}
/* “更多图片”链接位于左侧 */
.Mg {
right: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment