Guest User

Untitled

a guest
Jul 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. @charset "utf-8";
  2. html, body {
  3. height: 100%;
  4. }
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, main, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. font-style: normal;
  22. font-size: 100%;
  23. vertical-align: baseline;
  24. -webkit-box-sizing: border-box;
  25. -moz-box-sizing: border-box;
  26. box-sizing: border-box;
  27. }
  28.  
  29. article, aside, details, figcaption, figure,
  30. footer, header, hgroup, menu, main, nav, section {
  31. display: block;
  32. }
  33.  
  34. html{
  35. overflow-y: scroll;
  36. }
  37.  
  38. input, textarea {
  39. margin: 0;
  40. padding: 0;
  41. font-family: inherit;
  42. -webkit-appearance: none;
  43. -moz-background-image: none;
  44. }
  45. label {
  46. cursor : pointer;
  47. }
  48. nav ol, nav ul{
  49. list-style:none;
  50. }
  51.  
  52. table{
  53. border-collapse: collapse;
  54. border-spacing:0;
  55. }
  56.  
  57. caption, th{
  58. text-align: left;
  59. }
  60.  
  61. a:focus {
  62. outline:none;
  63. }
  64.  
  65. .clearfix:after {
  66. content: ".";
  67. display: block;
  68. clear: both;
  69. height: 0;
  70. visibility: hidden;
  71. }
  72.  
  73. .clearfix {
  74. min-height: 1px;
  75. }
  76.  
  77. * html .clearfix {
  78. height: 1px;
  79. /*¥*//*/
  80. height: auto;
  81. overflow: hidden;
  82. /**/
  83. }
  84.  
  85. .both{
  86. clear:both;
  87. }
  88.  
  89. .inline_block {
  90. display: inline-block;
  91. *display: inline;
  92. *zoom: 1;
  93. }
  94.  
  95. a,a:hover {
  96. -webkit-transition: 0.7s;
  97. -moz-transition: 0.7s;
  98. -o-transition: 0.7s;
  99. transition: 0.7s;
  100. }
  101.  
  102. a img:hover {
  103. filter: alpha(opacity=75);
  104. -moz-opacity:0.75;
  105. opacity:0.75;
  106. }
  107. small {
  108. font-size: 0.8em;
  109. }
  110. em {
  111. font-weight: 900;
  112. font-style: normal;
  113. }
  114. address {
  115. font-style: normal;
  116. }
Add Comment
Please, Sign In to add comment