Advertisement
kirya_shkolnik

base.css

Nov 10th, 2020
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.26 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5.  
  6. body {
  7.     font-family: 'Gotham Pro', sans-serif;
  8. }
  9.  
  10. body,
  11. html {
  12.     height: 100%;
  13.     font-size: 100%;
  14. }
  15.  
  16. li,
  17. ul {
  18.     list-style: none;
  19. }
  20.  
  21. a {
  22.     text-decoration: none;
  23.     color: #000;
  24. }
  25.  
  26. html {
  27.     line-height: 1.15;
  28.     -webkit-text-size-adjust: 100%;
  29. }
  30.  
  31. iframe {
  32.     border: 0;
  33. }
  34.  
  35. body {
  36.     margin: 0;
  37.     overflow-x: hidden;
  38. }
  39.  
  40. main {
  41.     display: block;
  42. }
  43.  
  44. h1 {
  45.     font-size: 2em;
  46.     margin: 0.67em 0;
  47. }
  48.  
  49. hr {
  50.     box-sizing: content-box;
  51.     height: 0;
  52.     overflow: visible;
  53. }
  54.  
  55. pre {
  56.     font-family: monospace, monospace;
  57.     font-size: 1em;
  58. }
  59.  
  60. a {
  61.     background-color: transparent;
  62. }
  63.  
  64. abbr[title] {
  65.     border-bottom: none;
  66.     text-decoration: underline;
  67.     text-decoration: underline dotted;
  68. }
  69.  
  70. b,
  71. strong {
  72.     font-weight: bolder;
  73. }
  74.  
  75. code,
  76. kbd,
  77. samp {
  78.     font-family: monospace, monospace;
  79.     font-size: 1em;
  80. }
  81.  
  82. small {
  83.     font-size: 80%;
  84. }
  85.  
  86. sub,
  87. sup {
  88.     font-size: 75%;
  89.     line-height: 0;
  90.     position: relative;
  91.     vertical-align: baseline;
  92. }
  93.  
  94. sub {
  95.     bottom: -0.25em;
  96. }
  97.  
  98. sup {
  99.     top: -0.5em;
  100. }
  101.  
  102. img {
  103.     border-style: none;
  104. }
  105.  
  106. button,
  107. input,
  108. optgroup,
  109. select,
  110. textarea {
  111.     font-family: inherit;
  112.     font-size: 100%;
  113.     line-height: 1.15;
  114.     margin: 0;
  115. }
  116.  
  117. button,
  118. input {
  119.     overflow: visible;
  120. }
  121.  
  122. button,
  123. select {
  124.     text-transform: none;
  125. }
  126.  
  127. [type="button"],
  128. [type="reset"],
  129. [type="submit"],
  130. button {
  131.     -webkit-appearance: button;
  132. }
  133.  
  134. [type="button"]::-moz-focus-inner,
  135. [type="reset"]::-moz-focus-inner,
  136. [type="submit"]::-moz-focus-inner,
  137. button::-moz-focus-inner,
  138. .btn::-moz-focus-inner,
  139. .btn:focus {
  140.     border-style: none;
  141.     padding: 0;
  142. }
  143.  
  144. input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  145.     border: 0px;
  146. }
  147.  
  148. input[type="submit"]:focus, input[type="button"]:focus {
  149.     outline: none;
  150. }
  151.  
  152. fieldset {
  153.     padding: 0.35em 0.75em 0.625em;
  154. }
  155.  
  156. legend {
  157.     box-sizing: border-box;
  158.     color: inherit;
  159.     display: table;
  160.     max-width: 100%;
  161.     padding: 0;
  162.     white-space: normal;
  163. }
  164.  
  165. progress {
  166.     vertical-align: baseline;
  167. }
  168.  
  169. textarea {
  170.     overflow: auto;
  171. }
  172.  
  173. [type="checkbox"],
  174. [type="radio"] {
  175.     box-sizing: border-box;
  176.     padding: 0;
  177. }
  178.  
  179. [type="number"]::-webkit-inner-spin-button,
  180. [type="number"]::-webkit-outer-spin-button {
  181.     height: auto;
  182. }
  183.  
  184. [type="search"] {
  185.     -webkit-appearance: textfield;
  186.     outline-offset: -2px;
  187. }
  188.  
  189. [type="search"]::-webkit-search-decoration {
  190.     -webkit-appearance: none;
  191. }
  192.  
  193. ::-webkit-file-upload-button {
  194.     -webkit-appearance: button;
  195.     font: inherit;
  196. }
  197.  
  198. details {
  199.     display: block;
  200. }
  201.  
  202. summary {
  203.     display: list-item;
  204. }
  205.  
  206. template {
  207.     display: none;
  208. }
  209.  
  210. [hidden] {
  211.     display: none;
  212. }
  213.  
  214. .center {
  215.     text-align: center;
  216. }
  217.  
  218. img.responsive-img {
  219.     max-width: 100%;
  220.     height: auto;
  221. }
  222.  
  223. h1, h2 {
  224.     font-size: 51px;
  225.     font-style: normal;
  226.     font-weight: bold;
  227.     line-height: 110.2%;
  228. }
  229.  
  230. h3 {
  231.     font-size: 35px;
  232.     font-style: normal;
  233.     font-weight: normal;
  234.     line-height: 110.2%;
  235. }
  236.  
  237. h4 {
  238.     font-size: 27px;
  239.     font-style: normal;
  240.     font-weight: bold;
  241.     line-height: 109.7%;
  242. }
  243.  
  244. h5 {
  245.     font-size: 27px;
  246.     font-style: normal;
  247.     font-weight: normal;
  248.     line-height: 109.7%;
  249. }
  250.  
  251. h6 {
  252.     font-size: 20px;
  253.     font-style: normal;
  254.     font-weight: bold;
  255.     line-height: 109.7%;
  256. }
  257.  
  258. p, a {
  259.     font-size: 17px;
  260.     font-style: normal;
  261.     font-weight: normal;
  262.     line-height: 141.2%;
  263. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement