full-news.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. .full-news {
  2. &__details {
  3. display: -webkit-flex;
  4. display: -ms-flex;
  5. display: flex;
  6. flex-direction: row;
  7. font-size: 13px;
  8. width: 100%;
  9. justify-content: space-between;
  10. height: 14px;
  11. line-height: 14px;
  12. margin-bottom: 20px;
  13. }
  14. &__left {
  15. display: -webkit-flex;
  16. display: -ms-flex;
  17. display: flex;
  18. flex-direction: row;
  19. height: 14px;
  20. line-height: 14px;
  21. }
  22. &__date {
  23. margin-right: 20px;
  24. color: #929292;
  25. }
  26. &__category {
  27. color: #e65e26;
  28. text-decoration: none;
  29. margin-right: 20px;
  30. height: 14px;
  31. line-height: 14px;
  32. background: url("../img/icon_category@2x.png") 0 -7px / 30px 60px no-repeat;
  33. padding-left: 23px;
  34. &:hover {
  35. color: #eb914e;
  36. background: url("../img/icon_category@2x.png") 0 -37px / 30px 60px no-repeat;
  37. }
  38. }
  39. &__region {
  40. color: #e65e26;
  41. text-decoration: none;
  42. margin-right: 20px;
  43. background: url("../img/icon_regionmark.png") 0 0 / 10px 28px no-repeat;
  44. padding-left: 15px;
  45. height: 14px;
  46. line-height: 14px;
  47. position: relative;
  48. z-index: 1;
  49. &:hover {
  50. color: #eb914e;
  51. background-position: 0 -14px;
  52. }
  53. }
  54. &__right {
  55. display: -webkit-flex;
  56. display: -ms-flex;
  57. display: flex;
  58. flex-direction: row;
  59. color: #929292;
  60. height: 14px;
  61. line-height: 14px;
  62. }
  63. &__views {
  64. margin-right: 20px;
  65. background: url("../img/icon_views@2x.png") left center / auto 12px no-repeat;
  66. padding-left: 23px;
  67. height: 14px;
  68. line-height: 14px;
  69. }
  70. &__comments {
  71. background: url("../img/icon_comments@2x.png") left center / auto 15px no-repeat;
  72. padding-left: 18px;
  73. height: 14px;
  74. line-height: 14px;
  75. }
  76. &__slideritem {
  77. text-align: center;
  78. }
  79. &__sliderimg {
  80. display: block;
  81. width: 100%;
  82. max-width: 710px;
  83. height: 100%;
  84. max-height: 360px;
  85. border-radius: 10px 0 0 0 / 10px 0 0 0;
  86. margin: auto;
  87. }
  88. .lSPager.lSGallery {
  89. li {
  90. margin: 5px 0;
  91. img {
  92. margin: auto;
  93. filter: grayscale(0.75) saturate(75%) contrast(75%) brightness(0.75);
  94. &:hover {
  95. filter: none;
  96. }
  97. }
  98. &.active img {
  99. filter: none;
  100. }
  101. }
  102. }
  103. &__block-title {
  104. font-family: "cuprum", Impact, "Charcoal CY", sans-serif;
  105. font-size: 20px;
  106. color: #004d7b;
  107. font-weight: 600;
  108. padding: 10px 0;
  109. display: block;
  110. }
  111. &__announce {
  112. font-size: 18px;
  113. font-family: $fontcuprum;
  114. margin: 20px 0;
  115. }
  116. &__text {
  117. margin-bottom: 40px;
  118. padding-bottom: 10px;
  119. border-bottom: 1px solid #ebebeb;
  120. h2 {
  121. font-family: $fontcuprum;
  122. font-size: 25px;
  123. margin: 20px 0;
  124. font-weight: 600;
  125. }
  126. h3 {
  127. font-family: $fontcuprum;
  128. font-size: 20px;
  129. margin: 20px 0;
  130. font-weight: 600;
  131. }
  132. p {
  133. font-family: $fontopensans;
  134. font-size: 15px;
  135. margin: 20px 0;
  136. }
  137. }
  138. &__other-materials {
  139. margin: 20px 0;
  140. &-read-all {
  141. color: #fff;
  142. background-color: #eb914e;
  143. display: block;
  144. text-align: center;
  145. padding: 10px 0;
  146. text-decoration: none;
  147. font-size: 13px;
  148. &:hover {
  149. background-color: #d46818;
  150. }
  151. }
  152. }
  153. &__source {
  154. display: block;
  155. &-item {
  156. margin: 10px 0;
  157. display: block;
  158. font-size: 15px;
  159. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  160. line-height: 1.4;
  161. a {
  162. font-size: inherit;
  163. color: #004d7b;
  164. font-family: inherit;
  165. }
  166. }
  167. &-title {
  168. font-size: 13px;
  169. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  170. display: inline-block;
  171. color: #a2a1a1;
  172. }
  173. }
  174. }