博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
我的博客园定制样式
阅读量:5891 次
发布时间:2019-06-19

本文共 3384 字,大约阅读时间需要 11 分钟。

使用模板:darkgreentrip

 

1 #home {  2     margin: 0 auto;  3     width: 80%;/*原始65*/  4     min-width: 980px;/*页面顶部的宽度*/  5     background-color: rgba(245, 245, 245, 0.7);  6     padding: 30px;  7     margin-top: 50px;  8     margin-bottom: 50px;  9     box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); 10 } 11 body { 12     background: rgba(12, 100, 129, 1) url('http://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_123.jpg') fixed no-repeat; 13     background-position: 50% 5%;  14     background-size: cover; 15 } 16 #blogTitle { 17     height: 100px;  /*高度*/ 18     clear: both; 19     background-color: rgba(245, 245, 245, 0); 20 } 21 #blogTitle h1 { 22     font-size: 36px; 23     font-weight: bold; 24     line-height: 1.8em;/*原始 1.6em*/ 25     margin-top: 10px;/*原始 15px */ 26     color: #548B54; 27 } 28 #blogTitle h2 { 29     font-weight: normal; 30     font-size: 17px;/*原始 16px ;font-size: 1.0rem;*/       31     line-height: 1.8; 32     color: #111; 33     font-weight: bold; 34     text-align: right; 35     float: right;  36 } 37 #navigator{ 38     background-color: rgba(33, 160, 139, 0.9); 39 } 40 #navList a:link, #navList a:visited, #navList a:active{ 41     color: #eee; 42     font-size: 18px; 43     font-weight: bold; 44 } 45 .blogStats{ 46     color: #eee; 47 } 48 .postTitle { 49     border-left: 8px solid rgba(33, 160, 139, 0.68); 50     margin-left: 10px; 51     margin-bottom: 10px; 52     font-size: 20px; 53     float: right; 54     width: 100%; 55     clear: both; 56 } 57 .postTitle a:link, .postTitle a:visited, .postTitle a:active { 58     color: #21759b; 59     transition: all 0.4s linear 0s; 60 } 61 .postTitle a:hover { 62     margin-left: 30px; 63     color: #0f3647; 64     text-decoration: none; 65 } 66 .postCon { 67     float: right; 68     line-height: 1.5em; 69     width: 100%; 70     clear: both; 71     padding: 10px 0; 72 } 73  74 .day .postTitle a { 75     padding-left: 10px; 76 } 77 .day { 78     background: rgba(255, 255, 255, 0.5); 79 } 80 /*文章附加信息*/ 81 .postDesc {    82     background: url(images/posted_time.png) no-repeat 0 1px; 83     color: #757575; 84     float: left; 85     width: 100%; 86     clear: both; 87     text-align: left;      88     font-family: "微软雅黑" , "宋体" , "黑体" ,Arial; 89     font-size: 13px; 90     padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/ 91     margin-top: 20px; 92     line-height: 1.8; 93     padding-bottom: 35px; 94 } 95  96 .newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,  97 .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,  98 .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar 99 {100     background: rgba(255, 255, 255, 0.5);101     margin-bottom: 35px;102     word-wrap: break-word;103 }104 105 .CalTitle{106     background: rgba(255, 255, 255, 0);107 }108 .catListTitle{109     background-color: rgba(33, 160, 139, 0.9);110 }111 112 #topics{113     background: rgba(255, 255, 255, 0.5);114 }115 116 .c_ad_block{117     display: none;118 }119 120 #tbCommentBody{121     width: 100%;122     height: 200px;123     background: rgba(255, 255, 255, 0.5);124 }125 126 #q{
background: rgba(255, 255, 255, 0);}127 128 .CalNextPrev{
background: rgba(255, 255, 255, 0);}
View Code

 

转载于:https://www.cnblogs.com/wlsblog/p/7389038.html

你可能感兴趣的文章
python类 del_全面了解Python类的内置方法
查看>>
前后端传图片用base64好吗_前后端分离 前台传base64的图片 tp5.1.1进行处理
查看>>
java对象的排序_Java对象排序两种方法
查看>>
java jni 原理_使用JNI技术实现Java和C++的交互
查看>>
java 重写system.out_重写System.out.println(String x)方法
查看>>
Ubuntu 12.04安装
查看>>
mysql client命令行选项
查看>>
vc遍历网页表单并自动填写提交 .
查看>>
配置ORACLE 11g绿色版客户端和PLSQL远程连接环境
查看>>
ASP.NET中 DataList(数据列表)的使用前台绑定
查看>>
Linux学习之CentOS(八)--Linux系统的分区概念
查看>>
主域控制器的安装与配置步骤与方法
查看>>
JavaScript---事件
查看>>
Android NDK入门实例 计算斐波那契数列一生成jni头文件
查看>>
c/c++性能优化--I/O优化(上)
查看>>
将HTML特殊转义为实体字符的两种实现方式
查看>>
jquery 保留两个小数的方法
查看>>
网站架构设计的误区
查看>>
Standard C++ Programming: Virtual Functions and Inlining
查看>>
iis 故障导致网站无法访问
查看>>