editor.css 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730
  1. /*
  2. Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .cke_reset {
  6. margin: 0;
  7. padding: 0;
  8. border: 0;
  9. background: transparent;
  10. text-decoration: none;
  11. width: auto;
  12. height: auto;
  13. vertical-align: baseline;
  14. box-sizing: content-box;
  15. position: static;
  16. transition: none
  17. }
  18. .cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
  19. margin: 0;
  20. padding: 0;
  21. border: 0;
  22. background: transparent;
  23. text-decoration: none;
  24. width: auto;
  25. height: auto;
  26. vertical-align: baseline;
  27. box-sizing: content-box;
  28. position: static;
  29. transition: none;
  30. border-collapse: collapse;
  31. font: normal normal normal 12px Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
  32. color: #000;
  33. text-align: left;
  34. white-space: nowrap;
  35. cursor: auto;
  36. float: none
  37. }
  38. .cke_reset_all .cke_rtl * {
  39. text-align: right
  40. }
  41. .cke_reset_all iframe {
  42. vertical-align: inherit
  43. }
  44. .cke_reset_all textarea {
  45. white-space: pre-wrap
  46. }
  47. .cke_reset_all textarea, .cke_reset_all input[type="text"], .cke_reset_all input[type="password"] {
  48. cursor: text
  49. }
  50. .cke_reset_all textarea[disabled], .cke_reset_all input[type="text"][disabled], .cke_reset_all input[type="password"][disabled] {
  51. cursor: default
  52. }
  53. .cke_reset_all fieldset {
  54. padding: 10px;
  55. border: 2px groove #e0dfe3
  56. }
  57. .cke_reset_all select {
  58. box-sizing: border-box
  59. }
  60. .cke_reset_all table {
  61. table-layout: auto
  62. }
  63. .cke_chrome {
  64. display: block;
  65. border: 1px solid #d1d1d1;
  66. padding: 0
  67. }
  68. .cke_inner {
  69. display: block;
  70. background: #fff;
  71. padding: 0;
  72. -webkit-touch-callout: none
  73. }
  74. .cke_float {
  75. border: 0
  76. }
  77. .cke_float .cke_inner {
  78. padding-bottom: 0
  79. }
  80. .cke_top, .cke_contents, .cke_bottom {
  81. display: block;
  82. overflow: hidden
  83. }
  84. .cke_top {
  85. border-bottom: 1px solid #d1d1d1;
  86. background: #f8f8f8;
  87. padding: 6px 8px 2px;
  88. white-space: normal
  89. }
  90. .cke_float .cke_top {
  91. border: 1px solid #d1d1d1
  92. }
  93. .cke_bottom {
  94. padding: 6px 8px 2px;
  95. position: relative;
  96. border-top: 1px solid #d1d1d1;
  97. background: #f8f8f8
  98. }
  99. .cke_browser_ios .cke_contents {
  100. overflow-y: auto;
  101. -webkit-overflow-scrolling: touch
  102. }
  103. .cke_resizer {
  104. width: 0;
  105. height: 0;
  106. overflow: hidden;
  107. border-width: 10px 10px 0 0;
  108. border-color: transparent #bcbcbc transparent transparent;
  109. border-style: dashed solid dashed dashed;
  110. font-size: 0;
  111. vertical-align: bottom;
  112. margin-top: 6px;
  113. margin-bottom: 2px
  114. }
  115. .cke_hc .cke_resizer {
  116. font-size: 15px;
  117. width: auto;
  118. height: auto;
  119. border-width: 0
  120. }
  121. .cke_resizer_ltr {
  122. cursor: se-resize;
  123. float: right;
  124. margin-right: -4px
  125. }
  126. .cke_resizer_rtl {
  127. border-width: 10px 0 0 10px;
  128. border-color: transparent transparent transparent #bcbcbc;
  129. border-style: dashed dashed dashed solid;
  130. cursor: sw-resize;
  131. float: left;
  132. margin-left: -4px;
  133. right: auto
  134. }
  135. .cke_wysiwyg_div {
  136. display: block;
  137. height: 100%;
  138. overflow: auto;
  139. padding: 0 8px;
  140. outline-style: none;
  141. box-sizing: border-box
  142. }
  143. .cke_panel {
  144. visibility: visible;
  145. width: 120px;
  146. height: 100px;
  147. overflow: hidden;
  148. background-color: #fff;
  149. border: 1px solid #d1d1d1
  150. }
  151. .cke_menu_panel {
  152. padding: 0;
  153. margin: 0
  154. }
  155. .cke_combopanel {
  156. width: 150px;
  157. height: 170px
  158. }
  159. .cke_panel_frame {
  160. width: 100%;
  161. height: 100%;
  162. font-size: 12px;
  163. overflow: auto;
  164. overflow-x: hidden
  165. }
  166. .cke_panel_container {
  167. overflow-y: auto;
  168. overflow-x: hidden
  169. }
  170. .cke_panel_block:focus {
  171. outline: 0
  172. }
  173. .cke_panel_list {
  174. margin: 0;
  175. padding: 0;
  176. list-style-type: none;
  177. white-space: nowrap
  178. }
  179. .cke_panel_listItem {
  180. margin: 0;
  181. padding: 0
  182. }
  183. .cke_panel_listItem a {
  184. padding: 6px 7px;
  185. display: block;
  186. color: inherit !important;
  187. text-decoration: none;
  188. overflow: hidden;
  189. text-overflow: ellipsis
  190. }
  191. .cke_hc .cke_panel_listItem a {
  192. border-style: none
  193. }
  194. .cke_panel_listItem.cke_selected a, .cke_panel_listItem a:hover, .cke_panel_listItem a:focus, .cke_panel_listItem a:active {
  195. background-color: #e9e9e9
  196. }
  197. .cke_panel_listItem a:focus {
  198. outline: 1px dotted #000
  199. }
  200. .cke_hc .cke_panel_listItem a:hover, .cke_hc .cke_panel_listItem a:focus, .cke_hc .cke_panel_listItem a:active {
  201. border: 2px solid;
  202. padding: 4px 5px
  203. }
  204. .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 {
  205. margin-top: 0;
  206. margin-bottom: 0
  207. }
  208. .cke_panel_grouptitle {
  209. cursor: default;
  210. font-size: 11px;
  211. font-weight: bold;
  212. white-space: nowrap;
  213. margin: 0;
  214. padding: 6px 6px 7px 6px;
  215. color: #484848;
  216. border-bottom: 1px solid #d1d1d1;
  217. background: #f8f8f8
  218. }
  219. .cke_colorblock {
  220. padding: 10px;
  221. font-size: 11px;
  222. font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif
  223. }
  224. .cke_colorblock, .cke_colorblock a {
  225. text-decoration: none;
  226. color: #000
  227. }
  228. a.cke_colorbox {
  229. padding: 2px;
  230. float: left;
  231. width: 20px;
  232. height: 20px
  233. }
  234. .cke_rtl a.cke_colorbox {
  235. float: right
  236. }
  237. a:hover.cke_colorbox, a:focus.cke_colorbox, a:active.cke_colorbox {
  238. outline: 0;
  239. padding: 0;
  240. border: 2px solid #139ff7
  241. }
  242. a:hover.cke_colorbox {
  243. border-color: #bcbcbc
  244. }
  245. span.cke_colorbox {
  246. width: 20px;
  247. height: 20px;
  248. float: left
  249. }
  250. .cke_rtl span.cke_colorbox {
  251. float: right
  252. }
  253. a.cke_colorauto, a.cke_colormore {
  254. border: #fff 1px solid;
  255. padding: 3px;
  256. display: block;
  257. cursor: pointer
  258. }
  259. a.cke_colorauto {
  260. padding: 0;
  261. border: 1px solid transparent;
  262. margin-bottom: 6px;
  263. height: 26px;
  264. line-height: 26px
  265. }
  266. a.cke_colormore {
  267. margin-top: 10px;
  268. height: 20px;
  269. line-height: 19px
  270. }
  271. a:hover.cke_colorauto, a:hover.cke_colormore, a:focus.cke_colorauto, a:focus.cke_colormore, a:active.cke_colorauto, a:active.cke_colormore {
  272. outline: 0;
  273. border: #139ff7 1px solid;
  274. background-color: #f8f8f8
  275. }
  276. a:hover.cke_colorauto, a:hover.cke_colormore {
  277. border-color: #bcbcbc
  278. }
  279. .cke_colorauto span.cke_colorbox {
  280. width: 18px;
  281. height: 18px;
  282. border: 1px solid #808080;
  283. margin-left: 1px;
  284. margin-top: 3px
  285. }
  286. .cke_rtl .cke_colorauto span.cke_colorbox {
  287. margin-left: 0;
  288. margin-right: 1px
  289. }
  290. span.cke_colorbox[style*="#ffffff"], span.cke_colorbox[style*="#FFFFFF"], span.cke_colorbox[style="background-color:#fff"], span.cke_colorbox[style="background-color:#FFF"], span.cke_colorbox[style*="rgb(255,255,255)"], span.cke_colorbox[style*="rgb(255, 255, 255)"] {
  291. border: 1px solid #808080;
  292. width: 18px;
  293. height: 18px
  294. }
  295. .cke_toolbar {
  296. float: left
  297. }
  298. .cke_rtl .cke_toolbar {
  299. float: right
  300. }
  301. .cke_toolgroup {
  302. border: 0;
  303. float: left;
  304. margin: 1px 2px 6px 0;
  305. padding-right: 3px
  306. }
  307. .cke_rtl .cke_toolgroup {
  308. float: right;
  309. margin: 1px 0 6px 2px;
  310. padding-left: 3px;
  311. padding-right: 0
  312. }
  313. .cke_hc .cke_toolgroup {
  314. margin-right: 5px;
  315. margin-bottom: 5px
  316. }
  317. .cke_hc.cke_rtl .cke_toolgroup {
  318. margin-right: 0;
  319. margin-left: 5px
  320. }
  321. a.cke_button {
  322. display: inline-block;
  323. height: 18px;
  324. padding: 4px 6px;
  325. outline: 0;
  326. cursor: default;
  327. float: left;
  328. border: 0;
  329. position: relative
  330. }
  331. a.cke_button_expandable {
  332. padding: 4px 5px
  333. }
  334. .cke_rtl a.cke_button {
  335. float: right
  336. }
  337. .cke_hc a.cke_button {
  338. border: 1px solid black;
  339. padding: 3px 5px;
  340. margin: 0 3px 5px 0
  341. }
  342. .cke_hc.cke_rtl a.cke_button {
  343. margin: 0 0 5px 3px
  344. }
  345. a.cke_button_on {
  346. background: #fff;
  347. border: 1px #bcbcbc solid;
  348. padding: 3px 5px
  349. }
  350. a.cke_button_expandable.cke_button_on {
  351. padding: 3px 4px
  352. }
  353. a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
  354. background: #e5e5e5;
  355. border: 1px #bcbcbc solid;
  356. padding: 3px 5px
  357. }
  358. a.cke_button_expandable.cke_button_off:hover, a.cke_button_expandable.cke_button_off:focus, a.cke_button_expandable.cke_button_off:active {
  359. padding: 3px 4px
  360. }
  361. .cke_hc a.cke_button_on, .cke_hc a.cke_button_off:hover, .cke_hc a.cke_button_off:focus, .cke_hc a.cke_button_off:active {
  362. background: #e5e5e5;
  363. border: 3px solid #000;
  364. padding: 1px 3px
  365. }
  366. a.cke_button_disabled:hover, a.cke_button_disabled:focus, a.cke_button_disabled:active {
  367. border: 0;
  368. padding: 4px 6px;
  369. background-color: transparent
  370. }
  371. a.cke_button_expandable.cke_button_disabled:hover, a.cke_button_expandable.cke_button_disabled:active {
  372. padding: 4px 5px
  373. }
  374. a.cke_button_disabled:focus {
  375. border: 1px #bcbcbc solid;
  376. padding: 3px 5px
  377. }
  378. a.cke_button_expandable.cke_button_disabled:focus {
  379. padding: 3px 4px
  380. }
  381. .cke_hc a.cke_button_disabled:hover, .cke_hc a.cke_button_disabled:focus, .cke_hc a.cke_button_disabled:active {
  382. border: 1px solid #acacac;
  383. padding: 3px 5px;
  384. margin: 0 3px 5px 0
  385. }
  386. .cke_hc a.cke_button_disabled:focus {
  387. border: 3px solid #000;
  388. padding: 1px 3px
  389. }
  390. .cke_hc.cke_rtl a.cke_button_disabled:hover, .cke_hc.cke_rtl a.cke_button_disabled:focus, .cke_hc.cke_rtl a.cke_button_disabled:active {
  391. margin: 0 0 5px 3px
  392. }
  393. a.cke_button_disabled .cke_button_icon, a.cke_button_disabled .cke_button_arrow {
  394. opacity: .3
  395. }
  396. .cke_hc a.cke_button_disabled {
  397. border-color: #acacac
  398. }
  399. .cke_hc a.cke_button_disabled .cke_button_icon, .cke_hc a.cke_button_disabled .cke_button_label {
  400. opacity: .5
  401. }
  402. .cke_toolgroup a.cke_button:last-child:after, .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  403. content: "";
  404. position: absolute;
  405. height: 18px;
  406. width: 0;
  407. border-right: 1px solid #bcbcbc;
  408. margin-top: 4px;
  409. top: 0;
  410. right: -3px
  411. }
  412. .cke_rtl .cke_toolgroup a.cke_button:last-child:after, .cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  413. border-right: 0;
  414. right: auto;
  415. border-left: 1px solid #bcbcbc;
  416. top: 0;
  417. left: -3px
  418. }
  419. .cke_hc .cke_toolgroup a.cke_button:last-child:after, .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, .cke_hc .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  420. border-color: #000;
  421. top: 0;
  422. right: -7px
  423. }
  424. .cke_hc.cke_rtl .cke_toolgroup a.cke_button:last-child:after, .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:last-child:after, .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  425. top: 0;
  426. right: auto;
  427. left: -7px
  428. }
  429. .cke_toolgroup a.cke_button:hover:last-child:after, .cke_toolgroup a.cke_button:focus:last-child:after, .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  430. top: -1px;
  431. right: -4px
  432. }
  433. .cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, .cke_rtl .cke_toolgroup a.cke_button:focus:last-child:after, .cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  434. top: -1px;
  435. right: auto;
  436. left: -4px
  437. }
  438. .cke_hc .cke_toolgroup a.cke_button:hover:last-child:after, .cke_hc .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  439. top: -2px;
  440. right: -9px
  441. }
  442. .cke_hc.cke_rtl .cke_toolgroup a.cke_button:hover:last-child:after, .cke_hc.cke_rtl .cke_toolgroup a.cke_button.cke_button_on:last-child:after {
  443. top: -2px;
  444. right: auto;
  445. left: -9px
  446. }
  447. .cke_toolbar.cke_toolbar_last .cke_toolgroup a.cke_button:last-child:after {
  448. content: none;
  449. border: 0;
  450. width: 0;
  451. height: 0
  452. }
  453. .cke_button_icon {
  454. cursor: inherit;
  455. background-repeat: no-repeat;
  456. margin-top: 1px;
  457. width: 16px;
  458. height: 16px;
  459. float: left;
  460. display: inline-block
  461. }
  462. .cke_rtl .cke_button_icon {
  463. float: right
  464. }
  465. .cke_hc .cke_button_icon {
  466. display: none
  467. }
  468. .cke_button_label {
  469. display: none;
  470. padding-left: 3px;
  471. margin-top: 1px;
  472. line-height: 17px;
  473. vertical-align: middle;
  474. float: left;
  475. cursor: default;
  476. color: #484848
  477. }
  478. .cke_rtl .cke_button_label {
  479. padding-right: 3px;
  480. padding-left: 0;
  481. float: right
  482. }
  483. .cke_hc .cke_button_label {
  484. padding: 0;
  485. display: inline-block;
  486. font-size: 12px
  487. }
  488. .cke_button_arrow {
  489. display: inline-block;
  490. margin: 8px 0 0 3px;
  491. width: 0;
  492. height: 0;
  493. cursor: default;
  494. vertical-align: top;
  495. border-left: 3px solid transparent;
  496. border-right: 3px solid transparent;
  497. border-top: 3px solid #484848
  498. }
  499. .cke_rtl .cke_button_arrow {
  500. margin-right: 5px;
  501. margin-left: 0
  502. }
  503. .cke_hc .cke_button_arrow {
  504. font-size: 10px;
  505. margin: 3px 0 0 3px;
  506. width: auto;
  507. border: 0
  508. }
  509. .cke_toolbar_separator {
  510. float: left;
  511. background-color: #bcbcbc;
  512. margin: 4px 2px 0 2px;
  513. height: 18px;
  514. width: 1px
  515. }
  516. .cke_rtl .cke_toolbar_separator {
  517. float: right
  518. }
  519. .cke_hc .cke_toolbar_separator {
  520. background-color: #000;
  521. margin-left: 2px;
  522. margin-right: 5px;
  523. margin-bottom: 9px
  524. }
  525. .cke_hc.cke_rtl .cke_toolbar_separator {
  526. margin-left: 5px;
  527. margin-right: 2px
  528. }
  529. .cke_toolbar_break {
  530. display: block;
  531. clear: left
  532. }
  533. .cke_rtl .cke_toolbar_break {
  534. clear: right
  535. }
  536. a.cke_toolbox_collapser {
  537. width: 12px;
  538. height: 11px;
  539. float: right;
  540. margin: 11px 0 0;
  541. font-size: 0;
  542. cursor: default;
  543. text-align: center;
  544. border: 1px solid #bcbcbc
  545. }
  546. .cke_rtl .cke_toolbox_collapser {
  547. float: left
  548. }
  549. .cke_toolbox_collapser:hover {
  550. background: #e5e5e5
  551. }
  552. .cke_toolbox_collapser.cke_toolbox_collapser_min {
  553. margin: 0 2px 4px
  554. }
  555. .cke_toolbox_collapser .cke_arrow {
  556. display: inline-block;
  557. height: 0;
  558. width: 0;
  559. font-size: 0;
  560. margin-top: 1px;
  561. border: 3px solid transparent;
  562. border-bottom-color: #484848
  563. }
  564. .cke_toolbox_collapser.cke_toolbox_collapser_min .cke_arrow {
  565. margin-top: 4px;
  566. border-bottom-color: transparent;
  567. border-top-color: #484848
  568. }
  569. .cke_hc .cke_toolbox_collapser .cke_arrow {
  570. font-size: 8px;
  571. width: auto;
  572. border: 0;
  573. margin-top: 0
  574. }
  575. .cke_menuitem span {
  576. cursor: default
  577. }
  578. .cke_menubutton {
  579. display: block
  580. }
  581. .cke_hc .cke_menubutton {
  582. padding: 2px
  583. }
  584. .cke_menubutton:hover, .cke_menubutton:focus, .cke_menubutton:active {
  585. background-color: #e9e9e9;
  586. display: block;
  587. outline: 1px dotted
  588. }
  589. .cke_menubutton:hover {
  590. outline: 0
  591. }
  592. .cke_hc .cke_menubutton:hover, .cke_hc .cke_menubutton:focus, .cke_hc .cke_menubutton:active {
  593. border: 2px solid;
  594. padding: 0
  595. }
  596. .cke_menubutton_disabled:hover, .cke_menubutton_disabled:focus, .cke_menubutton_disabled:active {
  597. background-color: transparent;
  598. outline: 0
  599. }
  600. .cke_menubutton_inner {
  601. display: table-row
  602. }
  603. .cke_menubutton_icon, .cke_menubutton_label, .cke_menuarrow {
  604. display: table-cell
  605. }
  606. .cke_menubutton_icon {
  607. background-color: #f8f8f8;
  608. padding: 6px 4px
  609. }
  610. .cke_hc .cke_menubutton_icon {
  611. height: 16px;
  612. width: 0;
  613. padding: 4px 0
  614. }
  615. .cke_menubutton:hover .cke_menubutton_icon, .cke_menubutton:focus .cke_menubutton_icon, .cke_menubutton:active .cke_menubutton_icon {
  616. background-color: #e9e9e9
  617. }
  618. .cke_menubutton_disabled:hover .cke_menubutton_icon, .cke_menubutton_disabled:focus .cke_menubutton_icon, .cke_menubutton_disabled:active .cke_menubutton_icon {
  619. background-color: #f8f8f8;
  620. outline: 0
  621. }
  622. .cke_menuitem .cke_menubutton_on {
  623. background-color: #e9e9e9;
  624. border: 1px solid #dedede;
  625. outline: 0
  626. }
  627. .cke_menubutton_on .cke_menubutton_icon {
  628. padding-right: 3px;
  629. background-color: #e9e9e9
  630. }
  631. .cke_menubutton_label {
  632. padding: 0 5px;
  633. background-color: transparent;
  634. width: 100%;
  635. vertical-align: middle
  636. }
  637. .cke_menubutton_shortcut {
  638. color: #979797
  639. }
  640. .cke_menubutton_disabled .cke_menubutton_label {
  641. opacity: .3;
  642. filter: alpha(opacity=30)
  643. }
  644. .cke_panel_frame .cke_menubutton_label {
  645. display: none
  646. }
  647. .cke_menuseparator {
  648. background-color: #d1d1d1;
  649. height: 1px
  650. }
  651. .cke_menuarrow {
  652. background: transparent url(images/arrow.png) no-repeat 0 10px;
  653. padding: 0 5px
  654. }
  655. .cke_rtl .cke_menuarrow {
  656. background-position: 5px -13px;
  657. background-repeat: no-repeat
  658. }
  659. .cke_hc .cke_menuarrow {
  660. background-image: none
  661. }
  662. .cke_menuarrow span {
  663. display: none
  664. }
  665. .cke_hc .cke_menuarrow span {
  666. vertical-align: middle;
  667. display: inline
  668. }
  669. .cke_combo {
  670. display: inline-block;
  671. float: left;
  672. position: relative;
  673. margin-bottom: 5px
  674. }
  675. .cke_rtl .cke_combo {
  676. float: right
  677. }
  678. .cke_hc .cke_combo {
  679. margin-top: 1px;
  680. margin-bottom: 10px
  681. }
  682. .cke_combo:after {
  683. content: "";
  684. position: absolute;
  685. height: 18px;
  686. width: 0;
  687. border-right: 1px solid #bcbcbc;
  688. margin-top: 5px;
  689. top: 0;
  690. right: 0
  691. }
  692. .cke_rtl .cke_combo:after {
  693. border-right: 0;
  694. border-left: 1px solid #bcbcbc;
  695. right: auto;
  696. left: 0
  697. }
  698. .cke_hc .cke_combo:after {
  699. border-color: #000
  700. }
  701. a.cke_combo_button {
  702. cursor: default;
  703. display: inline-block;
  704. float: left;
  705. margin: 0;
  706. padding: 1px
  707. }
  708. .cke_rtl a.cke_combo_button {
  709. float: right
  710. }
  711. .cke_hc a.cke_combo_button {
  712. padding: 4px
  713. }
  714. .cke_combo_on a.cke_combo_button, .cke_combo_off a.cke_combo_button:hover, .cke_combo_off a.cke_combo_button:focus, .cke_combo_off a.cke_combo_button:active {
  715. background: #e5e5e5;
  716. border: 1px solid #bcbcbc;
  717. padding: 0 0 0 1px;
  718. margin-left: -1px
  719. }
  720. .cke_combo_off a.cke_combo_button:focus {
  721. outline: 0
  722. }
  723. .cke_combo_on a.cke_combo_button, .cke_combo_off a.cke_combo_button:active {
  724. background: #fff
  725. }
  726. .cke_rtl .cke_combo_on a.cke_combo_button, .cke_rtl .cke_combo_off a.cke_combo_button:hover, .cke_rtl .cke_combo_off a.cke_combo_button:focus, .cke_rtl .cke_combo_off a.cke_combo_button:active {
  727. padding: 0 1px 0 0;
  728. margin-left: 0;
  729. margin-right: -1px
  730. }
  731. .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 {
  732. border: 3px solid #000;
  733. padding: 1px 1px 1px 2px
  734. }
  735. .cke_hc.cke_rtl .cke_combo_on a.cke_combo_button, .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:hover, .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:focus, .cke_hc.cke_rtl .cke_combo_off a.cke_combo_button:active {
  736. padding: 1px 2px 1px 1px
  737. }
  738. .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  739. padding: 0 0 0 3px;
  740. margin-left: -3px
  741. }
  742. .cke_rtl .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_rtl .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  743. padding: 0 3px 0 0;
  744. margin-left: 0;
  745. margin-right: -3px
  746. }
  747. .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_hc .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  748. padding: 1px 1px 1px 7px;
  749. margin-left: -6px
  750. }
  751. .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_hc.cke_rtl .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  752. padding: 1px 7px 1px 1px;
  753. margin-left: 0;
  754. margin-right: -6px
  755. }
  756. .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active, .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  757. padding: 0;
  758. margin: 0
  759. }
  760. .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_hc .cke_toolbox .cke_toolbar:first-child > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active, .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_on a.cke_combo_button, .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover, .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus, .cke_hc .cke_toolbar_break + .cke_toolbar > .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  761. padding: 1px;
  762. margin: 0
  763. }
  764. .cke_toolbar .cke_combo + .cke_toolbar_end, .cke_toolbar .cke_combo + .cke_toolgroup {
  765. margin-right: 0;
  766. margin-left: 2px
  767. }
  768. .cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end, .cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
  769. margin-left: 0;
  770. margin-right: 2px
  771. }
  772. .cke_hc .cke_toolbar .cke_combo + .cke_toolbar_end, .cke_hc .cke_toolbar .cke_combo + .cke_toolgroup {
  773. margin-left: 5px
  774. }
  775. .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolbar_end, .cke_hc.cke_rtl .cke_toolbar .cke_combo + .cke_toolgroup {
  776. margin-left: 0;
  777. margin-right: 5px
  778. }
  779. .cke_toolbar.cke_toolbar_last .cke_combo:nth-last-child(-n+2):after {
  780. content: none;
  781. border: 0;
  782. width: 0;
  783. height: 0
  784. }
  785. .cke_combo_text {
  786. line-height: 26px;
  787. padding-left: 10px;
  788. text-overflow: ellipsis;
  789. overflow: hidden;
  790. float: left;
  791. cursor: default;
  792. color: #484848;
  793. width: 60px
  794. }
  795. .cke_rtl .cke_combo_text {
  796. float: right;
  797. text-align: right;
  798. padding-left: 0;
  799. padding-right: 10px
  800. }
  801. .cke_hc .cke_combo_text {
  802. line-height: 18px;
  803. font-size: 12px
  804. }
  805. .cke_combo_open {
  806. cursor: default;
  807. display: inline-block;
  808. font-size: 0;
  809. height: 19px;
  810. line-height: 17px;
  811. margin: 1px 10px 1px;
  812. width: 5px
  813. }
  814. .cke_hc .cke_combo_open {
  815. height: 12px
  816. }
  817. .cke_combo_arrow {
  818. cursor: default;
  819. margin: 11px 0 0;
  820. float: left;
  821. height: 0;
  822. width: 0;
  823. font-size: 0;
  824. border-left: 3px solid transparent;
  825. border-right: 3px solid transparent;
  826. border-top: 3px solid #484848
  827. }
  828. .cke_hc .cke_combo_arrow {
  829. font-size: 10px;
  830. width: auto;
  831. border: 0;
  832. margin-top: 3px
  833. }
  834. .cke_combo_label {
  835. display: none;
  836. float: left;
  837. line-height: 26px;
  838. vertical-align: top;
  839. margin-right: 5px
  840. }
  841. .cke_rtl .cke_combo_label {
  842. float: right;
  843. margin-left: 5px;
  844. margin-right: 0
  845. }
  846. .cke_combo_disabled .cke_combo_inlinelabel, .cke_combo_disabled .cke_combo_open {
  847. opacity: .3
  848. }
  849. .cke_path {
  850. float: left;
  851. margin: -2px 0 2px
  852. }
  853. a.cke_path_item, span.cke_path_empty {
  854. display: inline-block;
  855. float: left;
  856. padding: 3px 4px;
  857. margin-right: 2px;
  858. cursor: default;
  859. text-decoration: none;
  860. outline: 0;
  861. border: 0;
  862. color: #484848;
  863. font-weight: bold;
  864. font-size: 11px
  865. }
  866. .cke_rtl .cke_path, .cke_rtl .cke_path_item, .cke_rtl .cke_path_empty {
  867. float: right
  868. }
  869. a.cke_path_item:hover, a.cke_path_item:focus, a.cke_path_item:active {
  870. background-color: #e5e5e5
  871. }
  872. .cke_hc a.cke_path_item:hover, .cke_hc a.cke_path_item:focus, .cke_hc a.cke_path_item:active {
  873. border: 2px solid;
  874. padding: 1px 2px
  875. }
  876. .cke_button__source_label, .cke_button__sourcedialog_label {
  877. display: inline
  878. }
  879. .cke_combopanel__fontsize {
  880. width: 135px
  881. }
  882. textarea.cke_source {
  883. font-family: 'Courier New', Monospace;
  884. font-size: small;
  885. background-color: #fff;
  886. white-space: pre-wrap;
  887. border: 0;
  888. padding: 0;
  889. margin: 0;
  890. display: block
  891. }
  892. .cke_wysiwyg_frame, .cke_wysiwyg_div {
  893. background-color: #fff
  894. }
  895. .cke_notifications_area {
  896. pointer-events: none
  897. }
  898. .cke_notification {
  899. pointer-events: auto;
  900. position: relative;
  901. margin: 10px;
  902. width: 300px;
  903. color: white;
  904. text-align: center;
  905. opacity: .95;
  906. filter: alpha(opacity=95);
  907. -webkit-animation: fadeIn .7s;
  908. animation: fadeIn .7s
  909. }
  910. .cke_notification_message a {
  911. color: #12306f
  912. }
  913. @-webkit-keyframes fadeIn {
  914. from {
  915. opacity: .4
  916. }
  917. to {
  918. opacity: .95
  919. }
  920. }
  921. @keyframes fadeIn {
  922. from {
  923. opacity: .4
  924. }
  925. to {
  926. opacity: .95
  927. }
  928. }
  929. .cke_notification_success {
  930. background: #72b572;
  931. border: 1px solid #63a563
  932. }
  933. .cke_notification_warning {
  934. background: #c83939;
  935. border: 1px solid #902b2b
  936. }
  937. .cke_notification_info {
  938. background: #2e9ad0;
  939. border: 1px solid #0f74a8
  940. }
  941. .cke_notification_info span.cke_notification_progress {
  942. background-color: #0f74a8;
  943. display: block;
  944. padding: 0;
  945. margin: 0;
  946. height: 100%;
  947. overflow: hidden;
  948. position: absolute;
  949. z-index: 1
  950. }
  951. .cke_notification_message {
  952. position: relative;
  953. margin: 4px 23px 3px;
  954. font-family: Arial, Helvetica, sans-serif;
  955. font-size: 12px;
  956. line-height: 18px;
  957. z-index: 4;
  958. text-overflow: ellipsis;
  959. overflow: hidden
  960. }
  961. .cke_notification_close {
  962. background-image: url(images/close.png);
  963. background-repeat: no-repeat;
  964. background-position: 50%;
  965. position: absolute;
  966. cursor: pointer;
  967. text-align: center;
  968. height: 20px;
  969. width: 20px;
  970. top: 1px;
  971. right: 1px;
  972. padding: 0;
  973. margin: 0;
  974. z-index: 5;
  975. opacity: .6;
  976. filter: alpha(opacity=60)
  977. }
  978. .cke_notification_close:hover {
  979. opacity: 1;
  980. filter: alpha(opacity=100)
  981. }
  982. .cke_notification_close span {
  983. display: none
  984. }
  985. .cke_notification_warning a.cke_notification_close {
  986. opacity: .8;
  987. filter: alpha(opacity=80)
  988. }
  989. .cke_notification_warning a.cke_notification_close:hover {
  990. opacity: 1;
  991. filter: alpha(opacity=100)
  992. }
  993. .cke_chrome {
  994. visibility: inherit
  995. }
  996. .cke_voice_label {
  997. display: none
  998. }
  999. legend.cke_voice_label {
  1000. display: none
  1001. }
  1002. .cke_button__bold_icon {
  1003. background: url(icons.png?t=64749bb245) no-repeat 0 -0px !important;
  1004. }
  1005. .cke_button__italic_icon {
  1006. background: url(icons.png?t=64749bb245) no-repeat 0 -24px !important;
  1007. }
  1008. .cke_button__strike_icon {
  1009. background: url(icons.png?t=64749bb245) no-repeat 0 -48px !important;
  1010. }
  1011. .cke_button__subscript_icon {
  1012. background: url(icons.png?t=64749bb245) no-repeat 0 -72px !important;
  1013. }
  1014. .cke_button__superscript_icon {
  1015. background: url(icons.png?t=64749bb245) no-repeat 0 -96px !important;
  1016. }
  1017. .cke_button__underline_icon {
  1018. background: url(icons.png?t=64749bb245) no-repeat 0 -120px !important;
  1019. }
  1020. .cke_button__blockquote_icon {
  1021. background: url(icons.png?t=64749bb245) no-repeat 0 -144px !important;
  1022. }
  1023. .cke_rtl .cke_button__copy_icon, .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  1024. background: url(icons.png?t=64749bb245) no-repeat 0 -168px !important;
  1025. }
  1026. .cke_ltr .cke_button__copy_icon {
  1027. background: url(icons.png?t=64749bb245) no-repeat 0 -192px !important;
  1028. }
  1029. .cke_rtl .cke_button__cut_icon, .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  1030. background: url(icons.png?t=64749bb245) no-repeat 0 -216px !important;
  1031. }
  1032. .cke_ltr .cke_button__cut_icon {
  1033. background: url(icons.png?t=64749bb245) no-repeat 0 -240px !important;
  1034. }
  1035. .cke_rtl .cke_button__paste_icon, .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  1036. background: url(icons.png?t=64749bb245) no-repeat 0 -264px !important;
  1037. }
  1038. .cke_ltr .cke_button__paste_icon {
  1039. background: url(icons.png?t=64749bb245) no-repeat 0 -288px !important;
  1040. }
  1041. .cke_button__bgcolor_icon {
  1042. background: url(icons.png?t=64749bb245) no-repeat 0 -312px !important;
  1043. }
  1044. .cke_button__textcolor_icon {
  1045. background: url(icons.png?t=64749bb245) no-repeat 0 -336px !important;
  1046. }
  1047. .cke_rtl .cke_button__templates_icon, .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  1048. background: url(icons.png?t=64749bb245) no-repeat 0 -360px !important;
  1049. }
  1050. .cke_ltr .cke_button__templates_icon {
  1051. background: url(icons.png?t=64749bb245) no-repeat 0 -384px !important;
  1052. }
  1053. .cke_button__copyformatting_icon {
  1054. background: url(icons.png?t=64749bb245) no-repeat 0 -408px !important;
  1055. }
  1056. .cke_button__flash_icon {
  1057. background: url(icons.png?t=64749bb245) no-repeat 0 -432px !important;
  1058. }
  1059. .cke_button__horizontalrule_icon {
  1060. background: url(icons.png?t=64749bb245) no-repeat 0 -456px !important;
  1061. }
  1062. .cke_button__iframe_icon {
  1063. background: url(icons.png?t=64749bb245) no-repeat 0 -480px !important;
  1064. }
  1065. .cke_button__image_icon {
  1066. background: url(icons.png?t=64749bb245) no-repeat 0 -504px !important;
  1067. }
  1068. .cke_rtl .cke_button__indent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  1069. background: url(icons.png?t=64749bb245) no-repeat 0 -528px !important;
  1070. }
  1071. .cke_ltr .cke_button__indent_icon {
  1072. background: url(icons.png?t=64749bb245) no-repeat 0 -552px !important;
  1073. }
  1074. .cke_rtl .cke_button__outdent_icon, .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  1075. background: url(icons.png?t=64749bb245) no-repeat 0 -576px !important;
  1076. }
  1077. .cke_ltr .cke_button__outdent_icon {
  1078. background: url(icons.png?t=64749bb245) no-repeat 0 -600px !important;
  1079. }
  1080. .cke_button__smiley_icon {
  1081. background: url(icons.png?t=64749bb245) no-repeat 0 -624px !important;
  1082. }
  1083. .cke_button__justifyblock_icon {
  1084. background: url(icons.png?t=64749bb245) no-repeat 0 -648px !important;
  1085. }
  1086. .cke_button__justifycenter_icon {
  1087. background: url(icons.png?t=64749bb245) no-repeat 0 -672px !important;
  1088. }
  1089. .cke_button__justifyleft_icon {
  1090. background: url(icons.png?t=64749bb245) no-repeat 0 -696px !important;
  1091. }
  1092. .cke_button__justifyright_icon {
  1093. background: url(icons.png?t=64749bb245) no-repeat 0 -720px !important;
  1094. }
  1095. .cke_rtl .cke_button__anchor_icon, .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  1096. background: url(icons.png?t=64749bb245) no-repeat 0 -744px !important;
  1097. }
  1098. .cke_ltr .cke_button__anchor_icon {
  1099. background: url(icons.png?t=64749bb245) no-repeat 0 -768px !important;
  1100. }
  1101. .cke_button__link_icon {
  1102. background: url(icons.png?t=64749bb245) no-repeat 0 -792px !important;
  1103. }
  1104. .cke_button__unlink_icon {
  1105. background: url(icons.png?t=64749bb245) no-repeat 0 -816px !important;
  1106. }
  1107. .cke_rtl .cke_button__bulletedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  1108. background: url(icons.png?t=64749bb245) no-repeat 0 -840px !important;
  1109. }
  1110. .cke_ltr .cke_button__bulletedlist_icon {
  1111. background: url(icons.png?t=64749bb245) no-repeat 0 -864px !important;
  1112. }
  1113. .cke_rtl .cke_button__numberedlist_icon, .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  1114. background: url(icons.png?t=64749bb245) no-repeat 0 -888px !important;
  1115. }
  1116. .cke_ltr .cke_button__numberedlist_icon {
  1117. background: url(icons.png?t=64749bb245) no-repeat 0 -912px !important;
  1118. }
  1119. .cke_button__maximize_icon {
  1120. background: url(icons.png?t=64749bb245) no-repeat 0 -936px !important;
  1121. }
  1122. .cke_rtl .cke_button__pastetext_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  1123. background: url(icons.png?t=64749bb245) no-repeat 0 -960px !important;
  1124. }
  1125. .cke_ltr .cke_button__pastetext_icon {
  1126. background: url(icons.png?t=64749bb245) no-repeat 0 -984px !important;
  1127. }
  1128. .cke_rtl .cke_button__pastefromword_icon, .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  1129. background: url(icons.png?t=64749bb245) no-repeat 0 -1008px !important;
  1130. }
  1131. .cke_ltr .cke_button__pastefromword_icon {
  1132. background: url(icons.png?t=64749bb245) no-repeat 0 -1032px !important;
  1133. }
  1134. .cke_rtl .cke_button__preview_icon, .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  1135. background: url(icons.png?t=64749bb245) no-repeat 0 -1056px !important;
  1136. }
  1137. .cke_ltr .cke_button__preview_icon {
  1138. background: url(icons.png?t=64749bb245) no-repeat 0 -1080px !important;
  1139. }
  1140. .cke_button__removeformat_icon {
  1141. background: url(icons.png?t=64749bb245) no-repeat 0 -1104px !important;
  1142. }
  1143. .cke_rtl .cke_button__showblocks_icon, .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  1144. background: url(icons.png?t=64749bb245) no-repeat 0 -1128px !important;
  1145. }
  1146. .cke_ltr .cke_button__showblocks_icon {
  1147. background: url(icons.png?t=64749bb245) no-repeat 0 -1152px !important;
  1148. }
  1149. .cke_rtl .cke_button__source_icon, .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  1150. background: url(icons.png?t=64749bb245) no-repeat 0 -1176px !important;
  1151. }
  1152. .cke_ltr .cke_button__source_icon {
  1153. background: url(icons.png?t=64749bb245) no-repeat 0 -1200px !important;
  1154. }
  1155. .cke_button__table_icon {
  1156. background: url(icons.png?t=64749bb245) no-repeat 0 -1224px !important;
  1157. }
  1158. .cke_rtl .cke_button__redo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  1159. background: url(icons.png?t=64749bb245) no-repeat 0 -1248px !important;
  1160. }
  1161. .cke_ltr .cke_button__redo_icon {
  1162. background: url(icons.png?t=64749bb245) no-repeat 0 -1272px !important;
  1163. }
  1164. .cke_rtl .cke_button__undo_icon, .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  1165. background: url(icons.png?t=64749bb245) no-repeat 0 -1296px !important;
  1166. }
  1167. .cke_ltr .cke_button__undo_icon {
  1168. background: url(icons.png?t=64749bb245) no-repeat 0 -1320px !important;
  1169. }
  1170. .cke_button__codesnippet_icon {
  1171. background: url(icons.png?t=64749bb245) no-repeat 0 -1344px !important;
  1172. }
  1173. .cke_button__html5audio_icon {
  1174. background: url(icons.png?t=64749bb245) no-repeat 0 -1368px !important;
  1175. }
  1176. .cke_button__html5video_icon {
  1177. background: url(icons.png?t=64749bb245) no-repeat 0 -1392px !important;
  1178. }
  1179. .cke_hidpi .cke_button__bold_icon {
  1180. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -0px !important;
  1181. background-size: 16px !important;
  1182. }
  1183. .cke_hidpi .cke_button__italic_icon {
  1184. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -24px !important;
  1185. background-size: 16px !important;
  1186. }
  1187. .cke_hidpi .cke_button__strike_icon {
  1188. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -48px !important;
  1189. background-size: 16px !important;
  1190. }
  1191. .cke_hidpi .cke_button__subscript_icon {
  1192. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -72px !important;
  1193. background-size: 16px !important;
  1194. }
  1195. .cke_hidpi .cke_button__superscript_icon {
  1196. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -96px !important;
  1197. background-size: 16px !important;
  1198. }
  1199. .cke_hidpi .cke_button__underline_icon {
  1200. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -120px !important;
  1201. background-size: 16px !important;
  1202. }
  1203. .cke_hidpi .cke_button__blockquote_icon {
  1204. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -144px !important;
  1205. background-size: 16px !important;
  1206. }
  1207. .cke_rtl.cke_hidpi .cke_button__copy_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__copy_icon {
  1208. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -168px !important;
  1209. background-size: 16px !important;
  1210. }
  1211. .cke_hidpi .cke_ltr .cke_button__copy_icon, .cke_ltr.cke_hidpi .cke_button__copy_icon {
  1212. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -192px !important;
  1213. background-size: 16px !important;
  1214. }
  1215. .cke_rtl.cke_hidpi .cke_button__cut_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__cut_icon {
  1216. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -216px !important;
  1217. background-size: 16px !important;
  1218. }
  1219. .cke_hidpi .cke_ltr .cke_button__cut_icon, .cke_ltr.cke_hidpi .cke_button__cut_icon {
  1220. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -240px !important;
  1221. background-size: 16px !important;
  1222. }
  1223. .cke_rtl.cke_hidpi .cke_button__paste_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__paste_icon {
  1224. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -264px !important;
  1225. background-size: 16px !important;
  1226. }
  1227. .cke_hidpi .cke_ltr .cke_button__paste_icon, .cke_ltr.cke_hidpi .cke_button__paste_icon {
  1228. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -288px !important;
  1229. background-size: 16px !important;
  1230. }
  1231. .cke_hidpi .cke_button__bgcolor_icon {
  1232. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -312px !important;
  1233. background-size: 16px !important;
  1234. }
  1235. .cke_hidpi .cke_button__textcolor_icon {
  1236. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -336px !important;
  1237. background-size: 16px !important;
  1238. }
  1239. .cke_rtl.cke_hidpi .cke_button__templates_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__templates_icon {
  1240. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -360px !important;
  1241. background-size: 16px !important;
  1242. }
  1243. .cke_hidpi .cke_ltr .cke_button__templates_icon, .cke_ltr.cke_hidpi .cke_button__templates_icon {
  1244. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -384px !important;
  1245. background-size: 16px !important;
  1246. }
  1247. .cke_hidpi .cke_button__copyformatting_icon {
  1248. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -408px !important;
  1249. background-size: 16px !important;
  1250. }
  1251. .cke_hidpi .cke_button__flash_icon {
  1252. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -432px !important;
  1253. background-size: 16px !important;
  1254. }
  1255. .cke_hidpi .cke_button__horizontalrule_icon {
  1256. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -456px !important;
  1257. background-size: 16px !important;
  1258. }
  1259. .cke_hidpi .cke_button__iframe_icon {
  1260. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -480px !important;
  1261. background-size: 16px !important;
  1262. }
  1263. .cke_hidpi .cke_button__image_icon {
  1264. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -504px !important;
  1265. background-size: 16px !important;
  1266. }
  1267. .cke_rtl.cke_hidpi .cke_button__indent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__indent_icon {
  1268. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -528px !important;
  1269. background-size: 16px !important;
  1270. }
  1271. .cke_hidpi .cke_ltr .cke_button__indent_icon, .cke_ltr.cke_hidpi .cke_button__indent_icon {
  1272. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -552px !important;
  1273. background-size: 16px !important;
  1274. }
  1275. .cke_rtl.cke_hidpi .cke_button__outdent_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__outdent_icon {
  1276. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -576px !important;
  1277. background-size: 16px !important;
  1278. }
  1279. .cke_hidpi .cke_ltr .cke_button__outdent_icon, .cke_ltr.cke_hidpi .cke_button__outdent_icon {
  1280. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -600px !important;
  1281. background-size: 16px !important;
  1282. }
  1283. .cke_hidpi .cke_button__smiley_icon {
  1284. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -624px !important;
  1285. background-size: 16px !important;
  1286. }
  1287. .cke_hidpi .cke_button__justifyblock_icon {
  1288. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -648px !important;
  1289. background-size: 16px !important;
  1290. }
  1291. .cke_hidpi .cke_button__justifycenter_icon {
  1292. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -672px !important;
  1293. background-size: 16px !important;
  1294. }
  1295. .cke_hidpi .cke_button__justifyleft_icon {
  1296. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -696px !important;
  1297. background-size: 16px !important;
  1298. }
  1299. .cke_hidpi .cke_button__justifyright_icon {
  1300. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -720px !important;
  1301. background-size: 16px !important;
  1302. }
  1303. .cke_rtl.cke_hidpi .cke_button__anchor_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__anchor_icon {
  1304. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -744px !important;
  1305. background-size: 16px !important;
  1306. }
  1307. .cke_hidpi .cke_ltr .cke_button__anchor_icon, .cke_ltr.cke_hidpi .cke_button__anchor_icon {
  1308. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -768px !important;
  1309. background-size: 16px !important;
  1310. }
  1311. .cke_hidpi .cke_button__link_icon {
  1312. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -792px !important;
  1313. background-size: 16px !important;
  1314. }
  1315. .cke_hidpi .cke_button__unlink_icon {
  1316. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -816px !important;
  1317. background-size: 16px !important;
  1318. }
  1319. .cke_rtl.cke_hidpi .cke_button__bulletedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__bulletedlist_icon {
  1320. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -840px !important;
  1321. background-size: 16px !important;
  1322. }
  1323. .cke_hidpi .cke_ltr .cke_button__bulletedlist_icon, .cke_ltr.cke_hidpi .cke_button__bulletedlist_icon {
  1324. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -864px !important;
  1325. background-size: 16px !important;
  1326. }
  1327. .cke_rtl.cke_hidpi .cke_button__numberedlist_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__numberedlist_icon {
  1328. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -888px !important;
  1329. background-size: 16px !important;
  1330. }
  1331. .cke_hidpi .cke_ltr .cke_button__numberedlist_icon, .cke_ltr.cke_hidpi .cke_button__numberedlist_icon {
  1332. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -912px !important;
  1333. background-size: 16px !important;
  1334. }
  1335. .cke_hidpi .cke_button__maximize_icon {
  1336. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -936px !important;
  1337. background-size: 16px !important;
  1338. }
  1339. .cke_rtl.cke_hidpi .cke_button__pastetext_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastetext_icon {
  1340. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -960px !important;
  1341. background-size: 16px !important;
  1342. }
  1343. .cke_hidpi .cke_ltr .cke_button__pastetext_icon, .cke_ltr.cke_hidpi .cke_button__pastetext_icon {
  1344. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -984px !important;
  1345. background-size: 16px !important;
  1346. }
  1347. .cke_rtl.cke_hidpi .cke_button__pastefromword_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__pastefromword_icon {
  1348. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1008px !important;
  1349. background-size: 16px !important;
  1350. }
  1351. .cke_hidpi .cke_ltr .cke_button__pastefromword_icon, .cke_ltr.cke_hidpi .cke_button__pastefromword_icon {
  1352. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1032px !important;
  1353. background-size: 16px !important;
  1354. }
  1355. .cke_rtl.cke_hidpi .cke_button__preview_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__preview_icon {
  1356. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1056px !important;
  1357. background-size: 16px !important;
  1358. }
  1359. .cke_hidpi .cke_ltr .cke_button__preview_icon, .cke_ltr.cke_hidpi .cke_button__preview_icon {
  1360. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1080px !important;
  1361. background-size: 16px !important;
  1362. }
  1363. .cke_hidpi .cke_button__removeformat_icon {
  1364. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1104px !important;
  1365. background-size: 16px !important;
  1366. }
  1367. .cke_rtl.cke_hidpi .cke_button__showblocks_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__showblocks_icon {
  1368. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1128px !important;
  1369. background-size: 16px !important;
  1370. }
  1371. .cke_hidpi .cke_ltr .cke_button__showblocks_icon, .cke_ltr.cke_hidpi .cke_button__showblocks_icon {
  1372. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1152px !important;
  1373. background-size: 16px !important;
  1374. }
  1375. .cke_rtl.cke_hidpi .cke_button__source_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__source_icon {
  1376. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1176px !important;
  1377. background-size: 16px !important;
  1378. }
  1379. .cke_hidpi .cke_ltr .cke_button__source_icon, .cke_ltr.cke_hidpi .cke_button__source_icon {
  1380. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1200px !important;
  1381. background-size: 16px !important;
  1382. }
  1383. .cke_hidpi .cke_button__table_icon {
  1384. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1224px !important;
  1385. background-size: 16px !important;
  1386. }
  1387. .cke_rtl.cke_hidpi .cke_button__redo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__redo_icon {
  1388. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1248px !important;
  1389. background-size: 16px !important;
  1390. }
  1391. .cke_hidpi .cke_ltr .cke_button__redo_icon, .cke_ltr.cke_hidpi .cke_button__redo_icon {
  1392. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1272px !important;
  1393. background-size: 16px !important;
  1394. }
  1395. .cke_rtl.cke_hidpi .cke_button__undo_icon, .cke_hidpi .cke_mixed_dir_content .cke_rtl .cke_button__undo_icon {
  1396. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1296px !important;
  1397. background-size: 16px !important;
  1398. }
  1399. .cke_hidpi .cke_ltr .cke_button__undo_icon, .cke_ltr.cke_hidpi .cke_button__undo_icon {
  1400. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1320px !important;
  1401. background-size: 16px !important;
  1402. }
  1403. .cke_hidpi .cke_button__codesnippet_icon {
  1404. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1344px !important;
  1405. background-size: 16px !important;
  1406. }
  1407. .cke_hidpi .cke_button__html5audio_icon {
  1408. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -1368px !important;
  1409. background-size: 16px !important;
  1410. }
  1411. .cke_hidpi .cke_button__html5video_icon {
  1412. background: url(icons_hidpi.png?t=64749bb245) no-repeat 0 -2784px !important;
  1413. }