website.css 374 B

12345678910111213141516171819202122
  1. .gitbook-link {
  2. display: none !important;
  3. }
  4. .book.font-family-0 {
  5. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  6. }
  7. .body-inner .i18n {
  8. position: absolute;
  9. right: 140px;
  10. top: 0;
  11. height: 50px;
  12. line-height: 50px;
  13. padding: 0 10px;
  14. color: #ccc;
  15. font-size: 14px;
  16. display: inline-block;
  17. }
  18. .body-inner .i18n:hover {
  19. color: #999;
  20. }