contents.css 10 KB

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