Guest User

Untitled

a guest
Jun 18th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.66 KB | None | 0 0
  1.  
  2. /* ==== Scroll down to find where to put your styles :) ==== */
  3.  
  4. /*  HTML5 ✰ Boilerplate  */
  5.  
  6. html, body, div, span, object, iframe,
  7. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  8. abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
  9. small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
  10. fieldset, form, label, legend,
  11. table, caption, tbody, tfoot, thead, tr, th, td,
  12. article, aside, canvas, details, figcaption, figure,
  13. footer, header, hgroup, menu, nav, section, summary,
  14. time, mark, audio, video {
  15.   margin: 0;
  16.   padding: 0;
  17.   border: 0;
  18.   font-size: 100%;
  19.   font: inherit;
  20.   vertical-align: baseline;
  21. }
  22.  
  23. article, aside, details, figcaption, figure,
  24. footer, header, hgroup, menu, nav, section {
  25.   display: block;
  26. }
  27.  
  28. blockquote, q { quotes: none; }
  29. blockquote:before, blockquote:after,
  30. q:before, q:after { content: ''; content: none; }
  31. ins { background-color: #ff9; color: #000; text-decoration: none; }
  32. mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
  33. del { text-decoration: line-through; }
  34. abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
  35.  
  36. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  37. input, select { vertical-align: middle; }
  38.  
  39. body { font:13px/1.231 sans-serif; *font-size:small; }
  40. select, input, textarea, button { font:99% sans-serif; }
  41. pre, code, kbd, samp { font-family: monospace, sans-serif; }
  42.  
  43. html { overflow-y: scroll; }
  44. a:hover, a:active { outline: none; }
  45. ul, ol { margin-left: 2em; }
  46. ol { list-style-type: decimal; }
  47. nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
  48. small { font-size: 85%; }
  49. strong, th { font-weight: bold; }
  50. td { vertical-align: top; }
  51.  
  52. sub, sup { font-size: 75%; line-height: 0; position: relative; }
  53. sup { top: -0.5em; }
  54. sub { bottom: -0.25em; }
  55.  
  56. pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
  57. textarea { overflow: auto; }
  58. .ie6 legend, .ie7 legend { margin-left: -7px; }
  59. input[type="radio"] { vertical-align: text-bottom; }
  60. input[type="checkbox"] { vertical-align: bottom; }
  61. .ie7 input[type="checkbox"] { vertical-align: baseline; }
  62. .ie6 input { vertical-align: text-bottom; }
  63. label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
  64. button, input, select, textarea { margin: 0; }
  65. input:valid, textarea:valid   {  }
  66. input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
  67. .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
  68.  
  69. ::-moz-selection{ background: #FFAB52; color:#fff; text-shadow: none; }
  70. ::selection { background:#FFAB52; color:#fff; text-shadow: none; }
  71. a:link { -webkit-tap-highlight-color: #FF5E99; }
  72.  
  73. button {  width: auto; overflow: visible; }
  74. .ie7 img { -ms-interpolation-mode: bicubic; }
  75.  
  76. body, select, input, textarea {  color: #444; }
  77. h1, h2, h3, h4, h5, h6 { font-weight: bold; }
  78. a, a:active, a:visited { color: #607890; }
  79. a:hover { color: #036; }
  80.  
  81.  
  82.  
  83. .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  84. .hidden { display: none; visibility: hidden; }
  85. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  86. .visuallyhidden.focusable:active,
  87. .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  88. .invisible { visibility: hidden; }
  89. .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  90. .clearfix:after { clear: both; }
  91. .clearfix { zoom: 1; }
  92.  
  93.  
  94. @media all and (orientation:portrait) {
  95.  
  96. }
  97.  
  98. @media all and (orientation:landscape) {
  99.  
  100. }
  101.  
  102. @media screen and (max-device-width: 480px) {
  103.  
  104.   /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
  105. }
  106.  
  107.  
  108. @media print {
  109.   * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  110.   -ms-filter: none !important; }
  111.   a, a:visited { color: #444 !important; text-decoration: underline; }
  112.   a[href]:after { content: " (" attr(href) ")"; }
  113.   abbr[title]:after { content: " (" attr(title) ")"; }
  114.   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  115.   pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  116.   thead { display: table-header-group; }
  117.   tr, img { page-break-inside: avoid; }
  118.   @page { margin: 0.5cm; }
  119.   p, h2, h3 { orphans: 3; widows: 3; }
  120.   h2, h3{ page-break-after: avoid; }
  121. }
Add Comment
Please, Sign In to add comment