Last active
August 29, 2015 14:03
-
-
Save neruthes/a55054e959b07c9f6f09 to your computer and use it in GitHub Desktop.
G+ for Mac
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
| * { | |
| font-family: 'Seravek', 'Hiragino Sans GB', sans-serif !important; | |
| font-weight: normal !important; | |
| } | |
| input[type="text"] { | |
| font-family: 'Seravek', 'Hiragino Sans GB', sans-serif !important; | |
| font-weight: normal !important; | |
| } |
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
| /* Userstyle For G+ */ | |
| .rw.Uc.ZJ { | |
| background: #F5F5F5; | |
| box-shadow: rgba(0, 0, 0, 0.311) 0 -1px 4px 2px; | |
| } | |
| .Dge.fOa.vld.TVa.wld { | |
| background: none; | |
| } | |
| .Pzc > div { | |
| background: none !important; | |
| } | |
| .cc { | |
| overflow: auto; | |
| } | |
| .cc table { | |
| padding-right: 10px; | |
| } | |
| .cc div[role="button"]:first-child, .XH.Qp div[role="button"]:first-child { | |
| border: 1px solid #137B2D; | |
| } | |
| .cc table .bI * { | |
| float: right; | |
| overflow: auto; | |
| } | |
| .cc table, .cc tbody, .cc table tr { | |
| float: right; | |
| overflow: auto; | |
| width: 100%; | |
| } | |
| .cc td:first-child { | |
| float: right; | |
| width: auto; | |
| } | |
| .cc td:last-child { | |
| padding-top: 6px; | |
| padding-right: 20px; | |
| } | |
| /* -------------- Meaningless separation --------------*/ | |
| .RR { | |
| overflow: auto; | |
| } | |
| .RR > * { | |
| float: right; | |
| margin-right: 0; | |
| margin-left: 16px; | |
| } | |
| .XH.Qp { | |
| overflow: auto; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment