Advertisement
Guest User

Fixed - Crakken

a guest
Jul 6th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1.  
  2. h1 {
  3.     color: red;
  4. }
  5. #hero-advert {
  6.     height: 140px;
  7.     margin: -8px 0;
  8.     position: static;
  9.     width: 960px;
  10. }
  11. #bd {
  12.     background: none repeat scroll 0 0 white;
  13.     padding: 0;
  14.     position: relative;
  15. }
  16. #bg {
  17.     height: 775px;
  18.     left: 0;
  19.     overflow: hidden;
  20.     position: absolute;
  21.     top: 40px;
  22.     width: 100%;
  23. }
  24. .skin {
  25.     height: 775px;
  26.     left: 0;
  27.     overflow: visible;
  28.     position: absolute;
  29.     top: 0;
  30.     width: 100%;
  31. }
  32. .skin .wrap {
  33.     margin-left: 50%;
  34. }
  35. .skin .inner {
  36.     margin-left: -937px;
  37.     width: 1874px;
  38. }
  39. .skin .inner a {
  40.     position: fixed;
  41. }
  42. .left {
  43.     float: left;
  44. }
  45. .right {
  46.     float: right;
  47. }
  48. .container {
  49.     margin-left: auto;
  50.     margin-right: auto;
  51.     width: 960px;
  52. }
  53. div {
  54.     display: block;
  55. }
  56. #left-img-ad {
  57.     margin: 0 7px;
  58. }
  59. #right-img-ad {
  60.     margin: 0 -34%;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement