123456789101112131415161718192021222324252627282930313233343536373839 |
- .news-list {
- .news-item {
- .title {
- font-family: $fSerif;
- font-variant: small-caps;
- font-size: larger;
- text-shadow: 1px 1px 2px #111;
- padding-bottom: 5px;
- border-bottom: 1px solid $cMainText;
- .right {
- float: right;
- font-size: small;
- font-family: $fSansSerif;
- font-variant: normal;
- //text-shadow: none;
- }
- }
- .body {
- text-align: justify;
- }
- margin-bottom: 20px;
- li {
- font-size: small;
- a {
- //font-family: $fSerif;
- font-variant: small-caps;
- //font-size: medium;
- text-shadow: 1px 1px 2px #111;
- }
- }
- }
- }
|