Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. /* HTML Stylsheet Script 1.0 */
  2. /* Autor MarciCraftHD - manager */
  3.  
  4. body
  5. {
  6. background: url(images/b1.png) no-repeat;
  7. background-position: center;
  8. background-position: top;
  9. }
  10.  
  11. a
  12. {
  13.  
  14. }
  15.  
  16. a:hover
  17. {
  18.  
  19. }
  20.  
  21. a img
  22. {
  23.  
  24. }
  25.  
  26. /* root_site Setup */
  27.  
  28. #root_site
  29. {
  30. margin-top: 50px;
  31. width: 860px;
  32. height: auto;
  33. background-color: #FFF;
  34. }
  35.  
  36. #head_main_container
  37. {
  38. background-color: #FFF;
  39. width: 860px;
  40. height: 200px;
  41. }
  42.  
  43. .header_background
  44. {
  45. height: 100%;
  46. width: 100%;
  47. background: url(images/banner.png) no-repeat;
  48. background-position: center;
  49. }
  50.  
  51. #navi_main_container
  52. {
  53. background-color: #999999;
  54. width: 100%;
  55. height: 40px;
  56. }
  57.  
  58. .navi_container
  59. {
  60. width: 100%;
  61. height: 40px;
  62. }
  63.  
  64. #content_main_container
  65. {
  66. background-color: #FFF;
  67. width: 100%;
  68. height: 150px;
  69. }
  70.  
  71. .content_left_main
  72. {
  73. width: 70%;
  74. height: 100%;
  75. background-color: #6699CC;
  76. float: left;
  77. }
  78.  
  79.  
  80. .content_right_main
  81. {
  82. width: 30%;
  83. height: 100%;
  84. background-color: #00FF00;
  85. float: right;
  86. }
  87.  
  88. #footer_main_container
  89. {
  90. width: 100%;
  91. height: 40px;
  92. background-color: #FF0000;
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement