You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

master.css 1.3 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. @import url('https://fonts.googleapis.com/css?family=Titillium+Web');
  2. html,
  3. body {
  4. font-family: 'Titillium Web', 'Segoe UI', Tahoma, Helvetica, sans-serif;
  5. height: 100%;
  6. font-size: 15px;
  7. }
  8. p,
  9. li,
  10. .toc {
  11. line-height: 160%;
  12. }
  13. img {
  14. box-shadow: 0px 0px 3px 0px rgb(66, 66, 66);
  15. max-width: 95% !important;
  16. margin-top: 15px;
  17. margin-bottom: 15px;
  18. }
  19. h1,
  20. h2,
  21. h3,
  22. h4,
  23. h5,
  24. h6 {
  25. line-height: 130%;
  26. }
  27. .sideaffix {
  28. line-height: 140%;
  29. }
  30. header .navbar {
  31. border-width: 0 0 0px;
  32. border-radius: 0;
  33. }
  34. body .toc {
  35. background-color: inherit;
  36. overflow: visible;
  37. }
  38. select {
  39. display: inline-block;
  40. overflow: auto;
  41. -webkit-box-sizing: border-box;
  42. box-sizing: border-box;
  43. margin: 0;
  44. padding: 0 30px 0 6px;
  45. vertical-align: middle;
  46. height: 28px;
  47. border: 1px solid #e3e3e3;
  48. line-height: 16px;
  49. outline: 0;
  50. text-overflow: ellipsis;
  51. -webkit-appearance: none;
  52. -moz-appearance: none;
  53. cursor: pointer;
  54. background-image: linear-gradient(45deg, transparent 50%, #707070 0), linear-gradient(135deg, #707070 50%, transparent 0);
  55. background-position: calc(100% - 13px) 11px, calc(100% - 8px) 11px;
  56. background-size: 5px 5px, 5px 6px;
  57. background-repeat: no-repeat;
  58. }