Skip to content

Instantly share code, notes, and snippets.

@memset0
Created March 15, 2019 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memset0/3947e6bb86e2d2af5050f48380bd936d to your computer and use it in GitHub Desktop.
Save memset0/3947e6bb86e2d2af5050f48380bd936d to your computer and use it in GitHub Desktop.
memset0 自用的 stylish 脚本 | 一些自用的对网站样式的小修改 | 代码很不规范啊 QAQ ...
@-moz-document url-prefix("https://memset0.cn/admin/write-post.php") {
/* memset0 博客后台编辑优化(配合 Editor MD 插件使用) */
.resize,
.editormd-toolbar,
.editormd-preview,
.typecho-option-tabs,
.editormd-preview-container,
#advance-panel-btn {
display: none !important;
}
.CodeMirror {
margin-top: 0 !important;
width: 100% !important;
}
#text-editormd {
max-height: 500px !important;
}
#advance-panel {
display: block !important;
}
#edit-secondary {
margin-top: -50px !important;
}
}
@-moz-document url-prefix("http://localhost:4000") {
/* Hexo Hey 简单美化 */
pre, code {
font-family: Menlo !important;
}
md-toolbar span.ng-scope {
display: none;
}
md-sidenav {
width: 600px !important;
}
.markdown-body {
margin: 60px !important;
}
* {
tab-size: 4 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment