froala_editor.css 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505
  1. @import url('froala_page.min.css');
  2. /*!
  3. * froala_editor v1.2.2 (http://editor.froala.com)
  4. * Copyright 2014-2014 Froala
  5. */
  6. [contenteditable],
  7. [contenteditable]:focus {
  8. outline: 0px solid transparent;
  9. }
  10. button {
  11. outline: none;
  12. }
  13. .f-non-selectable {
  14. user-select: none;
  15. -o-user-select: none;
  16. -moz-user-select: none;
  17. -khtml-user-select: none;
  18. -webkit-user-select: none;
  19. -ms-user-select: none;
  20. }
  21. .f-non-selectable * {
  22. user-select: none;
  23. -o-user-select: none;
  24. -moz-user-select: none;
  25. -khtml-user-select: none;
  26. -webkit-user-select: none;
  27. -ms-user-select: none;
  28. }
  29. .f-italic {
  30. font-style: italic !important;
  31. }
  32. .f-spaced {
  33. letter-spacing: 3px !important;
  34. }
  35. .f-uppercase {
  36. text-transform: uppercase !important;
  37. }
  38. .f-typewriter {
  39. font-family: 'Lucida Console', monospace !important;
  40. line-height: 160% !important;
  41. font-size: 14px;
  42. }
  43. .froala-box {
  44. position: relative;
  45. }
  46. .froala-box .html-switch {
  47. position: absolute;
  48. left: 1px;
  49. top: 1px;
  50. z-index: 1000;
  51. display: none;
  52. font-size: 14px;
  53. line-height: 160%;
  54. height: 30px;
  55. background: #ffffff;
  56. color: #353535;
  57. cursor: pointer;
  58. -webkit-transition: background linear 0.1s;
  59. -moz-transition: background linear 0.1s;
  60. -ms-transition: background linear 0.1s;
  61. -o-transition: background linear 0.1s;
  62. border-radius: 0;
  63. -moz-border-radius: 0;
  64. -webkit-border-radius: 0;
  65. -moz-background-clip: padding;
  66. -webkit-background-clip: padding-box;
  67. background-clip: padding-box;
  68. -moz-outline: 0;
  69. outline: 0;
  70. border: 0;
  71. width: 40px;
  72. }
  73. .froala-box .html-switch:hover {
  74. color: #ffffff;
  75. background: #2c82c9;
  76. }
  77. .froala-box.f-html .html-switch {
  78. display: inline-block;
  79. }
  80. .f-html ::selection {
  81. background: #6d90ba;
  82. color: #FFF;
  83. }
  84. .f-html ::-moz-selection {
  85. background: #6d90ba;
  86. color: #FFF;
  87. }
  88. ::selection {
  89. background: #b5d6fd;
  90. color: #000;
  91. }
  92. ::-moz-selection {
  93. background: #b5d6fd;
  94. color: #000;
  95. }
  96. .fr-hidden {
  97. display: none !important;
  98. }
  99. .froala-element {
  100. min-height: 35px;
  101. overflow-y: auto;
  102. overflow-x: hidden;
  103. position: relative;
  104. word-wrap: break-word;
  105. line-height: 140%;
  106. vertical-align: top;
  107. text-align: left;
  108. }
  109. .froala-element:after {
  110. position: absolute;
  111. bottom: 0px;
  112. right: 5px;
  113. color: #CCC;
  114. content: attr(data-chars);
  115. font-size: 15px;
  116. font-family: "Times New Roman", Georgia, Serif;
  117. }
  118. .froala-element * {
  119. -webkit-box-sizing: content-box;
  120. -moz-box-sizing: content-box;
  121. box-sizing: content-box;
  122. }
  123. .froala-element.f-image {
  124. overflow: visible;
  125. }
  126. .froala-element.f-tni span.f-img-wrap {
  127. display: block;
  128. text-align: center;
  129. }
  130. .froala-element.f-tni span.f-img-wrap:after {
  131. clear: both;
  132. display: block;
  133. content: "";
  134. }
  135. .froala-element.f-tni span.f-img-editor {
  136. display: inline-block;
  137. }
  138. .froala-element.f-tni img {
  139. display: block;
  140. margin-left: auto !important;
  141. margin-right: auto !important;
  142. }
  143. .froala-element.f-tni img:after {
  144. clear: both;
  145. display: block;
  146. content: "";
  147. }
  148. .froala-element span {
  149. line-height: 120%;
  150. }
  151. .froala-element.f-basic.f-placeholder:before {
  152. left: 10px;
  153. right: 10px;
  154. top: 10px;
  155. }
  156. .froala-element.f-placeholder:before {
  157. color: #cccccc;
  158. font-style: italic;
  159. content: attr(data-placeholder);
  160. position: absolute;
  161. margin: auto;
  162. left: 0;
  163. top: 0;
  164. right: 0;
  165. }
  166. .froala-element.not-msie pre,
  167. .froala-element.not-msie blockquote {
  168. overflow: hidden;
  169. }
  170. .froala-element table > span,
  171. .froala-element table tr > span {
  172. display: none;
  173. visibility: hidden;
  174. }
  175. .froala-element a {
  176. cursor: pointer;
  177. }
  178. .froala-element img {
  179. min-width: 32px !important;
  180. min-height: 32px !important;
  181. cursor: pointer;
  182. z-index: 1;
  183. position: relative;
  184. vertical-align: top;
  185. display: block;
  186. margin: auto;
  187. overflow: auto;
  188. }
  189. .froala-element:not(.ie8) img {
  190. max-width: 100% !important;
  191. }
  192. .froala-element img::selection {
  193. color: #ffffff;
  194. background-color: transparent !important;
  195. }
  196. .froala-element img::-moz-selection {
  197. color: #ffffff;
  198. background-color: transparent !important;
  199. }
  200. .froala-element span.f-img-wrap {
  201. line-height: 0;
  202. text-align: center;
  203. border: 0;
  204. outline: 0;
  205. }
  206. .froala-element span.f-img-wrap.fr-fin {
  207. display: block;
  208. }
  209. .froala-element span.f-img-wrap.fr-fir {
  210. float: right;
  211. }
  212. .froala-element span.f-img-wrap.fr-fil {
  213. float: left;
  214. }
  215. .froala-element span.f-img-editor {
  216. display: inline-block;
  217. position: relative;
  218. max-width: 100% !important;
  219. text-align: center;
  220. padding: 0px;
  221. line-height: 0;
  222. overflow: visible;
  223. z-index: 2;
  224. vertical-align: top;
  225. border: 0;
  226. outline: 0;
  227. outline-color: transparent;
  228. border-color: transparent;
  229. }
  230. .froala-element span.f-img-editor:before {
  231. content: "";
  232. position: absolute;
  233. top: -2px;
  234. left: -2px;
  235. bottom: -2px;
  236. right: -2px;
  237. display: block;
  238. border: solid 2px #ffffff !important;
  239. outline: solid 1px #252525 !important;
  240. z-index: 1;
  241. }
  242. .froala-element span.f-img-editor:after {
  243. content: "";
  244. display: block;
  245. clear: both;
  246. }
  247. .froala-element span.f-img-editor.fr-fil {
  248. margin: 10px 10px 10px 3px;
  249. float: left;
  250. }
  251. .froala-element span.f-img-editor.fr-fir {
  252. margin: 10px 3px 10px 10px;
  253. float: right;
  254. }
  255. .froala-element span.f-img-editor.fr-fin {
  256. margin: 10px 0;
  257. float: none;
  258. }
  259. .froala-element span.f-img-editor img {
  260. padding: 0 !important;
  261. margin: auto;
  262. }
  263. .froala-element span.f-img-handle {
  264. position: absolute;
  265. height: 13px;
  266. width: 13px;
  267. border: solid 1px #252525 !important;
  268. background: #ffffff;
  269. z-index: 2;
  270. margin: auto;
  271. }
  272. .froala-element span.f-img-handle.f-h-ne {
  273. top: -3px;
  274. left: auto;
  275. right: -3px;
  276. bottom: auto;
  277. cursor: ne-resize;
  278. }
  279. .froala-element span.f-img-handle.f-h-se {
  280. top: auto;
  281. left: auto;
  282. right: -3px;
  283. bottom: -3px;
  284. cursor: se-resize;
  285. }
  286. .froala-element span.f-img-handle.f-h-sw {
  287. top: auto;
  288. left: -3px;
  289. right: auto;
  290. bottom: -3px;
  291. cursor: sw-resize;
  292. }
  293. .froala-element span.f-img-handle.f-h-nw {
  294. top: -3px;
  295. left: -3px;
  296. right: auto;
  297. bottom: auto;
  298. cursor: nw-resize;
  299. }
  300. .froala-element .f-video-editor {
  301. display: inline-block;
  302. position: relative;
  303. line-height: 0;
  304. cursor: pointer;
  305. padding: 3px;
  306. }
  307. .froala-element .f-video-editor:after {
  308. position: absolute;
  309. content: '';
  310. z-index: 2;
  311. top: 0;
  312. left: 0;
  313. right: 0;
  314. bottom: 0;
  315. cursor: pointer;
  316. }
  317. .froala-element .f-video-editor.active:after {
  318. border: solid 1px #252525;
  319. }
  320. .f-html .froala-element {
  321. background: #202020;
  322. color: #ffffff;
  323. font-family: 'Courier New', Monospace;
  324. font-size: 13px;
  325. overflow-y: auto;
  326. padding: 0;
  327. }
  328. .f-html .froala-element.f-placeholder:before {
  329. content: '';
  330. }
  331. .f-html .froala-element:after {
  332. clear: both;
  333. display: block;
  334. content: "";
  335. }
  336. .f-html .froala-element textarea {
  337. direction: ltr !important;
  338. text-align: left;
  339. width: 100%;
  340. word-wrap: break-word;
  341. padding: 0 0 0 10px;
  342. background: transparent;
  343. border: 0 transparent;
  344. color: #FFF;
  345. resize: none !important;
  346. line-height: 140%;
  347. -webkit-box-sizing: border-box;
  348. -moz-box-sizing: border-box;
  349. box-sizing: border-box;
  350. resize: none;
  351. min-height: 100px;
  352. font-size: inherit;
  353. font-family: inherit;
  354. outline: 0;
  355. margin: 0;
  356. }
  357. .froala-editor *:not(input):not(textarea) {
  358. user-select: none;
  359. -o-user-select: none;
  360. -moz-user-select: none;
  361. -khtml-user-select: none;
  362. -webkit-user-select: none;
  363. -ms-user-select: none;
  364. }
  365. .froala-editor {
  366. text-align: left;
  367. background: #ffffff;
  368. border: solid 1px #252525;
  369. border-top: solid 5px #252525;
  370. padding: 0;
  371. user-select: none;
  372. -o-user-select: none;
  373. -moz-user-select: none;
  374. -khtml-user-select: none;
  375. -webkit-user-select: none;
  376. -ms-user-select: none;
  377. font-size: 15px;
  378. z-index: 1000;
  379. font-family: Arial, Helvetica, sans-serif;
  380. line-height: 140%;
  381. }
  382. .froala-editor.f-inline {
  383. position: absolute;
  384. }
  385. .froala-editor * {
  386. -webkit-box-sizing: content-box;
  387. -moz-box-sizing: content-box;
  388. box-sizing: content-box;
  389. }
  390. .froala-editor:not(.froala-modal):before {
  391. width: 0;
  392. height: 0;
  393. border-left: 7px solid transparent;
  394. border-right: 7px solid transparent;
  395. border-bottom-color: inherit;
  396. border-bottom-style: solid;
  397. border-bottom-width: 6px;
  398. content: '';
  399. position: absolute;
  400. top: -10px;
  401. left: 15px;
  402. }
  403. .froala-editor.right-side:before {
  404. right: 15px;
  405. left: auto;
  406. }
  407. .froala-editor .bttn-wrapper {
  408. white-space: nowrap;
  409. }
  410. .froala-editor hr {
  411. border: 0;
  412. border-top-width: 1px;
  413. border-top-style: solid;
  414. border-top-color: #cccccc;
  415. margin: 0 !important;
  416. height: 0;
  417. }
  418. .froala-editor span.f-sep {
  419. display: inline-block;
  420. width: 0px;
  421. height: 35px;
  422. margin: 0;
  423. border-right: solid 1px #cccccc;
  424. float: left;
  425. }
  426. .froala-editor button::-moz-focus-inner {
  427. border: 0;
  428. }
  429. .froala-editor i.for-text {
  430. font-style: normal;
  431. font-weight: bold;
  432. padding-left: 4px;
  433. }
  434. .froala-editor .fr-dropdown {
  435. display: inline-block;
  436. position: relative;
  437. text-align: left;
  438. user-select: none;
  439. -o-user-select: none;
  440. -moz-user-select: none;
  441. -khtml-user-select: none;
  442. -webkit-user-select: none;
  443. -ms-user-select: none;
  444. }
  445. .froala-editor .fr-dropdown .fr-trigger.active + .fr-dropdown-menu {
  446. display: block;
  447. }
  448. .froala-editor .fr-dropdown .fr-trigger {
  449. padding-left: 2px;
  450. width: 38px;
  451. text-align: left;
  452. }
  453. .froala-editor .fr-dropdown .fr-trigger i {
  454. margin-left: 5px;
  455. }
  456. .froala-editor .fr-dropdown .fr-dropdown-menu {
  457. display: none;
  458. position: absolute;
  459. background: #ffffff;
  460. text-align: left;
  461. left: 0px;
  462. top: 35px;
  463. margin-top: 0;
  464. padding: 0;
  465. border: solid 1px #252525;
  466. z-index: 1000;
  467. -webkit-overflow-scrolling: touch;
  468. }
  469. .froala-editor .fr-dropdown .fr-dropdown-menu li {
  470. list-style-type: none;
  471. position: relative;
  472. }
  473. .froala-editor .fr-dropdown .fr-dropdown-menu li button.fr-bttn {
  474. margin: 5px 5px;
  475. }
  476. .froala-editor .fr-dropdown .fr-dropdown-menu li.active a {
  477. background: #444444 !important;
  478. color: #ffffff !important;
  479. }
  480. .froala-editor .fr-dropdown .fr-dropdown-menu li a {
  481. padding: 5px 25px;
  482. margin: 0;
  483. display: block;
  484. text-decoration: none;
  485. outline: 0;
  486. color: #444444;
  487. white-space: nowrap;
  488. font-size: 14px;
  489. line-height: 130%;
  490. }
  491. .froala-editor .fr-dropdown .fr-dropdown-menu li a:hover {
  492. background: #444444 !important;
  493. color: #ffffff !important;
  494. }
  495. .froala-editor .fr-dropdown .fr-dropdown-menu hr {
  496. clear: both;
  497. height: 0;
  498. border: 0;
  499. display: block;
  500. }
  501. .froala-editor .fr-dropdown .fr-dropdown-menu:after {
  502. clear: both;
  503. content: "";
  504. display: block;
  505. }
  506. .froala-editor .fr-dropdown.fr-color-picker i {
  507. padding-left: 3px;
  508. }
  509. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu {
  510. padding: 10px 10px 10px;
  511. line-height: 0px;
  512. white-space: nowrap;
  513. text-align: left;
  514. direction: ltr !important;
  515. }
  516. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu > div {
  517. white-space: nowrap;
  518. display: inline-block;
  519. }
  520. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu > div + div {
  521. margin-left: 12px;
  522. }
  523. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p {
  524. margin: 0 0px 10px;
  525. font-size: 13px;
  526. line-height: 1;
  527. color: #444444;
  528. }
  529. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p span {
  530. float: left;
  531. }
  532. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn {
  533. display: inline-block;
  534. float: right;
  535. padding: 0;
  536. color: #444444;
  537. -webkit-transition: color linear 0.1s;
  538. -moz-transition: color linear 0.1s;
  539. -ms-transition: color linear 0.1s;
  540. -o-transition: color linear 0.1s;
  541. cursor: pointer;
  542. }
  543. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p a.fr-bttn:hover {
  544. color: #2c82c9;
  545. }
  546. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu p:after {
  547. content: "";
  548. display: block;
  549. clear: both;
  550. }
  551. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn {
  552. display: inline;
  553. width: 18px;
  554. height: 18px;
  555. padding: 0;
  556. border: solid 1px #ffffff;
  557. position: relative;
  558. z-index: 100;
  559. line-height: 16px !important;
  560. border-radius: 0;
  561. -moz-border-radius: 0;
  562. -webkit-border-radius: 0;
  563. -moz-background-clip: padding;
  564. -webkit-background-clip: padding-box;
  565. background-clip: padding-box;
  566. }
  567. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active {
  568. border: solid 1px #ffffff;
  569. outline: solid 1px #252525;
  570. z-index: 101;
  571. }
  572. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn.active:after {
  573. position: absolute;
  574. left: 2px;
  575. top: 1px;
  576. content: "\f00c";
  577. font-family: 'FontAwesome';
  578. font-weight: normal;
  579. font-size: 12px;
  580. color: #ffffff;
  581. }
  582. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .separator {
  583. height: 8px;
  584. }
  585. .froala-editor .fr-dropdown.fr-color-picker .fr-dropdown-menu .fr-color-bttn:hover:not(:focus):not(:active) {
  586. border: solid 1px #252525;
  587. }
  588. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-blockquote {
  589. font-style: italic;
  590. }
  591. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-pre {
  592. font-family: monospace, sans-serif;
  593. }
  594. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-h1 {
  595. font-size: 36px;
  596. line-height: 1.1;
  597. font-weight: 400;
  598. }
  599. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-h2 {
  600. font-size: 30px;
  601. line-height: 1.1;
  602. font-weight: 400;
  603. }
  604. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-h3 {
  605. font-size: 24px;
  606. line-height: 1.1;
  607. font-weight: 400;
  608. }
  609. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-h4 {
  610. font-size: 18px;
  611. line-height: 1.1;
  612. font-weight: 400;
  613. }
  614. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-h5 {
  615. font-size: 14px;
  616. line-height: 1.1;
  617. font-weight: 400;
  618. }
  619. .froala-editor .fr-dropdown .fr-dropdown-menu li a.format-h6 {
  620. font-size: 12px;
  621. line-height: 1.1;
  622. font-weight: 400;
  623. }
  624. .froala-editor .fr-dropdown .fr-dropdown-menu.f-font-sizes {
  625. max-height: 200px;
  626. overflow-y: scroll;
  627. }
  628. .froala-editor .fr-dropdown .fr-dropdown-menu.f-font-sizes a {
  629. padding: 5px 7px !important;
  630. font-size: 12px;
  631. line-height: 160%;
  632. }
  633. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > a {
  634. padding-left: 10px;
  635. position: relative;
  636. }
  637. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > a i {
  638. bottom: 0;
  639. font-size: 12px;
  640. height: 10px;
  641. margin: auto;
  642. position: absolute;
  643. right: 5px;
  644. top: 0;
  645. }
  646. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li:hover > a,
  647. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li.hover > a {
  648. background: #444444;
  649. color: #ffffff;
  650. }
  651. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li:hover > div,
  652. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li.hover > div,
  653. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li:hover > ul,
  654. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li.hover > ul {
  655. display: block !important;
  656. }
  657. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > ul {
  658. display: none;
  659. position: absolute;
  660. left: 100%;
  661. top: 0;
  662. background: #ffffff;
  663. color: #444444;
  664. border: solid 1px #252525;
  665. line-height: 0;
  666. padding: 0;
  667. margin: 0;
  668. }
  669. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > ul a {
  670. padding: 5px 10px;
  671. }
  672. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div {
  673. display: none;
  674. position: absolute;
  675. left: 100%;
  676. top: 0;
  677. background: #ffffff;
  678. color: #444444;
  679. border: solid 1px #252525;
  680. line-height: 0;
  681. padding: 5px;
  682. }
  683. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > div.fr-t-info {
  684. line-height: 140%;
  685. text-align: center;
  686. font-size: 13px;
  687. padding-bottom: 5px;
  688. }
  689. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span {
  690. display: inline-block;
  691. padding: 0px 4px 4px 0;
  692. line-height: 0;
  693. float: none;
  694. }
  695. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span > span {
  696. display: inline-block;
  697. width: 12px;
  698. height: 12px;
  699. border: solid 1px #cccccc;
  700. }
  701. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span:hover > span,
  702. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div > span.hover > span {
  703. background: rgba(61, 142, 185, 0.3);
  704. border: solid 1px #3d8eb9;
  705. }
  706. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > li > div .new-line {
  707. content: "";
  708. display: block;
  709. clear: both;
  710. }
  711. .froala-editor .fr-dropdown .fr-dropdown-menu.fr-table > hr {
  712. border-top: solid 1px #252525;
  713. }
  714. .froala-editor .fr-dropdown .fr-dropdown-menu.f-align a {
  715. padding: 5px 0px !important;
  716. width: 40px;
  717. text-align: center;
  718. font-size: 16px;
  719. }
  720. .froala-editor button.fr-bttn,
  721. .froala-editor button.fr-trigger {
  722. padding: 0;
  723. background: transparent;
  724. color: #353535;
  725. -moz-outline: 0;
  726. outline: 0;
  727. border: 0;
  728. font-size: 16px;
  729. line-height: 35px;
  730. display: inline-block;
  731. cursor: pointer;
  732. width: 40px;
  733. text-align: center;
  734. margin: 0px;
  735. -webkit-transition: background linear 0.1s;
  736. -moz-transition: background linear 0.1s;
  737. -ms-transition: background linear 0.1s;
  738. -o-transition: background linear 0.1s;
  739. border-radius: 0;
  740. -moz-border-radius: 0;
  741. -webkit-border-radius: 0;
  742. -moz-background-clip: padding;
  743. -webkit-background-clip: padding-box;
  744. background-clip: padding-box;
  745. z-index: 2;
  746. }
  747. .froala-editor button.fr-bttn img,
  748. .froala-editor button.fr-trigger img {
  749. max-width: 40px;
  750. max-height: 35px;
  751. display: block;
  752. }
  753. .froala-editor button.fr-bttn:disabled,
  754. .froala-editor button.fr-trigger:disabled {
  755. color: #aaaaaa !important;
  756. background: transparent !important;
  757. cursor: default;
  758. }
  759. .froala-editor button.fr-bttn:disabled:after,
  760. .froala-editor button.fr-trigger:disabled:after {
  761. border-top-color: #aaaaaa !important;
  762. }
  763. .froala-editor button.fr-bttn i,
  764. .froala-editor button.fr-trigger i {
  765. line-height: 170%;
  766. -moz-outline: 0;
  767. outline: 0;
  768. }
  769. .froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover,
  770. .froala-editor .froala-popup button.fr-bttn:hover,
  771. .froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover,
  772. .froala-editor .froala-popup button.fr-trigger:hover {
  773. background: #2c82c9;
  774. color: #ffffff;
  775. }
  776. .froala-editor .bttn-wrapper:not(.touch) button.fr-bttn:hover:after,
  777. .froala-editor .froala-popup button.fr-bttn:hover:after,
  778. .froala-editor .bttn-wrapper:not(.touch) button.fr-trigger:hover:after,
  779. .froala-editor .froala-popup button.fr-trigger:hover:after {
  780. border-top-color: #ffffff;
  781. }
  782. .froala-editor .fr-bttn.active {
  783. color: #2c82c9;
  784. background: transparent;
  785. }
  786. .froala-editor .fr-trigger:after {
  787. width: 0;
  788. height: 0;
  789. border-left: 3px solid transparent;
  790. border-right: 3px solid transparent;
  791. border-top-width: 3px;
  792. border-top-style: solid;
  793. border-top-color: #353535;
  794. content: ' ';
  795. position: absolute;
  796. top: 15px;
  797. right: 8px;
  798. color: inherit;
  799. cursor: pointer;
  800. z-index: 3;
  801. zoom: 1;
  802. }
  803. .froala-editor .fr-trigger.active {
  804. color: #ffffff;
  805. background: #2c82c9;
  806. }
  807. .froala-editor .fr-trigger.active:after {
  808. border-top-color: #ffffff !important;
  809. }
  810. .froala-editor .froala-popup {
  811. font-size: 13px;
  812. background: #ffffff;
  813. }
  814. .froala-editor .froala-popup *:not(input):not(textarea) {
  815. -webkit-touch-callout: none;
  816. -webkit-user-select: none;
  817. -khtml-user-select: none;
  818. -moz-user-select: none;
  819. -ms-user-select: none;
  820. user-select: none;
  821. }
  822. .froala-editor .froala-popup h4 {
  823. margin: 0;
  824. font-size: 14px;
  825. color: #444444;
  826. padding: 7px 7px 0;
  827. }
  828. .froala-editor .froala-popup h4:after {
  829. content: ".";
  830. display: block;
  831. clear: both;
  832. visibility: hidden;
  833. line-height: 0;
  834. height: 0;
  835. }
  836. .froala-editor .froala-popup h4 span {
  837. float: left;
  838. }
  839. .froala-editor .froala-popup h4 i {
  840. float: right;
  841. cursor: pointer;
  842. color: #cccccc;
  843. -webkit-transition: all 0.2s ease-in;
  844. -moz-transition: all 0.2s ease-in;
  845. -ms-transition: all 0.2s ease-in;
  846. -o-transition: all 0.2s ease-in;
  847. }
  848. .froala-editor .froala-popup h4 i.fa-external-link {
  849. float: left;
  850. margin-left: 5px;
  851. margin-top: 1px;
  852. color: #444444;
  853. }
  854. .froala-editor .froala-popup h4 i.fa-external-link:hover {
  855. color: #2c82c9;
  856. }
  857. .froala-editor .froala-popup h4 i:hover {
  858. color: #444444;
  859. }
  860. .froala-editor .froala-popup div.f-popup-line {
  861. margin: 0px 7px;
  862. padding: 10px 0;
  863. display: block;
  864. position: relative;
  865. }
  866. .froala-editor .froala-popup div.f-popup-line.f-popup-toolbar {
  867. background: #ffffff;
  868. }
  869. .froala-editor .froala-popup div.f-popup-line:after {
  870. content: "";
  871. display: block;
  872. clear: both;
  873. }
  874. .froala-editor .froala-popup div.f-popup-line label {
  875. float: left;
  876. margin: 5px 5px 0;
  877. line-height: 120%;
  878. color: #444444;
  879. }
  880. .froala-editor .froala-popup div.f-popup-line input[type="text"] {
  881. font-size: 12px;
  882. width: 250px;
  883. border: solid 1px #cccccc;
  884. margin: 0 5px !important;
  885. height: 25px;
  886. line-height: 21px;
  887. display: block;
  888. padding: 2px;
  889. float: left;
  890. -webkit-box-sizing: border-box;
  891. -moz-box-sizing: border-box;
  892. box-sizing: border-box;
  893. border-radius: 0;
  894. -moz-border-radius: 0;
  895. -webkit-border-radius: 0;
  896. -moz-background-clip: padding;
  897. -webkit-background-clip: padding-box;
  898. background-clip: padding-box;
  899. box-shadow: none;
  900. -moz-box-shadow: none;
  901. -webkit-box-shadow: none;
  902. outline: 0;
  903. }
  904. .froala-editor .froala-popup div.f-popup-line input[type="text"]:focus {
  905. border: solid 1px #54acd2;
  906. }
  907. .froala-editor .froala-popup div.f-popup-line input[type="checkbox"] {
  908. float: left;
  909. margin-right: 0;
  910. margin-left: 0;
  911. margin-top: 5px;
  912. }
  913. .froala-editor .froala-popup div.f-popup-line textarea {
  914. padding: 5px;
  915. font-size: 12px;
  916. margin: 0;
  917. border: solid 1px #cccccc;
  918. width: 100%;
  919. height: 50px;
  920. -webkit-box-sizing: border-box;
  921. -moz-box-sizing: border-box;
  922. box-sizing: border-box;
  923. resize: none;
  924. -moz-resize: none;
  925. -webkit-resize: none;
  926. border-radius: 0;
  927. -moz-border-radius: 0;
  928. -webkit-border-radius: 0;
  929. -moz-background-clip: padding;
  930. -webkit-background-clip: padding-box;
  931. background-clip: padding-box;
  932. box-shadow: none;
  933. -moz-box-shadow: none;
  934. -webkit-box-shadow: none;
  935. outline: 0;
  936. }
  937. .froala-editor .froala-popup div.f-popup-line textarea:focus {
  938. border: solid 1px #54acd2;
  939. outline: 0;
  940. }
  941. .froala-popup.froala-image-popup div.f-popup-line.drop-upload,
  942. .froala-popup.froala-file-popup div.f-popup-line.drop-upload {
  943. overflow: hidden;
  944. position: relative;
  945. }
  946. .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload,
  947. .froala-popup.froala-file-popup div.f-popup-line.drop-upload div.f-upload {
  948. border: dashed 2px #cccccc;
  949. color: #444444;
  950. font-weight: normal;
  951. text-align: center;
  952. padding: 10px 0;
  953. min-width: 315px;
  954. position: relative;
  955. overflow: hidden;
  956. }
  957. .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload:hover,
  958. .froala-popup.froala-file-popup div.f-popup-line.drop-upload div.f-upload:hover {
  959. border: dashed 2px #353535;
  960. }
  961. .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload.f-hover,
  962. .froala-popup.froala-file-popup div.f-popup-line.drop-upload div.f-upload.f-hover {
  963. border: dashed 2px #61bd6d;
  964. }
  965. .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload strong,
  966. .froala-popup.froala-file-popup div.f-popup-line.drop-upload div.f-upload strong {
  967. font-size: 14px;
  968. }
  969. .froala-popup.froala-image-popup div.f-popup-line.drop-upload form,
  970. .froala-popup.froala-file-popup div.f-popup-line.drop-upload form {
  971. width: 100%;
  972. height: 100%;
  973. background: transparent;
  974. position: absolute;
  975. top: 0;
  976. left: 0;
  977. -webkit-opacity: 0;
  978. -moz-opacity: 0;
  979. opacity: 0;
  980. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  981. cursor: pointer;
  982. overflow: hidden;
  983. }
  984. .froala-popup.froala-image-popup div.f-popup-line.drop-upload form input,
  985. .froala-popup.froala-file-popup div.f-popup-line.drop-upload form input {
  986. background: transparent;
  987. display: inline-block;
  988. width: 400%;
  989. margin-left: -300%;
  990. height: 100%;
  991. cursor: pointer;
  992. font-size: 1000px !important;
  993. }
  994. .froala-popup.froala-image-popup div.f-popup-line.drop-upload form button,
  995. .froala-popup.froala-file-popup div.f-popup-line.drop-upload form button {
  996. background: transparent;
  997. }
  998. .froala-popup.froala-image-popup div.f-popup-line button.f-browse,
  999. .froala-popup.froala-file-popup div.f-popup-line button.f-browse {
  1000. display: none;
  1001. margin: 0 5px 0 -1px;
  1002. padding: 2px 7px;
  1003. background: #475577;
  1004. color: #ffffff;
  1005. }
  1006. .froala-popup.froala-image-popup div.f-popup-line button.f-browse:hover,
  1007. .froala-popup.froala-file-popup div.f-popup-line button.f-browse:hover {
  1008. background: #353535;
  1009. color: #ffffff;
  1010. }
  1011. .froala-popup.froala-image-popup div.f-popup-line + div.f-popup-line,
  1012. .froala-popup.froala-file-popup div.f-popup-line + div.f-popup-line {
  1013. border-top: solid 1px #cccccc;
  1014. }
  1015. .froala-popup.froala-image-popup div.f-popup-line input[type="text"],
  1016. .froala-popup.froala-file-popup div.f-popup-line input[type="text"] {
  1017. margin-right: 0 !important;
  1018. width: 200px;
  1019. }
  1020. .froala-popup.froala-image-popup h4 span + span,
  1021. .froala-popup.froala-file-popup h4 span + span {
  1022. display: none;
  1023. }
  1024. .froala-popup.froala-image-popup h4.uploading span,
  1025. .froala-popup.froala-file-popup h4.uploading span {
  1026. display: none;
  1027. }
  1028. .froala-popup.froala-image-popup h4.uploading span + span,
  1029. .froala-popup.froala-file-popup h4.uploading span + span {
  1030. display: inline-block;
  1031. }
  1032. .froala-popup.froala-image-popup h4.uploading i,
  1033. .froala-popup.froala-file-popup h4.uploading i {
  1034. display: none;
  1035. }
  1036. .froala-popup.froala-image-popup p.f-progress,
  1037. .froala-popup.froala-file-popup p.f-progress {
  1038. width: 100%;
  1039. display: none;
  1040. border: 0;
  1041. height: 20px;
  1042. margin: 5px 0;
  1043. width: 250px;
  1044. }
  1045. .froala-popup.froala-image-popup p.f-progress span,
  1046. .froala-popup.froala-file-popup p.f-progress span {
  1047. display: inline-block;
  1048. height: 100%;
  1049. background-color: #61bd6d;
  1050. text-align: center;
  1051. color: #ffffff;
  1052. line-height: 20px;
  1053. }
  1054. .froala-popup.froala-image-editor-popup div.f-popup-line {
  1055. padding: 0;
  1056. margin: 0;
  1057. }
  1058. .froala-popup.froala-image-editor-popup div.f-popup-line input[type="text"] {
  1059. width: 160px;
  1060. }
  1061. .froala-popup.froala-image-editor-popup div.f-popup-line + div.f-popup-line {
  1062. border-top: solid 1px #cccccc;
  1063. padding: 5px;
  1064. }
  1065. .froala-popup.froala-link-popup div.f-popup-line button {
  1066. float: right;
  1067. }
  1068. .froala-popup.froala-link-popup div.f-popup-line input[type="text"] {
  1069. margin-left: 0 !important;
  1070. margin-right: 0 !important;
  1071. }
  1072. .froala-popup.froala-link-popup div.f-popup-line input[type="text"].f-bi {
  1073. width: 225px;
  1074. }
  1075. .froala-popup.froala-link-popup div.f-popup-line input[type="text"]:disabled {
  1076. background: #ffffff;
  1077. color: #aaaaaa;
  1078. }
  1079. .froala-popup.froala-link-popup div.f-popup-line input[type="text"].fr-error {
  1080. border-color: #b8312f;
  1081. }
  1082. .froala-popup.froala-link-popup div.f-popup-line:not(.fr-hidden) + div.f-popup-line,
  1083. .froala-popup.froala-link-popup div.f-popup-line + div.f-popup-line:last-child {
  1084. padding-top: 0;
  1085. }
  1086. .froala-popup.froala-link-popup div.f-popup-line .f-browse-links {
  1087. background: #475577;
  1088. color: #ffffff;
  1089. margin-left: -1px;
  1090. }
  1091. .froala-popup.froala-link-popup div.f-popup-line .f-browse-links:hover {
  1092. background: #353535;
  1093. color: #ffffff;
  1094. }
  1095. .froala-popup.froala-link-popup div.f-popup-line ul {
  1096. background: #ffffff;
  1097. display: block;
  1098. list-style-type: none;
  1099. margin: 0;
  1100. padding: 0;
  1101. position: absolute;
  1102. top: 25px;
  1103. left: 0px;
  1104. right: 0px;
  1105. border: solid 1px #252525;
  1106. border-top: 0;
  1107. display: none;
  1108. max-height: 100px;
  1109. overflow-x: hidden;
  1110. overflow-y: auto;
  1111. z-index: 2;
  1112. }
  1113. .froala-popup.froala-link-popup div.f-popup-line ul li {
  1114. padding: 2px 5px;
  1115. cursor: pointer;
  1116. color: #444444;
  1117. }
  1118. .froala-popup.froala-link-popup div.f-popup-line ul li + li {
  1119. border-top: solid 1px #252525;
  1120. }
  1121. .froala-popup.froala-link-popup div.f-popup-line ul li:hover {
  1122. background: #444444;
  1123. color: #ffffff;
  1124. }
  1125. .froala-popup.froala-video-popup div.f-popup-line {
  1126. padding-bottom: 0;
  1127. }
  1128. .froala-popup.froala-video-popup p {
  1129. margin: 0;
  1130. text-align: center;
  1131. font-weight: bold;
  1132. }
  1133. .froala-popup.froala-video-popup p + div.f-popup-line {
  1134. padding-top: 2px;
  1135. padding-bottom: 7px;
  1136. }
  1137. .froala-popup.froala-video-popup p.or {
  1138. color: #444444;
  1139. }
  1140. .froala-popup.froala-video-editor-popup div.f-popup-line {
  1141. padding: 0;
  1142. margin: 0;
  1143. }
  1144. .froala-popup.froala-text-popup div.f-popup-line input {
  1145. margin-left: 0 !important;
  1146. }
  1147. .froala-popup button:not(.fr-bttn):not(.fr-trigger) {
  1148. border: 0;
  1149. color: #ffffff;
  1150. padding: 2px 5px;
  1151. margin: 0;
  1152. font-size: 12px;
  1153. line-height: 21px;
  1154. font-weight: 400;
  1155. cursor: pointer;
  1156. float: left;
  1157. -webkit-transition: background linear 0.2s;
  1158. -moz-transition: background linear 0.2s;
  1159. -ms-transition: background linear 0.2s;
  1160. -o-transition: background linear 0.2s;
  1161. min-width: 16px;
  1162. }
  1163. .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-ok {
  1164. background: #2c82c9;
  1165. color: #ffffff;
  1166. }
  1167. .froala-popup button:not(.fr-bttn):not(.fr-trigger).f-unlink {
  1168. background: #b8312f;
  1169. color: #ffffff;
  1170. margin: 0 5px;
  1171. }
  1172. .froala-popup button:not(.fr-bttn):not(.fr-trigger):hover,
  1173. .froala-popup button:not(.fr-bttn):not(.fr-trigger):focus {
  1174. background: #353535;
  1175. color: #ffffff;
  1176. }
  1177. .froala-modal {
  1178. position: fixed;
  1179. z-index: 1001;
  1180. overflow-x: auto;
  1181. overflow-y: scroll;
  1182. top: 0;
  1183. left: 0;
  1184. bottom: 0;
  1185. right: 0;
  1186. text-align: center;
  1187. }
  1188. .froala-modal .f-modal-wrapper {
  1189. margin: 50px auto;
  1190. display: inline-block;
  1191. background: #ffffff;
  1192. min-width: 300px;
  1193. text-align: center;
  1194. border: solid 1px #252525;
  1195. border-top: solid 5px #252525;
  1196. }
  1197. .froala-modal .f-modal-wrapper .f-preloader {
  1198. margin: 50px 0;
  1199. }
  1200. .froala-modal .f-modal-wrapper h4 {
  1201. margin: 0;
  1202. font-size: 18px;
  1203. color: #444444;
  1204. margin: 10px 10px;
  1205. text-align: left;
  1206. }
  1207. .froala-modal .f-modal-wrapper h4:after {
  1208. content: ".";
  1209. display: block;
  1210. clear: both;
  1211. visibility: hidden;
  1212. line-height: 0;
  1213. height: 0;
  1214. }
  1215. .froala-modal .f-modal-wrapper h4 i {
  1216. float: right;
  1217. cursor: pointer;
  1218. color: #cccccc;
  1219. }
  1220. .froala-modal .f-modal-wrapper h4 i:hover {
  1221. color: #444444;
  1222. }
  1223. .froala-modal .f-modal-wrapper div.f-image-list {
  1224. list-style-type: none;
  1225. margin: 10px;
  1226. padding: 0;
  1227. column-count: 3;
  1228. -moz-column-count: 3;
  1229. -webkit-column-count: 3;
  1230. column-gap: 10px;
  1231. -moz-column-gap: 10px;
  1232. -webkit-column-gap: 10px;
  1233. width: 600px;
  1234. }
  1235. .froala-modal .f-modal-wrapper div.f-image-list div {
  1236. position: relative;
  1237. width: 100%;
  1238. display: inline-block;
  1239. margin-bottom: 10px;
  1240. }
  1241. .froala-modal .f-modal-wrapper div.f-image-list div.f-img-deleting:after {
  1242. position: absolute;
  1243. -webkit-opacity: 0.75;
  1244. -moz-opacity: 0.75;
  1245. opacity: 0.75;
  1246. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1247. background: #000;
  1248. content: "";
  1249. top: 0;
  1250. left: 0;
  1251. bottom: 0;
  1252. right: 0;
  1253. color: #FFF;
  1254. z-index: 2;
  1255. }
  1256. .froala-modal .f-modal-wrapper div.f-image-list div.f-img-deleting:before {
  1257. content: "Deleting...";
  1258. color: #FFF;
  1259. top: 0;
  1260. left: 0;
  1261. bottom: 0;
  1262. right: 0;
  1263. margin: auto;
  1264. position: absolute;
  1265. z-index: 3;
  1266. font-size: 15px;
  1267. height: 20px;
  1268. }
  1269. .froala-modal .f-modal-wrapper div.f-image-list div.f-empty {
  1270. width: 100%;
  1271. height: 200px;
  1272. background: #cccccc;
  1273. position: relative;
  1274. margin-bottom: 10px;
  1275. }
  1276. .froala-modal .f-modal-wrapper div.f-image-list div.f-empty:after {
  1277. position: absolute;
  1278. margin: auto;
  1279. top: 0;
  1280. bottom: 0;
  1281. left: 0;
  1282. right: 0;
  1283. content: "Loading..";
  1284. display: inline-block;
  1285. height: 20px;
  1286. }
  1287. .froala-modal .f-modal-wrapper div.f-image-list div img {
  1288. width: 100%;
  1289. -webkit-opacity: 0.75;
  1290. -moz-opacity: 0.75;
  1291. opacity: 0.75;
  1292. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1293. vertical-align: middle;
  1294. }
  1295. .froala-modal .f-modal-wrapper div.f-image-list div .f-delete-img {
  1296. display: none;
  1297. bottom: 0px;
  1298. left: 0;
  1299. background: #b8312f;
  1300. color: #ffffff;
  1301. font-family: Arial, Helvetica;
  1302. font-size: 12px;
  1303. text-transform: uppercase;
  1304. letter-spacing: 1px;
  1305. padding: 5px;
  1306. position: absolute;
  1307. -webkit-transition: background 0.2s;
  1308. -moz-transition: background 0.2s;
  1309. -ms-transition: background 0.2s;
  1310. -o-transition: background 0.2s;
  1311. cursor: pointer;
  1312. margin: 0;
  1313. text-decoration: none;
  1314. }
  1315. .froala-modal .f-modal-wrapper div.f-image-list div .f-delete-img {
  1316. display: inline-block;
  1317. }
  1318. .froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) .f-delete-img {
  1319. display: none;
  1320. }
  1321. .froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) div:hover .f-delete-img {
  1322. display: inline-block;
  1323. }
  1324. .froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) div:hover .f-delete-img:hover {
  1325. background: #353535;
  1326. color: #ffffff;
  1327. }
  1328. .froala-modal .f-modal-wrapper div.f-image-list:not(.f-touch) div:hover img {
  1329. -webkit-opacity: 1;
  1330. -moz-opacity: 1;
  1331. opacity: 1;
  1332. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1333. }
  1334. .froala-overlay {
  1335. position: fixed;
  1336. top: 0;
  1337. bottom: 0;
  1338. left: 0;
  1339. right: 0;
  1340. background: #000000;
  1341. z-index: 1000;
  1342. -webkit-opacity: 0.5;
  1343. -moz-opacity: 0.5;
  1344. opacity: 0.5;
  1345. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1346. }
  1347. .froala-editor.f-rtl {
  1348. direction: rtl;
  1349. text-align: right;
  1350. }
  1351. .froala-editor.f-rtl.f-basic .fr-bttn {
  1352. float: right;
  1353. }
  1354. .froala-editor.f-rtl.f-basic .f-sep {
  1355. float: right;
  1356. }
  1357. .froala-editor.f-rtl .fr-dropdown-menu {
  1358. text-align: right !important;
  1359. direction: rtl !important;
  1360. }
  1361. .froala-editor.f-rtl .fr-dropdown-menu li.active:before {
  1362. left: auto;
  1363. right: 5px;
  1364. }
  1365. .froala-editor.f-rtl .fr-dropdown.fr-color-picker .fr-dropdown-menu p {
  1366. text-align: right !important;
  1367. direction: rtl !important;
  1368. }
  1369. .froala-editor.f-rtl .fr-dropdown.fr-table .fr-dropdown-menu > li > a {
  1370. padding: 5px 10px 5px 25px;
  1371. }
  1372. .froala-editor.f-rtl .fr-dropdown.fr-table .fr-dropdown-menu > li > a i {
  1373. right: auto;
  1374. left: 5px;
  1375. }
  1376. .froala-editor.f-rtl .fr-dropdown.fr-table .fr-dropdown-menu > li > a i:before {
  1377. content: '\f053';
  1378. }
  1379. .froala-editor.f-rtl .fr-dropdown.fr-table .fr-dropdown-menu > li > div,
  1380. .froala-editor.f-rtl .fr-dropdown.fr-table .fr-dropdown-menu > li > ul {
  1381. right: 100%;
  1382. left: auto;
  1383. }
  1384. .froala-editor.f-rtl .froala-popup div.f-popup-line label,
  1385. .froala-editor.f-rtl .froala-popup div.f-popup-line input {
  1386. float: right !important;
  1387. }
  1388. .froala-editor.f-rtl .froala-popup div.f-popup-line button {
  1389. float: left !important;
  1390. }
  1391. .froala-editor.f-rtl .froala-popup div.f-popup-line button.f-ok {
  1392. margin-right: 5px;
  1393. }
  1394. .froala-editor.f-rtl .froala-popup div.f-popup-line button.fr-bttn {
  1395. float: right !important;
  1396. }
  1397. .froala-editor.f-rtl .froala-popup div.f-popup-line button.f-browse {
  1398. float: right !important;
  1399. margin: 0 -1px 0 0;
  1400. }
  1401. .froala-editor.f-rtl .froala-popup div.f-popup-line input[type="text"] {
  1402. margin-left: 0 !important;
  1403. }
  1404. .froala-editor.f-rtl .froala-popup h4 {
  1405. direction: rtl !important;
  1406. }
  1407. .froala-editor.f-rtl .froala-popup h4 span {
  1408. float: right;
  1409. }
  1410. .froala-editor.f-rtl .froala-popup h4 .f-external-link {
  1411. float: right;
  1412. }
  1413. .froala-editor.f-rtl .froala-popup h4 .f-external-link i {
  1414. margin-right: 5px;
  1415. margin-left: 1px;
  1416. }
  1417. .froala-editor.f-rtl .froala-popup h4 i {
  1418. float: left !important;
  1419. }
  1420. .froala-modal.f-rtl .f-modal-wrapper {
  1421. direction: rtl;
  1422. text-align: right;
  1423. }
  1424. .froala-modal.f-rtl .f-modal-wrapper h4 span {
  1425. float: right !important;
  1426. }
  1427. .froala-modal.f-rtl .f-modal-wrapper h4 i {
  1428. float: left !important;
  1429. }
  1430. .froala-modal.f-rtl .f-modal-wrapper a.f-delete-img {
  1431. left: auto !important;
  1432. right: 0;
  1433. }
  1434. .froala-element.f-rtl {
  1435. direction: rtl;
  1436. text-align: right;
  1437. }
  1438. .froala-element.f-rtl.f-placeholder:before {
  1439. left: auto;
  1440. right: 10px;
  1441. }
  1442. .froala-editor.f-basic {
  1443. padding: 0px;
  1444. z-index: 999;
  1445. width: 100%;
  1446. border-bottom: 0 !important;
  1447. -webkit-box-sizing: border-box;
  1448. -moz-box-sizing: border-box;
  1449. box-sizing: border-box;
  1450. }
  1451. .froala-editor.f-basic:before {
  1452. display: none;
  1453. }
  1454. .froala-editor.f-basic:after {
  1455. content: "";
  1456. display: block;
  1457. clear: both;
  1458. }
  1459. .froala-editor.f-basic .fr-bttn {
  1460. margin: 0;
  1461. float: left;
  1462. }
  1463. .froala-editor.f-basic.f-scroll {
  1464. position: absolute;
  1465. left: 0;
  1466. right: 0;
  1467. border-bottom-width: 1px;
  1468. border-bottom-style: solid;
  1469. border-bottom-color: inherit;
  1470. }
  1471. .froala-editor.f-basic hr {
  1472. display: none;
  1473. }
  1474. .froala-element.f-basic {
  1475. border: solid 1px #252525;
  1476. padding: 10px;
  1477. }
  1478. .froala-element.f-basic span.f-img-editor {
  1479. left: 0;
  1480. right: 0;
  1481. }
  1482. .ie8 .froala-popup.froala-image-popup div.f-popup-line.drop-upload div.f-upload {
  1483. min-width: 350px;
  1484. }
  1485. .ie8 .froala-popup.froala-image-editor-popup div.f-popup-line + div.f-popup-line {
  1486. min-width: 250px;
  1487. }
  1488. .froala-element.ie8.f-placeholder:before {
  1489. display: none;
  1490. }
  1491. .froala-editor.ie8 button.fr-bttn,
  1492. .froala-editor.ie8 button.fr-trigger {
  1493. zoom: 1;
  1494. position: relative;
  1495. }
  1496. .froala-editor.ie8 button.fr-bttn:hover,
  1497. .froala-editor.ie8 button.fr-trigger:hover {
  1498. background: #2c82c9;
  1499. color: #ffffff;
  1500. }
  1501. .froala-editor.ie8 button.fr-bttn:hover:after,
  1502. .froala-editor.ie8 button.fr-trigger:hover:after {
  1503. border-top-color: #ffffff;
  1504. z-index: 3;
  1505. }