common.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  2. html {
  3. font-family: sans-serif;
  4. -ms-text-size-adjust: 100%;
  5. -webkit-text-size-adjust: 100%; }
  6. body {
  7. margin: 0; }
  8. article,
  9. aside,
  10. details,
  11. figcaption,
  12. figure,
  13. footer,
  14. header,
  15. main,
  16. menu,
  17. nav,
  18. section,
  19. summary {
  20. display: block; }
  21. audio,
  22. canvas,
  23. progress,
  24. video {
  25. display: inline-block;
  26. vertical-align: baseline; }
  27. audio:not([controls]) {
  28. display: none;
  29. height: 0; }
  30. [hidden],
  31. template {
  32. display: none; }
  33. a {
  34. background-color: transparent; }
  35. a:active,
  36. a:hover {
  37. outline: 0; }
  38. abbr[title] {
  39. border-bottom: 1px dotted; }
  40. b,
  41. strong {
  42. font-weight: bold; }
  43. dfn {
  44. font-style: italic; }
  45. h1 {
  46. font-size: 2em;
  47. margin: 0.67em 0; }
  48. mark {
  49. background: #ff0;
  50. color: #000; }
  51. small {
  52. font-size: 80%; }
  53. sub,
  54. sup {
  55. font-size: 75%;
  56. line-height: 0;
  57. position: relative;
  58. vertical-align: baseline; }
  59. sup {
  60. top: -0.5em; }
  61. sub {
  62. bottom: -0.25em; }
  63. img {
  64. border: 0; }
  65. svg:not(:root) {
  66. overflow: hidden; }
  67. figure {
  68. margin: 1em 40px; }
  69. hr {
  70. box-sizing: content-box;
  71. height: 0; }
  72. pre {
  73. overflow: auto; }
  74. code,
  75. kbd,
  76. pre,
  77. samp {
  78. font-family: monospace, monospace;
  79. font-size: 1em; }
  80. button,
  81. input,
  82. optgroup,
  83. select,
  84. textarea {
  85. color: inherit;
  86. font: inherit;
  87. margin: 0; }
  88. button {
  89. overflow: visible; }
  90. button,
  91. select {
  92. text-transform: none; }
  93. button,
  94. html input[type="button"],
  95. input[type="reset"],
  96. input[type="submit"] {
  97. -webkit-appearance: button;
  98. cursor: pointer; }
  99. button[disabled],
  100. html input[disabled] {
  101. cursor: default; }
  102. button::-moz-focus-inner,
  103. input::-moz-focus-inner {
  104. border: 0;
  105. padding: 0; }
  106. input {
  107. line-height: normal; }
  108. input[type="checkbox"],
  109. input[type="radio"] {
  110. box-sizing: border-box;
  111. padding: 0; }
  112. input[type="number"]::-webkit-inner-spin-button,
  113. input[type="number"]::-webkit-outer-spin-button {
  114. height: auto; }
  115. input[type="search"] {
  116. -webkit-appearance: textfield;
  117. box-sizing: content-box; }
  118. input[type="search"]::-webkit-search-cancel-button,
  119. input[type="search"]::-webkit-search-decoration {
  120. -webkit-appearance: none; }
  121. fieldset {
  122. border: 1px solid #c0c0c0;
  123. margin: 0 2px;
  124. padding: 0.35em 0.625em 0.75em; }
  125. legend {
  126. border: 0;
  127. padding: 0; }
  128. textarea {
  129. overflow: auto; }
  130. optgroup {
  131. font-weight: bold; }
  132. table {
  133. border-collapse: collapse;
  134. border-spacing: 0; }
  135. td,
  136. th {
  137. padding: 0; }
  138. * {
  139. box-sizing: border-box; }
  140. *:before,
  141. *:after {
  142. box-sizing: border-box; }
  143. .text-left {
  144. text-align: left; }
  145. .text-right {
  146. text-align: right; }
  147. .text-center {
  148. text-align: center; }
  149. .text-justify {
  150. text-align: justify; }
  151. .text-nowrap {
  152. white-space: nowrap; }
  153. .text-lowercase {
  154. text-transform: lowercase; }
  155. .text-uppercase, .initialism {
  156. text-transform: uppercase; }
  157. .text-capitalize {
  158. text-transform: capitalize; }
  159. ul,
  160. ol {
  161. list-style: none;
  162. padding: 0;
  163. margin-top: 0;
  164. margin-bottom: 0; }
  165. .list-unstyled {
  166. padding-left: 0;
  167. list-style: none; }
  168. .list-inline {
  169. padding-left: 0;
  170. list-style: none;
  171. margin-left: -5px; }
  172. .list-inline > li {
  173. display: inline-block;
  174. padding-left: 5px;
  175. padding-right: 5px; }
  176. dl {
  177. margin-top: 0;
  178. margin-bottom: 0; }
  179. dt {
  180. font-weight: bold; }
  181. dd {
  182. margin-left: 0; }
  183. .dl-horizontal dd:before, .dl-horizontal dd:after {
  184. content: " ";
  185. display: table; }
  186. .dl-horizontal dd:after {
  187. clear: both; }
  188. .initialism {
  189. font-size: 90%; }
  190. .blockquote-reverse,
  191. blockquote.pull-right {
  192. padding-right: 15px;
  193. padding-left: 0;
  194. border-left: 0;
  195. text-align: right; }
  196. .blockquote-reverse footer:before,
  197. .blockquote-reverse small:before,
  198. .blockquote-reverse .small:before,
  199. blockquote.pull-right footer:before,
  200. blockquote.pull-right small:before,
  201. blockquote.pull-right .small:before {
  202. content: ''; }
  203. .blockquote-reverse footer:after,
  204. .blockquote-reverse small:after,
  205. .blockquote-reverse .small:after,
  206. blockquote.pull-right footer:after,
  207. blockquote.pull-right small:after,
  208. blockquote.pull-right .small:after {
  209. content: '\00A0 \2014'; }
  210. /*# sourceMappingURL=common.css.map */