MyCnblog Style
以下内容添加到页脚HTML代码处
<style>
#leftmenu ul {
display: none;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code {
margin-left: -20px !important;
margin-right: 10px !important;
}
#content h3 {
margin-left: 0;
}
.cnblogs-markdown code, .cnblogs-post-body code {
padding: 3px !important;
}
.cnblogs-markdown code, .cnblogs-post-body code {
background-color:#e0e8ea!important;
border: 0px solid #ccc!important;
}
#cnblogs_post_body ol {
padding-left: 20px;
}
#cnblogs_post_body p {
margin: 5px 5px;
}
blockquote {
background-color: #fff;
border-left: 5px solid #00c7ff;
width: 88%;
margin: 3px 5px;
}
.div_my_zzk {
position: fixed;
top: 25px;
right: 0;
}
#sidebar_search_box input[type=text] {
display: none;
}
input.btn_my_zzk {
vertical-align: none;
height: 22px;
font-size: 12px;
padding-left: 5px;
padding-right: 5px;
border-radius: 10px;
background: #1f375f;
color: #fff;
}
#leftmenu {
background-color: #fff;
}
#cnblogs_post_body img {
max-width: 750px;
}
#leftmenu a:active, #leftmenu a:visited, #leftmenu a:link {
color: #fff;
}
#leftmenu h3 {
display: none;
}
#topview_posts_wrap {
display: none;
}
.catListTitle {
display: none;
}
.input_my_zzk {
width: 8em;
}
body {
max-width: 800px;
margin: auto;
padding: auto;
margin-left: none;
margin-right: none;
margin-top: none;
margin-bottom: none;
padding: none;
padding-bottom: none;
padding-top: none;
background-color: none;
}
#top {
height: unset;
padding-bottom: 0.5em;
text-align:center;
}
.postbody a{
color: #000;
border-bottom: 1px dotted;
}
a:hover{
text-decoration: none;
color: #fd6853;
}
.commentform {
display: none;
}
#green_channel {
display: none;
}
#author_profile {
display: none;
}
#EntryTag {
display: none;
}
#div_digg {
display: none;
}
#post_next_prev {
display: none;
}
#content {
margin-left: 0px;
}
element.style {
}
user agent stylesheet
div {
display: block;
}
#content h2 {
font-size: 20px;
text-align: center;
}
#footer{
display: none;
}
</style>
MyCnblog Style的更多相关文章
- JavaScript特性(attribute)、属性(property)和样式(style)
最近在研读一本巨著<JavaScript忍者秘籍>,里面有一篇文章提到了这3个概念. 书中的源码可以在此下载.我将源码放到了线上,如果不想下载,可以直接访问在线网址,修改页面名就能访问到相 ...
- obj.style.z-index的正确写法
obj.style.z-index的正确写法 今天发现obj.style.z-index在js里面报错,后来才知道在js里应该把含"-"的字符写成驼峰式,例如obj.style.z ...
- H5 canvas的 width、height 与style中宽高的区别
Canvas 的width height属性 1.当使用width height属性时,显示正常不会被拉伸:如下 <canvas id="mycanvas" width=&q ...
- vue中,class、内联style绑定、computed属性
1.绑定Class ①对象语法 <li :class="{ 'active': activeIdx==0 }" @click="fnClickTab(0)" ...
- Bootstrap WPF Style,Bootstrap风格的WPF样式
简介 GitHub地址:https://github.com/ptddqr/bootstrap-wpf-style 此样式基于bootstrap-3.3.0,样式文件里的源码行数都是指的这个版本.CS ...
- WPF's Style BasedOn
<Style x:Key="BasedStyle" BasedOn="{x:Null}" TargetType="{x:Type Control ...
- ReactNative中iOS和Android的style分开设置教程
reactnative可以编辑iOS程序也可以编辑Android程序, 而且80%的代码都可以重用. 及有些文件是两个系统通用的, 相信大家也都清楚了. 但是也许大家会遇到一些屏幕布局的问题, 最常遇 ...
- Style样式
最重要的两个元素 :setter Trigger Style中的Setter setter是用来设置属性值的 <Style TargetType="{x:Type TextBox} ...
- Android 样式 (style) 和主题(theme)
转载:https://gold.xitu.io/post/58441c48c59e0d0056a30bc2 样式和主题 样式是指为 View 或窗口指定外观和格式的属性集合.样式可以指定高度.填充.字 ...
随机推荐
- c++ vitual继承
为了解决多继承下的二义性而设计的vitrul继承 class Base { public: Base(void); ~Base(void); }; Base::Base(void) { printf( ...
- Git 之 修复bug
前面介绍了Git版本控制,为我们省去了很多不必要的麻烦. 回滚 有没有想过,在我们开发过程中,修改需要是常有的事,如果我们现在不想要这个功能了,那么如何回到之前的版本呢?回滚,回到上一个版本. 那如果 ...
- Entity Relationships
Entity Relationships: Here, you will learn how entity framework manages the relationships between en ...
- mysql--约束条件
主键的测试 PRIMARY KEY(PRIMARY可以省略) --查看创建表的标的定义,可以查看主键 SHOW CREATE TABLE user1; ,'king');--主键不能重复 ,'kin ...
- 使用swiper.animate时,给一个对象添加两个动画且动画循环的方法
swiper官网上给对象加一个动画的方法是 <div class="swiper-slide"> <p class="ani" swiper- ...
- Insus Paging Utility Version 2
Insus.NET对GridView或是DataList分页,都是使用自己的分页组件:http://www.cnblogs.com/insus/archive/2009/03/19/1417102.h ...
- iOS开发进制转换
1.十进制转换为二进制 /** 十进制转换为二进制 @param decimal 十进制数 @return 二进制数 */ + (NSString *)getBinaryByDecimal:(NSIn ...
- Git解决pull无法操作成功
https://blog.csdn.net/chenjunfengf/article/details/78301957 场景 在git pull的时候,如果本地代码有改动,而服务器上代码也已经被其他人 ...
- Angular2使用ng2-file-upload上传文件
Angular2中有两个比较好用的上传文件的第三方库,一个是ng2-file-upload,一个是ng2-uploader.ng2-uploader是一个轻便的上传文件的支持库,功能较弱,而ng2-f ...
- MySQL之常用命令
前言 在说MySQL命令之前,需要介绍一些navicat:navicat是一套快速.可靠并且价格相宜的数据库管理工具,它的出现简化了数据库的管理,降低了管理成本,提高了对数据库的管理效率.Navica ...