featured-top.css 437 B

12345678910111213141516171819202122232425
  1. /**
  2. * @file
  3. * Visual styles for Bartik's featured top.
  4. */
  5. .featured-top {
  6. text-align: center;
  7. font-size: 1.2em;
  8. font-weight: normal;
  9. line-height: 1.4;
  10. padding: 20px 10px 45px;
  11. margin: 0;
  12. background: #f0f0f0;
  13. background: rgba(30, 50, 10, 0.08);
  14. border-bottom: 1px solid #e7e7e7;
  15. text-shadow: 1px 1px #fff;
  16. }
  17. .featured-top h2 {
  18. font-size: 1.2em;
  19. line-height: 1;
  20. }
  21. .featured-top p {
  22. margin: 0;
  23. padding: 0;
  24. }