Advertisement
oktavalin

style.css

May 6th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body {
  5. background-color : #333333;
  6. font-family : Tahoma;
  7. font-size : 12px;
  8. }
  9.  
  10. #main {
  11. background-color : #ffffff;
  12. width : 750px;
  13. margin : 0 auto;
  14. border : 1px solid #000000;
  15. }
  16.  
  17. .clear {
  18. clear : both;
  19. float : none;
  20. }
  21.  
  22. #header {
  23. background-color : #000000;
  24. }
  25.  
  26. #menu-atas {
  27. background-color : #cccccc;
  28. background-image : url(menu-atas.gif);
  29. border : 1px solid #333;
  30. padding : 11px;
  31. height : 10px;
  32. }
  33.  
  34. #menu-atas li {
  35. display : inline;
  36. }
  37.  
  38. #menu-atas li a {
  39. color : #333333;
  40. font-size : 12px;
  41. font-weight : bold;
  42. margin-right : 20px;
  43. margin-left : 5px;
  44. text-decoration : none;
  45. }
  46.  
  47. #menu-atas li a:hover {
  48. color : #999;
  49. }
  50.  
  51. #footer {
  52. background-color : #666;
  53. }
  54.  
  55. #isi {
  56. margin : 5px;
  57. width : 525px;
  58. float : left;
  59. }
  60.  
  61. #menu-kanan {
  62. margin : 5px;
  63. width : 200px;
  64. float : left;
  65. }
  66.  
  67. #bg_menu {
  68. background-color : #CCC;
  69. background-image : url(menu-biru.gif);
  70. border : 1px solid #333;
  71. border-bottom : 0px;
  72. padding : 7px;
  73. padding-left : 10px;
  74. color : #ffffff;
  75. font-weight : bold;
  76. font-size : 11px;
  77. height: : 13px;
  78. }
  79.  
  80. #content_menu {
  81. background-color : #eeeeee;
  82. border : 1px solid #333;
  83. line-height : 16px;
  84. padding : 8px;
  85. margin-bottom : 10px;
  86. }
  87.  
  88. #content_menu a {
  89. color : #006699;
  90. font-size : 12px;
  91. text-decoration : none;
  92. }
  93.  
  94. #content_menu a:hover {
  95. color : #cccccc;
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement