#footr {
  background: #3e434a
}

#header #blogTitle {
  background: url("http://images.cnblogs.com/cnblogs_com/aiwuxia/1249780/o_111.png") no-repeat;
  height: 250px;
  top: 3px;
  left: 0
}

#blogTitle #Header1_HeaderTitle {
  font-size: 40px
}

#blogTitle h2 {
  font-size: 18px
}

#header {
  background-color: #e4e8f3
}

html body {
  background:;
  background-color: #e4e8f3
}

#blogTitle h2,
#blogTitle h1 a {
  text-shadow: 3px 3px 3px #2a3344;
  color: #169fe6;
  text-align: center
}

#header #blogTitle h2 {
  width: 435px;
  top: 21px;
  left: 0
}

#blogTitle h1 {
  top: 32px;
  left: 0
}

.postBody #cnblogs_post_body p {
  line-height: 26px;
  margin:;
  padding: 0
}

#blogCalendar:hover {
  border: 1px solid #ff5e52
}

#blogCalendar {
  background-color: #fff;
  border: 1px solid #dedede
}

.totop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999
}

.totop img {
  opacity: .6;
  filter: alpha(opacity=60)
}

.totop img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100)
}

#profile_block {
  display: none
}

#navigator.full {
  position: fixed;
  top:;
  z-index:;
  width: 100%;
  background-color: #2778af;
  float: left
}

#footer {
  color: #ddd;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
  margin-top:;
  margin-bottom: 0
}

#footr {
  position: relative;
  height: 200px;
  width: 100%;
  background: #2a363c
}

#footr2 {
  width: 1200px;
  margin: auto
}

#foot1 {
  width: 33%;
  padding-top: 30px
}

#foot1 i {
  font-size: 20px;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #fff
}

#foot1 ul {
  list-style: none
}

.bing {
  height: 250px;
  text-align: center;
  line-height: 250px;
  overflow: hidden
}

.bing img {
  width: 888px;
  position: relative;
  top: -150px
}

.container {
  padding-bottom: 10px
}

/* 滚动部分 */
.scroll {
  width: 290px;
  height: 300px;
  border: 1px solid #ccc;
  line-height: 26px;
  font-size: 12px;
  overflow: hidden;
}

.scroll img {
  width: 288px;
}

/* 轮播图部分 */

#slides {
  display: none
}

#slides .slidesjs-navigation {
  margin-top: 5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(https://www.cnblogs.com/images/cnblogs_com/aiwuxia/1249780/o_btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}

a.slidesjs-next {
  margin-right: 10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width: 15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height:;
  padding-top: 13px;
  background-image: url(https://www.cnblogs.com/images/cnblogs_com/aiwuxia/1249780/o_pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #9e2020
}

#slides img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border:;
  -ms-interpolation-mode: bicubic;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom:;
  width: 888px;
}

.container:before,
.container:after {
  display: table;
  content: "";
  line-height:;
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom:;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height:;
}

.container-fluid:after {
  clear: both;
}

css代码的更多相关文章

  1. CssStats – 分析和优化网站 CSS 代码的利器

    CssStats 是一个在线的 CSS 代码分析工具,你只需要输入网址或者直接 CSS 地址即可进行 CSS 代码的全方位分析,是前端开发人员和网页设计师分析网站 CSS 代码的利器,可以统计出 CS ...

  2. Less:优雅的写CSS代码

    css是不能够定义变量的,也不能嵌套.它没有编程语言的特性.在项目开发中,常常发现有很多css代码是相同的,但我们通常都是复制然后粘贴. 举个例子:假设h5应用里主题色是#FF3A6D,可能用于文字或 ...

  3. 我的页面定制CSS代码(SimpleGamboge皮肤)

    我的页面定制CSS代码,针对博客园SimpleGamboge皮肤. 调整: 1.左上图片更换为自己的头像 2.扩大左侧栏宽度,缩小右侧主栏宽度宽度 3.扩大内容页面的评论区宽度,工具图标靠左 4.去广 ...

  4. CSS 代码技巧与维护 ★ Mozilla Hacks – the Web developer blog

    原文链接:https://hacks.mozilla.org/2016/05/css-coding-techniques/ 译文链接 :http://www.zcfy.cc/article/css-c ...

  5. 实用的60个CSS代码片段

    1.垂直对齐 如果你用CSS,则你会有困惑:我该怎么垂直对齐容器中的元素?现在,利用CSS3的Transform,可以很优雅的解决这个困惑: .verticalcenter{ position: re ...

  6. HTML+CSS代码橙色导航菜单

    效果预览:http://hovertree.com/code/texiao/ks63r6aq.htm <!DOCTYPE html> <html xmlns="http:/ ...

  7. 兼容性背景颜色半透明CSS代码(不影响内部子元素)

    如何简单兼容性的实现父元素是半透明背景色,而子元素不受影响. 兼容所有浏览器的背景颜色半透明CSS代码: background-color: rgba(, , , .); filter: progid ...

  8. 20个编写现代 CSS 代码的建议

    明白何谓Margin Collapse 不同于其他很多属性,盒模型中垂直方向上的Margin会在相遇时发生崩塌,也就是说当某个元素的底部Margin与另一个元素的顶部Margin相邻时,只有二者中的较 ...

  9. [No00007B]DreamweaverCC 的CSS代码格式化

    Dreamweaver自带的代码格式化功能. 1.步骤:命令 -> 应用源格式. 2.你可以选择你的偏好.特别是css代码,有些人喜欢每个属性单独一行,有些人喜欢把所有属性写在同一行.步骤:编辑 ...

  10. 60个有用CSS代码片段

    1.垂直对齐 如果你用CSS,则你会有困惑:我该怎么垂直对齐容器中的元素?现在,利用CSS3的Transform,可以很优雅的解决这个困惑: .verticalcenter{ position: re ...

随机推荐

  1. thinkphp5.1使用支付宝接口(沙箱环境)

    接口文件以及沙箱的测试账号可以去支付宝开发中心获取,下面给出一个简单地例子 我新建了一个控制器Pay用来专门做支付 <?phpnamespace app\index\controller; us ...

  2. python中enumerate、xrange、range

    enumerate可以给列表自动生成一列,默认从0开始,自动增长1,可以指定默认开始值 list_product = ["thinkpad","macbook" ...

  3. python大战机器学习——半监督学习

    半监督学习:综合利用有类标的数据和没有类标的数据,来生成合适的分类函数.它是一类可以自动地利用未标记的数据来提升学习性能的算法 1.生成式半监督学习 优点:方法简单,容易实现.通常在有标记数据极少时, ...

  4. Microsoft JDBC Driver 使用 getParameterMetaData 会报错?

    不知道为何使用 Microsoft JDBC Driver for SQL Server 驱动时,sql语句不带参数没有问题,但是如果带参数且使用 getParameterMetaData 就会提示某 ...

  5. Appium + Python自动化3 - 输入中文

    在做app自动化过程中会踩很多坑,咱们都是用中文的app,所以首先要解决中文输入的问题!本篇通过屏蔽软键盘,绕过手机的软键盘方法,解决中文输入问题. 一.定位搜索 1.打开淘宝点击搜索按钮,进入搜索页 ...

  6. Problem Statement

    题目链接:https://vjudge.net/contest/239445#problem/E     E - Problem Statement You are given nn strings ...

  7. (转)linux 中使用ls指定输出时间格式

    linux 中使用ls指定输出时间格式 原文:http://blog.csdn.net/chaofanwei/article/details/13018753 ls -l --time-style=x ...

  8. Golang: runnerw.exe: CreateProcess failed with error 216 (no message available)

    话说这个我应该遇到几次了 每次新项目都有这问题,我的记忆是金鱼的记忆吗? 好在这次隐约记起是包名的问题... 方法 修改包名为main

  9. myBatis执行测试批量删除,出现测试类正常显示,但数据库数据没变

    一般在测试myBatis运行正常,但数据库数据不变时,有可能是SQL语句有问题,检查SQL语句没问题,但数据库依然没变,就说明myBatis方法执行后并未提交到数据库,可尝试在测试类添加   sess ...

  10. 生产消费者模式与python+redis实例运用(中级篇)

    上一篇文章介绍了生产消费者模式与python+redis实例运用(基础篇),但是依旧遗留了一个问题,就是如果消费者消费的速度跟不上生产者,依旧会浪费我们大量的时间去等待,这时候我们就可以考虑使用多进程 ...