.github-badge,.github-badge .commits,.github-badge .header .avatar{overflow:hidden;transition:all .5s ease-in-out}.hexo-github{padding:8px 0}.hexo-github *{box-sizing:border-box}.spinner{-webkit-animation:spin 1.4s infinite linear;-moz-animation:spin 1.4s infinite linear;animation:spin 1.4s infinite linear}@-moz-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.github-badge{color:#fff;position:relative;border-radius:6px;font-family:'Open Sans',Arial,sans-serif}.github-badge:hover{box-shadow:0 3px 10px rgba(0,0,0,.23)}.github-badge a{text-decoration:none;color:inherit}.github-badge a:hover{text-decoration:underline}.github-badge .header{background:#4CAF50;min-height:64px;overflow-y:hidden;padding-right:16px}.github-badge .header .number{float:right;height:64px;padding-right:8px;position:relative;opacity:.3;right:0;font-size:72px}.github-badge .header .star{position:absolute;right:0;padding:16px}.github-badge .header .avatar{pointer-events:none;position:relative;width:32px;height:32px;border-radius:50%;margin-top:-32px;opacity:0;transform:scale(10)}.github-badge .header .avatar img{width:32px;height:32px}.github-badge .header .avatar.show{opacity:1;transform:scale(1)}.github-badge .header .icon{pointer-events:none;float:left;width:64px;padding:16px;text-align:center}.github-badge .header .icon span{opacity:1;transform:scale(1);transition:all .5s ease-in-out}.github-badge .header .icon span.back{opacity:0;transform:scale(10)}.github-badge .header .content{float:left;padding:16px 0;height:100%;line-height:32px}.github-badge .header .content h3{font-size:16px;font-weight:500;line-height:16px;height:16px;margin:0}.github-badge .info{background:#2E7D32;min-height:32px;cursor:pointer;padding-right:16px}.github-badge .info .icon{line-height:16px;float:left;height:32px;width:64px;padding:8px 0;text-align:center;z-index:1}.github-badge .info .icon .circle{opacity:.7;position:absolute;background:rgba(66,66,66,.5);border-radius:50%;background-clip:border-box;left:20px;margin-top:-4px;width:24px;height:24px;z-index:0}.github-badge .info .icon .octicon{position:absolute;padding:0 1px;opacity:.7;left:0;margin-left:24px}.github-badge .info .status{line-height:16px;padding:8px 0;opacity:.7}.github-badge .commits{padding-right:16px;background:#212121;height:auto;max-height:256px;color:#E0E0E0}.github-badge .commits.fold{max-height:0}.github-badge .commits.fold .entry{opacity:0}.github-badge .commits.fold .entry .item .icon{transform:translateY(11px) scale(0)}.github-badge .commits.fold .entry .item .text{transform:translateX(100%)}.github-badge .commits .line{position:absolute;width:2px;left:31px;height:100%;background:#E0E0E0;opacity:.3}.github-badge .commits .entry{transition:all .5s ease-in-out;opacity:1;padding:8px 0}.github-badge .commits .entry .item{line-height:16px;padding:8px 0;min-height:16px}.github-badge .commits .entry .item .icon{transition:all .5s ease-in-out;transform:scale(1);float:left;width:64px;padding:0 24px}.github-badge .commits .entry .item .icon .octicon{padding:0 1px;position:absolute}.github-badge .commits .entry .item .icon .circle{position:absolute;background:rgba(66,66,66,.9);border-radius:50%;background-clip:border-box;left:21px;margin-top:-3px;width:22px;height:22px}.github-badge .commits .entry .item .icon .circle.active{background:rgba(76,175,80,.9)}.github-badge .commits .entry .item .icon .circle.active:before{-webkit-animation:breath 1.4s infinite ease-in-out;-moz-animation:breath 1.4s infinite ease-in-out;animation:breath 1.4s infinite ease-in-out;content:"";position:absolute;background:rgba(76,175,80,.3);border-radius:50%;background-clip:border-box;left:-4px;margin-top:-4px;width:30px;height:30px}@-moz-keyframes breath{50%{transform:scale(1.2)}0%{transform:scale(1)}}@-webkit-keyframes breath{50%{transform:scale(1.2)}0%{transform:scale(1)}}@keyframes breath{50%{transform:scale(1.2)}0%{transform:scale(1)}}.github-badge .commits .entry .item .text{transition:all .5s ease-in-out;transform:translateX(0);opacity:.5;margin-left:64px;padding:0}.github-badge .commits .entry .item .text.active{opacity:.9}