简约风主题
简约风主题
------------恢复内容开始------------
博客皮肤
选择darkgreentrip
页面定制 CSS 代码
#home { margin: 0 auto; width: 80%;/*原始65*/ min-width: 980px;/*页面顶部的宽度*/ background-color: rgba(245, 245, 245, 0.7); padding: 30px; margin-top: 50px; margin-bottom: 50px; box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); } body { background: rgba(12, 100, 129, 1) url('https://img2020.cnblogs.com/blog/1538370/202102/1538370-20210223144507620-1135013105.png') fixed no-repeat; background-position: 50% 5%; background-size: cover; } #blogTitle { height: 100px; /*高度*/ clear: both; background-color: rgba(245, 245, 245, 0); } #blogTitle h1 { font-size: 36px; font-weight: bold; line-height: 1.8em;/*原始 1.6em*/ margin-top: 10px;/*原始 15px */ color: #548B54; } #blogTitle h2 { font-weight: normal; font-size: 17px;/*原始 16px ;font-size: 1.0rem;*/ line-height: 1.8; color: #111; font-weight: bold; text-align: right; float: right; } #navigator{ background-color: rgba(33, 160, 139, 0.9); } #navList a:link, #navList a:visited, #navList a:active{ color: #eee; font-size: 18px; font-weight: bold; } .blogStats{ color: #eee; } .postTitle { border-left: 8px solid rgba(33, 160, 139, 0.68); margin-left: 10px; margin-bottom: 10px; font-size: 20px; float: right; width: 100%; clear: both; } .postTitle a:link, .postTitle a:visited, .postTitle a:active { color: #21759b; transition: all 0.4s linear 0s; } .postTitle a:hover { margin-left: 30px; color: #0f3647; text-decoration: none; } .postCon { float: right; line-height: 1.5em; width: 100%; clear: both; padding: 10px 0; }.day .postTitle a {
padding-left: 10px;
}
.day {
background: rgba(255, 255, 255, 0.5);
}
/文章附加信息/
.postDesc {
background: url(images/posted_time.png) no-repeat 0 1px;
color: #757575;
float: left;
width: 100%;
clear: both;
text-align: left;
font-family: "微软雅黑" , "宋体" , Arial;
font-size: 13px;
padding-right: 20px;/5px padding-left: 90px;posted 发表时间左边距离/
margin-top: 20px;
line-height: 1.8;
padding-bottom: 35px;
}.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
background: rgba(255, 255, 255, 0.5);
margin-bottom: 35px;
word-wrap: break-word;
}.CalTitle{
background: rgba(255, 255, 255, 0);
}
.catListTitle{
background-color: rgba(33, 160, 139, 0.9);
}topics{
background: rgba(255, 255, 255, 0.5);
}
.c_ad_block{
display: none;
}tbCommentBody{
width: 100%; height: 200px; background: rgba(255, 255, 255, 0.5);
}
q{background: rgba(255, 255, 255, 0);}
.CalNextPrev{background: rgba(255, 255, 255, 0);}
.cnblogs_code{
background: rgba(255, 255, 255, 0);
}.cnblogs_code div{
background: rgba(255, 255, 255, 0);
}.cnblogs_code_toolbar{
background: rgba(255, 255, 255, 0);
}.entrylist{
background: rgba(255, 255, 255, 0.5);
}main{
min-width: 640px;
}
------------恢复内容结束------------
简约风主题 相关文章
- .net接口交互
------------恢复内容开始------------ ListItemModel itemdata = new ListItemModel();for (int i = 0; i dtd.Rows.Count; i++) { //生成字符串 ItemModel dtx = new ItemModel(); dtx.action = "扣款"; dtx.hSerial = dtID.Rows[0]["serial"].ToString();
- SAP WebIDE编辑器的主题设置
我的本地Eclipse和sublime Text等编辑器,为了保护视力都设置的是黑色或者豆沙绿的背景,而SAP WebIDE JavaScript编辑器默认的背景色还是纯白色,看久了眼睛很累: 这个背景色其实也是可以更换的:WebIDE里选择Preferences 把theme改成Tommorow Night Blue(d
- docker-compose------------启动etcd
使用docker-compose搭建etcd集群环境 使用docker-compose搭建etcd集群环境 etcd是一个集群环境,用来管理微服务架构下面的配置管理功能。 A distributed, reliable key-value store for the most critical data of a distributed system. 这篇文章是一个基础
- 换主题了,贼爽!
贼爽! github地址 https://github.com/BNDong/Cnblogs-Theme-SimpleMemory/tree/v1.3.3 配置视频地址 https://pan.baidu.com/s/1wDCrM1Uo9iZ6ppBZDU7wKQ 步骤:(非常 easy!) 跳转到 设置选项界面 https://i.cnblogs.com/preference,勾选 公告 ,保存 来
- 如何查看vim的帮助
我想搜索一个主题, 用:help 似乎从来搜不到想要的. 我的期望是什么: 能搜索符号, 比如 . , 再比如 | , 再比如 ' , 如果能找到文件, 是不难的, 直接打开tag文件, 也是不难的, 但问题是知道tag, 可以通过tags文件. 也可以:help '或者:help ` 只是内容中出现,
- shell 学习
--------------------------新建文件夹 新建文件---------------------------------------- mkdir /tmp/japan // 在tmp目录下创建一个japan目录 mkdir /tmp/japan/longze // 因为tmp目录下没有Japan目录,所以会创建失败 mkdir -p /tmp/japan/longze // 可以
- next5主题自定义摘要
概述 最近 next6 折腾了一段时间,最后还是回到了 next5,但是添加阅读全文按钮以后,默认的摘要生成不太方便,于是就把注意打到了 js 上。 这里整理一下 next5 生成摘要的方法。 一、yaml 这个是 hexo 自带的,通过直接在 yaml 里面配置 ---title: next5主
- 我的博客园主题代码
1. Cnblogs-Theme-SimpleMemory 博客皮肤 SimpleMemory 页面定制CSS代码 *,.Cal{padding:0}::-moz-selection{background:#807dd4;color:#FFF}::selection{background:#807dd4;color:#FFF}::-webkit-selection{background:#807dd4;color:#FFF}::-moz-selectio
- Kafka 中两个重要概念:主题与分区
在 Kafka 中还有两个特别重要的概念—主题(Topic)与分区(Partition)。Kafka 中的消息以主题为单位进行归类,生产者负责将消息发送到特定的主题(发送到 Kafka 集群中的每一条消息都要指定一个主题),而消费者负责订阅主题并进行消费。这里补充了对 Kafk
- 数据挖掘实践(30):算法基础(七)梯度提升
0 简介 0.1 主题 0.2 目标 1) 能够掌握传统的集成框架的类型 2) 能够掌握GBDT的算法过程 3) 能够掌握GBDT的残差 1 提升的概念 2 基本函数 所有可行的弱函数集合(基函数) 3 目标函数 3.1 目标函数策略 3.2 损失函数 4 最优求解思路 5 最优函数 5.1 过程