24 background-color: #444;
31 border-right: 1px solid #DDD;
57 background-color: rgba(0, 0, 0, 0.1);
59 border-top: 1px solid #333;
60 border-bottom: 1px solid #333;
70 border-bottom: 1px solid #3A3939;
81 padding: $-s $-xxl $-xxl $-xxl;
87 padding: 0 !important;
115 border-top: 3px dotted #EEE;
140 //border-left: 1px solid rgba(0, 0, 0, 0.1);
142 border-left: 2px solid #888;
149 margin-left: $nav-indent;
153 margin-left: $nav-indent*2;
157 margin-left: $nav-indent*3;
161 margin-left: $nav-indent*4;
165 margin-left: $nav-indent*5;
173 background-color: rgba(0, 0, 0, 0.2);
187 background-color: #EEE;
193 //border: 2px solid $primary;
195 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
197 .image-manager-display img {
200 display: inline-block;
205 .image-manager-left {
206 background-color: #FFF;
210 .image-manager-display {
218 .image-manager-title {
224 border-bottom: 1px solid #DDD;
227 .image-manager-dropzone {
228 background-color: lighten($primary, 40%);
233 padding-top: $-xl*1.2;
235 border-top: 2px solid $primary;
238 // Link hooks & popovers
241 display: inline-block;
249 h1, h2, h3, h4, h5, h6 {
250 &:hover a.link-hook {
270 transition: all ease-in-out 120ms;
273 text-decoration: none;
289 display: inline-block;
296 padding: $-m $-s 0 $-s;
302 .book-tree .sidebar-page-list {
307 border-bottom: 1px solid #3A3939;
310 color: #EEE !important;
320 color: #7BD06E !important;
323 color: #D2A64B !important;
326 color: #4599DC !important;
330 .sortable-page-list, .sortable-page-list ul {
332 //background-color: rgba(0, 0, 0, 0.04);
334 .sortable-page-list {
341 border-bottom: 1px solid #BBB;
342 border-left: 1px solid #BBB;
343 border-right: 1px solid #BBB;
348 border-top: 1px solid #BBB;
352 // Jquery Sortable Styles
359 body.dragging, body.dragging * {
360 cursor: move !important;
363 .sortable-page-list li.placeholder {
366 .sortable-page-list li.placeholder:before {