website.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* CSS for website */
  2. h1 , h2{
  3. border-bottom: 1px solid #EFEAEA;
  4. padding-bottom: 3px;
  5. }
  6. .markdown-section>:first-child {
  7. margin-top: 0!important;
  8. }
  9. .page-wrapper {
  10. margin-top: -1.275em;
  11. }
  12. .book .book-body .page-wrapper .page-inner section.normal {
  13. min-height:350px;
  14. margin-bottom: 30px;
  15. }
  16. .book .book-body .page-wrapper .page-inner section.normal hr {
  17. height: 0px;
  18. padding: 0;
  19. margin: 1.7em 0;
  20. overflow: hidden;
  21. background-color: #e7e7e7;
  22. border-bottom: 1px dotted #e7e7e7;
  23. }
  24. .video-js {
  25. width:100%;
  26. height: 100%;
  27. }
  28. pre[class*="language-"] {
  29. border: none;
  30. background-color: #f7f7f7;
  31. font-size: 1em;
  32. line-height: 1.2em;
  33. }
  34. .book .book-body .page-wrapper .page-inner section.normal {
  35. font-size: 16px;
  36. font-family: "ubuntu", "Tahoma", "Microsoft YaHei", arial, sans-serif;
  37. }
  38. .aceCode {
  39. font-size: 14px !important;
  40. }
  41. input[type=checkbox]{
  42. margin-left: -2em;
  43. }
  44. .page-footer span{
  45. font-size: 12px;
  46. }
  47. .page-footer .copyright {
  48. float: left;
  49. }
  50. .body, html {
  51. overflow-y: hidden;
  52. }
  53. .versions-select select {
  54. height: 2em;
  55. line-height: 2em;
  56. border-radius: 4px;
  57. background: #efefef;
  58. }