typo.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. @charset "UTF-8";
  2. .typo button, .typo input, .typo select, .typo textarea {
  3. font: 300 1em/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; }
  4. .typo button::-moz-focus-inner,
  5. .typo input::-moz-focus-inner {
  6. padding: 0;
  7. border: 0; }
  8. .typo table {
  9. border-collapse: collapse;
  10. border-spacing: 0; }
  11. .typo fieldset, .typo img {
  12. border: 0; }
  13. .typo blockquote {
  14. position: relative;
  15. font-weight: 400;
  16. border-left: 1px solid #1abc9c;
  17. padding-left: 1em;
  18. margin: 1em 3em 1em 2em; }
  19. @media only screen and (max-width: 640px) {
  20. .typo blockquote {
  21. margin: 1em 0; } }
  22. .typo acronym, .typo abbr {
  23. border-bottom: 1px dotted;
  24. font-variant: normal;
  25. text-decoration: none; }
  26. .typo abbr {
  27. cursor: help; }
  28. .typo del {
  29. text-decoration: line-through; }
  30. .typo address, .typo caption, .typo cite, .typo code, .typo dfn, .typo em, .typo th, .typo var {
  31. font-style: normal;
  32. font-weight: 400; }
  33. .typo ul, .typo ol {
  34. list-style: none; }
  35. .typo caption, .typo th {
  36. text-align: left; }
  37. .typo q:before, .typo q:after {
  38. content: ''; }
  39. .typo sub, .typo sup {
  40. font-size: 75%;
  41. line-height: 0;
  42. position: relative; }
  43. .typo :root sub, .typo :root sup {
  44. vertical-align: baseline; }
  45. .typo sup {
  46. top: -0.5em; }
  47. .typo sub {
  48. bottom: -0.25em; }
  49. .typo a:hover {
  50. text-decoration: underline; }
  51. .typo a {
  52. border-bottom: 1px solid #1abc9c; }
  53. .typo a:hover {
  54. text-decoration: none; }
  55. .typo ins, .typo a {
  56. text-decoration: none; }
  57. .typo u, .typo .typo-u {
  58. text-decoration: underline; }
  59. .typo mark {
  60. border-bottom: 1px solid #ffedce;
  61. padding: 2px;
  62. margin: 0 5px; }
  63. .typo pre, .typo code, .typo pre tt {
  64. font-family: Courier, 'Courier New', monospace; }
  65. .typo pre {
  66. border: 1px solid #ddd;
  67. padding: 1em 1.5em;
  68. display: block;
  69. -webkit-overflow-scrolling: touch; }
  70. .typo hr {
  71. border: none;
  72. border-bottom: 1px solid #cfcfcf;
  73. margin-bottom: 0.8em;
  74. height: 10px; }
  75. .typo small, .typo .typo-small,
  76. .typo figcaption {
  77. font-size: 0.9em; }
  78. .typo strong, .typo b {
  79. font-weight: bold; }
  80. .typo [draggable] {
  81. cursor: move; }
  82. .typo .clearfix:before, .typo .clearfix:after {
  83. content: "";
  84. display: table; }
  85. .typo .clearfix:after {
  86. clear: both; }
  87. .typo .clearfix {
  88. zoom: 1; }
  89. .typo .textwrap, .typo .textwrap td, .typo .textwrap th {
  90. word-wrap: break-word;
  91. word-break: break-all; }
  92. .typo .textwrap-table {
  93. table-layout: fixed; }
  94. .typo .serif {
  95. font-family: Palatino, Optima, Georgia, serif; }
  96. .typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table,
  97. .typo .typo-p, .typo .typo-pre, .typo .typo-ul, .typo .typo-ol, .typo .typo-dl, .typo .typo-form, .typo .typo-hr, .typo .typo-table, .typo blockquote {
  98. margin-bottom: 1.2em; }
  99. .typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
  100. font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  101. font-weight: 100;
  102. line-height: 1.35; }
  103. .typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6,
  104. .typo .typo-h1, .typo .typo-h2, .typo .typo-h3, .typo .typo-h4, .typo .typo-h5, .typo .typo-h6 {
  105. margin-top: 1.2em;
  106. margin-bottom: 0.6em;
  107. line-height: 1.35; }
  108. .typo h1, .typo .typo-h1 {
  109. font-size: 2em; }
  110. .typo h2, .typo .typo-h2 {
  111. font-size: 1.8em; }
  112. .typo h3, .typo .typo-h3 {
  113. font-size: 1.6em; }
  114. .typo h4, .typo .typo-h4 {
  115. font-size: 1.4em; }
  116. .typo h5, .typo h6, .typo .typo-h5, .typo .typo-h6 {
  117. font-size: 1.2em; }
  118. .typo ul, .typo .typo-ul {
  119. margin-left: 1.3em;
  120. list-style: disc; }
  121. .typo ol, .typo .typo-ol {
  122. list-style: decimal;
  123. margin-left: 1.9em; }
  124. .typo li ul, .typo li ol, .typo .typo-ul ul, .typo .typo-ul ol, .typo .typo-ol ul, .typo .typo-ol ol {
  125. margin-bottom: 0.8em;
  126. margin-left: 2em; }
  127. .typo li ul, .typo .typo-ul ul, .typo .typo-ol ul {
  128. list-style: circle; }
  129. .typo table th, .typo table td, .typo .typo-table th, .typo .typo-table td, .typo table caption {
  130. border: 1px solid #ddd;
  131. padding: 0.5em 1em; }
  132. .typo table caption {
  133. border-bottom: none; }
  134. .typo .typo-input, .typo .typo-textarea {
  135. -webkit-appearance: none;
  136. border-radius: 0; }
  137. .typo .typo-em, .typo em, .typo legend, .typo caption {
  138. font-weight: inherit; }
  139. .typo .typo-em {
  140. position: relative; }
  141. .typo .typo-em:after {
  142. position: absolute;
  143. top: 0.65em;
  144. left: 0;
  145. width: 100%;
  146. overflow: hidden;
  147. white-space: nowrap;
  148. content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・"; }
  149. .typo img {
  150. max-width: 100%; }
  151. /*# sourceMappingURL=typo.css.map */