Guest User

Untitled

a guest
Sep 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. html, body {
  2. border:0;
  3. margin:0;
  4. padding:0;
  5. }
  6.  
  7. body {
  8. font:100%/1.25 Arial, Helvetica, sans-serif;
  9. }
  10.  
  11. /***** Headings *****/
  12.  
  13. h1, h2, h3, h4, h5, h6 {
  14. margin:0;
  15. padding:0;
  16. font-weight:normal;
  17. }
  18.  
  19. h1 {
  20. padding:30px 0 25px 0;
  21. letter-spacing:-1px;
  22. font-size:2em;
  23. }
  24.  
  25. h2 {
  26. padding:20px 0;
  27. letter-spacing:-1px;
  28. font-size:1.5em;
  29. }
  30.  
  31. h3 {
  32. font-size:1em;
  33. font-weight:bold;
  34. }
  35.  
  36. /***** Common Formatting *****/
  37.  
  38. p, ul, ol {
  39. margin:0;
  40. padding:0 0 1.25em 0;
  41. }
  42.  
  43. ul, ol {
  44. padding:0 0 1.25em 2.5em;
  45. }
  46.  
  47. blockquote {
  48. margin:1.25em;
  49. padding:1.25em 1.25em 0 1.25em;
  50. }
  51.  
  52. small {
  53. font-size:0.85em;
  54. }
  55.  
  56. img {
  57. border:0;
  58. }
  59.  
  60. sup {
  61. position:relative;
  62. bottom:0.3em;
  63. vertical-align:baseline;
  64. }
  65.  
  66. sub {
  67. position:relative;
  68. bottom:-0.2em;
  69. vertical-align:baseline;
  70. }
  71.  
  72. acronym, abbr {
  73. cursor:help;
  74. letter-spacing:1px;
  75. border-bottom:1px dashed;
  76. }
  77.  
  78. /***** Links *****/
  79.  
  80. a,
  81. a:link,
  82. a:visited,
  83. a:hover {
  84. text-decoration:underline;
  85. }
  86.  
  87. /***** Forms *****/
  88.  
  89. form {
  90. margin:0;
  91. padding:0;
  92. display:inline;
  93. }
  94.  
  95. input, select, textarea {
  96. font:1em Arial, Helvetica, sans-serif;
  97. }
  98.  
  99. textarea {
  100. width:100%;
  101. line-height:1.25;
  102. }
  103.  
  104. label {
  105. cursor:pointer;
  106. }
  107.  
  108. /***** Tables *****/
  109.  
  110. table {
  111. border:0;
  112. margin:0 0 1.25em 0;
  113. padding:0;
  114. }
  115.  
  116. table tr td {
  117. padding:2px;
  118. }
  119.  
  120. /***** Wrapper *****/
  121.  
  122. #wrap {
  123. width:960px;
  124. margin:0 auto;
  125. }
  126.  
  127. /***** Global Classes *****/
  128.  
  129. .clear { clear:both; }
  130. .float-left { float:left; }
  131. .float-right { float:right; }
  132.  
  133. .text-left { text-align:left; }
  134. .text-right { text-align:right; }
  135. .text-center { text-align:center; }
  136. .text-justify { text-align:justify; }
  137.  
  138. .bold { font-weight:bold; }
  139. .italic { font-style:italic; }
  140. .underline { border-bottom:1px solid; }
  141. .highlight { background:#ffc; }
  142.  
  143. .wrap { width:960px;margin:0 auto; }
  144.  
  145. .img-left { float:left;margin:4px 10px 4px 0; }
  146. .img-right { float:right;margin:4px 0 4px 10px; }
  147.  
  148. .nopadding { padding:0; }
  149. .noindent { margin-left:0;padding-left:0; }
  150. .nobullet { list-style:none;list-style-image:none; }
Add Comment
Please, Sign In to add comment