Guest User

Untitled

a guest
Sep 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. /* ,-. ,-. ,-. .
  2. / ( ` ( ` |
  3. | `-. `-. ,-. ,-. |- ,-:
  4. \ . ) . ) |-' `-. | | |
  5. `-' `-' `-' `-' `-' `-' `-`1.0*/
  6.  
  7. html,body,div,section,span,h1,h2,h3,h4,h5,h6,applet,object,iframe,embed,audio,video,p,a,center,dl,dt,dd,ol,ul,li,nav,blockquote,pre,fieldset,form,label,legend,keygen,meter,progress,table,caption,tbody,tfoot,thead,tr,th,td,details,summary,figure,figcaption,footer,header,hgroup,menu,article,aside,canvas,abbr,acronym,address,big,cite,code,command,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,output,ruby,rp,rt,time,mark,bdi{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
  8.  
  9.  
  10. /*OPT(1) Forces normal "font-weight" on the entire body */ /*
  11. body{
  12. font-weight: normal;
  13. }
  14. */
  15.  
  16.  
  17. /*OPT(2) Keeps below element's “font-weight” normal */ /*
  18. h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th,var{
  19. font-weight: normal;
  20. }
  21. */
  22.  
  23.  
  24. /*OPT(3) Choose a default "font-family", "font-size" & "line-height". Compare on various operating systems */
  25. body{
  26. font-family: /* arial,helvetica,clean,sans-serif */ ;
  27. font-size: /*16px*/;
  28. line-height: /* 1 */ /* 1.22 */ ;
  29. /*zoom:100%;*/
  30. }
  31.  
  32.  
  33. /*OPT(4) Force the vertical scroll bar */
  34. *html{ /*
  35. overflow-y: scroll; */
  36. }
  37.  
  38.  
  39. /*OPT(5) Makes table content start from the top as default */
  40. td { /*
  41. vertical-align: top */ ;
  42. }
  43.  
  44.  
  45. /*OPT(6) Breaks words on pre */
  46. pre{ /*
  47. word-wrap: break-word */;
  48. }
  49.  
  50.  
  51. /*OPT(7) Customize the user selection */
  52. ::selection{
  53. background:#00fff3;
  54. color:#FF00CC;
  55. }
  56. ::-moz-selection{
  57. background:#00fff3;
  58. color:#FF00CC;
  59. }
  60. ::-webkit-selection{
  61. background:#00fff3;
  62. color:#FF00CC;
  63. }
  64.  
  65. /**/
  66. a:hover,a:active{
  67. outline: none;
  68. }
  69. body div:focus{
  70. outline: none;
  71. }
  72. img{
  73. outline:none;
  74. }
  75. a:focus{
  76. outline:none;
  77. }
  78. a::-moz-focus-inner{
  79. border: 0;
  80. }
  81. article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
  82. display: block;
  83. }
  84. blockquote,q{
  85. quotes: none;
  86. }
  87. blockquote:before,blockquote:after,q:before,q:after{
  88. content: '';
  89. content: none;
  90. }
  91. table{
  92. border-collapse: collapse;
  93. border-spacing: 0;
  94. }
  95. hr {
  96. display:block;
  97. }
  98. input,textarea,select{
  99. font-family:inherit;
  100. font-size:inherit;
  101. font-weight:inherit;
  102. *font-size:100%;
  103. }
  104. legend{
  105. color:#000;
  106. }
  107. sup{
  108. vertical-align:text-top;
  109. }
  110. sub{
  111. vertical-align:text-bottom;
  112. }
  113. caption,th{
  114. text-align:left;
  115. }
  116. /*Vamonos!!!!*/
Add Comment
Please, Sign In to add comment