/*
Theme Name:  iBooker 绿帽主题
Theme URI:   http://www.apachecn.org
Description: iBooker 发布的绿帽主题
Version:     1.0
Author:      @片刻
Author URI:  http://www.apachecn.org
Tags:        iBooker,绿帽,主题
*/

/* 首页设置 */
body {
  margin-top:0 !important;
  padding-top:0 !important;
  /*min-width:800px !important;*/
}
/* 首页头部设置 */
#ib_header {
  max-width: 800px;
  height: 500px;
  margin: auto;
  /*background-image: url("headerbg.png");*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  display: -webkit-flex; /* Safari */
  -webkit-align-items: center; /* Safari 7.0+ */
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#ib_header a{color: white;text-decoration:none;}
.hd_nav{
  width:100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: center;
  text-align:center;
}
/* .hd_menu{position:relative; float:left;} */
.hd_menu li{ list-style:none; float:left; margin:0 0 0 30px;}


.hd_title{
  width:100%;
  /* flex 布局 */
  display: flex;
  /* 上下排列 */
  flex-direction: column;
  /* 左右对齐 */
  justify-content: center;
  /* 上下对齐 */
  align-items: center;
  /* 文字对齐 */
  text-align:center;
  margin-top: 100px; 
}
.hd_t1{font-size:60px;color: white;font-weight:bold;}
.hd_t2{font-size: 16px;color: white;margin-top: 20px;}
.hd_docs{
  width: 120px;
  height: 50px;
  margin-top: 60px; 
  border-radius: 10px;
  background-color: #009100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd_docs_content{font-size: 16px;color: white;}

/* 首页内容设置 */
#ib_content{
  color: #fff;
  margin: auto;
  margin-top: -50px; 
  /* padding-bottom:200px; */
  max-width: 800px;
  height: 100%;
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(51, 51, 51, 0.75);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.ct_img{
  margin: 0 auto;
  text-align: center;
  margin-top: -100px;
  border-radius:50%;
  width:100px; height:100px;
  overflow:hidden;
}
.page_about{
  font-size: 16px;
  margin: 0 auto;
  width: 80%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 10px;
  /* background: #0000ff; */
}

.page_about ol, .page_about ul {
	padding-left: 1.5rem;
	line-height: 1.6rem;
    word-spacing: 0.05rem;
}

.page_about img {
	width: 100%
}

.page_about blockquote {
	border-left: 4px solid;
    color: #ccc;
    margin: 2em 0;
    padding-left: 20px;
}

.page_about pre {
	background: #2b2b2b;
	
	padding: 0 !important;
    margin: .5em 0;
    overflow: auto;
	
	color: #a9b7c6 !important;
    background-color: #2b2b2b !important;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
	
    box-shadow: 2px 1px 20px 2px #555;
	
	
	-moz-osx-font-smoothing: initial;
    -webkit-font-smoothing: initial;
    position: relative;
    word-wrap: normal;
	
	border-radius: 8px;
}

.page_about pre > code {
	font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important;
    font-size: .9rem !important;
	
	-moz-osx-font-smoothing: initial;
    -webkit-font-smoothing: initial;
    border-radius: 2px;
    display: block;
    line-height: inherit;
    margin: 0 2px;
    max-width: inherit;
    overflow: inherit;
    padding: 16px;
    white-space: inherit;
	
	color: #a9b7c6 !important;
    background-color: #2b2b2b !important;
    direction: ltr;
    text-align: left;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
	
	text-shadow: none;
}

.page_about :not(pre) > code {
	background-color: rgba(7, 7, 7, 0.75);
    border-radius: 2px;
    /*color: #e96900;*/
    font-family: Consolas, Roboto Mono, Monaco, courier, monospace !important;
    font-size: 0.8rem;
    margin: 0 2px;
    padding: 3px 5px;
    white-space: pre-wrap;
	text-shadow: none;
}

.page_about a {
	color: GreenYellow;
}

.page_about a:visited {
	color: Olive;
}

.page_about a:active {
	color: GoldenRod;
}

/* 首页底部设置 */
#ib_footer{
  margin: 0 auto;
  max-width: 800px;
  text-align:center;
  font-size:12px;
  color: white;
  background: rgba(51, 51, 51, 0.75);
  padding: 0.1px 0 0.1px 0;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  border-radius: 0px 0px 5px 5px;
}
#ib_footer a{color: greenyellow;text-decoration:none;}
.ft_icp{font-size:16px;}

#bg {
    background-image: url(bg.png);
    background-color: #050a10;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*
     FILE ARCHIVED ON 10:58:52 Dec 08, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:49:42 May 05, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 22.476 (3)
  exclusion.robots: 0.136
  RedisCDXSource: 3.449
  captures_list: 289.647
  LoadShardBlock: 259.594 (3)
  load_resource: 444.865 (2)
  PetaboxLoader3.resolve: 219.281 (2)
  exclusion.robots.policy: 0.126
  esindex: 0.008
  PetaboxLoader3.datanode: 416.867 (5)
*/