Guest User

Untitled

a guest
Dec 16th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. @import url(reset.css);
  2.  
  3. body {
  4. background:#f1f1f1;
  5. }
  6.  
  7. #fullHeader {
  8. float:left;
  9. min-width:100%;
  10. height:90px;
  11. }
  12.  
  13. #header {
  14. min-width:100%;
  15. height:60px;
  16. background:#B52B42;
  17. }
  18.  
  19. #inner-header {
  20. width:1180px;
  21. height:60px;
  22. margin:0 auto;
  23. }
  24.  
  25. #home {
  26. float: left;
  27. width: 140px;
  28. }
  29.  
  30. #menubar{
  31. float: left;
  32. width: 1180px;
  33. }
  34.  
  35. #wrapper {
  36. width:1180px;
  37. margin:0 auto;
  38. -moz-box-shadow:0 0 5px #888;
  39. -webkit-box-shadow:0 0 5px #888;
  40. box-shadow:0 0 5px #888;
  41. }
  42.  
  43. #mainContent {
  44. width:100%;
  45. float:left;
  46. background-color:#FFF;
  47. }
  48.  
  49. #newsHolder {
  50. float:left;
  51. width:840px;
  52. height:493px;
  53. }
  54.  
  55. #item1 {
  56. float:left;
  57. width:477px;
  58. height:320px;
  59. margin-bottom:5px;
  60. }
  61.  
  62. #item2 {
  63. float:right;
  64. width:358px;
  65. height:244px;
  66. margin-bottom:5px;
  67. }
  68.  
  69. #item3 {
  70. float:left;
  71. width:236px;
  72. height:167px;
  73. margin-right:5px;
  74. }
  75.  
  76. #item4 {
  77. float:left;
  78. width:236px;
  79. height:167px;
  80. }
  81.  
  82. #item5 {
  83. float:right;
  84. width:358px;
  85. height:244px;
  86. }
  87.  
  88. #item1 img,#item2 img,#item3 img,#item4 img,#item5 img {
  89. width:100%;
  90. height:100%;
  91. }
  92.  
  93. #sidebar-right {
  94. float:right;
  95. width:340px;
  96. background:#FFF;
  97. }
  98.  
  99. #newsList {
  100. float:left;
  101. width: 840px;
  102. background:#FFF;
  103. }
  104.  
  105. #footer {
  106. float:left;
  107. min-width:100%;
  108. height:70px;
  109. background:#006;
  110. }
Advertisement
Add Comment
Please, Sign In to add comment