Advertisement
Guest User

Untitled

a guest
May 25th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.86 KB | None | 0 0
  1. /* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
  2. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
  3. html {
  4. width:100%;
  5. margin:0px;
  6. padding:0px;
  7. }
  8. html, body {
  9. height:                                 100%
  10. }
  11. body {
  12. font:                                   14px/18px  Arial, Verdana, Tahoma;
  13. color:                                  #000000;
  14. margin:                                 45px 0px 0px 30%;
  15. padding:                                0px 0px 0px 0px;
  16. -webkit-font-smoothing:                 antialiased;
  17. -moz-font-smoothing:                    antialiased;
  18. font-smooth:                            always;
  19. width:                                  100%;
  20. background:                             #000;
  21. }
  22.  
  23. body {
  24.  margin:                                0 auto;
  25.  display:                               table;
  26.  background:                            white;
  27.  height:                                auto;
  28.  position:                              relative;
  29. }
  30.  
  31.  
  32.  
  33. /* Header */
  34. header {
  35. display:                                table-row;
  36. height:                                 70px;    
  37. background:                             #df1714;
  38. text-align:                             center;
  39. text-decoration:                        none;
  40. text-transform:                         uppercase;
  41. font-weight:                            bold;
  42.  
  43. }
  44. .menu {
  45. max-height:                                 70px;
  46. }
  47. .index_menu {
  48. padding-top:                            25px;
  49. }
  50.  
  51. .menu a {
  52. color:                                  white;
  53. text-decoration:                        none;
  54. }
  55.  
  56. .menu img {
  57. }
  58.  
  59. .menu_wrapper {
  60. margin:                                 0em auto;
  61. height:                                 70px;
  62. width:                                  700px;
  63. }
  64. .menu_left {
  65. width:                                  10%;
  66. float:                                  left;
  67.  
  68. }
  69. .menu_right {
  70. padding-top:                            2em;
  71. width:                                  90%;
  72. float:                                  left;
  73. }
  74.  
  75.  
  76. /* SLUT HEADER */
  77.  
  78.  
  79.  
  80.  
  81.  
  82. /* START CONTENT */
  83.  
  84. div#content {
  85. display:                                table-row;
  86. background:                             white
  87. }
  88.  
  89. h3 {
  90.     font-weight:                        bold;
  91. }
  92.  
  93. .content a {
  94.     color:                              red;
  95.     text-decoration:                    underline;
  96. }
  97. .content img {
  98. padding:                                3em 0em 0em 0em;
  99. width:                                  40%;
  100. height:                                 40%;
  101. }
  102.  
  103. .content_index {
  104. margin:                                 0em auto;
  105. width:                                  60%;
  106. padding-top:                            2;
  107. padding-bottom:                         2%;
  108. }
  109.  
  110. .content_index h1 {
  111.     margin-top:                         1.5em;
  112.     font-size:                          1.4em;
  113.     font-weight:                        bold;
  114. }
  115.  
  116. .content_index {
  117. padding-top:                        0.8em;
  118. padding-bottom:                         0.8em;
  119. font-size:                              1em;
  120. }
  121.  
  122.  
  123. .content_index h1 {
  124. font-size:                              2.0em/1.5em;
  125. }
  126.  
  127. .content_index h2 {
  128. font-size:                              1.5/1.5em;
  129. font-weight:                            bold;
  130. }
  131.  
  132. .content_index h4 {
  133. font-weight:                            bold;
  134. }
  135.  
  136. /* SLUT CONTENT_INDEX */
  137. /* START CONTENT_INFO */
  138. .content_info {
  139. margin:                                 0em auto;
  140. width:                                  60%;
  141. padding-top:                            2;
  142. padding-bottom:                         2%;
  143. }
  144.  
  145. .content p {
  146. padding-bottom:                         0.5em;
  147. }
  148.  
  149. .content_info h1 {
  150.     margin-top:                         1.5em;
  151.     font-size:                          1.4em;
  152.     font-weight:                        bold;
  153. }
  154.  
  155. .content_info {
  156. padding-top:                        0.8em;
  157. padding-bottom:                         0.8em;
  158. font-size:                              1em;
  159. }
  160.  
  161.  
  162. .content_info h1 {
  163. font-size:                              2.0em/1.5em;
  164. margin-top:                             2em;
  165. margin-bottom:                          0em;
  166. }
  167.  
  168. .content_info h2 {
  169. font-size:                              1.5/1.5em;
  170. font-weight:                            bold;
  171. }
  172. .content_info h4 {
  173. font-weight:                            bold;
  174. }
  175.  
  176. .faq {
  177. margin-top:                             5%;
  178. margin-bottom:                          1%;
  179. font-size:                              140%;
  180. display:                                block;
  181. font-weight:                            bold;
  182.  
  183. }
  184. /* END CONTENT_INFO */
  185.  
  186.  
  187.  
  188. footer {
  189. display:                                table-row;
  190. background:                             black;
  191. }
  192.  
  193. .footer_wrapper{
  194. position:                               relative;
  195. float:                                  left;
  196. left:                                  23%;
  197. width:                                  82%;
  198. background-color:                       #000;
  199. color:                                  #fff;
  200. padding-top:                            2.0em;
  201. margin-left:                            -4%;
  202. }
  203.  
  204. .footer_wrapper img {
  205. width:                                  80%;}
  206. .footer_left{
  207. position:                               relative;
  208. float:                                  left;
  209. left:                                   0px;
  210. width:                                  39.5%;
  211. height:                                 200px;
  212. background-color:                       #000;
  213. }
  214.  
  215. .footer_left p {
  216.     padding-bottom:                     1.5em;
  217. }
  218.  
  219. .footer_left span {
  220. color:                                  red;
  221. }
  222.  
  223. .footer_left p {
  224. font:                                   10px/14px  Verdana, Verdana, Tahoma;
  225. color:                                  #fff;
  226. }
  227.  
  228. .footer_right{
  229. position:                               relative;
  230. float:                                  left;
  231. left:                                   0px;
  232. width:                                  41%;
  233. height:                                 200px;
  234. background-color:                       #000;
  235. text-align:                             center;
  236. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement