editor.css 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221
  1. /*
  2. Created by ThemePixels - Mienard Lumaad.
  3. http://themepixels.com/
  4. */
  5. .cke_reset {
  6. border:0;
  7. background:transparent;
  8. text-decoration:none;
  9. width:auto;
  10. height:auto;
  11. vertical-align:baseline;
  12. box-sizing:content-box;
  13. -moz-box-sizing:content-box;
  14. -webkit-box-sizing:content-box;
  15. position:static;
  16. -webkit-transition:none;
  17. -moz-transition:none;
  18. -ms-transition:none;
  19. transition:none;
  20. margin:0;
  21. padding:0;
  22. }
  23. .cke_reset_all,.cke_reset_all * {
  24. border:0;
  25. background:transparent;
  26. text-decoration:none;
  27. width:auto;
  28. height:auto;
  29. vertical-align:baseline;
  30. box-sizing:content-box;
  31. -moz-box-sizing:content-box;
  32. -webkit-box-sizing:content-box;
  33. position:static;
  34. -webkit-transition:none;
  35. -moz-transition:none;
  36. -ms-transition:none;
  37. transition:none;
  38. border-collapse:collapse;
  39. color:#000;
  40. text-align:left;
  41. white-space:nowrap;
  42. cursor:auto;
  43. margin:0;
  44. padding:0;
  45. font-size: 13px;
  46. font-family: 'LatoRegular', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
  47. }
  48. .cke_reset_all .cke_rtl * {
  49. text-align:right;
  50. }
  51. .cke_reset_all iframe {
  52. vertical-align:inherit;
  53. }
  54. .cke_reset_all textarea {
  55. white-space:pre;
  56. }
  57. .cke_reset_all textarea,.cke_reset_all input[type="text"],.cke_reset_all input[type="password"] {
  58. cursor:text;
  59. }
  60. .cke_reset_all fieldset {
  61. border:2px groove #e0dfe3;
  62. padding:10px;
  63. }
  64. .cke_reset_all select {
  65. box-sizing:border-box;
  66. -moz-box-sizing:border-box;
  67. -webkit-box-sizing:border-box;
  68. }
  69. .cke_chrome {
  70. display:block;
  71. visibility:inherit;
  72. padding:0;
  73. }
  74. .cke_inner {
  75. display:block;
  76. -webkit-touch-callout:none;
  77. padding:0;
  78. }
  79. .cke_maximized {
  80. background: #fcfcfc;
  81. }
  82. .cke_float {
  83. border:0;
  84. }
  85. .cke_float .cke_inner {
  86. padding-bottom:0;
  87. }
  88. .cke_top,.cke_contents,.cke_bottom {
  89. display:block;
  90. overflow:hidden;
  91. }
  92. .cke_contents {
  93. border: 1px solid #ccc;
  94. -moz-border-radius: 2px 2px 0 0;
  95. -webkit-border-radius: 2px 2px 0 0;
  96. border-radius: 2px 2px 0 0;
  97. }
  98. .cke_top {
  99. white-space:normal;
  100. background: #fff;
  101. padding-bottom: 5px;
  102. }
  103. .cke_maximized .cke_top {
  104. padding: 10px 10px 0 10px;
  105. }
  106. .cke_float .cke_top {
  107. border:1px solid #ccc;
  108. border-bottom-color:#ccc;
  109. padding: 10px 10px 0 10px;
  110. }
  111. .cke_bottom {
  112. position:relative;
  113. background:#ebeef1;
  114. padding:6px 8px 3px;
  115. border: 1px solid #ccc;
  116. border-top: 0;
  117. -moz-border-radius: 0 0 2px 2px;
  118. -webkit-border-radius: 0 0 2px 2px;
  119. border-radius: 0 0 2px 2px;
  120. }
  121. .cke_browser_ios .cke_contents {
  122. overflow-y:auto;
  123. -webkit-overflow-scrolling:touch;
  124. }
  125. .cke_resizer {
  126. width:0;
  127. height:0;
  128. overflow:hidden;
  129. font-size:0;
  130. vertical-align:bottom;
  131. margin-top:15px;
  132. margin-bottom:2px;
  133. border-color:transparent #666 transparent transparent;
  134. border-style:dashed solid dashed dashed;
  135. border-width:10px 10px 0 0;
  136. }
  137. .cke_hc .cke_resizer {
  138. font-size:15px;
  139. width:auto;
  140. height:auto;
  141. border-width:0;
  142. }
  143. .cke_resizer_ltr {
  144. cursor:se-resize;
  145. float:right;
  146. margin-right:-4px;
  147. }
  148. .cke_resizer_rtl {
  149. cursor:sw-resize;
  150. float:left;
  151. margin-left:-4px;
  152. right:auto;
  153. border-color:transparent transparent transparent #a5a5a5;
  154. border-style:dashed dashed dashed solid;
  155. border-width:10px 0 0 10px;
  156. }
  157. .cke_wysiwyg_div {
  158. display:block;
  159. height:100%;
  160. overflow:auto;
  161. outline-style:none;
  162. -moz-box-sizing:border-box;
  163. -webkit-box-sizing:border-box;
  164. box-sizing:border-box;
  165. padding:0 8px;
  166. }
  167. .cke_panel {
  168. visibility:visible;
  169. width:120px;
  170. height:100px;
  171. overflow:hidden;
  172. background-color:#fff;
  173. border:1px solid #b6b6b6;
  174. border-bottom-color:#999;
  175. -moz-border-radius:3px;
  176. -webkit-border-radius:3px;
  177. border-radius:3px;
  178. -moz-box-shadow:0 0 3px rgba(0,0,0,.15);
  179. -webkit-box-shadow:0 0 3px rgba(0,0,0,.15);
  180. box-shadow:0 0 3px rgba(0,0,0,.15);
  181. }
  182. .cke_menu_panel {
  183. margin:0;
  184. padding:0;
  185. }
  186. .cke_combopanel {
  187. width:150px;
  188. height:170px;
  189. }
  190. .cke_panel_frame {
  191. width:100%;
  192. height:100%;
  193. font-size:12px;
  194. overflow:auto;
  195. overflow-x:hidden;
  196. }
  197. .cke_panel_container {
  198. overflow-y:auto;
  199. overflow-x:hidden;
  200. }
  201. .cke_panel_list {
  202. list-style-type:none;
  203. white-space:nowrap;
  204. margin:3px;
  205. padding:0;
  206. }
  207. .cke_panel_listItem {
  208. padding-bottom:1px;
  209. margin:0;
  210. }
  211. .cke_panel_listItem a {
  212. display:block;
  213. border:1px solid #fff;
  214. color:inherit!important;
  215. text-decoration:none;
  216. overflow:hidden;
  217. text-overflow:ellipsis;
  218. -moz-border-radius:2px;
  219. -webkit-border-radius:2px;
  220. border-radius:2px;
  221. padding:3px 4px;
  222. }
  223. * html .cke_panel_listItem a {
  224. width:100%;
  225. color:#000;
  226. }
  227. :first-child+html .cke_panel_listItem a {
  228. color:#000;
  229. }
  230. .cke_panel_listItem a:hover,.cke_panel_listItem a:focus,.cke_panel_listItem a:active {
  231. background-color:#f2f2f2;
  232. }
  233. .cke_hc .cke_panel_listItem a {
  234. border-style:none;
  235. }
  236. .cke_panel_grouptitle {
  237. font-size:11px;
  238. font-weight:700;
  239. white-space:nowrap;
  240. color:#474747;
  241. border-bottom:1px solid #ccc;
  242. background:#e4e7ea;
  243. margin:0;
  244. padding:4px 6px;
  245. }
  246. .cke_panel_listItem p,.cke_panel_listItem h1,.cke_panel_listItem h2,.cke_panel_listItem h3,.cke_panel_listItem h4,.cke_panel_listItem h5,.cke_panel_listItem h6,.cke_panel_listItem pre {
  247. margin-top:0;
  248. margin-bottom:0;
  249. }
  250. .cke_colorblock {
  251. font-size:11px;
  252. font-family:'Microsoft Sans Serif',Tahoma,Arial,Verdana,Sans-Serif;
  253. padding:3px;
  254. }
  255. .cke_colorblock,.cke_colorblock a {
  256. text-decoration:none;
  257. color:#000;
  258. }
  259. span.cke_colorbox {
  260. width:10px;
  261. height:10px;
  262. border:gray 1px solid;
  263. float:left;
  264. }
  265. a.cke_colorbox {
  266. border:#fff 1px solid;
  267. float:left;
  268. width:12px;
  269. height:12px;
  270. padding:2px;
  271. }
  272. a.cke_colorauto,a.cke_colormore {
  273. border:#fff 1px solid;
  274. display:block;
  275. cursor:pointer;
  276. padding:2px;
  277. }
  278. .cke_toolgroup {
  279. float:left;
  280. border:1px solid #ccc;
  281. -moz-border-radius:2px;
  282. -webkit-border-radius:2px;
  283. border-radius:2px;
  284. background:#E4E7EA;
  285. margin:0 11px 10px 0;
  286. }
  287. .cke_toolgroup a:first-child {
  288. border-left: 0;
  289. }
  290. .cke_hc .cke_toolgroup {
  291. border:0;
  292. margin-right:10px;
  293. margin-bottom:10px;
  294. }
  295. .cke_rtl .cke_toolgroup :first-child {
  296. -moz-border-radius:0 2px 2px 0;
  297. -webkit-border-radius:0 2px 2px 0;
  298. border-radius:0 2px 2px 0;
  299. }
  300. .cke_rtl .cke_toolgroup :last-child {
  301. -moz-border-radius:2px 0 0 2px;
  302. -webkit-border-radius:2px 0 0 2px;
  303. border-radius:2px 0 0 2px;
  304. }
  305. .cke_rtl .cke_toolgroup {
  306. float:right;
  307. margin-left:6px;
  308. margin-right:0;
  309. }
  310. a.cke_button {
  311. display:inline-block;
  312. height:18px;
  313. outline:0;
  314. cursor:default;
  315. float:left;
  316. border:0;
  317. padding:8px 10px;
  318. border-left: 1px solid #ccc;
  319. }
  320. a.cke_button_disabled:hover {
  321. background: #E4E7EA;
  322. }
  323. .cke_hc .cke_button {
  324. border:1px solid #000;
  325. margin:-2px 4px 0 -2px;
  326. padding:3px 5px;
  327. }
  328. .cke_button_on {
  329. background:#fff;
  330. }
  331. .cke_hc .cke_button_on,.cke_hc a.cke_button_off:hover,.cke_hc a.cke_button_off:focus,.cke_hc a.cke_button_off:active,.cke_hc a.cke_button_disabled:hover,.cke_hc a.cke_button_disabled:focus,.cke_hc a.cke_button_disabled:active {
  332. border-width:3px;
  333. padding:1px 3px;
  334. }
  335. .cke_hc .cke_button_disabled {
  336. opacity:.5;
  337. }
  338. a.cke_button_off:hover,a.cke_button_off:focus,a.cke_button_off:active {
  339. background:#f7f7f7;
  340. }
  341. .cke_button_icon {
  342. cursor:inherit;
  343. background-repeat:no-repeat;
  344. margin-top:1px;
  345. width:16px;
  346. height:16px;
  347. float:left;
  348. display:inline-block;
  349. }
  350. .cke_button_label {
  351. display:none;
  352. padding-left:3px;
  353. margin-top:1px;
  354. line-height:17px;
  355. vertical-align:middle;
  356. float:left;
  357. cursor:default;
  358. color:#474747;
  359. text-shadow:0 1px 0 rgba(255,255,255,.5);
  360. }
  361. .cke_rtl .cke_button_label {
  362. padding-right:3px;
  363. padding-left:0;
  364. float:right;
  365. }
  366. .cke_hc .cke_button_label {
  367. display:inline-block;
  368. font-size:12px;
  369. padding:0;
  370. }
  371. .cke_button_arrow {
  372. display:inline-block;
  373. width:0;
  374. height:0;
  375. cursor:default;
  376. vertical-align:top;
  377. border-left:3px solid transparent;
  378. border-right:3px solid transparent;
  379. border-top:3px solid #474747;
  380. margin:8px 0 0 1px;
  381. }
  382. .cke_rtl .cke_button_arrow {
  383. margin-right:5px;
  384. margin-left:0;
  385. }
  386. .cke_hc .cke_button_arrow {
  387. font-size:10px;
  388. width:auto;
  389. border:0;
  390. margin:3px -2px 0 3px;
  391. }
  392. .cke_toolbar_separator {
  393. float:left;
  394. background-color:rgba(0,0,0,.2);
  395. height:18px;
  396. width:1px;
  397. margin:5px 2px 0;
  398. display: none;
  399. }
  400. .cke_rtl .cke_toolbar_separator {
  401. float:right;
  402. -webkit-box-shadow:-1px 0 1px rgba(255,255,255,.1);
  403. -moz-box-shadow:-1px 0 1px rgba(255,255,255,.1);
  404. box-shadow:-1px 0 1px rgba(255,255,255,.1);
  405. }
  406. .cke_hc .cke_toolbar_separator {
  407. width:0;
  408. border-left:1px solid;
  409. margin:1px 5px 0 0;
  410. }
  411. .cke_toolbar_break {
  412. display:block;
  413. clear:left;
  414. }
  415. .cke_rtl .cke_toolbar_break {
  416. clear:right;
  417. }
  418. .cke_toolbox_collapser {
  419. width:12px;
  420. height:11px;
  421. float:right;
  422. font-size:0;
  423. cursor:default;
  424. text-align:center;
  425. border:1px solid #a6a6a6;
  426. border-bottom-color:#979797;
  427. -moz-border-radius:3px;
  428. -webkit-border-radius:3px;
  429. border-radius:3px;
  430. -moz-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
  431. -webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
  432. box-shadow:0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
  433. background:#e4e4e4;
  434. background-image:linear-gradient(top,#fff,#e4e4e4);
  435. filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffff',endColorstr='#e4e4e4');
  436. margin:11px 0 0;
  437. }
  438. .cke_toolbox_collapser:hover {
  439. background:#ccc;
  440. background-image:linear-gradient(top,#f2f2f2,#ccc);
  441. filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f2f2f2',endColorstr='#cccccc');
  442. }
  443. .cke_toolbox_collapser.cke_toolbox_collapser_min {
  444. margin:0 2px 4px;
  445. }
  446. .cke_toolbox_collapser .cke_arrow {
  447. display:inline-block;
  448. height:0;
  449. width:0;
  450. font-size:0;
  451. margin-top:1px;
  452. border-left:3px solid transparent;
  453. border-right:3px solid transparent;
  454. border-bottom:3px solid #474747;
  455. border-top:3px solid transparent;
  456. }
  457. .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
  458. margin-top:4px;
  459. border-bottom-color:transparent;
  460. border-top-color:#474747;
  461. }
  462. .cke_hc .cke_toolbox_collapser .cke_arrow {
  463. font-size:8px;
  464. width:auto;
  465. border:0;
  466. margin-top:0;
  467. margin-right:2px;
  468. }
  469. .cke_menubutton {
  470. display:block;
  471. }
  472. .cke_menubutton:hover,.cke_menubutton:focus,.cke_menubutton:active {
  473. display:block;
  474. background-color:#eff0ef;
  475. }
  476. .cke_hc .cke_menubutton {
  477. padding:2px;
  478. }
  479. .cke_hc .cke_menubutton:hover,.cke_hc .cke_menubutton:focus,.cke_hc .cke_menubutton:active {
  480. border:2px solid;
  481. padding:0;
  482. }
  483. .cke_menubutton_inner {
  484. display:table-row;
  485. }
  486. .cke_menubutton_icon,.cke_menubutton_label,.cke_menuarrow {
  487. display:table-cell;
  488. }
  489. .cke_menubutton_icon {
  490. background-color:#d7d8d7;
  491. opacity:.70;
  492. filter:alpha(opacity=70);
  493. padding:4px;
  494. }
  495. .cke_hc .cke_menubutton_icon {
  496. height:16px;
  497. width:0;
  498. padding:4px 0;
  499. }
  500. .cke_menubutton:hover .cke_menubutton_icon,.cke_menubutton:focus .cke_menubutton_icon,.cke_menubutton:active .cke_menubutton_icon {
  501. background-color:#d0d2d0;
  502. }
  503. .cke_menubutton_label {
  504. background-color:transparent;
  505. width:100%;
  506. vertical-align:middle;
  507. padding:0 5px;
  508. }
  509. .cke_menubutton_on .cke_menubutton_icon {
  510. padding-right:3px;
  511. }
  512. .cke_menuseparator {
  513. background-color:#d3d3d3;
  514. height:1px;
  515. filter:alpha(opacity=70);
  516. opacity:.70;
  517. }
  518. .cke_menuarrow {
  519. background-image:url(images/arrow.png);
  520. background-position:0 10px;
  521. background-repeat:no-repeat;
  522. padding:0 5px;
  523. }
  524. .cke_rtl .cke_menuarrow {
  525. background-position:5px -13px;
  526. background-repeat:no-repeat;
  527. }
  528. .cke_hc .cke_menuarrow span {
  529. vertical-align:middle;
  530. display:inline;
  531. }
  532. .cke_combo {
  533. display:inline-block;
  534. float:left;
  535. }
  536. .cke_hc .cke_combo {
  537. margin-top:-2px;
  538. }
  539. .cke_combo_label {
  540. display:none;
  541. float:left;
  542. line-height:26px;
  543. vertical-align:top;
  544. margin-right:5px;
  545. }
  546. .cke_combo_button {
  547. display:inline-block;
  548. float:left;
  549. border:1px solid #ccc;
  550. -moz-border-radius:2px;
  551. -webkit-border-radius:2px;
  552. border-radius:2px;
  553. background:#E4E7EA;
  554. margin:0 11px 10px 0;
  555. padding: 3px 2px;
  556. }
  557. .cke_combo_off a.cke_combo_button:hover,.cke_combo_off a.cke_combo_button:focus {
  558. background:#f7f7f7;
  559. outline:0;
  560. }
  561. .cke_combo_off a.cke_combo_button:active,.cke_combo_on a.cke_combo_button {
  562. border:1px solid #ccc;
  563. background:#fff;
  564. }
  565. .cke_hc a.cke_combo_button {
  566. padding:3px;
  567. }
  568. .cke_hc .cke_combo_on a.cke_combo_button,.cke_hc .cke_combo_off a.cke_combo_button:hover,.cke_hc .cke_combo_off a.cke_combo_button:focus,.cke_hc .cke_combo_off a.cke_combo_button:active {
  569. border-width:3px;
  570. padding:1px;
  571. }
  572. .cke_combo_text {
  573. line-height:26px;
  574. padding-left:10px;
  575. text-overflow:ellipsis;
  576. overflow:hidden;
  577. float:left;
  578. cursor:default;
  579. color:#474747;
  580. text-shadow:0 1px 0 rgba(255,255,255,.5);
  581. width:60px;
  582. margin-bottom:-1px;
  583. margin-top:1px;
  584. }
  585. .cke_rtl .cke_combo_text {
  586. float:right;
  587. text-align:right;
  588. padding-left:0;
  589. padding-right:10px;
  590. }
  591. .cke_hc .cke_combo_text {
  592. line-height:18px;
  593. font-size:12px;
  594. }
  595. .cke_combo_open {
  596. cursor:default;
  597. display:inline-block;
  598. font-size:0;
  599. height:19px;
  600. line-height:17px;
  601. width:5px;
  602. margin:1px 7px;
  603. }
  604. .cke_hc .cke_combo_open {
  605. height:12px;
  606. }
  607. .cke_combo_arrow {
  608. float:left;
  609. height:0;
  610. width:0;
  611. font-size:0;
  612. border-left:3px solid transparent;
  613. border-right:3px solid transparent;
  614. border-top:3px solid #474747;
  615. margin:11px 0 0;
  616. }
  617. .cke_hc .cke_combo_arrow {
  618. font-size:10px;
  619. width:auto;
  620. border:0;
  621. margin-top:3px;
  622. }
  623. .cke_path {
  624. float:left;
  625. margin:-2px 0 2px;
  626. }
  627. .cke_path_item,.cke_path_empty {
  628. display:inline-block;
  629. float:left;
  630. margin-right:2px;
  631. cursor:default;
  632. text-decoration:none;
  633. outline:0;
  634. border:0;
  635. color:#4c4c4c;
  636. font-weight:700;
  637. font-size:11px;
  638. padding:3px 4px;
  639. }
  640. a.cke_path_item:hover,a.cke_path_item:focus,a.cke_path_item:active {
  641. background-color:#ccc;
  642. color:#333;
  643. -moz-border-radius:2px;
  644. -webkit-border-radius:2px;
  645. border-radius:2px;
  646. text-decoration: none;
  647. }
  648. .cke_button__source_label,.cke_button__sourcedialog_label {
  649. display:inline;
  650. }
  651. .cke_combo__fontsize .cke_combo_text {
  652. width:30px;
  653. }
  654. .cke_combopanel__fontsize {
  655. width:120px;
  656. }
  657. .cke_source {
  658. font-family:'Courier New',Monospace;
  659. font-size:small;
  660. background-color:#fff;
  661. white-space:pre;
  662. }
  663. .cke_wysiwyg_frame,.cke_wysiwyg_div {
  664. background-color:#fff;
  665. }
  666. .cke_button__about_icon {
  667. background:url(icons.png) no-repeat 0 0!important;
  668. }
  669. .cke_button__bold_icon {
  670. background:url(icons.png) no-repeat 0 -24px!important;
  671. }
  672. .cke_button__italic_icon {
  673. background:url(icons.png) no-repeat 0 -48px!important;
  674. }
  675. .cke_button__strike_icon {
  676. background:url(icons.png) no-repeat 0 -72px!important;
  677. }
  678. .cke_button__subscript_icon {
  679. background:url(icons.png) no-repeat 0 -96px!important;
  680. }
  681. .cke_button__superscript_icon {
  682. background:url(icons.png) no-repeat 0 -120px!important;
  683. }
  684. .cke_button__underline_icon {
  685. background:url(icons.png) no-repeat 0 -144px!important;
  686. }
  687. .cke_button__blockquote_icon {
  688. background:url(icons.png) no-repeat 0 -168px!important;
  689. }
  690. .cke_rtl .cke_button__copy_icon,.cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  691. background:url(icons.png) no-repeat 0 -192px!important;
  692. }
  693. .cke_ltr .cke_button__copy_icon {
  694. background:url(icons.png) no-repeat 0 -216px!important;
  695. }
  696. .cke_rtl .cke_button__cut_icon,.cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  697. background:url(icons.png) no-repeat 0 -240px!important;
  698. }
  699. .cke_ltr .cke_button__cut_icon {
  700. background:url(icons.png) no-repeat 0 -264px!important;
  701. }
  702. .cke_rtl .cke_button__paste_icon,.cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  703. background:url(icons.png) no-repeat 0 -288px!important;
  704. }
  705. .cke_ltr .cke_button__paste_icon {
  706. background:url(icons.png) no-repeat 0 -312px!important;
  707. }
  708. .cke_button__horizontalrule_icon {
  709. background:url(icons.png) no-repeat 0 -336px!important;
  710. }
  711. .cke_button__image_icon {
  712. background:url(icons.png) no-repeat 0 -360px!important;
  713. }
  714. .cke_rtl .cke_button__indent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  715. background:url(icons.png) no-repeat 0 -384px!important;
  716. }
  717. .cke_ltr .cke_button__indent_icon {
  718. background:url(icons.png) no-repeat 0 -408px!important;
  719. }
  720. .cke_rtl .cke_button__outdent_icon,.cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  721. background:url(icons.png) no-repeat 0 -432px!important;
  722. }
  723. .cke_ltr .cke_button__outdent_icon {
  724. background:url(icons.png) no-repeat 0 -456px!important;
  725. }
  726. .cke_rtl .cke_button__anchor_icon,.cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  727. background:url(icons.png) no-repeat 0 -480px!important;
  728. }
  729. .cke_ltr .cke_button__anchor_icon {
  730. background:url(icons.png) no-repeat 0 -504px!important;
  731. }
  732. .cke_button__link_icon {
  733. background:url(icons.png) no-repeat 0 -528px!important;
  734. }
  735. .cke_button__unlink_icon {
  736. background:url(icons.png) no-repeat 0 -552px!important;
  737. }
  738. .cke_rtl .cke_button__bulletedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  739. background:url(icons.png) no-repeat 0 -576px!important;
  740. }
  741. .cke_ltr .cke_button__bulletedlist_icon {
  742. background:url(icons.png) no-repeat 0 -600px!important;
  743. }
  744. .cke_rtl .cke_button__numberedlist_icon,.cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  745. background:url(icons.png) no-repeat 0 -624px!important;
  746. }
  747. .cke_ltr .cke_button__numberedlist_icon {
  748. background:url(icons.png) no-repeat 0 -648px!important;
  749. }
  750. .cke_button__maximize_icon {
  751. background:url(icons.png) no-repeat 0 -672px!important;
  752. }
  753. .cke_rtl .cke_button__pastetext_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  754. background:url(icons.png) no-repeat 0 -696px!important;
  755. }
  756. .cke_ltr .cke_button__pastetext_icon {
  757. background:url(icons.png) no-repeat 0 -720px!important;
  758. }
  759. .cke_rtl .cke_button__pastefromword_icon,.cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  760. background:url(icons.png) no-repeat 0 -744px!important;
  761. }
  762. .cke_ltr .cke_button__pastefromword_icon {
  763. background:url(icons.png) no-repeat 0 -768px!important;
  764. }
  765. .cke_button__removeformat_icon {
  766. background:url(icons.png) no-repeat 0 -792px!important;
  767. }
  768. .cke_rtl .cke_button__source_icon,.cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  769. background:url(icons.png) no-repeat 0 -816px!important;
  770. }
  771. .cke_ltr .cke_button__source_icon {
  772. background:url(icons.png) no-repeat 0 -840px!important;
  773. }
  774. .cke_button__specialchar_icon {
  775. background:url(icons.png) no-repeat 0 -864px!important;
  776. }
  777. .cke_button__scayt_icon {
  778. background:url(icons.png) no-repeat 0 -888px!important;
  779. }
  780. .cke_button__table_icon {
  781. background:url(icons.png) no-repeat 0 -912px!important;
  782. }
  783. .cke_rtl .cke_button__redo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  784. background:url(icons.png) no-repeat 0 -936px!important;
  785. }
  786. .cke_ltr .cke_button__redo_icon {
  787. background:url(icons.png) no-repeat 0 -960px!important;
  788. }
  789. .cke_rtl .cke_button__undo_icon,.cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  790. background:url(icons.png) no-repeat 0 -984px!important;
  791. }
  792. .cke_ltr .cke_button__undo_icon {
  793. background:url(icons.png) no-repeat 0 -1008px!important;
  794. }
  795. .cke_button__spellchecker_icon {
  796. background:url(icons.png) no-repeat 0 -1032px!important;
  797. }
  798. .cke_hidpi .cke_button__about_icon {
  799. background:url(icons_hidpi.png) no-repeat 0 0!important;
  800. background-size:16px!important;
  801. }
  802. .cke_hidpi .cke_button__bold_icon {
  803. background:url(icons_hidpi.png) no-repeat 0 -24px!important;
  804. background-size:16px!important;
  805. }
  806. .cke_hidpi .cke_button__italic_icon {
  807. background:url(icons_hidpi.png) no-repeat 0 -48px!important;
  808. background-size:16px!important;
  809. }
  810. .cke_hidpi .cke_button__strike_icon {
  811. background:url(icons_hidpi.png) no-repeat 0 -72px!important;
  812. background-size:16px!important;
  813. }
  814. .cke_hidpi .cke_button__subscript_icon {
  815. background:url(icons_hidpi.png) no-repeat 0 -96px!important;
  816. background-size:16px!important;
  817. }
  818. .cke_hidpi .cke_button__superscript_icon {
  819. background:url(icons_hidpi.png) no-repeat 0 -120px!important;
  820. background-size:16px!important;
  821. }
  822. .cke_hidpi .cke_button__underline_icon {
  823. background:url(icons_hidpi.png) no-repeat 0 -144px!important;
  824. background-size:16px!important;
  825. }
  826. .cke_hidpi .cke_button__blockquote_icon {
  827. background:url(icons_hidpi.png) no-repeat 0 -168px!important;
  828. background-size:16px!important;
  829. }
  830. .cke_rtl.cke_hidpi .cke_button__copy_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  831. background:url(icons_hidpi.png) no-repeat 0 -192px!important;
  832. background-size:16px!important;
  833. }
  834. .cke_hidpi .cke_ltr .cke_button__copy_icon,.cke_ltr.cke_hidpi .cke_button__copy_icon {
  835. background:url(icons_hidpi.png) no-repeat 0 -216px!important;
  836. background-size:16px!important;
  837. }
  838. .cke_rtl.cke_hidpi .cke_button__cut_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  839. background:url(icons_hidpi.png) no-repeat 0 -240px!important;
  840. background-size:16px!important;
  841. }
  842. .cke_hidpi .cke_ltr .cke_button__cut_icon,.cke_ltr.cke_hidpi .cke_button__cut_icon {
  843. background:url(icons_hidpi.png) no-repeat 0 -264px!important;
  844. background-size:16px!important;
  845. }
  846. .cke_rtl.cke_hidpi .cke_button__paste_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  847. background:url(icons_hidpi.png) no-repeat 0 -288px!important;
  848. background-size:16px!important;
  849. }
  850. .cke_hidpi .cke_ltr .cke_button__paste_icon,.cke_ltr.cke_hidpi .cke_button__paste_icon {
  851. background:url(icons_hidpi.png) no-repeat 0 -312px!important;
  852. background-size:16px!important;
  853. }
  854. .cke_hidpi .cke_button__horizontalrule_icon {
  855. background:url(icons_hidpi.png) no-repeat 0 -336px!important;
  856. background-size:16px!important;
  857. }
  858. .cke_hidpi .cke_button__image_icon {
  859. background:url(icons_hidpi.png) no-repeat 0 -360px!important;
  860. background-size:16px!important;
  861. }
  862. .cke_rtl.cke_hidpi .cke_button__indent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  863. background:url(icons_hidpi.png) no-repeat 0 -384px!important;
  864. background-size:16px!important;
  865. }
  866. .cke_hidpi .cke_ltr .cke_button__indent_icon,.cke_ltr.cke_hidpi .cke_button__indent_icon {
  867. background:url(icons_hidpi.png) no-repeat 0 -408px!important;
  868. background-size:16px!important;
  869. }
  870. .cke_rtl.cke_hidpi .cke_button__outdent_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  871. background:url(icons_hidpi.png) no-repeat 0 -432px!important;
  872. background-size:16px!important;
  873. }
  874. .cke_hidpi .cke_ltr .cke_button__outdent_icon,.cke_ltr.cke_hidpi .cke_button__outdent_icon {
  875. background:url(icons_hidpi.png) no-repeat 0 -456px!important;
  876. background-size:16px!important;
  877. }
  878. .cke_rtl.cke_hidpi .cke_button__anchor_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  879. background:url(icons_hidpi.png) no-repeat 0 -480px!important;
  880. background-size:16px!important;
  881. }
  882. .cke_hidpi .cke_ltr .cke_button__anchor_icon,.cke_ltr.cke_hidpi .cke_button__anchor_icon {
  883. background:url(icons_hidpi.png) no-repeat 0 -504px!important;
  884. background-size:16px!important;
  885. }
  886. .cke_hidpi .cke_button__link_icon {
  887. background:url(icons_hidpi.png) no-repeat 0 -528px!important;
  888. background-size:16px!important;
  889. }
  890. .cke_hidpi .cke_button__unlink_icon {
  891. background:url(icons_hidpi.png) no-repeat 0 -552px!important;
  892. background-size:16px!important;
  893. }
  894. .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  895. background:url(icons_hidpi.png) no-repeat 0 -576px!important;
  896. background-size:16px!important;
  897. }
  898. .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon,.cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
  899. background:url(icons_hidpi.png) no-repeat 0 -600px!important;
  900. background-size:16px!important;
  901. }
  902. .cke_rtl.cke_hidpi .cke_button__numberedlist_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  903. background:url(icons_hidpi.png) no-repeat 0 -624px!important;
  904. background-size:16px!important;
  905. }
  906. .cke_hidpi .cke_ltr .cke_button__numberedlist_icon,.cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
  907. background:url(icons_hidpi.png) no-repeat 0 -648px!important;
  908. background-size:16px!important;
  909. }
  910. .cke_hidpi .cke_button__maximize_icon {
  911. background:url(icons_hidpi.png) no-repeat 0 -672px!important;
  912. background-size:16px!important;
  913. }
  914. .cke_rtl.cke_hidpi .cke_button__pastetext_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  915. background:url(icons_hidpi.png) no-repeat 0 -696px!important;
  916. background-size:16px!important;
  917. }
  918. .cke_hidpi .cke_ltr .cke_button__pastetext_icon,.cke_ltr.cke_hidpi .cke_button__pastetext_icon {
  919. background:url(icons_hidpi.png) no-repeat 0 -720px!important;
  920. background-size:16px!important;
  921. }
  922. .cke_rtl.cke_hidpi .cke_button__pastefromword_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  923. background:url(icons_hidpi.png) no-repeat 0 -744px!important;
  924. background-size:16px!important;
  925. }
  926. .cke_hidpi .cke_ltr .cke_button__pastefromword_icon,.cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
  927. background:url(icons_hidpi.png) no-repeat 0 -768px!important;
  928. background-size:16px!important;
  929. }
  930. .cke_hidpi .cke_button__removeformat_icon {
  931. background:url(icons_hidpi.png) no-repeat 0 -792px!important;
  932. background-size:16px!important;
  933. }
  934. .cke_rtl.cke_hidpi .cke_button__source_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  935. background:url(icons_hidpi.png) no-repeat 0 -816px!important;
  936. background-size:16px!important;
  937. }
  938. .cke_hidpi .cke_ltr .cke_button__source_icon,.cke_ltr.cke_hidpi .cke_button__source_icon {
  939. background:url(icons_hidpi.png) no-repeat 0 -840px!important;
  940. background-size:16px!important;
  941. }
  942. .cke_hidpi .cke_button__specialchar_icon {
  943. background:url(icons_hidpi.png) no-repeat 0 -864px!important;
  944. background-size:16px!important;
  945. }
  946. .cke_hidpi .cke_button__scayt_icon {
  947. background:url(icons_hidpi.png) no-repeat 0 -888px!important;
  948. background-size:16px!important;
  949. }
  950. .cke_hidpi .cke_button__table_icon {
  951. background:url(icons_hidpi.png) no-repeat 0 -912px!important;
  952. background-size:16px!important;
  953. }
  954. .cke_rtl.cke_hidpi .cke_button__redo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  955. background:url(icons_hidpi.png) no-repeat 0 -936px!important;
  956. background-size:16px!important;
  957. }
  958. .cke_hidpi .cke_ltr .cke_button__redo_icon,.cke_ltr.cke_hidpi .cke_button__redo_icon {
  959. background:url(icons_hidpi.png) no-repeat 0 -960px!important;
  960. background-size:16px!important;
  961. }
  962. .cke_rtl.cke_hidpi .cke_button__undo_icon,.cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  963. background:url(icons_hidpi.png) no-repeat 0 -984px!important;
  964. background-size:16px!important;
  965. }
  966. .cke_hidpi .cke_ltr .cke_button__undo_icon,.cke_ltr.cke_hidpi .cke_button__undo_icon {
  967. background:url(icons_hidpi.png) no-repeat 0 -1008px!important;
  968. background-size:16px!important;
  969. }
  970. .cke_hidpi .cke_button__spellchecker_icon {
  971. background:url(icons_hidpi.png) no-repeat 0 -1032px!important;
  972. background-size:16px!important;
  973. }
  974. .cke_reset_all textarea[disabled],.cke_reset_all input[type="text"][disabled],.cke_reset_all input[type="password"][disabled],.cke_menuitem span {
  975. cursor:default;
  976. }
  977. .cke_panel_listItem.cke_selected a,.cke_menubutton_on {
  978. background-color:#f2f2f2;
  979. outline: none;
  980. }
  981. .cke_hc .cke_panel_listItem a:hover,.cke_hc .cke_panel_listItem a:focus,.cke_hc .cke_panel_listItem a:active,.cke_hc a.cke_path_item:hover,.cke_hc a.cke_path_item:focus,.cke_hc a.cke_path_item:active {
  982. border:2px solid;
  983. padding:1px 2px;
  984. }
  985. .cke_rtl span.cke_colorbox,.cke_rtl a.cke_colorbox,.cke_rtl .cke_toolbar,.cke_rtl .cke_button,.cke_rtl .cke_button_icon,.cke_rtl .cke_combo,.cke_rtl .cke_path,.cke_rtl .cke_path_item,.cke_rtl .cke_path_empty {
  986. float:right;
  987. }
  988. a:hover.cke_colorbox,a:focus.cke_colorbox,a:active.cke_colorbox,a:hover.cke_colorauto,a:hover.cke_colormore,a:focus.cke_colorauto,a:focus.cke_colormore,a:active.cke_colorauto,a:active.cke_colormore {
  989. border:#b6b6b6 1px solid;
  990. background-color:#e5e5e5;
  991. }
  992. .cke_toolbar,.cke_rtl .cke_toolbox_collapser {
  993. float:left;
  994. }
  995. .cke_button_disabled .cke_button_icon,.cke_combo_disabled .cke_combo_inlinelabel,.cke_combo_disabled .cke_combo_open {
  996. opacity:.3;
  997. }
  998. .cke_hc .cke_button_icon,.cke_panel_frame .cke_menubutton_label,.cke_menuarrow span,.cke_voice_label,legend.cke_voice_label {
  999. display:none;
  1000. }
  1001. .cke_menubutton_disabled:hover .cke_menubutton_icon,.cke_menubutton_disabled:focus .cke_menubutton_icon,.cke_menubutton_disabled:active .cke_menubutton_icon,.cke_menubutton_disabled .cke_menubutton_label {
  1002. opacity:.3;
  1003. filter:alpha(opacity=30);
  1004. }
  1005. .cke_rtl .cke_combo_label,.cke_rtl .cke_combo_button {
  1006. float:right;
  1007. margin-left:5px;
  1008. margin-right:0;
  1009. }