Last active
November 22, 2015 14:57
-
-
Save myanbin/4088831 to your computer and use it in GitHub Desktop.
谷歌浏览器用户自定义样式表
This file contains 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;} | |
/** 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;} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment