
@charset "utf-8";

/* a标签样式 */
a {
  text-decoration: none;
}

a:link {
  color: #1077BC;
}

a:hover {
  color: #FF9900;
  text-decoration: none;
}

a:active {
  color: #FF6699;
  text-decoration: none;
}

a:visited {
  color: #FF6699;
}

/* 主页中央区域 */
html, body, div.wrapper {
  height: 100%;
  background-color: #F3F3F3;
}

/* 段落样式 */
.paragraph {
  font-size: 15px;
  text-indent: 2em;
}

/* font-awesome post信息按钮样式 */
.fa-folder-open, .fa-tags, .fa-calendar {
  color:#A84365;
}

.fa-double-angle-right {
  color: #FF6699;
}

/* 自定义高亮样式 */
.highlight pre,code {
  font-size: 15px;
  /*background-color: #002B36;*/
  border: 1px solid #ddd;
  color:#93A1A1;
}

blockquote {
  font-size: 15px;
  background-color: #002B36;
  color:#93A1A1;
}

blockquote p {
  font-size: 15px;
}
/* 覆盖bootstrap导航条设置 */
a.navbar-brand {
  height: auto;
  padding-left: 0px;
}

#nav-menu{
  float: right; 
}

/* 导航栏的宽度 */
#nav-wrap {
    width: 100%;
}

#nav-wrap .navbar-header {
    width: 100%;
}

.navbar ul.nav {
  padding: 15px 20px 15px;
  height:auto;
}


/* 覆盖导航条激活菜单的背景色设置 */
#nav-menu a, #nav-menu a:hover, #nav-menu a:focus {
  background-color: transparent;
  box-shadow:none;
}

#nav-menu a {
  color:#EC6197; 
}

/* 覆盖typo.css中ul默认的margin-left属性 */
ul.tag_box {
  margin-left: 0;
}

ul.tag_box > li:first-child {
  padding-left: 0px;
}

/* 标题栏文字样式 */
.site-title {
  font-size: 14px;
  color: #1B813F;
}

.site-author {
  font-size: 28px;
  color: #169FDE;
}

/* 底部div定位 */
div.wrapper>div.typo{
  padding-bottom: 60px;
}

/* 底栏div样式 */
div.bottom {
  position: relative;
  margin-top: -60px;
  height: 60px;
  clear: both;
}

/* 底栏声明链接样式 */
a.license {
  color:#5E6087;
}

/* 解决typo.css覆盖bootstrap的li.list-style */
ul.nav.nav-tabs {
  list-style: none;
}

/* 技术支持列表样式 */
ul#support {
  margin-top: 20px;
}

.dispear {
  border-color: #F3F3F3;
}

ul#support.dispear>li {
  display:none;
}

ul#support.dispear>li:first-child {
  display:block;
}

ul#support.dispear>li>a {
  border-color: #F3F3F3;
  color: #F3F3F3;
}

ul#support.dispear>li>a:hover {
  background-color: transparent;
}


ul#support.dispear>li:first-child>a:hover {
  color: #CC527A;
}

ul#support.dispear>li:first-child>a>i.fa-star-o {
  color: #F3F3F3;
}

ul#support.dispear>li:first-child>a:hover>i.fa-star-o {
  color: #E8175D;
}

#support.show a {
  color: #CC527A;
}

.fa-ok, .fa-star-o {
  color: #E8175D;
}

ul#support.show {
  border-color: #F3F3F3;
}

ul#support.show li {
  display:block;
}

ul#support.show a {
  border-color: #DDDDDD;
  color:#CC527A;
}

ul#support.show a i.fa-pagelines {
  color:#308F5F;
}

/* 文章日期样式 */
.post-date {
  color: #1077BC;
}

/* Datatable设置,应用bootstrap样式 */
table#post-data {
  border-spacing:0;
  border-collapse:collapse;
}

table#post-data td, table#post-data th {
  color: #1077BC;
}

table#post-data .fa-calendar, table#post-data .fa-bookmark, table#post-data .fa-tags {
  color: #1077BC;
}

table#post-data a:hover {
  color: #FF6699;
}

/* 覆盖bootstrap默认的tooltip设置 */
div.tooltip.right .tooltip-arrow {
  border-right-color: #1693A7;
}

div.tooltip-inner {
  font-size: 14px;
  color: #F3F3F3;
  background-color: #1693A7;
}

/* 归档和时间线页面列表样式 */
ul.posts-list {
  list-style: none;
  position: relative;
}

ul.posts-list li{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D9D7D4;
  margin-top: 9px;
  padding-bottom: 5px;
  font-size: 14px;
}

a.post-url {
  font-size: 16px;
  margin-left: 2px;
}

span.post-right-info {
  right: 0px;
  position: absolute;
  font-size: 16px;
  color: #BBBBBB;
}


/* 时间锚点的样式 */
ul.time-list {
  margin-top: 10px;
}

ul.time-list a {
  font-size: 14px;
  color: #FF6699;
}

ul.time-list a>i.fa-chevron-right{
  color: #F3F3F3;
}

ul.time-list>li.active>a>i.fa-chevron-right {
  color: #333333;
}

/* about样式 */
p.about {
  text-indent: 2em;
  font-size: 18px;
}

/* 链接table样式 */
table#about-me td{
  font-size: 18px;
  padding:7px;
}

table#about-me a{
  color: #1077BC;
}

/* 文章目录列的样式 */
ul#post_info.tag_box {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding-left: 0px;
}

ul#tag_info.tag_box {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding-left: 0px;
}

ul#post_info.tag_box li {
  line-height: 28px; 
  padding:5px;
}

ul#post_info.tag_box li i {
  opacity: 0.9; 
}

ul#post_info.tag_box.inline li {
  float: left; 
}

ul#post_info.tag_box a {
  text-decoration: none;
}

ul#post_info.tag_box a span {
  vertical-align: super;
  font-size: 0.8em; 
}

div.navbar-header > div.col-md-8 {
    padding-left: 0px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
