body {
    padding-top:60px;
    padding-bottom: 40px;
    color: #5a5a5a;
    font-family: "微软雅黑";
}
#home-body {
    *padding-top: 40px;
}
.face {
    height: 300px;
    background-color:#181818;
    margin-bottom: 30px;
    margin-top: -20px;
}
#forkme_banner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 10px 50px 10px 10px;
    color: #fff;
    background: url('../img/blacktocat.png') #0090ff no-repeat 95% 50%;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.navbar a.brand {
    background:url('../ico/favicon.png') no-repeat 0 10px;
    margin-left:0
}
.sidebar-nav {
    padding: 9px 0;
    margin-bottom: 0;
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette .pull-left {
  margin:10px 40px 0 0;
}
.featurette .pull-right {
  margin:10px 0 0 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}

.CodeMirror pre{color: #f8f8f2;}

.span4.ani {
    transition: width 1s;
    -moz-transition: width 1s; /* Firefox 4 */
    -webkit-transition: width 1s; /* Safari and Chrome */
    -o-transition: width 1s; /* Opera */
}
.span8.ani {
    transition: width 1s;
    -moz-transition: width 1s; /* Firefox 4 */
    -webkit-transition: width 1s; /* Safari and Chrome */
    -o-transition: width 1s; /* Opera */
}
.main {
    height: 400px;
    overflow: hidden;
    padding : 10px;
    margin-bottom: 10px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.accordion {
    width:230px; /*for ie 6/7/8 */
}
@media all and (min-width:0){
    .accordion {
        width:258px;
    }
}
a.accordion-toggle:hover {
    text-decoration:none;
    font-weight:bolder;
}
ul.nav-list {
    overflow-y: auto;
}
.nav-list i.icon-plus, .nav-list i.icon-minus {
    margin: 6px 0 0 -15px;
    float: left;
    cursor : pointer;
    opacity: .3;
}
i.icon-chevron-right{
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.page-header {
    padding-top:35px;
    margin:0;
    border-width:0;
}
.page-header h1 {
    background-color:#eee;
    padding:15px;
    text-align:right;
}
div.section {
    padding-top:30px;
}
tr.head {
    background-color:#f5f5f5
}

#icon-resize {
    float:right;
    opacity:.3;
}
a#icon-resize:hover {
    opacity:.6;
}
