Advertisement
danyo

Untitled

May 2nd, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.10 KB | None | 0 0
  1. body { height: auto; margin:0px; padding:0px; background-image: url(bg2.png); background-repeat: repeat-x; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }
  2.  
  3. a, img { border:none; }
  4. ul, p { color: #000000; line-height: 18px; font-size: 13px; font-weight: 500; }
  5.  
  6. .text-sidebar { color: #003d7a; line-height: 16px; padding: 0; font-size: 11px; font-weight: 500; }
  7. .img1 { float: left; margin: 0 20px 10px 0; padding: 0; border: #FFF 3px solid; }  
  8.  
  9. #wrapper { width: 1000px; height: 1800px; margin:0 auto; position: relative; }
  10. #header { width: 1000px; height: 389px; }
  11. #header .logo { width: 374px; height: 221px; display: block; float: left; cursor: pointer; background: url(logo.png) 0 0 no-repeat transparent; margin-left: 10px; margin-top: 60px; }
  12. #header .contact-info { width: 293px; height: 133px; display: block; float: right; cursor: pointer; background: url(contact-info.png) 0 0 no-repeat transparent; margin-right: 20px; margin-top: 110px; }
  13.  
  14. ul.mn { float: left; top: 316px; width: 978px; margin: 0; padding: 0; list-style-type: none; margin-top: 35px; }
  15. ul.mn li { float: left; }
  16. ul.mn li a { display: block; float: left; height: 73px; }
  17. ul.mn li a.mn1 { width: 104px; background-image: url('mn1.png'); background-position: 0 0; }
  18. ul.mn li a.mn2 { width: 212px; background-image: url('mn2.png'); }
  19. ul.mn li a.mn3 { width: 142px; background-image: url('mn3.png'); }
  20. ul.mn li a.mn4 { width: 128px; background-image: url('mn4.png'); }
  21. ul.mn li a.mn5 { width: 117px; background-image: url('mn5.png'); }
  22. ul.mn li a.mn6 { width: 147px; background-image: url('mn6.png'); }
  23. ul.mn li a.active, ul.mn li a:hover { background-position: 0 73px; }
  24.  
  25. #content { width: 1000px; height: 1104px; float:left; position: relative; }
  26.  
  27. #top { height: 400px; width: 1000px; display: block; }
  28. #top .foto1 { width: 452px; height: 339px; border: 3px solid #FFF; float:left; margin-top: 50px; margin-right: 100px; }
  29. #top .foto2 { width: 253px; height: 338px; border: #FFF 3px solid; float:left; margin-top: 50px; }
  30.  
  31. #leftcolumn { width: 300px; float: left; height: 500px; margin-top: 25px; }
  32. #leftcolumn .text-sidebar { width: 300px; display: block; float: left; }
  33. #leftcolumn .text2 { width: 50px; display: inline-block; }
  34. #leftcolumn .text3 { width: 200px; display: inline-block; margin-left: 20px; }
  35. #leftcolumn .text4 { width: 300px; display: inline-block; }
  36. #leftcolumn .face { width: 300px; height: 300px; display: block; float: left; position: relative; margin-top: 40px; }
  37.  
  38. #rightcolumn { width: 680px; display: block; margin-top: 25px; float: right; }
  39. #rightcolumn  .text5 { width: 700px; display: inline-block; }
  40.  
  41. #footer  { height: 207px; width: 1000px; display: block; position: relative; margin-top: 0px; float: left; }
  42. #footer  p { color: #ffffff; line-height: 18px; font-size: 13px; font-weight: 500; }
  43. #footer .logo-footer  { height: 150px; width: 250px; display: block; float: left; cursor: pointer; background: url(logo-footer.png) 0 0 no-repeat transparent; margin-left: 0px; margin-top: 30px; }
  44. #footer .text-footer { width: 280px; height: 200px; display: block; float: right; }
  45. #footer .text6 { margin-top: 20px; margin-bottom: 0px; display: block; }
  46. #footer .text7 { margin-top: 0px; display: inline-block; margin-left: 0px; margin-right: 25px; margin-top: -10px; float: left; }
  47. #footer .text7 p { color: #ffffff; line-height: 25px; font-size: 13px; font-weight: 500; }
  48. #footer .text8 { margin-top: 0px; display: inline-block; margin-left: 10px; margin-top: -10px; }
  49. #footer .text8 p { color: #ffffff; line-height: 25px; font-size: 13px; font-weight: 500; }
  50.  
  51. #footer2 { height: 50px; width: 1000px; display: block; position: relative; margin-top: 13px; float: left; }
  52. #footer2 p { color: #ffffff; line-height: 18px; font-size: 13px; font-weight: 500; }
  53. #footer2 .text-footer-2 { height: 50px; width: 1000px; margin-top: 0px; float: left; }
  54. #footer2 .text9 { margin-top: 0px; float: left; }
  55. #footer2 .text10 { margin-top: 0px; float: right; margin-right: 10px; }
  56. #footer2 .text10 a { color:#898989; text-decoration:underline; }
  57. #footer2 .text10 a:hover { text-decoration:underline; color:#eaeaea; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement