博客园css样式

/*取消代码赋值按钮*/
.cnblogs_code_copy {
display: none;
}
/*取消日历*/
#blogCalendar {
display: none;
}
/*取消随笔档案*/
#sidebar_postarchive{
display: none;
}
/*取消常用链接*/
#sidebar_shortcut{
display: none;
}

/*1769987233的颜色*/
a {
color: #808080;
}

/*分类标题大小和颜色*/
.entrylistItemTitle {
font-size: 22px;
color:#FF00FF
}


#home {
margin: 0 auto;
width: 50%; /*原始65*/
min-width: 980px; /*页面顶部的宽度*/
background-color: rgba(255, 255, 255,0.3);
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://img2018.cnblogs.com/common/1498903/201912/1498903-20191229050202108-2103485175.jpg') fixed no-repeat;*/
background-position: 50% 5%;
background-size: cover;
font-family: "Microsoft YaHei Light";
font-size: 18px;
color: #000000;
background-color: rbg(255,250,250);
-webkit-font-smoothing: antialiased;
line-height: 1.42858;
}

#blogTitle {
height: 100px; /*高度*/
clear: both;
/*博客标题的背景*/
background-color: rgba(255, 255, 255, 0.3);
}

#cnblogs_post_body h1 {
font-size: 25px;
font-weight: normal;
line-height: 1.5;
margin: 10px 0;
color: #FF1493;
}

#cnblogs_post_body h2 {
font-weight: normal;
font-size: 22px; /*原始 16px ;font-size: 1.0rem;*/
line-height: 1.8;
color: #FF1493;
}

#cnblogs_post_body h4 {
font-size: 16px;
font-weight: normal;
line-height: 1.5;
margin: 10px 0;
color: #FF1493;
}

#cnblogs_post_body h3 {
font-size: 19px;
font-weight: normal;
line-height: 1.5;
margin: 10px 0;
color: #FF1493;
}

/*标题栏下的颜色*/
#navigator {
background-color: rgba(255, 255, 255, 0.3);
}

/*新随笔等*/
#navList{
list-style:none;
padding:10px;
margin:0px;
}

#navList a{
color: #404040;
font-size: 20px;
font-weight: normal;
text-decoration: none;
}
#navList a:link {
}
#navList a:visited{
}
#navList a:hover {
color: #800080;
font-size: 22px;
position:relative;
padding-left: 10px;
transition: all 0.1s linear 0s;
}

/*随笔文章评论*/
.blogStats {
color: #404040;
}

/*博客标题*/
.postTitle {
border-left: 8px solid rgba(132, 112, 255, 0);
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: #FF00FF;
transition: all 0.4s linear 0s;
}

.postTitle a:hover {
margin-left: 30px;
color: #FF00FF;
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.3);
}

/*文章附加信息*/
.postDesc {
/*background: url() no-repeat 0 1px;*/
color: #757575;
//float: left;
float: right;
width: 100%;
clear: both;
text-align: left;
font-family: "微软雅黑";
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.3);
margin-bottom: 35px;
word-wrap: break-word;
}

.CalTitle {
background: rgba(255, 255, 255, 0);
}

.catListTitle {
/*栏目的条纹颜色*/
background-color: rgba(128, 0, 128,0.5);
}

#topics {
background: rgba(255, 255, 255, 0.3);
}

.c_ad_block {
display: none;
}

#tbCommentBody {
width: 100%;
height: 200px;
background: rgba(255, 255, 255, 0.3);
}

#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);

}

#main {
min-width: 640px;
}

.entrylist {
background: rgba(255, 255, 255, 0.3);
}

/*改变代码的大小*/
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
font-size: 17px !important;
}

/*设置内容边框*/
.postBody {
padding: 10px;
}

/*设置主要代码颜色*/
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
/*color: #000 !important;*/
color: #f8f8f2 !important;
}

/*设置关键字颜色*/
.syntaxhighlighter .keyword {
font-weight: normal !important;
/*color: #00f !important;*/
color: #F92672 !important;
font-style: italic !important;
}

/*设置python*/
.syntaxhighlighter .functions{
font-style: italic !important;
color: #F92672 !important;
}

/*设置注释颜色*/
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
/*color: #008200 !important;*/
color: #75715e !important;
}

/*设置字符串颜色*/
.syntaxhighlighter .string, .syntaxhighlighter .string a {
/*color: #00f !important;*/
color: #973397 !important;
}

/*设置背景颜色颜色*/
.syntaxhighlighter .line.alt2 {
/*background-color: #f4f4f4 !important;*/
/*background-color: #23241f !important;*/
background-color: #272822 !important;
}
.syntaxhighlighter .line.alt1 {
/*background-color: #fff !important;*/
/*background-color: #23241f !important;*/
background-color: #272822 !important;
}

/*设置分割线颜色*/
.syntaxhighlighter .gutter .line {
/*border-right: 2px solid #6ce26c !important;*/
border-right: 1px solid #75715e !important;
}

/*设置数字颜色*/
.syntaxhighlighter .value {
/*color: #090 !important;*/
color: #ae81ff !important;
}

/*修改从typora without styles的代码颜色*/
code {
color: #585858;
font-family: "Consolas";
font-size: 18px!important;
}

posted @   1769987233  阅读(58)  评论(0编辑  收藏  举报
(评论功能已被禁用)
编辑推荐:
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
阅读排行:
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 零经验选手,Compose 一天开发一款小游戏!
· 一起来玩mcp_server_sqlite,让AI帮你做增删改查!!
点击右上角即可分享
微信分享提示