]> BookStack Code Mirror - bookstack/blob - public/libs/tinymce/skins/lightgray/content.inline.min.css
Update PageRepo.php
[bookstack] / public / libs / tinymce / skins / lightgray / content.inline.min.css
1 /* Content.Inline.less */
2 /* Content.Objects.less */
3 .mce-content-body .mce-reset {
4   margin: 0;
5   padding: 0;
6   border: 0;
7   outline: 0;
8   vertical-align: top;
9   background: transparent;
10   text-decoration: none;
11   color: black;
12   font-family: Arial;
13   font-size: 11px;
14   text-shadow: none;
15   float: none;
16   position: static;
17   width: auto;
18   height: auto;
19   white-space: nowrap;
20   cursor: inherit;
21   line-height: normal;
22   font-weight: normal;
23   text-align: left;
24   -webkit-tap-highlight-color: transparent;
25   -moz-box-sizing: content-box;
26   -webkit-box-sizing: content-box;
27   box-sizing: content-box;
28   direction: ltr;
29   max-width: none;
30 }
31 .mce-object {
32   border: 1px dotted #3A3A3A;
33   background: #d5d5d5 url(img/object.gif) no-repeat center;
34 }
35 .mce-preview-object {
36   display: inline-block;
37   position: relative;
38   margin: 0 2px 0 2px;
39   line-height: 0;
40   border: 1px solid gray;
41 }
42 .mce-preview-object .mce-shim {
43   position: absolute;
44   top: 0;
45   left: 0;
46   width: 100%;
47   height: 100%;
48   background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
49 }
50 figure.align-left {
51   float: left;
52 }
53 figure.align-right {
54   float: right;
55 }
56 figure.image {
57   display: inline-block;
58   border: 1px solid gray;
59   margin: 0 2px 0 1px;
60   background: #f5f2f0;
61 }
62 figure.image img {
63   margin: 8px 8px 0 8px;
64 }
65 figure.image figcaption {
66   margin: 6px 8px 6px 8px;
67   text-align: center;
68 }
69 .mce-preview-object[data-mce-selected] .mce-shim {
70   display: none;
71 }
72 .mce-pagebreak {
73   cursor: default;
74   display: block;
75   border: 0;
76   width: 100%;
77   height: 5px;
78   border: 1px dashed #666;
79   margin-top: 15px;
80   page-break-before: always;
81 }
82 @media print {
83   .mce-pagebreak {
84     border: 0px;
85   }
86 }
87 .mce-item-anchor {
88   cursor: default;
89   display: inline-block;
90   -webkit-user-select: all;
91   -webkit-user-modify: read-only;
92   -moz-user-select: all;
93   -moz-user-modify: read-only;
94   user-select: all;
95   user-modify: read-only;
96   width: 9px !important;
97   height: 9px !important;
98   border: 1px dotted #3A3A3A;
99   background: #d5d5d5 url(img/anchor.gif) no-repeat center;
100 }
101 .mce-nbsp,
102 .mce-shy {
103   background: #AAA;
104 }
105 .mce-shy::after {
106   content: '-';
107 }
108 hr {
109   cursor: default;
110 }
111 .mce-match-marker {
112   background: #AAA;
113   color: #fff;
114 }
115 .mce-match-marker-selected {
116   background: #3399ff;
117   color: #fff;
118 }
119 .mce-spellchecker-word {
120   border-bottom: 2px solid #F00;
121   cursor: default;
122 }
123 .mce-spellchecker-grammar {
124   border-bottom: 2px solid #008000;
125   cursor: default;
126 }
127 .mce-item-table,
128 .mce-item-table td,
129 .mce-item-table th,
130 .mce-item-table caption {
131   border: 1px dashed #BBB;
132 }
133 td.mce-item-selected,
134 th.mce-item-selected {
135   background-color: #3399ff !important;
136 }
137 .mce-edit-focus {
138   outline: 1px dotted #333;
139 }
140 .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
141   outline: 2px solid #2d8ac7;
142 }
143 .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
144   outline: 2px solid #7ACAFF;
145 }
146 .mce-content-body *[contentEditable=false][data-mce-selected] {
147   outline: 2px solid #2d8ac7;
148 }
149 .mce-resize-bar-dragging {
150   background-color: blue;
151   opacity: 0.25;
152   filter: alpha(opacity=25);
153   zoom: 1;
154 }