Skip to content

Instantly share code, notes, and snippets.

@mtmzorro
Created January 29, 2016 01:35
Show Gist options
  • Save mtmzorro/78008a9bafea42b7ae6c to your computer and use it in GitHub Desktop.
Save mtmzorro/78008a9bafea42b7ae6c to your computer and use it in GitHub Desktop.
/*font*/
#main {
font-family: 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1','Hiragino Sans GB','\5B8B\4F53';
}
/*blockquote*/
blockquote {
border-left: 4px solid #ddd;
padding: 4px 15px;
color: #777;
}
blockquote ul {
padding-left: 20px;
}
/*code*/
code, kbd {
font-family: 'consolas', 'Microsoft Yahei';
}
/*title*/
#title-heading.with-breadcrumbs img {
margin-left:10px;
}
#breadcrumbs {
line-height: 48px;
padding-bottom: 4px;
}
#title-text {
padding-left: 10px;
}
.page-metadata ul {
padding-left: 10px;
}
/*markdown*/
.wiki-content {
color: #333;
padding: 0 50px 0 10px;
}
.wiki-content li {
line-height: 24px;
}
.wiki-content img {
max-width: 100%;
}
.wiki-content pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
}
.wiki-content h1:first-child, .wiki-content h2:first-child, .wiki-content h3:first-child, .wiki-content h4:first-child, .wiki-content h5:first-child, .wiki-content h6:first-child {
margin-top: none;
}
.wiki-content h1, .wiki-content h2, .wiki-content h3, .wiki-content h4, .wiki-content h5, .wiki-content h6 {
margin-top: 1em;
margin-bottom: 16px;
line-height: 1.4;
font-weight: bold;
}
.wiki-content h2 {
padding-bottom: 0.3em;
font-size: 1.75em;
line-height: 1.225;
border-bottom: 1px solid #eee;
}
.wiki-content h3 {
font-size: 1.5em;
line-height: 1.43;
}
.wiki-content h4 {
font-size: 1.5em;
line-height: 1.43;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment