Advertisement
Guest User

Cactus Virtual Style

a guest
Apr 17th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. @charset "utf-8";
  2. /* General */
  3.  
  4. body {
  5. font-family:Arial, Helvetica, sans-serif;
  6. background: #E6E6E6;
  7. font-size:11px;
  8. color:#24427C;
  9. }
  10.  
  11.  
  12. .container {
  13. margin: 0 auto;
  14. background: #FFFFFF;
  15. width: 900px;
  16. margin-top: 300px;
  17. }
  18.  
  19. /* Top Navigation */
  20.  
  21. #topbg {
  22. background: #24427CE; /* Old browsers */
  23. background: -moz-linear-gradient(top, #24427C 0%, #24427C 100%); /* FF3.6+ */
  24. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24427C), color-stop(100%,#24427C)); /* Chrome,Safari4+ */
  25. background: -webkit-linear-gradient(top, #24427C 0%,#24427C 100%); /* Chrome10+,Safari5.1+ */
  26. background: -o-linear-gradient(top, #24427C 0%,#24427C0 100%); /* Opera 11.10+ */
  27. background: -ms-linear-gradient(top, #24427C 0%,#24427C 100%); /* IE10+ */
  28. background: linear-gradient(to bottom, #24427C 0%,#24427C 100%); /* W3C */
  29. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24427C', endColorstr='#24427C',GradientType=0 ); /* IE6-9 */
  30. border-bottom: #24427C 1px solid;
  31. width: 100%;
  32. height: 200px;
  33. top: 0;
  34. left: 0;
  35. right: 0;
  36. position: absolute;
  37. z-index: -1;
  38. margin: 0 auto;
  39. }
  40.  
  41. .banner {
  42. text-align: center;
  43. }
  44.  
  45. /* Navigation */
  46.  
  47. .nav-bar {
  48. margin-top: 200px;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement