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;
116 border-top: 3px dotted #EEE;
141 //border-left: 1px solid rgba(0, 0, 0, 0.1);
143 border-left: 2px solid #888;
150 margin-left: $nav-indent;
154 margin-left: $nav-indent*2;
158 margin-left: $nav-indent*3;
162 margin-left: $nav-indent*4;
166 margin-left: $nav-indent*5;
174 background-color: rgba(0, 0, 0, 0.2);
188 background-color: #EEE;
194 //border: 2px solid $primary;
196 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
198 .image-manager-display img {
201 display: inline-block;
206 .image-manager-left {
207 background-color: #FFF;
211 .image-manager-display {
219 .image-manager-title {
225 border-bottom: 1px solid #DDD;
228 .image-manager-dropzone {
229 background-color: lighten($primary, 40%);
234 padding-top: $-xl*1.2;
236 border-top: 2px solid $primary;
239 // Link hooks & popovers
242 display: inline-block;
245 padding-bottom: 30px;
250 transform: translate3d(10px, 0, 0);
251 transition: all ease-in-out 240ms;
252 background-color: transparent;
257 h1, h2, h3, h4, h5, h6 {
258 &:hover a.link-hook {
260 transform: translate3d(0, 0, 0);
279 transition: all ease-in-out 120ms;
282 text-decoration: none;
298 display: inline-block;
305 padding: $-m $-s 0 $-s;
311 .book-tree .sidebar-page-list {
316 border-bottom: 1px solid #3A3939;
319 color: #EEE !important;
329 color: #7BD06E !important;
332 color: #D2A64B !important;
335 color: #4599DC !important;
339 .sortable-page-list, .sortable-page-list ul {
341 //background-color: rgba(0, 0, 0, 0.04);
343 .sortable-page-list {
350 border-bottom: 1px solid #BBB;
351 border-left: 1px solid #BBB;
352 border-right: 1px solid #BBB;
357 border-top: 1px solid #BBB;
361 // Jquery Sortable Styles
368 body.dragging, body.dragging * {
369 cursor: move !important;
372 .sortable-page-list li.placeholder {
375 .sortable-page-list li.placeholder:before {