summernote.css 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124
  1. /*!
  2. *
  3. * Super simple wysiwyg editor v0.8.16
  4. * https://summernote.org
  5. *
  6. *
  7. * Copyright 2013- Alan Hong. and other contributors
  8. * summernote may be freely distributed under the MIT license.
  9. *
  10. * Date: 2020-02-19T09:12Z
  11. *
  12. */
  13. @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
  14. @font-face {
  15. font-family: "summernote";
  16. font-style: normal;
  17. font-weight: 400;
  18. font-display: auto;
  19. src: url("webfonts/summernote.eot");
  20. src: url("webfonts/summernote.eot?#iefix") format("embedded-opentype"), url("webfonts/summernote.woff2") format("woff2"), url("webfonts/summernote.woff") format("woff"), url("webfonts/summernote.ttf") format("truetype"); }
  21. [class^="note-icon"]:before,
  22. [class*=" note-icon"]:before {
  23. display: inline-block;
  24. font-family: summernote;
  25. font-style: normal;
  26. font-size: inherit;
  27. text-decoration: inherit;
  28. text-rendering: auto;
  29. text-transform: none;
  30. vertical-align: middle;
  31. -moz-osx-font-smoothing: grayscale;
  32. -webkit-font-smoothing: antialiased;
  33. speak: none; }
  34. .note-icon-fw {
  35. text-align: center;
  36. width: 1.25em; }
  37. .note-icon-border {
  38. border: solid 0.08em #eee;
  39. border-radius: 0.1em;
  40. padding: 0.2em 0.25em 0.15em; }
  41. .note-icon-pull-left {
  42. float: left; }
  43. .note-icon-pull-right {
  44. float: right; }
  45. .note-icon.note-icon-pull-left {
  46. margin-right: 0.3em; }
  47. .note-icon.note-icon-pull-right {
  48. margin-left: 0.3em; }
  49. .note-icon-align::before {
  50. content: "\ea01"; }
  51. .note-icon-align-center::before {
  52. content: "\ea02"; }
  53. .note-icon-align-indent::before {
  54. content: "\ea03"; }
  55. .note-icon-align-justify::before {
  56. content: "\ea04"; }
  57. .note-icon-align-left::before {
  58. content: "\ea05"; }
  59. .note-icon-align-outdent::before {
  60. content: "\ea06"; }
  61. .note-icon-align-right::before {
  62. content: "\ea07"; }
  63. .note-icon-arrow-circle-down::before {
  64. content: "\ea08"; }
  65. .note-icon-arrow-circle-left::before {
  66. content: "\ea09"; }
  67. .note-icon-arrow-circle-right::before {
  68. content: "\ea0a"; }
  69. .note-icon-arrow-circle-up::before {
  70. content: "\ea0b"; }
  71. .note-icon-arrows-alt::before {
  72. content: "\ea0c"; }
  73. .note-icon-arrows-h::before {
  74. content: "\ea0d"; }
  75. .note-icon-arrows-v::before {
  76. content: "\ea0e"; }
  77. .note-icon-bold::before {
  78. content: "\ea0f"; }
  79. .note-icon-caret::before {
  80. content: "\ea10"; }
  81. .note-icon-chain-broken::before {
  82. content: "\ea11"; }
  83. .note-icon-circle::before {
  84. content: "\ea12"; }
  85. .note-icon-close::before {
  86. content: "\ea13"; }
  87. .note-icon-code::before {
  88. content: "\ea14"; }
  89. .note-icon-col-after::before {
  90. content: "\ea15"; }
  91. .note-icon-col-before::before {
  92. content: "\ea16"; }
  93. .note-icon-col-remove::before {
  94. content: "\ea17"; }
  95. .note-icon-eraser::before {
  96. content: "\ea18"; }
  97. .note-icon-float-left::before {
  98. content: "\ea19"; }
  99. .note-icon-float-none::before {
  100. content: "\ea1a"; }
  101. .note-icon-float-right::before {
  102. content: "\ea1b"; }
  103. .note-icon-font::before {
  104. content: "\ea1c"; }
  105. .note-icon-frame::before {
  106. content: "\ea1d"; }
  107. .note-icon-italic::before {
  108. content: "\ea1e"; }
  109. .note-icon-link::before {
  110. content: "\ea1f"; }
  111. .note-icon-magic::before {
  112. content: "\ea20"; }
  113. .note-icon-menu-check::before {
  114. content: "\ea21"; }
  115. .note-icon-minus::before {
  116. content: "\ea22"; }
  117. .note-icon-orderedlist::before {
  118. content: "\ea23"; }
  119. .note-icon-pencil::before {
  120. content: "\ea24"; }
  121. .note-icon-picture::before {
  122. content: "\ea25"; }
  123. .note-icon-question::before {
  124. content: "\ea26"; }
  125. .note-icon-redo::before {
  126. content: "\ea27"; }
  127. .note-icon-rollback::before {
  128. content: "\ea28"; }
  129. .note-icon-row-above::before {
  130. content: "\ea29"; }
  131. .note-icon-row-below::before {
  132. content: "\ea2a"; }
  133. .note-icon-row-remove::before {
  134. content: "\ea2b"; }
  135. .note-icon-special-character::before {
  136. content: "\ea2c"; }
  137. .note-icon-square::before {
  138. content: "\ea2d"; }
  139. .note-icon-strikethrough::before {
  140. content: "\ea2e"; }
  141. .note-icon-subscript::before {
  142. content: "\ea2f"; }
  143. .note-icon-summernote::before {
  144. content: "\ea30"; }
  145. .note-icon-superscript::before {
  146. content: "\ea31"; }
  147. .note-icon-table::before {
  148. content: "\ea32"; }
  149. .note-icon-text-height::before {
  150. content: "\ea33"; }
  151. .note-icon-trash::before {
  152. content: "\ea34"; }
  153. .note-icon-underline::before {
  154. content: "\ea35"; }
  155. .note-icon-undo::before {
  156. content: "\ea36"; }
  157. .note-icon-unorderedlist::before {
  158. content: "\ea37"; }
  159. .note-icon-video::before {
  160. content: "\ea38"; }
  161. .note-editor {
  162. position: relative; }
  163. .note-editor .note-dropzone {
  164. position: absolute;
  165. display: none;
  166. z-index: 100;
  167. color: #87cefa;
  168. background-color: #fff;
  169. opacity: .95; }
  170. .note-editor .note-dropzone .note-dropzone-message {
  171. display: table-cell;
  172. vertical-align: middle;
  173. text-align: center;
  174. font-size: 28px;
  175. font-weight: 700; }
  176. .note-editor .note-dropzone.hover {
  177. color: #098ddf; }
  178. .note-editor.dragover .note-dropzone {
  179. display: table; }
  180. .note-editor .note-editing-area {
  181. position: relative; }
  182. .note-editor .note-editing-area .note-editable {
  183. outline: none; }
  184. .note-editor .note-editing-area .note-editable sup {
  185. vertical-align: super; }
  186. .note-editor .note-editing-area .note-editable sub {
  187. vertical-align: sub; }
  188. .note-editor .note-editing-area .note-editable img.note-float-left {
  189. margin-right: 10px; }
  190. .note-editor .note-editing-area .note-editable img.note-float-right {
  191. margin-left: 10px; }
  192. .note-editor.note-frame, .note-editor.note-airframe {
  193. border: 1px solid #a9a9a9; }
  194. .note-editor.note-frame.codeview .note-editing-area .note-editable, .note-editor.note-airframe.codeview .note-editing-area .note-editable {
  195. display: none; }
  196. .note-editor.note-frame.codeview .note-editing-area .note-codable, .note-editor.note-airframe.codeview .note-editing-area .note-codable {
  197. display: block; }
  198. .note-editor.note-frame .note-editing-area, .note-editor.note-airframe .note-editing-area {
  199. overflow: hidden; }
  200. .note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
  201. background-color: #fff;
  202. color: #000;
  203. padding: 10px;
  204. overflow: auto;
  205. word-wrap: break-word; }
  206. .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false], .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
  207. background-color: #e5e5e5; }
  208. .note-editor.note-frame .note-editing-area .note-codable, .note-editor.note-airframe .note-editing-area .note-codable {
  209. display: none;
  210. width: 100%;
  211. padding: 10px;
  212. border: none;
  213. -webkit-box-shadow: none;
  214. box-shadow: none;
  215. font-family: Menlo,Monaco,monospace,sans-serif;
  216. font-size: 14px;
  217. color: #ccc;
  218. background-color: #222;
  219. resize: none;
  220. outline: none;
  221. -ms-box-sizing: border-box;
  222. -webkit-box-sizing: border-box;
  223. box-sizing: border-box;
  224. border-radius: 0;
  225. margin-bottom: 0; }
  226. .note-editor.note-frame.fullscreen, .note-editor.note-airframe.fullscreen {
  227. position: fixed;
  228. top: 0;
  229. left: 0;
  230. width: 100% !important;
  231. z-index: 1050; }
  232. .note-editor.note-frame.fullscreen .note-editable, .note-editor.note-airframe.fullscreen .note-editable {
  233. background-color: #fff; }
  234. .note-editor.note-frame.fullscreen .note-resizebar, .note-editor.note-airframe.fullscreen .note-resizebar {
  235. display: none; }
  236. .note-editor.note-frame .note-status-output, .note-editor.note-airframe .note-status-output {
  237. display: block;
  238. width: 100%;
  239. font-size: 14px;
  240. line-height: 1.42857143;
  241. height: 20px;
  242. margin-bottom: 0;
  243. color: #000;
  244. border: 0;
  245. border-top: 1px solid #e2e2e2; }
  246. .note-editor.note-frame .note-status-output:empty, .note-editor.note-airframe .note-status-output:empty {
  247. height: 0;
  248. border-top: 0 solid transparent; }
  249. .note-editor.note-frame .note-status-output .pull-right, .note-editor.note-airframe .note-status-output .pull-right {
  250. float: right !important; }
  251. .note-editor.note-frame .note-status-output .text-muted, .note-editor.note-airframe .note-status-output .text-muted {
  252. color: #777; }
  253. .note-editor.note-frame .note-status-output .text-primary, .note-editor.note-airframe .note-status-output .text-primary {
  254. color: #286090; }
  255. .note-editor.note-frame .note-status-output .text-success, .note-editor.note-airframe .note-status-output .text-success {
  256. color: #3c763d; }
  257. .note-editor.note-frame .note-status-output .text-info, .note-editor.note-airframe .note-status-output .text-info {
  258. color: #31708f; }
  259. .note-editor.note-frame .note-status-output .text-warning, .note-editor.note-airframe .note-status-output .text-warning {
  260. color: #8a6d3b; }
  261. .note-editor.note-frame .note-status-output .text-danger, .note-editor.note-airframe .note-status-output .text-danger {
  262. color: #a94442; }
  263. .note-editor.note-frame .note-status-output .alert, .note-editor.note-airframe .note-status-output .alert {
  264. margin: -7px 0 0 0;
  265. padding: 7px 10px 2px 10px;
  266. border-radius: 0;
  267. color: #000;
  268. background-color: #f5f5f5; }
  269. .note-editor.note-frame .note-status-output .alert .note-icon, .note-editor.note-airframe .note-status-output .alert .note-icon {
  270. margin-right: 5px; }
  271. .note-editor.note-frame .note-status-output .alert-success, .note-editor.note-airframe .note-status-output .alert-success {
  272. color: #3c763d !important;
  273. background-color: #dff0d8 !important; }
  274. .note-editor.note-frame .note-status-output .alert-info, .note-editor.note-airframe .note-status-output .alert-info {
  275. color: #31708f !important;
  276. background-color: #d9edf7 !important; }
  277. .note-editor.note-frame .note-status-output .alert-warning, .note-editor.note-airframe .note-status-output .alert-warning {
  278. color: #8a6d3b !important;
  279. background-color: #fcf8e3 !important; }
  280. .note-editor.note-frame .note-status-output .alert-danger, .note-editor.note-airframe .note-status-output .alert-danger {
  281. color: #a94442 !important;
  282. background-color: #f2dede !important; }
  283. .note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
  284. background-color: #f5f5f5;
  285. border-bottom-left-radius: 4px;
  286. border-bottom-right-radius: 4px;
  287. border-top: 1px solid #ddd; }
  288. .note-editor.note-frame .note-statusbar .note-resizebar, .note-editor.note-airframe .note-statusbar .note-resizebar {
  289. padding-top: 1px;
  290. height: 9px;
  291. width: 100%;
  292. cursor: ns-resize; }
  293. .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
  294. width: 20px;
  295. margin: 1px auto;
  296. border-top: 1px solid #a9a9a9; }
  297. .note-editor.note-frame .note-statusbar.locked .note-resizebar, .note-editor.note-airframe .note-statusbar.locked .note-resizebar {
  298. cursor: default; }
  299. .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar, .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
  300. display: none; }
  301. .note-editor.note-frame .note-placeholder, .note-editor.note-airframe .note-placeholder {
  302. padding: 10px; }
  303. .note-editor.note-airframe {
  304. border: 0; }
  305. .note-editor.note-airframe .note-editing-area .note-editable {
  306. padding: 0; }
  307. .note-popover.popover {
  308. display: none;
  309. max-width: none; }
  310. .note-popover.popover .popover-content a {
  311. display: inline-block;
  312. max-width: 200px;
  313. overflow: hidden;
  314. text-overflow: ellipsis;
  315. white-space: nowrap;
  316. vertical-align: middle; }
  317. .note-popover.popover .arrow {
  318. left: 20px !important; }
  319. .note-toolbar {
  320. position: relative; }
  321. .note-popover .popover-content, .note-toolbar {
  322. margin: 0;
  323. padding: 0 0 5px 5px; }
  324. .note-popover .popover-content > .note-btn-group, .note-toolbar > .note-btn-group {
  325. margin-top: 5px;
  326. margin-left: 0;
  327. margin-right: 5px; }
  328. .note-popover .popover-content .note-btn-group .note-table, .note-toolbar .note-btn-group .note-table {
  329. min-width: 0;
  330. padding: 5px; }
  331. .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-toolbar .note-btn-group .note-table .note-dimension-picker {
  332. font-size: 18px; }
  333. .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  334. position: absolute !important;
  335. z-index: 3;
  336. width: 10em;
  337. height: 10em;
  338. cursor: pointer; }
  339. .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  340. position: relative !important;
  341. z-index: 1;
  342. width: 5em;
  343. height: 5em;
  344. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
  345. .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  346. position: absolute !important;
  347. z-index: 2;
  348. width: 1em;
  349. height: 1em;
  350. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
  351. .note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-toolbar .note-style .dropdown-style blockquote, .note-toolbar .note-style .dropdown-style pre {
  352. margin: 0;
  353. padding: 5px 10px; }
  354. .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-toolbar .note-style .dropdown-style h1, .note-toolbar .note-style .dropdown-style h2, .note-toolbar .note-style .dropdown-style h3, .note-toolbar .note-style .dropdown-style h4, .note-toolbar .note-style .dropdown-style h5, .note-toolbar .note-style .dropdown-style h6, .note-toolbar .note-style .dropdown-style p {
  355. margin: 0;
  356. padding: 0; }
  357. .note-popover .popover-content .note-color-all .note-dropdown-menu, .note-toolbar .note-color-all .note-dropdown-menu {
  358. min-width: 337px; }
  359. .note-popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
  360. width: 20px;
  361. padding-left: 5px; }
  362. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-toolbar .note-color .note-dropdown-menu .note-palette {
  363. display: inline-block;
  364. margin: 0;
  365. width: 160px; }
  366. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
  367. margin: 0 5px; }
  368. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
  369. font-size: 12px;
  370. margin: 2px 7px;
  371. text-align: center;
  372. border-bottom: 1px solid #eee; }
  373. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
  374. font-size: 11px;
  375. margin: 3px;
  376. padding: 0 3px;
  377. cursor: pointer;
  378. width: 100%;
  379. border-radius: 5px; }
  380. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  381. background: #eee; }
  382. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
  383. height: 20px; }
  384. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  385. display: none; }
  386. .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  387. border: 1px solid #eee; }
  388. .note-popover .popover-content .note-para .note-dropdown-menu, .note-toolbar .note-para .note-dropdown-menu {
  389. min-width: 216px;
  390. padding: 5px; }
  391. .note-popover .popover-content .note-para .note-dropdown-menu > div:first-child, .note-toolbar .note-para .note-dropdown-menu > div:first-child {
  392. margin-right: 5px; }
  393. .note-popover .popover-content .note-dropdown-menu, .note-toolbar .note-dropdown-menu {
  394. min-width: 160px; }
  395. .note-popover .popover-content .note-dropdown-menu.right, .note-toolbar .note-dropdown-menu.right {
  396. right: 0;
  397. left: auto; }
  398. .note-popover .popover-content .note-dropdown-menu.right::before, .note-toolbar .note-dropdown-menu.right::before {
  399. right: 9px;
  400. left: auto !important; }
  401. .note-popover .popover-content .note-dropdown-menu.right::after, .note-toolbar .note-dropdown-menu.right::after {
  402. right: 10px;
  403. left: auto !important; }
  404. .note-popover .popover-content .note-dropdown-menu.note-check a i, .note-toolbar .note-dropdown-menu.note-check a i {
  405. color: #00bfff;
  406. visibility: hidden; }
  407. .note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-toolbar .note-dropdown-menu.note-check a.checked i {
  408. visibility: visible; }
  409. .note-popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
  410. font-size: 10px; }
  411. .note-popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
  412. line-height: 1; }
  413. .note-popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  414. width: 20px;
  415. height: 20px;
  416. padding: 0;
  417. margin: 0;
  418. border: 1px solid #fff; }
  419. .note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  420. border: 1px solid #000; }
  421. .note-modal .modal-dialog {
  422. outline: 0;
  423. border-radius: 5px;
  424. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  425. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  426. .note-modal .form-group {
  427. margin-left: 0;
  428. margin-right: 0; }
  429. .note-modal .note-modal-form {
  430. margin: 0; }
  431. .note-modal .note-image-dialog .note-dropzone {
  432. min-height: 100px;
  433. font-size: 30px;
  434. line-height: 4;
  435. color: #d3d3d3;
  436. text-align: center;
  437. border: 4px dashed #d3d3d3;
  438. margin-bottom: 10px; }
  439. @-moz-document url-prefix() {
  440. .note-modal .note-image-input {
  441. height: auto; } }
  442. .note-placeholder {
  443. position: absolute;
  444. display: none;
  445. color: gray; }
  446. .note-handle .note-control-selection {
  447. position: absolute;
  448. display: none;
  449. border: 1px solid #000; }
  450. .note-handle .note-control-selection > div {
  451. position: absolute; }
  452. .note-handle .note-control-selection .note-control-selection-bg {
  453. width: 100%;
  454. height: 100%;
  455. background-color: #000;
  456. -webkit-opacity: .3;
  457. -khtml-opacity: .3;
  458. -moz-opacity: .3;
  459. opacity: .3;
  460. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  461. filter: alpha(opacity=30); }
  462. .note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
  463. width: 7px;
  464. height: 7px;
  465. border: 1px solid #000; }
  466. .note-handle .note-control-selection .note-control-sizing {
  467. background-color: #000; }
  468. .note-handle .note-control-selection .note-control-nw {
  469. top: -5px;
  470. left: -5px;
  471. border-right: none;
  472. border-bottom: none; }
  473. .note-handle .note-control-selection .note-control-ne {
  474. top: -5px;
  475. right: -5px;
  476. border-bottom: none;
  477. border-left: none; }
  478. .note-handle .note-control-selection .note-control-sw {
  479. bottom: -5px;
  480. left: -5px;
  481. border-top: none;
  482. border-right: none; }
  483. .note-handle .note-control-selection .note-control-se {
  484. right: -5px;
  485. bottom: -5px;
  486. cursor: se-resize; }
  487. .note-handle .note-control-selection .note-control-se.note-control-holder {
  488. cursor: default;
  489. border-top: none;
  490. border-left: none; }
  491. .note-handle .note-control-selection .note-control-selection-info {
  492. right: 0;
  493. bottom: 0;
  494. padding: 5px;
  495. margin: 5px;
  496. color: #fff;
  497. background-color: #000;
  498. font-size: 12px;
  499. border-radius: 5px;
  500. -webkit-opacity: .7;
  501. -khtml-opacity: .7;
  502. -moz-opacity: .7;
  503. opacity: .7;
  504. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  505. filter: alpha(opacity=70); }
  506. .note-hint-popover {
  507. min-width: 100px;
  508. padding: 2px; }
  509. .note-hint-popover .popover-content {
  510. padding: 3px;
  511. max-height: 150px;
  512. overflow: auto; }
  513. .note-hint-popover .popover-content .note-hint-group .note-hint-item {
  514. display: block !important;
  515. padding: 3px; }
  516. .note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  517. display: block;
  518. clear: both;
  519. font-weight: 400;
  520. line-height: 1.4;
  521. color: #fff;
  522. white-space: nowrap;
  523. text-decoration: none;
  524. background-color: #428bca;
  525. outline: 0;
  526. cursor: pointer; }
  527. .note-toolbar .note-btn {
  528. background: #fff;
  529. border-color: #dae0e5;
  530. padding: .28rem .65rem;
  531. font-size: 13px; }
  532. /* #BOOTSTRAP AND MIXINS - Base Unmodified Bootstrap file with theme mixins
  533. ========================================================================== */
  534. /*---------------------------------------------------
  535. SASS ELements (based on LESS Elements 0.9 http://lesselements.com)
  536. -------------------------------- -------------------
  537. LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
  538. SASS port by Samuel Beek (http://samuelbeek.com)
  539. ---------------------------------------------------*/
  540. /*------------------------
  541. Usage
  542. h1 {
  543. font-size: rem(32);
  544. }
  545. OR:
  546. h1 {
  547. font-size: rem(32px);
  548. }
  549. ------------------------*/
  550. /*------------------------
  551. FADE IN
  552. e.g. @include fadeIn( 2s );
  553. ------------------------*/
  554. /*------------------------
  555. mixin that calculates if text needs to be light or dark
  556. depending on the background color passed.
  557. From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast
  558. usage:
  559. @include text-contrast($bgcolor)
  560. Color brightness is determined by the following formula:
  561. ((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
  562. ------------------------*/
  563. /*------------------------
  564. color factory
  565. eg: @include paint($blue-grey-50, bg-blue-grey-50);
  566. ------------------------*/
  567. /* backface visibility */
  568. /* generate theme button */
  569. /* #BASE - Base Variable file along with font library, and colors.
  570. ========================================================================== */
  571. /* THEME COLORs
  572. ========================================================================== */
  573. /* Looks good on chrome default color profile */
  574. /* looks good in sRGB but washed up on chrome default
  575. $color-primary: #826bb0;
  576. $color-success: #31cb55;
  577. $color-info: #5e93ec;
  578. $color-warning: #eec559;
  579. $color-danger: #dc4b92;
  580. $color-fusion: darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
  581. /* Color Polarity
  582. ========================================================================== */
  583. /* PAINTBUCKET MIXER
  584. ========================================================================== */
  585. /* the grays */
  586. /* the sapphires */
  587. /* the emeralds */
  588. /* the amethyths */
  589. /* the topaz */
  590. /* the rubies */
  591. /* the graphites */
  592. /* Define universal border difition (div outlines, etc)
  593. ========================================================================== */
  594. /* MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
  595. ========================================================================== */
  596. /* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
  597. /* bootstrap reference xs: 0, sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
  598. /* global var used for spacing*/
  599. /* Uniform Padding variable */
  600. /* Heads up! This is a global scoped variable - changing may impact the whole template */
  601. /* BOOTSTRAP OVERRIDES (bootstrap variables)
  602. ========================================================================== */
  603. /* usage: theme-colors("primary"); */
  604. /* forms */
  605. /*$input-height: calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
  606. /* links */
  607. /* checkbox */
  608. /*$custom-file-height-inner: calc(2.25rem - 1px);*/
  609. /* not part of bootstrap variable */
  610. /* custom checkbox */
  611. /* custom range */
  612. /* select */
  613. /* badge */
  614. /* cards */
  615. /*border radius*/
  616. /* alert */
  617. /* toast */
  618. /* breadcrumb */
  619. /* input button */
  620. /* nav link */
  621. /* nav, tabs, pills */
  622. /* tables */
  623. /* dropdowns */
  624. /* dropdowns sizes */
  625. /* popovers */
  626. /* tooltips */
  627. /* modal */
  628. /* reference guide
  629. http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
  630. 8px = 0.5rem
  631. 9px = 0.5625rem
  632. 10px = 0.625rem
  633. 11px = 0.6875rem
  634. 12px = 0.75rem
  635. 13px = 0.8125rem
  636. 14px = 0.875rem
  637. 15px = 0.9375rem
  638. 16px = 1rem (base)
  639. 17px = 1.0625rem
  640. 18px = 1.125rem
  641. 19px = 1.1875rem
  642. 20px = 1.25rem
  643. 21px = 1.3125rem
  644. 22px = 1.375rem
  645. 24px = 1.5rem
  646. 25px = 1.5625rem
  647. 26px = 1.625rem
  648. 28px = 1.75rem
  649. 30px = 1.875rem
  650. 32px = 2rem
  651. 34px = 2.125rem
  652. 36px = 2.25rem
  653. 38px = 2.375rem
  654. 40px = 2.5rem
  655. */
  656. /* Fonts */
  657. /* carousel */
  658. /* BASE VARS
  659. ========================================================================== */
  660. /* font vars below will auto change to rem values using function rem($value)*/
  661. /* 11px */
  662. /* 12px */
  663. /* 12.5px */
  664. /* 14px */
  665. /* 15px */
  666. /* 16px */
  667. /* 28px */
  668. /* Font Family
  669. ========================================================================== */
  670. /*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
  671. /* ANIMATIONS
  672. ========================================================================== */
  673. /* this addresses all animation related to nav hide to nav minify */
  674. /* Z-INDEX declearation
  675. ========================================================================== */
  676. /* we adjust bootstrap z-index to be higher than our higest z-index*/
  677. /* CUSTOM ICON PREFIX
  678. ========================================================================== */
  679. /* PRINT CSS (landscape or portrait)
  680. ========================================================================== */
  681. /* landscape or portrait */
  682. /* auto, letter */
  683. /* Common Element Variables
  684. ========================================================================== */
  685. /* Z-index decleartion "birds eye view"
  686. ========================================================================== */
  687. /* Components
  688. ========================================================================== */
  689. /* PAGE HEADER STUFF
  690. ========================================================================== */
  691. /* colors */
  692. /* height */
  693. /* logo */
  694. /* try not to go beywond the width of $main_nav_width value */
  695. /* you may need to change this depending on your logo design */
  696. /* adjust this as you see fit : left, right, center */
  697. /* icon font size (not button) */
  698. /* search input box */
  699. /* suggestion: #ccced0*/
  700. /* btn */
  701. /* dropdown: app list */
  702. /* badge */
  703. /* COMPONENTS & MODS */
  704. /* NAVIGATION STUFF
  705. Guide:
  706. aside.page-sidebar ($nav-width, $nav-background)
  707. .page-logo
  708. .primary-nav
  709. .info-card
  710. ul.nav-menu
  711. li
  712. a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
  713. icon
  714. span
  715. collapse-sign
  716. ul.nav-menu-sub-one
  717. li
  718. a ($nav-level-1... $nav-sub-link-height)
  719. span
  720. collapse-sign
  721. ul.nav-menu-sub-two
  722. li
  723. a ($nav-level-2... $nav-sub-link-height)
  724. span
  725. p.nav-title ($nav-title-*...)
  726. ========================================================================== */
  727. /* main navigation */
  728. /* left panel */
  729. /* nav parent level-0 */
  730. /* nav icon sizes */
  731. /* badge default */
  732. /* all child */
  733. /* nav title */
  734. /* nav Minify */
  735. /* when the menu pops on hover */
  736. /* navigation Width */
  737. /* partial visibility of the menu */
  738. /* top navigation */
  739. /* nav Info Card (appears below the logo) */
  740. /* width is auto */
  741. /* nav DL labels for all child */
  742. /* will be pulled to left as a negative value */
  743. /* MISC Settings
  744. ========================================================================== */
  745. /* List Table */
  746. /* PAGE SETTINGS
  747. ========================================================================== */
  748. /* PAGE BREADCRUMB
  749. ========================================================================== */
  750. /* PAGE COMPONENT PANELS
  751. ========================================================================== */
  752. /* PAGE COMPONENT PROGRESSBARS
  753. ========================================================================== */
  754. /* PAGE COMPONENT MESSENGER
  755. ========================================================================== */
  756. /* FOOTER
  757. ========================================================================== */
  758. /* GLOBALS
  759. ========================================================================== */
  760. /* ACCESSIBILITIES */
  761. /* SHORTCUT BUTTON (appears on bottom right of the page) */
  762. /* GULP WARNINGS */
  763. body {
  764. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  765. font-size: 0.8125rem;
  766. letter-spacing: 0.1px; }
  767. .page-content {
  768. color: #666666; }
  769. h1, h2, h3, h4, h5, h6 {
  770. line-height: 1.3;
  771. font-weight: 400; }
  772. strong {
  773. font-weight: 500; }
  774. h1 small,
  775. h2 small,
  776. h3 small,
  777. h4 small,
  778. h5 small,
  779. h6 small,
  780. .h1 small,
  781. .h2 small,
  782. .h3 small,
  783. .h4 small,
  784. .h5 small,
  785. .h6 small {
  786. font-weight: 300;
  787. display: block;
  788. font-size: 0.9375rem;
  789. line-height: 1.5;
  790. margin: 2px 0 1.5rem; }
  791. h2 small,
  792. h3 small,
  793. .h2 small,
  794. .h3 small {
  795. font-size: 0.9375rem; }
  796. h4 small,
  797. .h4 small {
  798. font-size: 0.875rem; }
  799. h5 small,
  800. h6 small,
  801. .h5 small,
  802. .h6 small {
  803. font-size: 0.8125rem; }
  804. /* contrast text */
  805. .text-contrast {
  806. color: #333333; }
  807. /* text-gradient */
  808. .text-gradient {
  809. background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #6e4e9e), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
  810. background: linear-gradient(180deg, #6e4e9e 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
  811. color: #886ab5;
  812. background-clip: text;
  813. text-fill-color: transparent;
  814. -webkit-background-clip: text;
  815. -webkit-text-fill-color: transparent;
  816. text-shadow: none; }
  817. /* looking for font size? Check _helpers.scss */
  818. /* PLACEHOLDER
  819. =============================================
  820. EXAMPLE:
  821. %bg-image {
  822. width: 100%;
  823. background-position: center center;
  824. background-size: cover;
  825. background-repeat: no-repeat;
  826. }
  827. .image-one {
  828. @extend %bg-image;
  829. background-image:url(/img/image-one.jpg");
  830. }
  831. RESULT:
  832. .image-one, .image-two {
  833. width: 100%;
  834. background-position: center center;
  835. background-size: cover;
  836. background-repeat: no-repeat;
  837. }
  838. */
  839. /*
  840. %shadow-hover {
  841. box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
  842. transition: all 0.2s ease-in-out;
  843. &:hover {
  844. box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
  845. }
  846. }
  847. */
  848. /*%fixed-header-shadow {
  849. @include box-shadow(0 2px 2px -1px rgba(0,0,0,.1));
  850. }*/
  851. /* %selected-dot {
  852. &:before {
  853. content: " ";
  854. display: block;
  855. border-radius: 50%;
  856. background: inherit;
  857. background-image: none;
  858. border: 2px solid rgba(0,0,0,0.2);
  859. position: absolute;
  860. top: 15px;
  861. left: 15px;
  862. height: 20px;
  863. width: 20px;
  864. }
  865. &:after {
  866. content: " ";
  867. height: inherit;
  868. width: inherit;
  869. border: 5px solid rgba(0,0,0,0.1);
  870. position: absolute;
  871. left: 0;
  872. top: 0;
  873. border-radius: 50%;
  874. }
  875. }*/
  876. /* patterns */
  877. @font-face {
  878. font-family: "summernote";
  879. font-style: normal;
  880. font-weight: normal;
  881. src: url("../../../webfonts/summernote.eot");
  882. src: url("../../../webfonts/summernote.eot") format("embedded-opentype"), url("../../../webfonts/summernote.woff") format("woff"), url("../../../webfonts/summernote.ttf") format("truetype"); }
  883. .note-editor.note-frame {
  884. border-color: rgba(0, 0, 0, 0.08); }
  885. .note-para .note-btn-group .dropdown-menu.show {
  886. display: -webkit-box;
  887. display: -ms-flexbox;
  888. display: flex; }
  889. .card-header.note-toolbar > .btn-group {
  890. margin-top: 0.5rem;
  891. margin-right: 0.5rem; }
  892. .card-header.note-toolbar {
  893. padding: 0 0 0.5rem 0.5rem; }
  894. .note-btn.btn-light {
  895. color: #7b7b7b; }
  896. .note-popover .popover-content {
  897. padding: 0.3rem;
  898. border-radius: 5px; }
  899. .note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  900. background-color: #2196F3; }
  901. .note-hint-popover .popover-content .note-hint-group .note-hint-item {
  902. display: block !important;
  903. padding: 5px;
  904. border-radius: 4px;
  905. padding-left: 0.7rem;
  906. padding-right: 0.7rem;
  907. margin: 3px 0; }
  908. .note-btn-group .dropdown-item {
  909. padding: 0.5rem 0.5rem; }
  910. .note-popover .popover-content > .btn-group {
  911. margin-top: 0; }
  912. .note-popover .note-btn-group:last-child {
  913. margin-right: 0; }
  914. .note-editor.note-frame .note-editing-area {
  915. border-radius: 4px; }
  916. /*# sourceMappingURL=summernote.css.map */