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 或窗口指定外观和格式的属性集合.样式可以指定高度.填充.字 ...
随机推荐
- ZROI2018提高day5t1
传送门 分析 我们不难将条件转换为前缀和的形式,即 pre[i]>=pre[i-1]*2,pre[i]>0,pre[k]=n. 所以我们用dp[i][j]表示考虑到第i个数且pre[i]= ...
- rest-framework组件 之 视图三部曲
浏览目录 使用混合(mixins) mixin类编写视图 使用通用的基于类的视图 viewsets.ModelViewSet 视图三部曲 使用混合(mixins) from rest_framewor ...
- HUST高级软件工程--测试管理工具实践--Day3
测试管理工具实践--Day3 今天完成任务情况: 小靳 今天,大家参加考试,时间比较紧促.庆幸,自己的队伍比较给力,大家都没有拖后腿,深夜还在为自己的任务拼搏,很是激励人心 我今天的工作就是 学会了注 ...
- 【C#】 创建、部署和调用WebService的简单示例
C# 创建.部署和调用WebService的简单示例 <div class="postBody"> <div id="cnblogs_post_body ...
- Winform 数据库连接配置界面
一.添加引用 C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Microsoft.Data.ConnectionUI.Dial ...
- ueditor UEditor的setContent的时候报错
今天在使用UEditor的setContent的时候报错,报错代码如下 TypeError: me.body is undefined 或 Uncaught TypeError: Cannot set ...
- Java与C++比较
本文仅从片面的角度比较Java与C++的一些特性,如有错误的地方,请指正. 语言特性上的一些差异: 1.Java没有无符号整数,C++/C#都有. 2.Java中不存在指针.Java的引用是功能弱化的 ...
- export to pdf
first we need to download the link is : http://files.cnblogs.com/akingyao/itextsharp-all-5.4.2.zip t ...
- 7、OpenCV Python 高斯模糊
__author__ = "WSX" import cv2 as cv import numpy as np #高斯模糊 基于权重(卷积) #高斯模糊 去燥效果很好 #高斯模糊 d ...
- git 本地分支与远程分支相关操作记录
1.远程分支中有新增分支,但自己的本地分支没有对应同步 git checkout -b [remote-branch-name] origin/[remote-branch-name] 2. 查看本地 ...