Advertisement
Guest User

SGDP Styles

a guest
Jun 4th, 2015
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.30 KB | None | 0 0
  1. <style type="text/css">
  2. .catHeader { background-color: #00cc00; color: #000000; border-width: 1px; border-color: #00bb00; border-style: solid; border-bottom-width: 0px; border-bottom-style: none; margin-top: 1px; font-weight: bold; text-align: center; }
  3. .catBody { color: #000000; border-width: 1px; border-color: #00bb00; border-style: solid; border-top-width: 0px; border-top-style: none; margin-bottom: 1px; }
  4. .catContent { color: #000000; font-weight: normal; text-transform: capitalize; border-width: 1px; border-color: #00bb00; border-style: solid; border-bottom-width: 0px; border-bottom-style: none; padding: 3px; vertical-align: middle; display: block; width: 100%; }
  5. .catContent a { color: green; vertical-align: middle; display: block; }
  6. .catFooter { color: #000000; border-width: 1px; border-color: #00bb00; border-style: solid; padding: 3px; vertical-align: middle; display: block; }
  7. .catFooter a { color: green; vertical-align: middle; display: block; }
  8.  
  9. .contentHeader { text-transform: capitalize; background-color: #cccc00; color: #000000; border-width: 1px; border-color: #bbbb00; border-style: solid; border-bottom-width: 0px; border-bottom-style: none; margin-top: 1px; font-weight: bold; text-align: center; }
  10. .contentBody { color: #000000; border-width: 1px; border-color: #bbbb00; border-style: solid; border-top-width: 0px; border-top-style: none; margin-bottom: 1px; }
  11. .contentBody a { color: green; vertical-align: middle; display: inline-block; }
  12. .contentFooter { color: #000000; border-width: 1px; border-color: #bbbb00; border-style: solid; padding: 3px; vertical-align: middle; display: block; }
  13. .contentFooter a { color: green; vertical-align: middle; display: inline-block; }
  14.  
  15. .footerHeader { text-transform: capitalize; background-color: #cc0000; color: #000000; border-width: 1px; border-color: #bb0000; border-style: solid; border-bottom-width: 0px; border-bottom-style: none; margin-top: 1px; font-weight: bold; text-align: center; }
  16. .footerBody { text-transform: capitalize; color: #000000; border-width: 1px; border-color: #bb0000; border-style: solid; border-top-width: 0px; border-top-style: none; margin-bottom: 1px; }
  17. .footerBody a { color: green; vertical-align: middle; display: inline-block; }
  18. .footerFooter { color: #000000; border-width: 1px; border-color: #bb0000; border-style: solid; padding: 3px; vertical-align: middle; display: block; }
  19. .footerFooter a { color: green; vertical-align: middle; display: inline-block; }
  20.  
  21. .newsHeader { text-transform: capitalize; background-color: #0000cc; color: #000000; border-width: 1px; border-color: #0000bb; border-style: solid; border-bottom-width: 0px; border-bottom-style: none; margin-top: 1px; font-weight: bold; text-align: center; }
  22. .newsBody { color: #000000; border-width: 1px; border-color: #0000bb; border-style: solid; border-top-width: 0px; border-top-style: none; margin-bottom: 1px; }
  23. .contentBody a { color: green; vertical-align: middle; display: inline-block; }
  24. .newsFooter { color: #000000; border-width: 1px; border-color: #0000bb; border-style: solid; padding: 3px; vertical-align: middle; display: block; }
  25. .newsFooter a { color: green; vertical-align: middle; display: inline-block; }
  26.  
  27.  
  28. .spacer { margin-top: 3px; margin-bottom: 3px; padding-top: 3px; padding-bottom: 3px; }
  29.  
  30. body { color: #000000; margin: 0px; padding: 0px; }
  31. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement