Advertisement
Guest User

Untitled

a guest
Jul 29th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. .width{
  2. margin:0 auto;
  3. width:960px;
  4. position:relative;
  5. height:1%;
  6. }
  7. .bg{
  8. height:1360;
  9. width:1360;
  10. background:url(images/bg.png) no-repeat;
  11. display:block;
  12. }
  13.  
  14. #menu{
  15. width:766;
  16. margin: 0px auto 9px auto;
  17. background:url(images/menu_bg.png) no-repeat left top;
  18. font-size:20px;
  19. font-weight:bold;
  20. height:35px;
  21. position:relative;
  22. top:-5px;
  23.  
  24. }
  25. #menu ol{
  26. list-style-type:none;
  27. margin:0;
  28. }
  29. #nav li.top{
  30. float:left;
  31. position:relative;
  32. z-index:100;
  33. margin: 0 3px ;
  34. padding:4px 0;
  35. }
  36. #nav a.l, #nav a.l:visited{
  37. display:inline-block;
  38. width:70px;
  39. height:34px;
  40. position:relative;
  41. top:-4px;
  42. /*left:300px;*/
  43. line-height:34px;
  44. text-decoration:none;
  45. text-align:center;
  46. color:#fff;
  47. font-weight:bold;
  48. margin-bottom:4px;
  49.  
  50. background:url(images/link_bg.png) left top;
  51. vertical-align:top;
  52. }
  53. #nav a.l:hover{
  54. background:url(images/hover_bg.png) left top;
  55. }
  56. #menu li{
  57. margin:0px auto;
  58. }
  59.  
  60. div{
  61. margin:0;
  62. padding:0;
  63. outline:0;
  64. font-size:100%;
  65. background:transparent;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement