Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. /*! Typebase.less v0.1.0 | MIT License */
  2. /* Setup */
  3. html .wiki-content {
  4. /* Change default typefaces here */
  5. font-family: serif;
  6. font-size: 137.5%;
  7. -webkit-font-smoothing: antialiased;
  8. }
  9. /* Copy & Lists */
  10. .wiki-content p {
  11. line-height: 1.5rem;
  12. margin-top: 1.5rem;
  13. margin-bottom: 0;
  14. }
  15. .wiki-content ul,
  16. .wiki-content ol {
  17. margin-top: 1.5rem;
  18. margin-bottom: 1.5rem;
  19. }
  20. .wiki-content ul li,
  21. .wiki-content ol li {
  22. line-height: 1.5rem;
  23. }
  24. .wiki-content ul ul,
  25. .wiki-content ol ul,
  26. .wiki-content ul ol,
  27. .wiki-content ol ol {
  28. margin-top: 0;
  29. margin-bottom: 0;
  30. }
  31. .wiki-content blockquote {
  32. line-height: 1.5rem;
  33. margin-top: 1.5rem;
  34. margin-bottom: 1.5rem;
  35. }
  36. /* Headings */
  37. .wiki-content h1,
  38. .wiki-content h2,
  39. .wiki-content h3,
  40. .wiki-content h4,
  41. .wiki-content h5,
  42. .wiki-content h6 {
  43. /* Change heading typefaces here */
  44. font-family: sans-serif;
  45. margin-top: 1.5rem;
  46. margin-bottom: 0;
  47. line-height: 1.5rem;
  48. }
  49. .wiki-content h1 {
  50. font-size: 4.242rem;
  51. line-height: 4.5rem;
  52. margin-top: 3rem;
  53. }
  54. .wiki-content h2 {
  55. font-size: 2.828rem;
  56. line-height: 3rem;
  57. margin-top: 3rem;
  58. }
  59. .wiki-content h3 {
  60. font-size: 1.414rem;
  61. }
  62. .wiki-content h4 {
  63. font-size: 0.707rem;
  64. }
  65. .wiki-content h5 {
  66. font-size: 0.4713333333333333rem;
  67. }
  68. .wiki-content h6 {
  69. font-size: 0.3535rem;
  70. }
  71. /* Tables */
  72. .wiki-content table {
  73. margin-top: 1.5rem;
  74. border-spacing: 0px;
  75. border-collapse: collapse;
  76. }
  77. .wiki-content table td,
  78. .wiki-content table th {
  79. padding: 0;
  80. line-height: 33px;
  81. }
  82. /* Code blocks */
  83. .wiki-content code {
  84. vertical-align: bottom;
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement