Advertisement
Guest User

code

a guest
Jan 19th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Limelight';
  3. src:url(../fonts/Limelight.eot);
  4. src:local(Limelight), url('../fonts/Limelight.ttf') format('opentype');
  5. }
  6.  
  7. body {
  8. background:url(../images/bg.png);
  9. margin: 0;
  10. padding:0;
  11.  
  12. }
  13.  
  14. #logo {
  15. background:url(../images/header.png) no-repeat;
  16. background-position:50% 0%;
  17. width:100%;
  18. display:table;
  19.  
  20.  
  21. }
  22.  
  23. #content {
  24.  
  25. width: 900px;
  26. margin: 450px auto 0;
  27. background: white;
  28. border: solid 1px #CCC;
  29. padding: 20px 20px 0px 20px;
  30.  
  31.  
  32. }
  33.  
  34.  
  35.  
  36. #header {
  37. position:absolute;
  38. left:350px;
  39. top:400px;
  40.  
  41. list-style:none;
  42. }
  43.  
  44. #header li {
  45. display:inline;
  46. padding:0px 32px 0px 0px;
  47. }
  48. #header ul li a {
  49. font-family:'Limelight';
  50. color:#FFF;
  51. font-size:30px;
  52. text-decoration:none;
  53. }
  54. #header li a:visited {
  55. display:inline;
  56. font-family:'Limelight';
  57. color:#FFF;
  58. font-size:30px;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement