Guest User

Untitled

a guest
May 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  2. border: 0 none;
  3. font: inherit;
  4. margin: 0;
  5. padding: 0;
  6. vertical-align: baseline;
  7. }
  8. ol, ul {
  9. list-style: none outside none;
  10. }
  11. table {
  12. border-collapse: collapse;
  13. border-spacing: 0;
  14. }
  15. body {
  16. background-color: #B5CC34;
  17. color: #4E4E4E;
  18. font-family: Trebuchet MS,Arial,sans-serif;
  19. line-height: 1;
  20. }
  21. a {
  22. color: inherit;
  23. text-decoration: none;
  24. }
  25. * {
  26. outline: 0 none;
  27. }
  28. .center {
  29. margin: 0 auto;
  30. width: 960px;
  31. }
  32. .italic {
  33. font-style: italic;
  34. }
  35. .left {
  36. float: left;
  37. }
  38. .abs {
  39. position: absolute;
  40. }
  41. .rel {
  42. position: relative;
  43. }
  44. .full {
  45. width: 100%;
  46. }
  47. .right {
  48. float: right;
  49. }
  50. .half {
  51. width: 48%;
  52. }
  53. p {
  54. font-size: 14px;
  55. line-height: 18px;
  56. }
  57. h1, h2, h3, h4, h5, h6 {
  58. color: inherit;
  59. }
  60. h1 {
  61. font-size: 24px;
  62. }
  63. h2 {
  64. font-size: 21px;
  65. }
  66. h3 {
  67. font-size: 18px;
  68. }
  69. h4 {
  70. font-size: 16px;
  71. font-weight: bold;
  72. line-height: 20px;
  73. }
  74. h5 {
  75. font-size: 14px;
  76. font-weight: bold;
  77. line-height: 18px;
  78. }
  79. h6 {
  80. font-size: 12px;
  81. line-height: 16px;
  82. }
  83. .wrapper {
  84. height: 100%;
  85. }
  86. .header {
  87. }
  88. .headerbg {
  89. background: url("../images/header_bg.png") no-repeat scroll 0 0 transparent;
  90. height: 315px;
  91. }
  92. .header .mainmenu ul {
  93. color: white;
  94. font-size: 17px;
  95. font-weight: bold;
  96. padding: 0 0 0 25px;
  97. }
  98. .main {
  99. background: none repeat scroll 0 0 #FFFFFF;
  100. }
  101. .main .center {
  102. background: url("../images/centermain.png") repeat-y scroll 0 0 transparent;
  103. width: 984px;
  104. }
  105. .slogan {
  106. margin: 121px 0 0 49px;
  107. }
  108. .logo {
  109. margin-top: 36px;
  110. }
  111. .mainmenu {
  112. clear: both;
  113. color: #004867;
  114. float: left;
  115. font-size: 20px;
  116. font-weight: bold;
  117. margin-top: 35px;
  118. text-transform: uppercase;
  119. }
  120. .mainmenu li {
  121. background: url("../images/menu_item_bg.png") repeat-x scroll 0 bottom #5EAAC2;
  122. display: block;
  123. float: left;
  124. margin-top: 14px;
  125. padding: 22px 20px;
  126. text-align: center;
  127. width: 120px;
  128. }
  129. .mainmenu li.current {
  130. margin-top: 0;
  131. padding: 29px 20px;
  132. }
  133. .leftcontent {
  134. width: 569px;
  135. }
  136. .banner .bannersidebar {
  137. background: none repeat scroll 0 0 #B5CC34;
  138. padding: 20px;
  139. width: 256px;
  140. }
  141. .sidebar {
  142. width: 296px;
  143. }
  144. .quicklinkblock {
  145. background: none repeat scroll 0 0 #C4DA25;
  146. color: #000000;
  147. float: left;
  148. margin-top: 18px;
  149. padding: 12px 10px 10px;
  150. }
  151. .quicklinkblock:hover {
  152. background: none repeat scroll 0 0 #92C000;
  153. }
  154. .quicklinkblock h5, .quicklinkblock p {
  155. float: left;
  156. }
  157. .sidebar h2 {
  158. color: #FFFFFF;
  159. }
  160. .quicklinkblock p {
  161. color: white;
  162. font-size: 11px;
  163. margin-top: 5px;
  164. }
  165. .quickreadmore {
  166. background: url("../images/quickreadmore.png") repeat scroll 0 0 transparent;
  167. float: right;
  168. height: 37px;
  169. width: 37px;
  170. }
  171. .banner, .contentarea {
  172. clear: both;
  173. padding: 50px 60px;
  174. }
  175. .banner {
  176. padding-bottom: 0;
  177. }
  178. .contentarea {
  179. padding-top: 20px;
  180. }
  181. .sidebar .block {
  182. margin-bottom: 20px;
  183. padding: 20px;
  184. }
  185. #block-block-1 {
  186. background: none repeat scroll 0 0 #5EAAC2;
  187. }
  188. .footer {
  189. clear: both;
  190. margin-top: 15px;
  191. }
  192. .footerbg {
  193. background-color: #92C000;
  194. clear: both;
  195. padding: 10px;
  196. width: 940px;
  197. }
  198. .center .center {
  199. width: 865px;
  200. }
  201. .footer .block {
  202. color: #416B00;
  203. float: left;
  204. padding: 5px;
  205. width: 225px;
  206. }
  207. .footer .block h4 {
  208. margin-bottom: 20px;
  209. text-transform: uppercase;
  210. }
  211. .blogentry {
  212. float: left;
  213. width: 87%;
  214. }
  215. .blogentry_before {
  216. float: left;
  217. margin: 8px 8px 15px 3px;
  218. }
  219. .blogentry_outer {
  220. clear: both;
  221. margin-top: 5px;
  222. min-height: 30px;
  223. }
  224. .blogentry p.title a, .blogentry p.title, .contact p {
  225. color: #FFFFFF;
  226. font-size: 11px;
  227. }
  228. .map {
  229. color: #FFFFFF;
  230. font-size: 12px;
  231. margin-top: 10px;
  232. text-transform: uppercase;
  233. }
  234. .map img, .map a {
  235. float: left;
  236. }
  237. .map a {
  238. margin: 3px 0 0 6px;
  239. }
  240. .twitter {
  241. background: url("../images/twbg.png") no-repeat scroll 0 50px transparent;
  242. min-height: 100px;
  243. }
Add Comment
Please, Sign In to add comment