Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap&subset=cyrillic');
  3. @font-face {
  4. font-family: 'LatoBold';
  5. src: url('https://my.revansh.online/fileservice/file/download/h/b84252d222b524cb15063a315cbb90d4.woff/a/107166/sc/68') format('woff');
  6. font-weight: bold;
  7. font-style: normal;
  8. }
  9. @font-face {
  10. font-family: 'LatoSemiBold';
  11. src: url('https://my.revansh.online/fileservice/file/download/h/7b2b9b815bcc88a4a46c151e1e0fc0f0.woff/a/107166/sc/274') format('woff');
  12. font-weight: bold;
  13. font-style: normal;
  14. }
  15. @font-face {
  16. font-family: 'LatoRegular';
  17. src: url('https://my.revansh.online/fileservice/file/download/h/86bca65d04d22fd82a40297f7637b85e.woff/a/107166/sc/155') format('woff');
  18. font-weight: bold;
  19. font-style: normal;
  20. }
  21. .lt-separator hr,
  22. .user-profile-image ,
  23. .lesson-navigation td:first-child,
  24. .lesson-navigation td:last-child,
  25. .user-state-need_accomplish,
  26. .logo-text,
  27. .breadcrumb {
  28. display: none;
  29. }
  30. .lesson-header-block {
  31. margin-bottom: 10px;
  32. background: none !important;
  33. border-bottom: 0px solid #ddd !important;
  34. }
  35. h2.lesson-title-value {
  36. font-family: 'LatoSemiBold';
  37. font-style: normal;
  38. font-weight: 600;
  39. font-size: 52px;
  40. line-height: 62px;
  41. text-align: center;
  42. text-transform: uppercase;
  43. color: #262626;
  44. }
  45. .lesson-description-value {
  46. font-family: 'LatoSemiBold';
  47. font-style: normal;
  48. font-weight: 600;
  49. font-size: 34px;
  50. line-height: 41px;
  51. text-align: center;
  52. margin-top: 18px;
  53. }
  54. .lesson-navigation {
  55. font-family: 'LatoSemiBold';
  56. font-style: normal;
  57. font-weight: 600;
  58. font-size: 34px;
  59. line-height: 41px;
  60. text-align: center;
  61. color: #828282;
  62. padding-top: 36px !important;
  63. padding-bottom: 72px !important;
  64. }
  65. .block-box {
  66. background-color: transparent !important;
  67. font-family: 'LatoRegular';
  68. font-style: normal;
  69. font-weight: normal;
  70. font-size: 28px;
  71. line-height: 160%;
  72. color: #262626;
  73. }
  74. .lt-lesson-mission-block h3 {
  75. font-family: 'LatoSemiBold';
  76. font-style: normal;
  77. font-weight: 600;
  78. font-size: 52px;
  79. line-height: 62px;
  80. text-align: center;
  81. text-transform: uppercase;
  82. color: #262626;
  83. }
  84. .lesson-mission-wrapper {
  85. border: none;
  86. }
  87. .lesson-mission-text {
  88. border-bottom: 0px solid #eee !important;
  89. }
  90. .lesson-mission-text p{
  91. font-family: 'LatoRegular';
  92. font-style: normal;
  93. font-weight: normal;
  94. font-size: 28px;
  95. line-height: 140%;
  96. text-align: center;
  97. color: #262626;
  98. }
  99. .answer-form {
  100. padding-top: 64px;
  101. background: transparent;
  102. }
  103. .answer-form-inner {
  104. margin-left: 0px;
  105. }
  106. .answer-form-inner>div {
  107. text-align: center;
  108. }
  109. .new-comment .btn-send,
  110. button[name=send-answer].btn-send-answer {
  111. background-image: url(http://fs01.getcourse.ru/fileservice/file/download/a/107166/sc/100/h/144e92cd5aea95e2261c793093bb1955.png);
  112. background-color: transparent !important;
  113. border:none;
  114. width: 178px;
  115. height: 57px;
  116. font-size: 0;
  117. display: inline-block;
  118. }
  119. .new-comment .btn-send:before,
  120. button[name=send-answer].btn-send-answer:before {
  121. padding: 0 10px 5px;
  122. content: 'Отправить';
  123. font-family: 'LatoBold';
  124. font-style: normal;
  125. font-weight: bold;
  126. font-size: 18px;
  127. line-height: 22px;
  128. text-align: center;
  129. text-transform: uppercase;
  130. color: #FFFFFF;
  131. }
  132. button[name=send-answer].btn-save-draft {
  133. background: none;
  134. font-family: 'LatoRegular';
  135. font-style: normal;
  136. font-weight: normal;
  137. font-size: 18px;
  138. line-height: 22px;
  139. color: #4D4D4D;
  140. background-image: url(http://fs01.getcourse.ru/fileservice/file/download/a/107166/sc/112/h/7ca9ca58c84c4889f7c75803a267a220.png);
  141. background-position: bottom center;
  142. background-size: contain;
  143. background-repeat: no-repeat;
  144. padding: 0 10px 5px;
  145. }
  146. .simple-answer {
  147. background: transparent !important;
  148. }
  149. .new-comment .textarea-block,
  150. .answer-comment .textarea-block,
  151. .answer-form .answer-textarea-container {
  152. width: 100%;
  153. margin-bottom: 60px;
  154. text-align: center;
  155. }
  156. .new-comment-textarea,
  157. #lessonanswer-answer_text {
  158. border: 1px solid #000;
  159. height: 246px !important;
  160. padding: 32px;
  161. margin-bottom: 32px;
  162.  
  163. }
  164. .uploadifive-button {
  165. font-size: 0px;
  166. background-color: transparent;
  167. background-image: url('http://fs03.getcourse.ru/fileservice/file/download/a/107166/sc/360/h/c8fa92ab9aefb6a98dd972b3d47b2896.png');
  168. background-repeat: no-repeat;
  169. width: 56px !important;
  170. height: 56px !important;
  171. cursor: pointer;
  172. float: left;
  173. margin-right: 10px;
  174. }
  175. .uploadifive-button:hover {
  176. background-color: transparent;
  177. background-image: url('http://fs03.getcourse.ru/fileservice/file/download/a/107166/sc/360/h/c8fa92ab9aefb6a98dd972b3d47b2896.png');
  178. background-repeat: no-repeat;
  179. }
  180. .answer-textarea-container span.text-muted {
  181. font-family: 'LatoRegular';
  182. font-style: normal;
  183. font-weight: normal;
  184. font-size: 18px;
  185. line-height: 22px;
  186. color: #4D4D4D;
  187. display: block;
  188. text-align: left;
  189. }
  190. .answer-textarea-container span.text-muted:before {
  191. content: 'ДОБАВИТЬ ФАЙЛЫ';
  192. display: block;
  193. font-family: 'LatoBold';
  194. font-style: normal;
  195. font-weight: bold;
  196. font-size: 18px;
  197. line-height: 22px;
  198. text-align: left;
  199. text-transform: uppercase;
  200. color: #262626;
  201. padding-top: 5px;
  202. }
  203. .lt-separator {
  204. background-image: url(http://fs03.getcourse.ru/fileservice/file/download/a/107166/sc/48/h/e47cef1192341f65d455c3c8501a4680.png);
  205. background-repeat: no-repeat;
  206. background-position: center;
  207. background-size: contain;
  208. width: 100%;
  209. height: 11px;
  210. margin: 50px auto 80px;
  211. }
  212. .row-section {
  213. margin-bottom: 0;
  214. }
  215. @media screen and (max-width: 320px) {
  216. h2.lesson-title-value {
  217. font-size: 22px;
  218. line-height: 32px;
  219. }
  220. .lesson-description-value {
  221. font-size: 18px;
  222. line-height: 20px;
  223. }
  224. .lesson-navigation {
  225. padding-top: 0 !important;
  226. padding-bottom: 0 !important;
  227. }
  228. .block-box {
  229. padding-left: 0px !important;
  230. padding-right: 0px !important;
  231. padding-top: 10px !important;
  232. padding-bottom: 10px !important;
  233. }
  234. .block-box p{
  235. font-size: 14px;
  236. line-height: 18px;
  237. }
  238. .lt-lesson-mission-block h3 {
  239. font-size: 32px;
  240. line-height: 32px;
  241. }
  242. .lesson-mission-text p {
  243. font-size: 14px;
  244. line-height: 18px;
  245. }
  246. .answer-form {
  247. padding: 0px !important;
  248. }
  249. .lt-separator {
  250. margin: 10px auto 30px;
  251. }
  252. .answer-form .btn-save-draft {
  253. margin-left: 0;
  254. }
  255. }
  256. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement