Last active
December 14, 2015 15:09
-
-
Save ybm/5105612 to your computer and use it in GitHub Desktop.
Google Chrome User Style
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: "Microsoft Yahei" !important;} | |
table, tbody, th, td {font-family: "Microsoft Yahei" !important;} | |
h1, h2, h3, h4 ,h5, h6 {font-family: "Microsoft Yahei" !important;} | |
ul, ol, li {font-family: "Microsoft Yahei" !important;} | |
p, a, input {font-family: "Microsoft Yahei" !important;} | |
#wrapper {font-family: "Microsoft Yahei" !important;} | |
#content {font-family: "Microsoft Yahei" !important;} | |
#containner {font-family: "Microsoft Yahei" !important;} | |
.main {font-family: "Microsoft Yahei" !important;} | |
.wrapper {font-family: "Microsoft Yahei" !important;} | |
.content {font-family: "Microsoft Yahei" !important;} | |
.containner {font-family: "Microsoft Yahei" !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: "Microsoft Yahei" !important;} | |
.Bu span {font-family: "Microsoft Yahei" !important;} | |
blockquote {font-family: "Microsoft Yahei" !important;} | |
.MsoNormal {font-family: "Microsoft Yahei" !important;} | |
/** Style for reader.google.com **/ | |
.entry-container {font-family: "Microsoft Yahei" !important;} | |
.entry-body {font-family: "Microsoft Yahei" !important;} | |
/** Style for renren.com **/ | |
.navigation-wrapper {font-family: "Microsoft Yahei" !important;} | |
.panelbarpanels {font-family: "Microsoft Yahei" !important;} | |
.clearfix {font-family: "Microsoft Yahei" !important;} | |
.timeline_feed {font-family: "Microsoft Yahei" !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: "Microsoft Yahei" !important;} | |
#menu {font-family: "Microsoft Yahei" !important;} | |
#main {font-family: "Microsoft Yahei" !important;} | |
#bot_foot {font-family: "Microsoft Yahei" !important;} | |
.ui-dialog {font-family: "Microsoft Yahei" !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: "Microsoft Yahei" !important;} | |
/** Style for mail.qq.com **/ | |
.toarea {font-family: "Microsoft Yahei" !important;} | |
.mainNav {font-family: "Microsoft Yahei" !important;} | |
.subNav {font-family: "Microsoft Yahei" !important;} | |
.description pre {font-family: "Microsoft Yahei" !important;} | |
.appList {font-family: "Microsoft Yahei" !important;} | |
.title {font-family: "Microsoft Yahei" !important;} | |
.title5 {font-family: "Microsoft Yahei" !important;} | |
.keymnemonic {font-family: "Courier New", "Microsoft Yahei" !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment