Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html {
  6. background: #bd1a8d url(../images/bg.png) repeat-x;
  7. }
  8. #BgContainer {
  9. width: 979px;
  10. margin: 0 auto;
  11. background: #fff;
  12. border: none;
  13. }
  14. #Container {
  15. width: 979px;
  16. margin: 0 auto;
  17. background: #fff;
  18. }
  19. #Header {
  20. height: 120px;
  21. width: 996px;
  22. overflow:hidden;
  23. }
  24. #Header .Logo {
  25. margin: 5px 0 0 15px;
  26. }
  27. #Header .Logo a img{
  28. border: none;
  29. }
  30. #Header #SearchForm {
  31. float: right;
  32. padding: 10px;
  33. }
  34. #Navigation {
  35. height: 41px;
  36. width: 979px;
  37. background: url(../images/menuBg.png) repeat-x;
  38. }
  39. #Navigation ul {
  40. }
  41. #Navigation ul li {
  42. list-style: none;
  43. display: inline;
  44. }
  45. #Layout {
  46. width: 980px;
  47. overflow: hidden;
  48. }
  49. #Layout .typography {
  50. padding: 15px 0 0 15px;
  51. }
  52. #Content {
  53. width: 760px;
  54. float: right;
  55. }
  56. #Sidebar {
  57. width: 200px;
  58. float: left;
  59. }
  60. #Sidebar .sidebarBox h3 {
  61. padding: 5px;
  62. width: 200px;
  63. background: url(../images/sidebar.png) no-repeat;
  64. color: #fff;
  65. font-size: 75%;
  66. }
  67. #Sidebar ul#Menu2 {
  68. list-style: none;
  69. margin: 0;
  70. padding: 5px;
  71. background: #ccc;
  72. border: none;
  73. }
  74. #Sidebar ul#Menu2 li {
  75. padding: 2px 0;
  76. }
  77. #Sidebar ul#Menu2 li a {
  78. color: #333;
  79. text-decoration: none;
  80. }
  81. #Sidebar ul#Menu2 li a em {
  82. font-style: normal;
  83. }
  84.  
  85. #Sidebar ul#Menu2 li a:hover {
  86. color: #111;
  87. text-decoration: none;
  88.  
  89. }
  90.  
  91. #Sidebar ul#Menu2 li ul {
  92. list-style: none;
  93. padding: 5px;
  94. }
  95. #Sidebar ul#Menu2 li ul li {
  96. list-style: none;
  97. padding: 5px;
  98. }
  99.  
  100. #title {
  101.  
  102. width: 979px;
  103. height:147px;
  104. background: url(../images/titleBg.png) top left no-repeat;
  105. }
  106. #HomeWrap {
  107. width: 980px;
  108. overflow: hidden;
  109. }
  110. #HomeLeft {
  111. float: left;
  112. width: 590px;
  113. }
  114. #HomeRight {
  115. float: right;
  116. width: 365px;
  117. }
  118. #UpcomingEvents {
  119. padding: 10px;
  120. width: 290px;
  121. height: 180px;
  122. background: url(../images/home/quoteBg.png) no-repeat top left;
  123. overflow: hidden;
  124. }
  125.  
  126. #Footer {
  127. text-align: center;
  128. padding: 10px 0px;
  129. }
  130. #Footer a img {
  131. border: none;
  132. }
Add Comment
Please, Sign In to add comment