Advertisement
Guest User

Untitled

a guest
Feb 21st, 2013
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. background-color: #F5F5F5;
  5.  
  6. }
  7. *
  8. {
  9. margin: 0 auto 0 auto;
  10. text-align:left;}
  11.  
  12. #page
  13. {
  14.  
  15.  
  16. display: block;
  17. height:auto;
  18. position: relative;
  19. overflow: hidden;
  20. width: 670px;
  21. }
  22.  
  23. /* TOP NAVIGATION BAR
  24. /////////////////////////////////////*/
  25.  
  26. ul#topnav {
  27. width:1250px;
  28. height:40px;
  29. }
  30.  
  31. ul#topnav li {
  32. display:inline;
  33. }
  34.  
  35. ul#topnav li a {
  36. height:40px;
  37. float:left;
  38. text-indent:-9999px;
  39. }
  40.  
  41. ul#topnav li#topnav-1 a {
  42. margin-top: 200px;
  43. margin-left: -40px;
  44. height:178px;
  45. width: 1285px;
  46. background: url(Images/logo.png) no-repeat 0px 0px;
  47. }
  48.  
  49. ul#topnav li#topnav-1 a:hover {
  50. background-position:0px 0px;
  51. background: url(Images/logoHover.png) no-repeat 0px 0px;
  52. }
  53.  
  54. ul#topnav li#topnav-2 a {
  55. margin-top: 50px;
  56. margin-left: 100px;
  57. width:355px;
  58. background:url(Images/Tutorials.png) no-repeat 0 0;
  59. }
  60. ul#topnav li#topnav-2 a:hover {
  61. background-position:0px -40px;
  62. }
  63. ul#topnav li#topnav-2 a.current {
  64. background-position:-106px -80px;
  65. }
  66.  
  67. ul#topnav li#topnav-3 a {
  68. margin-top: -40px;
  69. margin-left: 700px;
  70. width:350px;
  71. background:url(Images/Projects.png) no-repeat 0 0;
  72. }
  73. ul#topnav li#topnav-3 a:hover {
  74. background-position:0px -41px;
  75. }
  76. ul#topnav li#topnav-3 a.current {
  77. background-position:-106px -80px;
  78. }
  79.  
  80.  
  81. /* BOT NAVIGATION BAR
  82. /////////////////////////////////////*/
  83.  
  84. ul#botnav {
  85. width:250px;
  86. height:40px;
  87. }
  88.  
  89. ul#botnav li {
  90. display:inline;
  91. }
  92.  
  93. ul#botnav li a {
  94. height:40px;
  95. float:left;
  96. text-indent:-9999px;
  97. }
  98.  
  99. ul#botnav li#botnav-1 a {
  100. margin-top: 100px;
  101. margin-left: -120px;
  102. height: 200px;
  103. width: 400px;
  104. background: url(Images/Power.png) no-repeat 0px 0px;
  105. }
  106.  
  107. ul#botnav li#botnav-1 a:hover {
  108. background-position:0px 0px;
  109. background: url(Images/PowerHover.png) no-repeat 0px 0px;
  110. }
  111.  
  112.  
  113.  
  114. #footer {
  115. width: 670px;
  116. height:16px;
  117. background: url(footer.png) no-repeat;
  118. text-align:center;
  119. font-size:9px;
  120. font-family:Arial, Helvetica, sans-serif;
  121. color:#386172;
  122. padding-top:5px;
  123. }
  124.  
  125. #footer a
  126. {
  127. text-decoration:none;
  128. font-size:9px;
  129. color:#386172;
  130. }
  131.  
  132. html, body {
  133. margin-left: 40;
  134.  
  135. text-align: center;
  136. }
  137. p {text-align: left;}
  138.  
  139. .bar {
  140. margin-top: -60px;
  141. position: relative;
  142. position: absolute;
  143. left: 0px;
  144. top: 100%;
  145. height: 58px;
  146. width: 100%;
  147. background-color: #343030;
  148. border-top: 3px solid #18a5a0;
  149. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement