Created
June 14, 2013 10:20
-
-
Save ybm/5780856 to your computer and use it in GitHub Desktop.
使用苹果丽黑字体 Hiragino Sans GB 的谷歌浏览器样式表
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
/** The Google Chrome Custom Style **/ | |
body, div {font-family: "Hiragino Sans GB W3" !important;} | |
table, tbody, th, td {font-family: "Hiragino Sans GB W3" !important;} | |
h1, h2, h3, h4 ,h5, h6 {font-family: "Hiragino Sans GB W6" !important;} | |
ul, ol, li {font-family: "Hiragino Sans GB W3" !important;} | |
p, a, input {font-family: "Hiragino Sans GB W3" !important;} | |
#wrapper {font-family: "Hiragino Sans GB W3" !important;} | |
#content {font-family: "Hiragino Sans GB W3" !important;} | |
#containner {font-family: "Hiragino Sans GB W3" !important;} | |
.main {font-family: "Hiragino Sans GB W3" !important;} | |
.wrapper {font-family: "Hiragino Sans GB W3" !important;} | |
.content {font-family: "Hiragino Sans GB W3" !important;} | |
.containner {font-family: "Hiragino Sans GB W3" !important;} | |
/* webkit scroller */ | |
::-webkit-scrollbar-thumb:vertical {height:10px;background-color:#ccc;} | |
::-webkit-scrollbar {width:15px;height:5px;background:#FFF;margin-right:15px;} | |
/** Style for mail.google.com **/ | |
font {font-family: "Hiragino Sans GB W3" !important;} | |
.Bu span {font-family: "Hiragino Sans GB W3" !important;} | |
blockquote {font-family: "Hiragino Sans GB W3" !important;} | |
.MsoNormal {font-family: "Hiragino Sans GB W3" !important;} | |
/** Style for reader.google.com **/ | |
.entry-container {font-family: "Hiragino Sans GB W3" !important;} | |
.entry-body {font-family: "Hiragino Sans GB W3" !important;} | |
/** Style for renren.com **/ | |
.navigation-wrapper {font-family: "Hiragino Sans GB W3" !important;} | |
.panelbarpanels {font-family: "Hiragino Sans GB W3" !important;} | |
.clearfix {font-family: "Hiragino Sans GB W3" !important;} | |
.timeline_feed {font-family: "Hiragino Sans GB W3" !important;} | |
/** Style for bbs.byr.cn **/ | |
.title_2 {width: 110px !important;} | |
.title_4 {width: 200px !important;} | |
.title_10 {width: 80px !important;} | |
.title_12 {width: 120px !important;} | |
#top_head {font-family: "Hiragino Sans GB W3" !important;} | |
#menu {font-family: "Hiragino Sans GB W3" !important;} | |
#main {font-family: "Hiragino Sans GB W3" !important;} | |
#bot_foot {font-family: "Hiragino Sans GB W3" !important;} | |
.ui-dialog {font-family: "Hiragino Sans GB W3" !important;} | |
/** Style for sanguosha.com **/ | |
#topCommonNav {display: none !important;} | |
/** Style for github.com **/ | |
code, pre {font-family: "Consolas","Microsoft Yahei" !important;} | |
ul.top-nav {width:250px !important;} | |
.highlight {font-family: "Consolas","Microsoft Yahei" !important;} | |
.line {font-family: "Consolas","Microsoft Yahei" !important;} | |
textarea.ace_text-input {font-family: "Consolas","Microsoft Yahei" !important;} | |
.ace_gutter {font-family: "Consolas","Microsoft Yahei" !important;} | |
.ace_scroller {font-family: "Consolas","Microsoft Yahei" !important;} | |
.ace_line {font-family: "Consolas","Microsoft Yahei" !important;} | |
pre.prettyprint {font-family: "Consolas","Microsoft Yahei" !important;} | |
pre.linenums {font-family: "Consolas","Microsoft Yahei" !important;} | |
.jquery-console-message {font-family: "Consolas","Microsoft Yahei" !important;} | |
.jquery-console-prompt-box {font-family: "Consolas","Microsoft Yahei" !important;} | |
/** Style for zhihu.com **/ | |
.zg-wrap {font-family: "Hiragino Sans GB W3" !important;} | |
/** Style for mail.qq.com **/ | |
.toarea {font-family: "Hiragino Sans GB W3" !important;} | |
.mainNav {font-family: "Hiragino Sans GB W3" !important;} | |
.subNav {font-family: "Hiragino Sans GB W3" !important;} | |
.description pre {font-family: "Consolas","Hiragino Sans GB W3" !important;} | |
.appList {font-family: "Hiragino Sans GB W3" !important;} | |
.title {font-family: "Hiragino Sans GB W3" !important;} | |
.title5 {font-family: "Hiragino Sans GB W3" !important;} | |
.keymnemonic {font-family: "Consolas", "Microsoft Yahei" !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment