是在默认皮肤simple memory的基础上进行的魔改

/*****home和头部开始**************************/
#home {
margin: 0 auto;
width: 90%;/*原始65*/
min-width: 980px;/*页面顶部的宽度*/
background-color: rgba(245, 245, 245, 0.95);
padding: 30px;
margin-top: 50px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/*
body {
color: rgb(0, 0, 0);
background: rgba(10, 194, 255, 0.8)
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 12px;
min-height: 101%;
}
*/
/*
LL主题背景
*/ body {
color: rgb(0, 0, 0);
background: rgba(10, 194, 255, 1);
/* background: rgba(12, 100, 129, 1) url('http://images.cnblogs.com/cnblogs_com/SilverNebula/837412/o_9-1.jpg') fixed no-repeat; */ background: rgba(12, 100, 129, 1) url('http://images.cnblogs.com/cnblogs_com/SilverNebula/837412/o_9-1.jpg') fixed no-repeat;
background-size: cover;
background-position: 50% 5%;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 12px;
min-height: 101%;
} /*星云主题背景*/
/*
body {
color: rgb(0, 0, 0);
background-color: rgba(23, 87, 138, 0.82); background: rgba(54, 113, 164, 0.6) url ('http://images.cnblogs.com/cnblogs_com/SilverNebula/837660/o_7a861e45aaba28250047192bfb1f1c92.jpg ') fixed repeat center;
background-size: cover;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 12px;
min-height: 101%;
}
*/ /*博客标题*/
#blogTitle {
height: 60px; /*高度*/
clear: both;
}
/*主标题格式*/
#blogTitle h1 {
font-size: 26px;
font-weight: bold;
line-height: 1.8em;/*原始 1.6em*/
margin-top: 10px;/*原始 15px */
} #blogTitle h1 a {
color: #515151;
}
/*超链接颜色*/
#blogTitle h1 a:hover {
color: #21759b;
}
/*次标题格式*/
#blogTitle h2 {
font-weight: normal;
font-size: 17px;/*原始 16px ;font-size: 1.0rem;*/
line-height: 1.8;
color: #757575;
float: left;
} /*发表文章的标题*/
.postTitle {
border-left: 8px solid rgba(33, 117, 155, 0.68);
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;
} /*文章附加信息*/
.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;
} #mainContent {
min-height: 200px;
padding: 0px 0px 10px 0;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
float: right;
margin-left: -20em;
width: 100%;
}
#sideBar {
margin-top: -12px;
width: 240px;
min-height: 200px;
padding: 0px 0 0px 0px;
float: left;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: auto;
word-break: break-word;
}
#sideBar h3 {
font-size: 24px;
border-left-color: rgba(0, 255, 255, 0.55);
border-left: 10px solid rgba(54, 113, 165, 0.72);
} /*侧边栏设置*/
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory
{
background: rgba(255, 255, 255, 0.29);
margin-bottom: 35px;
word-wrap: break-word;
} /* #ZjmainstayCnblogsSWFTags{
position: absolute;
left: 762px;
top: 1186px;
z-index:10000;
}*/

最新文章

  1. 【十大经典数据挖掘算法】AdaBoost
  2. Mac:文件夹树型展示 tree
  3. windows上用netstat查看端口/进程占用
  4. python实现不可修改的常量
  5. Code Jam 2008 APAC local onsites Problem C. Millionaire —— 概率DP
  6. java如何判断字符串是否为空的方法
  7. willMoveToParentViewController 与 didMoveToParentViewController
  8. invalid code signing entitlement的通用暴力解决办法
  9. 照片浏览器软件-WTL开发的照片浏览器
  10. spring4之依赖注入的三种方式
  11. JavaScript中cookie的路径(path)和域(domain)
  12. Linux中的Buffer 与 Cache
  13. grid - 隐式命名网格线名称
  14. java 获取键盘输入常用的两种方法
  15. mongo3.x配置说明
  16. LeetCode题解之 Search in a Binary Search Tree
  17. HDU 2512 一卡通大冒险(第二类斯特林数+贝尔数)
  18. 【Unity】11.3 基本碰撞体(箱体、球形、胶囊、网格)
  19. Date类型之组件方法
  20. Linux命令-文件搜索命令:which

热门文章

  1. AJPFX总结方法里的属性
  2. 自欺欺人的使用 NSTimer 销毁
  3. 原创:Nginx反向代理实战部署
  4. 【C++】双边滤波器(bilateral filter)
  5. Unity3D windows平台视频录制录屏插件 UnityRecorder
  6. autoOpenBrowser: true, 运行npm后自动打开浏览器
  7. 安装 Zend Studio 报错:0x80070666
  8. python基础一 day9 函数升阶(1)
  9. 任务五:零基础HTML及CSS编码(二)
  10. 浅谈stiring数