_news.scss 676 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .news-list {
  2. .news-item {
  3. .title {
  4. font-family: $fSerif;
  5. font-variant: small-caps;
  6. font-size: larger;
  7. text-shadow: 1px 1px 2px #111;
  8. padding-bottom: 5px;
  9. border-bottom: 1px solid $cMainText;
  10. .right {
  11. float: right;
  12. font-size: small;
  13. font-family: $fSansSerif;
  14. font-variant: normal;
  15. //text-shadow: none;
  16. }
  17. }
  18. .body {
  19. text-align: justify;
  20. }
  21. margin-bottom: 20px;
  22. li {
  23. font-size: small;
  24. a {
  25. //font-family: $fSerif;
  26. font-variant: small-caps;
  27. //font-size: medium;
  28. text-shadow: 1px 1px 2px #111;
  29. }
  30. }
  31. }
  32. }