首页 > 其他分享 >博客园样式配置更新

博客园样式配置更新

时间:2023-08-09 11:12:43浏览次数:39  
标签:rgba 样式 博客园 更新 color background font margin 255

主题配置

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('http://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_fr.jpg') 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);
    -webkit-box-shadow: 1px 2px 20px 0px rgba(71, 77, 90, 0.2);
    box-shadow: 1px 2px 20px 0px rgba(71, 77, 90, 0.2);
    border-radius: 12px;
}
/*文章附加信息*/
.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,  .catListPostCategory,
 .catListImageCategory,  
.catListFeedback, .mySearch, .catListComment
{
	display: none;	
}
 .catListTag,.catListBlogRank,.catListPostArchive,.catListView,.catListArticleArchive,.catListArticleCategory, .catList, #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;
}

标签:rgba,样式,博客园,更新,color,background,font,margin,255
From: https://www.cnblogs.com/bigbigtree/p/17616316.html

相关文章

  • MP-SPDZ技术拾遗(更新中)
    配置onlinebenchmarkonly在根目录下创建config文件mkdirCONFIG.mineCONFIG.mine中仅需添加一行配置MY_CFLAGS=-DINSECURE重新编译虚拟机,以rss为例makecleanmake-j8replicated-ring-party.x编译fake-offline,并生成offline数据make-j8Fake-Offline.x./Fake......
  • 在最新更新的 Windows 系统中使用 .net 程序调用一些 https 接口时出现错误:请求被中止
    这是因为出于安全原因,新更新的系统中会默认禁用一些已经过时不安全的加密协议如:SSL3.0、TLS1.0、TLS1.1等但并不是所有接口服务器都已经更新支持了更新的协议所以在确认安全的情况下,可以将这些旧的协议再次启用,以达到兼容旧接口调用的目的方法1:注意:这个修改会在系统全局......
  • yum update更新报错 Transaction Check Error 解决方法
    yumupdate更新报错TransactionCheckError解决方法yumupdate引起错误TransactionCheckError的原因很多,要根据错误概要去判断具体原因。错误现象:报错内容:file/usr/share/man/man1/gtk-query-immodules-2.0.1.gzfrominstallofgtk2-2.24.31-1.el7.x86_64conflicts......
  • WPF自定义TreeView滚动条样式
     根据客户需求,要在TreeView目录树上显示10万+个节点,但是目录树显示10万加节点后,整个页面操作起来非常卡,所以给目录树增加了虚拟化设置。但是虚拟化设置一直没生效,后来经过排查发现是使用的自定义滚动条导致了虚拟化设置没有生效,后来自己写了一个滚动条样式,问题解决了。目录树虚......
  • 博客园主题
    作者:张启昊邮箱:[email protected]更新日期:2023年08月07号SimpleMemory第一种示例图博客侧边栏公告<scripttype="text/javascript">window.cnblogsConfig={GhVersions:'v1.3.2',//版本blogUser:"张启昊",//用户名......
  • ef使用json类型无法触发更新排查
    一.问题背景  首先诸位请看以上代码,不知道有没有发现什么问题?321 集成流的配置,目前是使用json结构,保存到数据库中的。当初加这个的时候就有发现,没有写update不更新,但是当初因为一些原因,没有主动去深究这个问题,而是手动补了一行update去触发更新。这几天在调整集成......
  • 样式参考
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,i,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoo......
  • 详情页表格样式
    html:<h3class="detail-title">车辆信息</h3><el-rowclass="detail-item-wrap"><el-col:span="12"class="cell-wrap"><divclass="cell-......
  • 微信小程序15 做一个搜索框的样式
    一般来说首页上都会有搜索的功能,那么我们来加个搜索框试试在newlist上继续操作 简单搜索框的布局和样式页面上<viewclass="headClass"><inputtype="text"placeholder="请输入"></input></view>但是这样太丑了,完善一下样式.headClass{background-color:silver;......
  • 数据仓库(十一)---hive使用小技巧积累(持续更新)
    我们在本章节会持续更新关于hive使用过程中的一些实用的小技巧HIVE查询显示列名及行转列显示hiveshell;sethive.cli.print.header=true;//打印列名sethive.cli.print.row.to.vertical=true;//开启行转列功能,前提必须开启打印列名功能sethive.cli.print.row.to.ve......