contents.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. @import "/css/card_style.css?v=0.4";
  6. @import "/components/admin/css/ckeditor/person-inject.css";
  7. body
  8. {
  9. }
  10. .cke_editable p{
  11. font: 20px/30px "Source Serif Pro","Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  12. line-height: 1.5;
  13. margin-bottom: 0.5rem;
  14. }
  15. .cke_editable
  16. {
  17. font-size: 15px;
  18. line-height: 1.6;
  19. }
  20. .cke_contents_ltr blockquote
  21. {
  22. margin: 30px 0;
  23. padding: 20px 0;
  24. border-top: 1px solid #ccc;
  25. border-bottom: 1px solid #ccc;
  26. font-size: 28px;
  27. line-height: 140%;
  28. display: flex;
  29. }
  30. .cke_contents_rtl blockquote
  31. {
  32. padding-left: 8px;
  33. padding-right: 20px;
  34. border-right-width: 5px;
  35. }
  36. a
  37. {
  38. color: #0782C1;
  39. }
  40. ol,ul,dl
  41. {
  42. /* IE7: reset rtl list margin. (#7334) */
  43. *margin-right: 0px;
  44. /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  45. padding: 0 40px;
  46. }
  47. h1,h2,h3,h4,h5,h6
  48. {
  49. font-weight: normal;
  50. line-height: 1.2;
  51. }
  52. hr
  53. {
  54. border: 0px;
  55. border-top: 1px solid #ccc;
  56. }
  57. img.right
  58. {
  59. border: 1px solid #ccc;
  60. float: right;
  61. margin-left: 15px;
  62. padding: 5px;
  63. }
  64. img.left
  65. {
  66. border: 1px solid #ccc;
  67. float: left;
  68. margin-right: 15px;
  69. padding: 5px;
  70. }
  71. pre
  72. {
  73. white-space: pre-wrap; /* CSS 2.1 */
  74. word-wrap: break-word; /* IE7 */
  75. -moz-tab-size: 4;
  76. tab-size: 4;
  77. }
  78. .marker
  79. {
  80. background-color: Yellow;
  81. }
  82. span[lang]
  83. {
  84. font-style: italic;
  85. }
  86. figure
  87. {
  88. text-align: center;
  89. border: solid 1px #ccc;
  90. border-radius: 2px;
  91. background: rgba(0,0,0,0.05);
  92. padding: 10px;
  93. margin: 10px 20px;
  94. display: inline-block;
  95. }
  96. figure > figcaption
  97. {
  98. text-align: center;
  99. display: block; /* For IE8 */
  100. }
  101. a > img {
  102. padding: 1px;
  103. margin: 1px;
  104. border: none;
  105. outline: 1px solid #0782C1;
  106. }
  107. span.style1 {
  108. margin: 30px 0;
  109. padding: 20px 0;
  110. border-top: 1px solid #ccc;
  111. border-bottom: 1px solid #ccc;
  112. font-size: 28px;
  113. line-height: 140%;
  114. display: block;
  115. }
  116. span.style5{
  117. display: block;
  118. background-color: #f7f5ee;
  119. padding: 20px 10px 20px 20px;
  120. margin: 30px 0;
  121. border-left: 2px solid #f6911f;
  122. line-height: 150%;
  123. font-size: 20px;
  124. font-weight: 400;
  125. }
  126. span.style3 {
  127. font-size: 11px;
  128. color: #767676;
  129. border-top: 1px #e5e5e5 solid;
  130. display: block;
  131. font-style: normal;
  132. }
  133. span.style4 {
  134. font-size: 11px;
  135. color: #767676;
  136. border-top: 1px #e5e5e5 solid;
  137. display: block;
  138. font-style: normal;
  139. }
  140. span.also {
  141. font-style: normal;
  142. font-style: italic;
  143. display: block;
  144. padding: 8px;
  145. margin-bottom: 15px;
  146. margin: 15px 0px;
  147. }
  148. span.also a{
  149. font-weight: 600;
  150. display: block;
  151. text-decoration: none;
  152. padding-right: 5px;
  153. }
  154. span.also::before {
  155. content: "Читайте также";
  156. display: block;
  157. text-transform: uppercase;
  158. font-family: 'Roboto Condensed', sans-serif;
  159. font-weight: 600;
  160. letter-spacing: 1px;
  161. font-size: 14px;
  162. font-style: normal;
  163. /*border-bottom: 3px solid #356595;*/
  164. }
  165. .insinject{
  166. width:340px;
  167. height:400px;
  168. background:url('/components/admin/ckeditor/plugins/inject/icons/inject.png') no-repeat;
  169. background-position: 50% 50%;
  170. outline: 1px solid #A0A0A0;
  171. margin: 0px 20px 0px 0px;
  172. }
  173. .insinject[type="2"]{
  174. width:100%;
  175. }
  176. .insinject[type="3"]{
  177. width:100%;
  178. height:200px;
  179. }
  180. .insinject[type="1"]{
  181. float:left;
  182. }
  183. /*ВОПРОС ОТВЕТ ОБВЕРТКА*/
  184. .Card-fon{
  185. width: 98%;
  186. margin-left: 4px;
  187. margin-right: auto;
  188. margin-top: 15px;
  189. margin-bottom: 10px;
  190. box-shadow: 0px -1px 8px 0px rgba(50, 50, 50, 0.75);
  191. }
  192. .Card-vnesh{
  193. /* -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  194. -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  195. box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  196. */
  197. }
  198. .Card-vnutr{padding: 35px; line-height: 33px; padding-bottom:15px;font-weight:400;}
  199. .Card-vnutr p{ display:inline; }
  200. .Card-zag{margin-bottom: 15px;}
  201. .Card-text{padding-left:35px;padding-right:35px; padding-bottom:35px;overflow: hidden;}
  202. .redLine{background-color:red; width:100%; height:20px; top:15px; position:relative ; background: #ff9c33 url("/img/arrow.png") no-repeat scroll 10% 0%;}
  203. .numeric{
  204. width: 30px;
  205. position: relative;
  206. left: 11%;
  207. font-size: 20px;
  208. color: #ff9c33;
  209. font-weight: bold;
  210. }
  211. #widgetgallery{
  212. width:100%;
  213. height:600px;
  214. background: url(/components/admin/lib/jquery-picture-cut/src/img/icon_add_image2.png?r=1629773510) no-repeat 100% 100%;
  215. background-position: 50% 50%;
  216. outline: 1px solid #A0A0A0;
  217. margin: 5px 50px 5px 5px;
  218. }
  219. #widgetgallery[type="3"]{
  220. width: calc( 45% - 10px );
  221. height:600px;
  222. float: left;
  223. padding-left: 10px;
  224. }
  225. #widgetpolls{
  226. width:100%;
  227. height:600px;
  228. background: url(/components/design/icon/SVG/pie-chart.svg?r=1629773510) no-repeat 100px 100px;
  229. background-position: 50% 50%;
  230. outline: 1px solid #A0A0A0;
  231. margin: 5px 50px 5px 5px;
  232. background-size: 200px;
  233. }
  234. #mycarousel{
  235. width:100%;
  236. height:600px;
  237. background: url(/components/admin/lib/jquery-picture-cut/src/img/icon_add_image2.png?r=1629773510) no-repeat 100% 100%;
  238. background-position: 50% 50%;
  239. outline: 1px solid #A0A0A0;
  240. margin: 5px 50px 5px 5px;
  241. }
  242. .timelineli ul {
  243. margin: 0;
  244. margin-top: 100px;
  245. list-style: none;
  246. position: relative;
  247. padding: 1px 100px;
  248. color: #555;
  249. font-size: 13px;
  250. }
  251. .timelineli ul:before {
  252. content: "";
  253. width: 1px;
  254. height: 100%;
  255. position: absolute;
  256. border-left: 2px dashed #ccc;
  257. }
  258. .timelineli ul li {
  259. position: relative;
  260. margin-left: 30px;
  261. background-color: rgba(30, 30, 30, 0.2);
  262. padding: 14px;
  263. border-radius: 6px;
  264. width: 510px;
  265. box-shadow: 0 0 4px rgba(236, 249, 255, 0.12), 0 2px 2px rgba(236, 249, 255, 0.08);
  266. }
  267. .timelineli ul li:not(:first-child) {
  268. margin-top: 60px;
  269. }
  270. .timelineli ul li > span {
  271. width: 2px;
  272. height: 100%;
  273. background: #ccc;
  274. left: -30px;
  275. top: 0;
  276. position: absolute;
  277. }
  278. .timelineli ul li > span:before, .timelineli ul li > span:after {
  279. content: "";
  280. width: 8px;
  281. height: 8px;
  282. border-radius: 50%;
  283. border: 2px solid #ccc;
  284. position: absolute;
  285. background: #356595;
  286. left: -5px;
  287. top: 0;
  288. }
  289. .timelineli ul li span:after {
  290. top: 100%;
  291. }
  292. .timelineli ul li > div {
  293. margin-left: 10px;
  294. }
  295. .timelineli div .title, .timelineli div .type {
  296. font-weight: 600;
  297. font-size: 12px;
  298. }
  299. .timelineli div .info {
  300. font-weight: 300;
  301. }
  302. .timelineli div > div {
  303. margin-top: 5px;
  304. }
  305. .timelineli span.number {
  306. height: 100%;
  307. }
  308. .timelineli span.number span {
  309. position: absolute;
  310. font-size: 10px;
  311. left: -58px;
  312. font-weight: bold;
  313. width: 50px;
  314. text-align: right;
  315. }
  316. .timelineli span.number span:first-child {
  317. top: 0;
  318. }
  319. .timelineli span.number span:last-child {
  320. top: 100%;
  321. }
  322. .play-zoom{ transform: scale(1);transition: all 20s ease-out;}
  323. .play-zoom:hover{ transform: scale(1.2);}
  324. .sepia {filter: sepia(100%); }
  325. .grayscale {filter: grayscale(100%); }
  326. .push {
  327. list-style: none;
  328. font-family: "Lucida Sans";
  329. }
  330. .push li {
  331. position: relative;
  332. padding: 20px 0 20px 40px;
  333. color: #555454;
  334. font-variant: small-caps;
  335. font-weight: bold;
  336. cursor: pointer;
  337. }
  338. .push li:before {
  339. position: absolute;
  340. width: 7px;
  341. height: 7px;
  342. border-radius: 50%;
  343. background: #4F5151;
  344. content: "";
  345. left: 0;
  346. transition: .3s ease-in-out;
  347. top: 27px;
  348. }
  349. .push li:after {
  350. position: absolute;
  351. border-left: 1px dotted #4F5151;
  352. width: 1px;
  353. bottom: -12px;
  354. content: "";
  355. left: 3px;
  356. top: 48px;
  357. }
  358. .push li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
  359. .push li:last-child:after {content: none;}
  360. .firctul {
  361. list-style: none;
  362. padding: 0;
  363. }
  364. .firctul li {
  365. padding: 10px 30px;
  366. background: linear-gradient(to left, #9bc2eb 0%, white, #9bc2eb);
  367. border-bottom: 1px solid #9c9c9c !important;
  368. color: #111;
  369. font-size: 20px;
  370. box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
  371. margin-bottom: 5px;
  372. }
  373. .firctul li:last-child {border-bottom: none;}
  374. .grayscaleul {list-style: none;padding: 0;}
  375. .grayscaleul li {
  376. padding: 10px 30px;
  377. background: linear-gradient(to left, #888 0%, white, #888);
  378. border-bottom: 1px solid #9c9c9c !important;
  379. color: #111;
  380. font-size: 20px;
  381. box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
  382. margin-bottom: 5px;
  383. }
  384. .grayscaleul li:last-child {border-bottom: none;}
  385. .list8 { list-style:none; }
  386. .list8 li { Times; font-size:20px; }
  387. .list8 li { display:block; background-color:#356595;border-left:5px solid #356595; border-right:5px solid #356595; padding-left:10px;text-decoration:none;color:#edf9ff;margin-bottom:5px; box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);}
  388. .list8 li:hover { -moz-transform:rotate(-5deg); -moz-box-shadow:10px 10px 20px #000000;-webkit-transform:rotate(-5deg); -webkit-box-shadow:10px 10px 20px #000000;transform:rotate(-5deg); box-shadow:10px 10px 20px #000000; }
  389. .semafor {list-style: none;padding: 0;}
  390. .semafor li {padding: 7px 20px;border-radius: 5px;border-left: 10px solid #f05d22; box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
  391. -2px -2px 5px 0 rgba(0,0,0,.1),
  392. 2px 2px 5px 0 rgba(0,0,0,.1),
  393. -2px 2px 5px 0 rgba(0,0,0,.1);
  394. font-size: 20px;letter-spacing: 2px;transition: 0.3s all linear;margin: 12px 15px;}
  395. .semafor li:nth-child(even){border-color: #fcba30;}
  396. .semafor li:nth-child(odd){border-color: #8bc63e;}
  397. .semafor li:hover {border-left: 10px solid transparent;}
  398. .semafor li:nth-child(even):hover {border-right: 10px solid #fcba30;}
  399. .semafor li:nth-child(odd):hover {border-right: 10px solid #8bc63e;}
  400. #widgetseting{border: 1px dashed #ccc;height:10px;width:100%;}
  401. ul.cat {
  402. padding: 5px 0px 20px 15px;
  403. background-color: aliceblue;
  404. list-style: circle;
  405. border-top: 5px solid #727272;
  406. }
  407. ul.cat:before {
  408. color:#888888;
  409. font-size:120%;
  410. line-height: 180%;
  411. content:'содержание';
  412. background: url(/img/play.svg) no-repeat;
  413. padding-left: 25px;
  414. background-position-x: 0px;
  415. }
  416. ul.cat li{
  417. margin-left: 15px;
  418. }
  419. #widgetseting:after{content:'setings';color: #a4a4a4;top: -9px;position: relative;font-size: 12px;}
  420. #widgetchain{
  421. width:100%;
  422. height:600px;
  423. background: url(/components/admin/lib/jquery-picture-cut/src/img/icon_add_image2.png?r=1629773510) no-repeat 100% 100%;
  424. background-position: 50% 50%;
  425. outline: 1px solid #A0A0A0;
  426. margin: 5px 50px 5px 5px;
  427. }
  428. h2{
  429. font: 30px/30px "Source Serif Pro","Golos Text",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Ubuntu,Arial,sans-serif;
  430. font-weight: normal;
  431. line-height: 30px;
  432. color: #222;
  433. font-weight: 700;
  434. line-height: 1.5;
  435. }
  436. .clearing {
  437. clear: both;
  438. }
  439. .InfoBlock{
  440. color:#888888;
  441. background-color:#eeeeee;
  442. width:250px;
  443. }
  444. div.divfloatr50{
  445. float:left;
  446. width:50%;
  447. }
  448. div.divfloatr33{
  449. float:left;
  450. width:33%;
  451. }
  452. .infoblock{
  453. padding-bottom: 1px;
  454. cursor: pointer;
  455. border-bottom: 1px dashed #356595;
  456. display: inline-block;
  457. text-align: inherit;
  458. border-radius: 0px;
  459. background: inherit;
  460. padding: unset;
  461. margin: unset;
  462. display: inline;
  463. }
  464. .negative {filter: invert(100%);}
  465. .negative:hover {
  466. transition: filter 3s ease;
  467. filter: invert(0);
  468. }
  469. .bcolor {filter: grayscale(0);
  470. transition: filter 3s ease;
  471. }
  472. .bcolor:hover {
  473. transition: filter 3s ease;
  474. filter: grayscale(1);;
  475. }
  476. .InviewElement{
  477. font-size: 26px;
  478. font-weight: 700;
  479. font-size: 26px;
  480. color: #222;
  481. line-height: 1.5;
  482. }