contents.css 11 KB

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