Created
May 9, 2012 14:20
-
-
Save quietlynn/2644831 to your computer and use it in GitHub Desktop.
Shrink Vertical Blank for Google+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
To the extent possible under law, 林静琴 <https://github.com/quietlynn> has waived all copyright and related or neighboring rights to Shrink Vertical Blank for Google+. This work is published from: United States. | |
http://creativecommons.org/publicdomain/zero/1.0/ | |
*/ | |
/* 减少信息之间纵向间隔 */ | |
.Cg { | |
margin-top: 5px !important; | |
margin-bottom: 5px !important; | |
} | |
/* 缩小评论栏空白边距 */ | |
.le { | |
padding: 0 14px 10px 56px !important; | |
} | |
/* 新评论栏边距 */ | |
.Wr { | |
margin: 1px 12px 1px 0 !important; | |
padding: 2px 7px !important; | |
} | |
.FC { | |
padding-bottom: 0px !important; | |
} | |
/* 减少作者栏上边距 */ | |
.FE { | |
padding: 3px 3px 0 16px !important; | |
} | |
.Ff, .mZ.HC { | |
padding: 5px 0 0 0 !important; | |
} | |
/* 减少按钮栏上下边距 */ | |
.BE { | |
height: 28px !important; | |
} | |
.a-f-e.Tj, .dh { | |
margin-top: 2px !important; | |
} | |
/* 活动按钮边距 */ | |
.mG { | |
padding-top: 2px !important; | |
} | |
.Xe.IC, .PG { | |
line-height: 30px !important; | |
} | |
/* 超低分辨率屏幕上固定上方导航条 */ | |
@media (max-height: 768px) { | |
.JRb { | |
position: fixed; | |
width: 100%; | |
margin-top: -70px; | |
} | |
.v6a { | |
padding-top: 70px !important; | |
} | |
.gEb { | |
margin-top: 70px !important; | |
} | |
.NHa { | |
position: fixed !important; | |
top: 70px !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment