123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- .note-editor {
- height: 300px;
- }
-
- .note-editor .note-dropzone {
- position: absolute;
- z-index: 1;
- display: none;
- color: #87cefa;
- background-color: white;
- border: 2px dashed #87cefa;
- opacity: .95;
- pointer-event: none
- }
-
- .note-editor .note-dropzone .note-dropzone-message {
- display: table-cell;
- font-size: 28px;
- font-weight: bold;
- text-align: center;
- vertical-align: middle
- }
-
- .note-editor .note-dropzone.hover {
- color: #098ddf;
- border: 2px dashed #098ddf
- }
-
- .note-editor.dragover .note-dropzone {
- display: table
- }
-
- .note-editor.fullscreen {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1050;
- width: 100%
- }
-
- .note-editor.fullscreen .note-editable {
- background-color: white
- }
-
- .note-editor.fullscreen .note-resizebar {
- display: none
- }
-
- .note-editor.codeview .note-editable {
- display: none
- }
-
- .note-editor.codeview .note-codable {
- display: block
- }
-
- .note-editor .note-toolbar {
- padding-bottom: 5px;
- padding-left: 10px;
- padding-top: 5px;
- margin: 0;
- background-color: #f5f5f5;
- border-bottom: 1px solid #E7EAEC
- }
-
- .note-editor .note-toolbar > .btn-group {
- margin-top: 5px;
- margin-right: 5px;
- margin-left: 0
- }
-
- .note-editor .note-toolbar .note-table .dropdown-menu {
- min-width: 0;
- padding: 5px
- }
-
- .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
- font-size: 18px
- }
-
- .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
- position: absolute !important;
- z-index: 3;
- width: 10em;
- height: 10em;
- cursor: pointer
- }
-
- .note-editor .note-toolbar .note-table .dropdown-menu .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-editor .note-toolbar .note-table .dropdown-menu .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-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
- margin: 0
- }
-
- .note-editor .note-toolbar .note-color .dropdown-toggle {
- width: 20px;
- padding-left: 5px
- }
-
- .note-editor .note-toolbar .note-color .dropdown-menu {
- min-width: 290px
- }
-
- .note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
- margin: 0
- }
-
- .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
- margin: 0 5px
- }
-
- .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
- margin: 2px 7px;
- font-size: 12px;
- text-align: center;
- border-bottom: 1px solid #eee
- }
-
- .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
- padding: 0 3px;
- margin: 5px;
- font-size: 12px;
- cursor: pointer;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px
- }
-
- .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
- background: #eee
- }
-
- .note-editor .note-toolbar .note-para .dropdown-menu {
- min-width: 216px;
- padding: 5px
- }
-
- .note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
- margin-right: 5px
- }
-
- .note-editor .note-statusbar {
- background-color: #f5f5f5
- }
-
- .note-editor .note-statusbar .note-resizebar {
- width: 100%;
- height: 8px;
- cursor: s-resize;
- border-top: 1px solid #a9a9a9
- }
-
- .note-editor .note-statusbar .note-resizebar .note-icon-bar {
- width: 20px;
- margin: 1px auto;
- border-top: 1px solid #a9a9a9
- }
-
- .note-editor .note-popover .popover {
- max-width: none
- }
-
- .note-editor .note-popover .popover .popover-content {
- padding: 5px
- }
-
- .note-editor .note-popover .popover .popover-content a {
- display: inline-block;
- max-width: 200px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: middle
- }
-
- .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
- margin-left: 5px
- }
-
- .note-editor .note-popover .popover .arrow {
- left: 20px
- }
-
- .note-editor .note-handle .note-control-selection {
- position: absolute;
- display: none;
- border: 1px solid black
- }
-
- .note-editor .note-handle .note-control-selection > div {
- position: absolute
- }
-
- .note-editor .note-handle .note-control-selection .note-control-selection-bg {
- width: 100%;
- height: 100%;
- background-color: black;
- -webkit-opacity: .3;
- -khtml-opacity: .3;
- -moz-opacity: .3;
- opacity: .3;
- -ms-filter: alpha(opacity=30);
- filter: alpha(opacity=30)
- }
-
- .note-editor .note-handle .note-control-selection .note-control-handle {
- width: 7px;
- height: 7px;
- border: 1px solid black
- }
-
- .note-editor .note-handle .note-control-selection .note-control-holder {
- width: 7px;
- height: 7px;
- border: 1px solid black
- }
-
- .note-editor .note-handle .note-control-selection .note-control-sizing {
- width: 7px;
- height: 7px;
- background-color: white;
- border: 1px solid black
- }
-
- .note-editor .note-handle .note-control-selection .note-control-nw {
- top: -5px;
- left: -5px;
- border-right: 0;
- border-bottom: 0
- }
-
- .note-editor .note-handle .note-control-selection .note-control-ne {
- top: -5px;
- right: -5px;
- border-bottom: 0;
- border-left: none
- }
-
- .note-editor .note-handle .note-control-selection .note-control-sw {
- bottom: -5px;
- left: -5px;
- border-top: 0;
- border-right: 0
- }
-
- .note-editor .note-handle .note-control-selection .note-control-se {
- right: -5px;
- bottom: -5px;
- cursor: se-resize
- }
-
- .note-editor .note-handle .note-control-selection .note-control-selection-info {
- right: 0;
- bottom: 0;
- padding: 5px;
- margin: 5px;
- font-size: 12px;
- color: white;
- background-color: black;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -webkit-opacity: .7;
- -khtml-opacity: .7;
- -moz-opacity: .7;
- opacity: .7;
- -ms-filter: alpha(opacity=70);
- filter: alpha(opacity=70)
- }
-
- .note-editor .note-dialog > div {
- display: none
- }
-
- .note-editor .note-dialog .note-image-dialog .note-dropzone {
- min-height: 100px;
- margin-bottom: 10px;
- font-size: 30px;
- line-height: 4;
- color: lightgray;
- text-align: center;
- border: 4px dashed lightgray
- }
-
- .note-editor .note-dialog .note-help-dialog {
- font-size: 12px;
- color: #ccc;
- background: transparent;
- background-color: #222 !important;
- border: 0;
- -webkit-opacity: .9;
- -khtml-opacity: .9;
- -moz-opacity: .9;
- opacity: .9;
- -ms-filter: alpha(opacity=90);
- filter: alpha(opacity=90)
- }
-
- .note-editor .note-dialog .note-help-dialog .modal-content {
- background: transparent;
- border: 1px solid white;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none
- }
-
- .note-editor .note-dialog .note-help-dialog a {
- font-size: 12px;
- color: white
- }
-
- .note-editor .note-dialog .note-help-dialog .title {
- padding-bottom: 5px;
- font-size: 14px;
- font-weight: bold;
- color: white;
- border-bottom: white 1px solid
- }
-
- .note-editor .note-dialog .note-help-dialog .modal-close {
- font-size: 14px;
- color: #dd0;
- cursor: pointer
- }
-
- .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
- width: 100%
- }
-
- .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
- vertical-align: top
- }
-
- .note-editor .note-dialog .note-help-dialog .note-shortcut {
- margin-top: 8px
- }
-
- .note-editor .note-dialog .note-help-dialog .note-shortcut th {
- font-size: 13px;
- color: #dd0;
- text-align: left
- }
-
- .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
- min-width: 110px;
- padding-right: 10px;
- font-family: "Courier New";
- color: #dd0;
- text-align: right
- }
-
- .note-editor .note-editable {
- padding: 20px;
- overflow: auto;
- outline: 0
- }
-
- .note-editor .note-editable[contenteditable="false"] {
- background-color: #e5e5e5
- }
-
- .note-editor .note-codable {
- display: none;
- width: 100%;
- padding: 10px;
- margin-bottom: 0;
- font-family: Menlo, Monaco, monospace, sans-serif;
- font-size: 14px;
- color: #ccc;
- background-color: #222;
- border: 0;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- box-shadow: none;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- box-sizing: border-box;
- resize: none
- }
-
- .note-editor .dropdown-menu {
- min-width: 90px
- }
-
- .note-editor .dropdown-menu.right {
- right: 0;
- left: auto
- }
-
- .note-editor .dropdown-menu.right::before {
- right: 9px;
- left: auto !important
- }
-
- .note-editor .dropdown-menu.right::after {
- right: 10px;
- left: auto !important
- }
-
- .note-editor .dropdown-menu li a i {
- color: deepskyblue;
- visibility: hidden
- }
-
- .note-editor .dropdown-menu li a.checked i {
- visibility: visible
- }
-
- .note-editor .note-fontsize-10 {
- font-size: 10px
- }
-
- .note-editor .note-color-palette {
- line-height: 1
- }
-
- .note-editor .note-color-palette div .note-color-btn {
- width: 17px;
- height: 17px;
- padding: 0;
- margin: 0;
- border: 1px solid #fff
- }
-
- .note-editor .note-color-palette div .note-color-btn:hover {
- border: 1px solid #000
- }
|