|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505 |
- /*!
- *
- * Super simple WYSIWYG editor v0.8.20
- * https://summernote.org
- *
- *
- * Copyright 2013- Alan Hong and contributors
- * Summernote may be freely distributed under the MIT license.
- *
- * Date: 2021-10-14T21:15Z
- *
- */
- @font-face {
- font-family: "summernote";
- font-style: normal;
- font-weight: 400;
- font-display: auto;
- src: url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("./font/summernote.woff2") format("woff2"), url("./font/summernote.woff") format("woff"), url("./font/summernote.ttf") format("truetype");
- }
- [class^=note-icon]:before,
- [class*=" note-icon"]:before {
- display: inline-block;
- font-family: "summernote";
- font-style: normal;
- font-size: inherit;
- text-decoration: inherit;
- text-rendering: auto;
- text-transform: none;
- vertical-align: middle;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- speak: none;
- }
-
- .note-icon-fw {
- text-align: center;
- width: 1.25em;
- }
-
- .note-icon-border {
- border: solid 0.08em #eee;
- border-radius: 0.1em;
- padding: 0.2em 0.25em 0.15em;
- }
-
- .note-icon-pull-left {
- float: left;
- }
-
- .note-icon-pull-right {
- float: right;
- }
-
- .note-icon.note-icon-pull-left {
- margin-right: 0.3em;
- }
- .note-icon.note-icon-pull-right {
- margin-left: 0.3em;
- }
-
- .note-icon-align::before {
- content: "\ea01";
- }
-
- .note-icon-align-center::before {
- content: "\ea02";
- }
-
- .note-icon-align-indent::before {
- content: "\ea03";
- }
-
- .note-icon-align-justify::before {
- content: "\ea04";
- }
-
- .note-icon-align-left::before {
- content: "\ea05";
- }
-
- .note-icon-align-outdent::before {
- content: "\ea06";
- }
-
- .note-icon-align-right::before {
- content: "\ea07";
- }
-
- .note-icon-arrow-circle-down::before {
- content: "\ea08";
- }
-
- .note-icon-arrow-circle-left::before {
- content: "\ea09";
- }
-
- .note-icon-arrow-circle-right::before {
- content: "\ea0a";
- }
-
- .note-icon-arrow-circle-up::before {
- content: "\ea0b";
- }
-
- .note-icon-arrows-alt::before {
- content: "\ea0c";
- }
-
- .note-icon-arrows-h::before {
- content: "\ea0d";
- }
-
- .note-icon-arrows-v::before {
- content: "\ea0e";
- }
-
- .note-icon-bold::before {
- content: "\ea0f";
- }
-
- .note-icon-caret::before {
- content: "\ea10";
- }
-
- .note-icon-chain-broken::before {
- content: "\ea11";
- }
-
- .note-icon-circle::before {
- content: "\ea12";
- }
-
- .note-icon-close::before {
- content: "\ea13";
- }
-
- .note-icon-code::before {
- content: "\ea14";
- }
-
- .note-icon-col-after::before {
- content: "\ea15";
- }
-
- .note-icon-col-before::before {
- content: "\ea16";
- }
-
- .note-icon-col-remove::before {
- content: "\ea17";
- }
-
- .note-icon-eraser::before {
- content: "\ea18";
- }
-
- .note-icon-float-left::before {
- content: "\ea19";
- }
-
- .note-icon-float-none::before {
- content: "\ea1a";
- }
-
- .note-icon-float-right::before {
- content: "\ea1b";
- }
-
- .note-icon-font::before {
- content: "\ea1c";
- }
-
- .note-icon-frame::before {
- content: "\ea1d";
- }
-
- .note-icon-italic::before {
- content: "\ea1e";
- }
-
- .note-icon-link::before {
- content: "\ea1f";
- }
-
- .note-icon-magic::before {
- content: "\ea20";
- }
-
- .note-icon-menu-check::before {
- content: "\ea21";
- }
-
- .note-icon-minus::before {
- content: "\ea22";
- }
-
- .note-icon-orderedlist::before {
- content: "\ea23";
- }
-
- .note-icon-pencil::before {
- content: "\ea24";
- }
-
- .note-icon-picture::before {
- content: "\ea25";
- }
-
- .note-icon-question::before {
- content: "\ea26";
- }
-
- .note-icon-redo::before {
- content: "\ea27";
- }
-
- .note-icon-rollback::before {
- content: "\ea28";
- }
-
- .note-icon-row-above::before {
- content: "\ea29";
- }
-
- .note-icon-row-below::before {
- content: "\ea2a";
- }
-
- .note-icon-row-remove::before {
- content: "\ea2b";
- }
-
- .note-icon-special-character::before {
- content: "\ea2c";
- }
-
- .note-icon-square::before {
- content: "\ea2d";
- }
-
- .note-icon-strikethrough::before {
- content: "\ea2e";
- }
-
- .note-icon-subscript::before {
- content: "\ea2f";
- }
-
- .note-icon-summernote::before {
- content: "\ea30";
- }
-
- .note-icon-superscript::before {
- content: "\ea31";
- }
-
- .note-icon-table::before {
- content: "\ea32";
- }
-
- .note-icon-text-height::before {
- content: "\ea33";
- }
-
- .note-icon-trash::before {
- content: "\ea34";
- }
-
- .note-icon-underline::before {
- content: "\ea35";
- }
-
- .note-icon-undo::before {
- content: "\ea36";
- }
-
- .note-icon-unorderedlist::before {
- content: "\ea37";
- }
-
- .note-icon-video::before {
- content: "\ea38";
- }
-
- .note-frame {
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- color: #000;
- font-family: sans-serif;
- border-radius: 4px;
- }
-
- .note-toolbar {
- padding: 10px 5px;
- border-bottom: 1px solid #e2e2e2;
- color: #333;
- background-color: #f5f5f5;
- border-color: #ddd;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- }
-
- .note-btn-group {
- position: relative;
- display: inline-block;
- margin-right: 8px;
- }
- .note-btn-group > .note-btn-group {
- margin-right: 0;
- }
- .note-btn-group > .note-btn:first-child {
- margin-left: 0;
- }
- .note-btn-group .note-btn + .note-btn,
- .note-btn-group .note-btn + .note-btn-group,
- .note-btn-group .note-btn-group + .note-btn,
- .note-btn-group .note-btn-group + .note-btn-group {
- margin-left: -1px;
- }
- .note-btn-group > .note-btn:not(:first-child),
- .note-btn-group > .note-btn-group:not(:first-child) > .note-btn {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- .note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle),
- .note-btn-group > .note-btn-group:not(:last-child) > .note-btn {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- .note-btn-group.open > .note-dropdown {
- display: block;
- }
-
- .note-btn {
- display: inline-block;
- font-weight: 400;
- margin-bottom: 0;
- text-align: center;
- vertical-align: middle;
- touch-action: manipulation;
- cursor: pointer;
- background-image: none;
- border: 1px solid #dae0e5;
- white-space: nowrap;
- outline: 0;
- color: #333;
- background-color: #fff;
- border-color: #dae0e5;
- padding: 5px 10px;
- font-size: 14px;
- line-height: 1.4;
- border-radius: 3px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .note-btn:focus, .note-btn.focus {
- color: #333;
- background-color: #ebebeb;
- border-color: #dae0e5;
- }
- .note-btn:hover {
- color: #333;
- background-color: #ebebeb;
- border-color: #dae0e5;
- }
- .note-btn.disabled:focus, .note-btn.disabled.focus, .note-btn[disabled]:focus, .note-btn[disabled].focus, fieldset[disabled] .note-btn:focus, fieldset[disabled] .note-btn.focus {
- background-color: #fff;
- border-color: #dae0e5;
- }
- .note-btn:hover, .note-btn:focus, .note-btn.focus {
- color: #333;
- text-decoration: none;
- border: 1px solid #dae0e5;
- background-color: #ebebeb;
- outline: 0;
- border-radius: 1px;
- }
- .note-btn:active, .note-btn.active {
- outline: 0;
- background-image: none;
- color: #333;
- text-decoration: none;
- border: 1px solid #dae0e5;
- background-color: #ebebeb;
- outline: 0;
- border-radius: 1px;
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
- }
- .note-btn.disabled, .note-btn[disabled], fieldset[disabled] .note-btn {
- cursor: not-allowed;
- -webkit-opacity: 0.65;
- -khtml-opacity: 0.65;
- -moz-opacity: 0.65;
- opacity: 0.65;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
- filter: alpha(opacity=65);
- box-shadow: none;
- }
- .note-btn > span.note-icon-caret:first-child {
- margin-left: -1px;
- }
- .note-btn > span.note-icon-caret:nth-child(2) {
- padding-left: 3px;
- margin-right: -5px;
- }
-
- .note-btn-primary {
- background: #fa6362;
- color: #fff;
- }
- .note-btn-primary:hover, .note-btn-primary:focus, .note-btn-primary.focus {
- color: #fff;
- text-decoration: none;
- border: 1px solid #dae0e5;
- background-color: #fa6362;
- border-radius: 1px;
- }
-
- .note-btn-block {
- display: block;
- width: 100%;
- }
-
- .note-btn-block + .note-btn-block {
- margin-top: 5px;
- }
-
- input[type=submit].note-btn-block,
- input[type=reset].note-btn-block,
- input[type=button].note-btn-block {
- width: 100%;
- }
-
- button.close {
- padding: 0;
- cursor: pointer;
- background: transparent;
- border: 0;
- -webkit-appearance: none;
- }
-
- .close {
- float: right;
- font-size: 21px;
- line-height: 1;
- color: #000;
- opacity: 0.2;
- }
-
- .close:hover {
- -webkit-opacity: 1;
- -khtml-opacity: 1;
- -moz-opacity: 1;
- -ms-filter: alpha(opacity=100);
- filter: alpha(opacity=100);
- opacity: 1;
- }
-
- .note-dropdown {
- position: relative;
- }
-
- .note-color .dropdown-toggle {
- width: 30px;
- padding-left: 5px;
- }
-
- .note-dropdown-menu {
- display: none;
- min-width: 100px;
- position: absolute;
- top: 100%;
- left: 0;
- z-index: 1000;
- float: left;
- text-align: left;
- background: #fff;
- border: 1px solid #e2e2e2;
- padding: 5px;
- background-clip: padding-box;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
- }
- .note-dropdown-menu > *:last-child {
- margin-right: 0;
- }
-
- .note-btn-group.open .note-dropdown-menu {
- display: block;
- }
-
- .note-dropdown-item {
- display: block;
- }
- .note-dropdown-item:hover {
- background-color: #ebebeb;
- }
-
- a.note-dropdown-item,
- a.note-dropdown-item:hover {
- margin: 5px 0;
- color: #000;
- text-decoration: none;
- }
-
- .note-modal {
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 1050;
- -webkit-opacity: 1;
- -khtml-opacity: 1;
- -moz-opacity: 1;
- opacity: 1;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
- filter: alpha(opacity=100);
- display: none;
- }
- .note-modal.open {
- display: block;
- }
-
- .note-modal-content {
- position: relative;
- width: auto;
- margin: 30px 20px;
- border: 1px solid rgba(0, 0, 0, 0.2);
- background: #fff;
- background-clip: border-box;
- outline: 0;
- border-radius: 5px;
- box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
- }
-
- .note-modal-header {
- padding: 10px 20px;
- border: 1px solid #ededef;
- }
-
- .note-modal-body {
- position: relative;
- padding: 20px 30px;
- }
- .note-modal-body kbd {
- border-radius: 2px;
- background-color: #000;
- color: #fff;
- padding: 3px 5px;
- font-weight: 700;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .note-modal-footer {
- height: 40px;
- padding: 10px;
- text-align: center;
- }
-
- .note-modal-footer a {
- color: #337ab7;
- text-decoration: none;
- }
-
- .note-modal-footer a:hover,
- .note-modal-footer a:focus {
- color: #23527c;
- text-decoration: underline;
- }
-
- .note-modal-footer .note-btn {
- float: right;
- }
-
- .note-modal-title {
- font-size: 20px;
- color: #42515f;
- margin: 0;
- line-height: 1.4;
- }
-
- .note-modal-backdrop {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- z-index: 1040;
- background: #000;
- -webkit-opacity: 0.5;
- -khtml-opacity: 0.5;
- -moz-opacity: 0.5;
- opacity: 0.5;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
- filter: alpha(opacity=50);
- display: none;
- }
- .note-modal-backdrop.open {
- display: block;
- }
-
- @media (min-width: 768px) {
- .note-modal-content {
- width: 600px;
- margin: 30px auto;
- }
- }
- @media (min-width: 992px) {
- .note-modal-content-large {
- width: 900px;
- }
- }
- .note-modal .note-help-block {
- display: block;
- margin-top: 5px;
- margin-bottom: 10px;
- color: #737373;
- }
- .note-modal .note-nav {
- display: flex;
- flex-wrap: wrap;
- padding-left: 0;
- margin-bottom: 0;
- list-style: none;
- }
- .note-modal .note-nav-link {
- display: block;
- padding: 0.5rem 1rem;
- color: #007bff;
- text-decoration: none;
- background-color: transparent;
- -webkit-text-decoration-skip: objects;
- }
- .note-modal .note-nav-link:focus,
- .note-modal .note-nav-link:hover {
- color: #0056b3;
- text-decoration: none;
- }
- .note-modal .note-nav-link.disabled {
- color: #868e96;
- }
- .note-modal .note-nav-tabs {
- border-bottom: 1px solid #ddd;
- }
- .note-modal .note-nav-tabs .note-nav-item {
- margin-bottom: -1px;
- }
- .note-modal .note-nav-tabs .note-nav-link {
- border: 1px solid transparent;
- border-top-left-radius: 0.25rem;
- border-top-right-radius: 0.25rem;
- }
- .note-modal .note-nav-tabs .note-nav-link:focus,
- .note-modal .note-nav-tabs .note-nav-link:hover {
- border-color: #e9ecef #e9ecef #ddd;
- }
- .note-modal .note-nav-tabs .note-nav-link.disabled {
- color: #868e96;
- background-color: transparent;
- border-color: transparent;
- }
- .note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
- color: #495057;
- background-color: #fff;
- border-color: #ddd #ddd #fff;
- }
- .note-modal .note-tab-content {
- margin: 15px auto;
- }
- .note-modal .note-tab-content > .note-tab-pane:target ~ .note-tab-pane:last-child,
- .note-modal .note-tab-content > .note-tab-pane {
- display: none;
- }
- .note-modal .note-tab-content > :last-child,
- .note-modal .note-tab-content > .note-tab-pane:target {
- display: block;
- }
-
- .note-form-group {
- padding-bottom: 20px;
- }
-
- .note-form-group:last-child {
- padding-bottom: 0;
- }
-
- .note-form-label {
- display: block;
- width: 100%;
- font-size: 16px;
- color: #42515f;
- margin-bottom: 10px;
- font-weight: 700;
- }
-
- .note-input {
- width: 100%;
- display: block;
- border: 1px solid #ededef;
- background: #fff;
- outline: 0;
- padding: 6px 4px;
- font-size: 14px;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- }
-
- .note-input::-webkit-input-placeholder {
- color: #eeeeee;
- }
-
- .note-input:-moz-placeholder {
- /* Firefox 18- */
- color: #eeeeee;
- }
-
- .note-input::-moz-placeholder {
- /* Firefox 19+ */
- color: #eeeeee;
- }
-
- .note-input:-ms-input-placeholder {
- color: #eeeeee;
- }
-
- .note-tooltip {
- position: absolute;
- z-index: 1070;
- display: block;
- font-size: 13px;
- transition: opacity 0.15s;
- -webkit-opacity: 0;
- -khtml-opacity: 0;
- -moz-opacity: 0;
- opacity: 0;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
- filter: alpha(opacity=0);
- }
- .note-tooltip.in {
- -webkit-opacity: 0.9;
- -khtml-opacity: 0.9;
- -moz-opacity: 0.9;
- opacity: 0.9;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
- filter: alpha(opacity=90);
- }
- .note-tooltip.top {
- margin-top: -3px;
- padding: 5px 0;
- }
- .note-tooltip.right {
- margin-left: 3px;
- padding: 0 5px;
- }
- .note-tooltip.bottom {
- margin-top: 3px;
- padding: 5px 0;
- }
- .note-tooltip.left {
- margin-left: -3px;
- padding: 0 5px;
- }
-
- .note-tooltip.bottom .note-tooltip-arrow {
- top: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 0 5px 5px;
- border-bottom-color: #000;
- }
- .note-tooltip.top .note-tooltip-arrow {
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- border-width: 5px 5px 0;
- border-top-color: #000;
- }
- .note-tooltip.right .note-tooltip-arrow {
- top: 50%;
- left: 0;
- margin-top: -5px;
- border-width: 5px 5px 5px 0;
- border-right-color: #000;
- }
- .note-tooltip.left .note-tooltip-arrow {
- top: 50%;
- right: 0;
- margin-top: -5px;
- border-width: 5px 0 5px 5px;
- border-left-color: #000;
- }
-
- .note-tooltip-arrow {
- position: absolute;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- }
-
- .note-tooltip-content {
- max-width: 200px;
- font-family: sans-serif;
- padding: 3px 8px;
- color: #fff;
- text-align: center;
- background-color: #000;
- }
-
- .note-popover {
- position: absolute;
- z-index: 1060;
- display: block;
- font-size: 13px;
- font-family: sans-serif;
- display: none;
- background: #ffffff;
- border: 1px solid rgba(0, 0, 0, 0.2);
- border: 1px solid #ccc;
- }
- .note-popover.in {
- display: block;
- }
- .note-popover.top {
- margin-top: -10px;
- padding: 5px 0;
- }
- .note-popover.right {
- margin-left: 10px;
- padding: 0 5px;
- }
- .note-popover.bottom {
- margin-top: 10px;
- padding: 5px 0;
- }
- .note-popover.left {
- margin-left: -10px;
- padding: 0 5px;
- }
-
- .note-popover.bottom .note-popover-arrow {
- top: -11px;
- left: 20px;
- margin-left: -10px;
- border-top-width: 0;
- border-bottom-color: #999999;
- border-bottom-color: rgba(0, 0, 0, 0.25);
- }
- .note-popover.bottom .note-popover-arrow::after {
- top: 1px;
- margin-left: -10px;
- content: "\0020";
- border-top-width: 0;
- border-bottom-color: #fff;
- }
- .note-popover.top .note-popover-arrow {
- bottom: -11px;
- left: 20px;
- margin-left: -10px;
- border-bottom-width: 0;
- border-top-color: #999999;
- border-top-color: rgba(0, 0, 0, 0.25);
- }
- .note-popover.top .note-popover-arrow::after {
- bottom: 1px;
- margin-left: -10px;
- content: "\0020";
- border-bottom-width: 0;
- border-top-color: #fff;
- }
- .note-popover.right .note-popover-arrow {
- top: 50%;
- left: -11px;
- margin-top: -10px;
- border-left-width: 0;
- border-right-color: #999999;
- border-right-color: rgba(0, 0, 0, 0.25);
- }
- .note-popover.right .note-popover-arrow::after {
- left: 1px;
- margin-top: -10px;
- content: "\0020";
- border-left-width: 0;
- border-right-color: #fff;
- }
- .note-popover.left .note-popover-arrow {
- top: 50%;
- right: -11px;
- margin-top: -10px;
- border-right-width: 0;
- border-left-color: #999999;
- border-left-color: rgba(0, 0, 0, 0.25);
- }
- .note-popover.left .note-popover-arrow::after {
- right: 1px;
- margin-top: -10px;
- content: "\0020";
- border-right-width: 0;
- border-left-color: #fff;
- }
-
- .note-popover-arrow {
- position: absolute;
- width: 0;
- height: 0;
- border: 11px solid transparent;
- }
- .note-popover-arrow::after {
- position: absolute;
- display: block;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- content: "\0020";
- border-width: 10px;
- }
-
- .note-popover-content {
- /*max-width: $popover-max-width;*/
- padding: 3px 8px;
- color: #000;
- text-align: center;
- background-color: #ffffff;
- min-width: 100px;
- min-height: 30px;
- }
-
- /* Theme Variables
- ------------------------------------------ */
- /* Layout
- ------------------------------------------ */
- .note-editor {
- position: relative;
- }
- .note-editor .note-dropzone {
- position: absolute;
- display: none;
- z-index: 100;
- color: lightskyblue;
- background-color: #fff;
- opacity: 0.95;
- }
- .note-editor .note-dropzone .note-dropzone-message {
- display: table-cell;
- vertical-align: middle;
- text-align: center;
- font-size: 28px;
- font-weight: 700;
- }
- .note-editor .note-dropzone.hover {
- color: #098ddf;
- }
- .note-editor.dragover .note-dropzone {
- display: table;
- }
- .note-editor .note-editing-area {
- position: relative;
- }
- .note-editor .note-editing-area .note-editable {
- outline: none;
- }
- .note-editor .note-editing-area .note-editable sup {
- vertical-align: super;
- }
- .note-editor .note-editing-area .note-editable sub {
- vertical-align: sub;
- }
- .note-editor .note-editing-area .note-editable img.note-float-left {
- margin-right: 10px;
- }
- .note-editor .note-editing-area .note-editable img.note-float-right {
- margin-left: 10px;
- }
-
- /* Frame mode layout
- ------------------------------------------ */
- .note-editor.note-frame,
- .note-editor.note-airframe {
- border: 1px solid #00000032;
- }
- .note-editor.note-frame.codeview .note-editing-area .note-editable,
- .note-editor.note-airframe.codeview .note-editing-area .note-editable {
- display: none;
- }
- .note-editor.note-frame.codeview .note-editing-area .note-codable,
- .note-editor.note-airframe.codeview .note-editing-area .note-codable {
- display: block;
- }
- .note-editor.note-frame .note-editing-area,
- .note-editor.note-airframe .note-editing-area {
- overflow: hidden;
- }
- .note-editor.note-frame .note-editing-area .note-editable,
- .note-editor.note-airframe .note-editing-area .note-editable {
- padding: 10px;
- overflow: auto;
- word-wrap: break-word;
- }
- .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
- .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
- background-color: #8080801d;
- }
- .note-editor.note-frame .note-editing-area .note-codable,
- .note-editor.note-airframe .note-editing-area .note-codable {
- display: none;
- width: 100%;
- padding: 10px;
- border: none;
- box-shadow: none;
- font-family: Menlo, Monaco, monospace, sans-serif;
- font-size: 14px;
- color: #ccc;
- background-color: #222;
- resize: none;
- outline: none;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- border-radius: 0;
- margin-bottom: 0;
- }
- .note-editor.note-frame.fullscreen,
- .note-editor.note-airframe.fullscreen {
- position: fixed;
- top: 0;
- left: 0;
- width: 100% !important;
- z-index: 1050;
- }
- .note-editor.note-frame.fullscreen .note-resizebar,
- .note-editor.note-airframe.fullscreen .note-resizebar {
- display: none;
- }
- .note-editor.note-frame .note-status-output,
- .note-editor.note-airframe .note-status-output {
- display: block;
- width: 100%;
- font-size: 14px;
- line-height: 1.42857143;
- height: 20px;
- margin-bottom: 0;
- color: #000;
- border: 0;
- border-top: 1px solid #e2e2e2;
- }
- .note-editor.note-frame .note-status-output:empty,
- .note-editor.note-airframe .note-status-output:empty {
- height: 0;
- border-top: 0 solid transparent;
- }
- .note-editor.note-frame .note-status-output .pull-right,
- .note-editor.note-airframe .note-status-output .pull-right {
- float: right !important;
- }
- .note-editor.note-frame .note-status-output .text-muted,
- .note-editor.note-airframe .note-status-output .text-muted {
- color: #777;
- }
- .note-editor.note-frame .note-status-output .text-primary,
- .note-editor.note-airframe .note-status-output .text-primary {
- color: #286090;
- }
- .note-editor.note-frame .note-status-output .text-success,
- .note-editor.note-airframe .note-status-output .text-success {
- color: #3c763d;
- }
- .note-editor.note-frame .note-status-output .text-info,
- .note-editor.note-airframe .note-status-output .text-info {
- color: #31708f;
- }
- .note-editor.note-frame .note-status-output .text-warning,
- .note-editor.note-airframe .note-status-output .text-warning {
- color: #8a6d3b;
- }
- .note-editor.note-frame .note-status-output .text-danger,
- .note-editor.note-airframe .note-status-output .text-danger {
- color: #a94442;
- }
- .note-editor.note-frame .note-status-output .alert,
- .note-editor.note-airframe .note-status-output .alert {
- margin: -7px 0 0 0;
- padding: 7px 10px 2px 10px;
- border-radius: 0;
- color: #000;
- background-color: #f5f5f5;
- }
- .note-editor.note-frame .note-status-output .alert .note-icon,
- .note-editor.note-airframe .note-status-output .alert .note-icon {
- margin-right: 5px;
- }
- .note-editor.note-frame .note-status-output .alert-success,
- .note-editor.note-airframe .note-status-output .alert-success {
- color: #3c763d !important;
- background-color: #dff0d8 !important;
- }
- .note-editor.note-frame .note-status-output .alert-info,
- .note-editor.note-airframe .note-status-output .alert-info {
- color: #31708f !important;
- background-color: #d9edf7 !important;
- }
- .note-editor.note-frame .note-status-output .alert-warning,
- .note-editor.note-airframe .note-status-output .alert-warning {
- color: #8a6d3b !important;
- background-color: #fcf8e3 !important;
- }
- .note-editor.note-frame .note-status-output .alert-danger,
- .note-editor.note-airframe .note-status-output .alert-danger {
- color: #a94442 !important;
- background-color: #f2dede !important;
- }
- .note-editor.note-frame .note-statusbar,
- .note-editor.note-airframe .note-statusbar {
- background-color: #8080801d;
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- border-top: 1px solid #00000032;
- }
- .note-editor.note-frame .note-statusbar .note-resizebar,
- .note-editor.note-airframe .note-statusbar .note-resizebar {
- padding-top: 1px;
- height: 9px;
- width: 100%;
- cursor: ns-resize;
- }
- .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
- .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
- width: 20px;
- margin: 1px auto;
- border-top: 1px solid #00000032;
- }
- .note-editor.note-frame .note-statusbar.locked .note-resizebar,
- .note-editor.note-airframe .note-statusbar.locked .note-resizebar {
- cursor: default;
- }
- .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
- .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
- display: none;
- }
- .note-editor.note-frame .note-placeholder,
- .note-editor.note-airframe .note-placeholder {
- padding: 10px;
- }
-
- .note-editor.note-airframe {
- border: 0;
- }
- .note-editor.note-airframe .note-editing-area .note-editable {
- padding: 0;
- }
-
- /* Popover
- ------------------------------------------ */
- .note-popover.popover {
- display: none;
- max-width: none;
- }
- .note-popover.popover .popover-content a {
- display: inline-block;
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: middle;
- }
- .note-popover.popover .arrow {
- left: 20px !important;
- }
-
- /* Popover and Toolbar (Button container)
- ------------------------------------------ */
- .note-toolbar {
- position: relative;
- }
-
- .note-popover .popover-content, .note-editor .note-toolbar {
- margin: 0;
- padding: 0 0 5px 5px;
- }
- .note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
- margin-top: 5px;
- margin-left: 0;
- margin-right: 5px;
- }
- .note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
- min-width: 0;
- padding: 5px;
- }
- .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
- font-size: 18px;
- }
- .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
- position: absolute !important;
- z-index: 3;
- width: 10em;
- height: 10em;
- cursor: pointer;
- }
- .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
- position: relative !important;
- z-index: 1;
- width: 5em;
- height: 5em;
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
- }
- .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
- position: absolute !important;
- z-index: 2;
- width: 1em;
- height: 1em;
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
- }
- .note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
- margin: 0;
- padding: 5px 10px;
- }
- .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-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
- margin: 0;
- padding: 0;
- }
- .note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
- min-width: 337px;
- }
- .note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
- width: 20px;
- padding-left: 5px;
- }
- .note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
- display: inline-block;
- margin: 0;
- width: 160px;
- }
- .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
- margin: 0 5px;
- }
- .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
- font-size: 12px;
- margin: 2px 7px;
- text-align: center;
- border-bottom: 1px solid #eee;
- }
- .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-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
- .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
- font-size: 11px;
- margin: 3px;
- padding: 0 3px;
- cursor: pointer;
- width: 100%;
- border-radius: 5px;
- }
- .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-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
- .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
- background: #eee;
- }
- .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
- height: 20px;
- }
- .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
- display: none;
- }
- .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
- border: 1px solid #eee;
- }
- .note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
- min-width: 228px;
- padding: 5px;
- }
- .note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
- margin-left: 5px;
- }
- .note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
- min-width: 160px;
- }
- .note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
- right: 0;
- left: auto;
- }
- .note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
- right: 9px;
- left: auto !important;
- }
- .note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
- right: 10px;
- left: auto !important;
- }
- .note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
- color: deepskyblue;
- visibility: hidden;
- }
- .note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
- visibility: visible;
- }
- .note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
- font-size: 10px;
- }
- .note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
- line-height: 1;
- }
- .note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
- width: 20px;
- height: 20px;
- padding: 0;
- margin: 0;
- border: 0;
- border-radius: 0;
- }
- .note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
- transform: scale(1.2);
- transition: all 0.2s;
- }
-
- /* Dialog
- ------------------------------------------ */
- .note-modal .modal-dialog {
- outline: 0;
- border-radius: 5px;
- box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
- }
- .note-modal .form-group {
- margin-left: 0;
- margin-right: 0;
- }
- .note-modal .note-modal-form {
- margin: 0;
- }
- .note-modal .note-image-dialog .note-dropzone {
- min-height: 100px;
- font-size: 30px;
- line-height: 4;
- color: lightgray;
- text-align: center;
- border: 4px dashed lightgray;
- margin-bottom: 10px;
- }
- @-moz-document url-prefix() {
- .note-modal .note-image-input {
- height: auto;
- }
- }
-
- /* Placeholder
- ------------------------------------------ */
- .note-placeholder {
- position: absolute;
- display: none;
- color: gray;
- }
-
- /* Handle
- ------------------------------------------ */
- .note-handle .note-control-selection {
- position: absolute;
- display: none;
- border: 1px solid #000;
- }
- .note-handle .note-control-selection > div {
- position: absolute;
- }
- .note-handle .note-control-selection .note-control-selection-bg {
- width: 100%;
- height: 100%;
- background-color: #000;
- -webkit-opacity: 0.3;
- -khtml-opacity: 0.3;
- -moz-opacity: 0.3;
- opacity: 0.3;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
- filter: alpha(opacity=30);
- }
- .note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
- width: 7px;
- height: 7px;
- border: 1px solid #000;
- }
- .note-handle .note-control-selection .note-control-sizing {
- background-color: #000;
- }
- .note-handle .note-control-selection .note-control-nw {
- top: -5px;
- left: -5px;
- border-right: none;
- border-bottom: none;
- }
- .note-handle .note-control-selection .note-control-ne {
- top: -5px;
- right: -5px;
- border-bottom: none;
- border-left: none;
- }
- .note-handle .note-control-selection .note-control-sw {
- bottom: -5px;
- left: -5px;
- border-top: none;
- border-right: none;
- }
- .note-handle .note-control-selection .note-control-se {
- right: -5px;
- bottom: -5px;
- cursor: se-resize;
- }
- .note-handle .note-control-selection .note-control-se.note-control-holder {
- cursor: default;
- border-top: none;
- border-left: none;
- }
- .note-handle .note-control-selection .note-control-selection-info {
- right: 0;
- bottom: 0;
- padding: 5px;
- margin: 5px;
- color: #fff;
- background-color: #000;
- font-size: 12px;
- border-radius: 5px;
- -webkit-opacity: 0.7;
- -khtml-opacity: 0.7;
- -moz-opacity: 0.7;
- opacity: 0.7;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
- filter: alpha(opacity=70);
- }
-
- .note-hint-popover {
- min-width: 100px;
- padding: 2px;
- }
- .note-hint-popover .popover-content {
- padding: 3px;
- max-height: 150px;
- overflow: auto;
- }
- .note-hint-popover .popover-content .note-hint-group .note-hint-item {
- display: block !important;
- padding: 3px;
- }
- .note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
- display: block;
- clear: both;
- font-weight: 400;
- line-height: 1.4;
- color: white;
- white-space: nowrap;
- text-decoration: none;
- background-color: #428bca;
- outline: 0;
- cursor: pointer;
- }
-
- /* Handle
- ------------------------------------------ */
- html .note-fullscreen-body, body .note-fullscreen-body {
- overflow: hidden !important;
- }
-
- .note-editor .note-editing-area .note-editable table {
- width: 100%;
- border-collapse: collapse;
- }
- .note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
- border: 1px solid #ececec;
- padding: 5px 3px;
- }
- .note-editor .note-editing-area .note-editable a {
- background-color: inherit;
- text-decoration: inherit;
- font-family: inherit;
- font-weight: inherit;
- color: #337ab7;
- }
- .note-editor .note-editing-area .note-editable a:hover,
- .note-editor .note-editing-area .note-editable a:focus {
- color: #23527c;
- text-decoration: underline;
- outline: 0;
- }
- .note-editor .note-editing-area .note-editable figure {
- margin: 0;
- }
-
- /* Dialog
- ------------------------------------------*/
- .note-modal .note-modal-body label {
- margin-bottom: 2px;
- padding: 2px 5px;
- display: inline-block;
- }
- .note-modal .note-modal-body .help-list-item:hover {
- background-color: #e0e0e0;
- }
- @-moz-document url-prefix() {
- .note-modal .note-image-input {
- height: auto;
- }
- }
-
- .help-list-item label {
- margin-bottom: 5px;
- display: inline-block;
- }
-
- /*# sourceMappingURL=summernote-lite.css.map*/
|