13 @import "image-manager";
19 background-color: $primary-dark;
24 border-bottom: 1px solid #DDD;
27 display: inline-block;
32 display: inline-block;
40 display: inline-block;
51 display: inline-block;
61 display: inline-block;
64 background-color: transparent;
67 border-bottom: 2px solid #EEE;
77 display: inline-block;
89 flex-direction: column;
103 align-items: stretch;
111 flex-direction: column;
112 align-items: stretch;
118 flex-direction: column;
123 display: inline-block;
127 padding: $-l $-l $-l 0;
132 text-decoration: none;
143 padding: $-s $-xxl $-xxl $-xxl;
144 margin-bottom: $-xxl;
149 padding: 0 !important;
175 color: $color-chapter;
180 // padding-left: $-m;
186 border-left: 5px solid $color-page;
187 padding: $-xs 0 $-xs $-m;
195 border-left: 5px solid $color-page;
198 border-left: 5px solid $color-chapter;
205 transition: all ease-in-out 180ms;
207 transition: all ease-in-out 180ms;
208 transform: rotate(0deg);
209 transform-origin: 25% 50%;
215 transform: rotate(90deg);
234 //border-left: 1px solid rgba(0, 0, 0, 0.1);
236 border-left: 2px solid #888;
243 margin-left: $nav-indent;
247 margin-left: $nav-indent*2;
251 margin-left: $nav-indent*3;
255 margin-left: $nav-indent*4;
259 margin-left: $nav-indent*5;
267 background-color: rgba(0, 0, 0, 0.2);
281 // Link hooks & popovers
284 display: inline-block;
287 padding-bottom: 30px;
292 transform: translate3d(10px, 0, 0);
293 transition: all ease-in-out 240ms;
294 background-color: transparent;
299 h1, h2, h3, h4, h5, h6 {
300 &:hover a.link-hook {
302 transform: translate3d(0, 0, 0);
306 .breadcrumbs span.sep {
317 transition: all ease-in-out 120ms;
320 text-decoration: none;
328 background-color: rgba(21, 101, 192, 0.15);
331 .breadcrumbs .text-button, .action-buttons .text-button {
332 display: inline-block;
353 padding: $-m $-s 0 $-s;
361 .book-tree .sidebar-page-list {
365 border-left: 5px solid $color-book;
370 padding: $-xs 0 $-xs $-s;
372 background-color: rgba(255, 255, 255, 0.2);
373 text-decoration: none;
380 color: #EEE !important;
387 color: $color-book !important;
389 background-color: rgba($color-book, 0.29);
393 color: $color-chapter !important;
395 background-color: rgba($color-chapter, 0.12);
399 border-left: 5px solid $color-chapter;
407 color: $color-page !important;
408 border-left: 5px solid $color-page;
412 background-color: rgba($color-page, 0.1);
418 .sortable-page-list, .sortable-page-list ul {
421 .sortable-page-list {
423 box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
427 box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
430 border: 1px solid #DDD;
435 border-left: 2px solid $color-chapter;
438 border-left: 2px solid $color-page;
446 // Jquery Sortable Styles
453 body.dragging, body.dragging * {
454 cursor: move !important;
457 .sortable-page-list li.placeholder {
460 .sortable-page-list li.placeholder:before {
465 margin: 15vh auto 0 auto;
466 padding: $-m $-xxl $-xl*2 $-xxl;
469 background-color: #EEE;
470 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
471 border: 1px solid #DDD;
475 .activity-list-item {
478 border-bottom: 1px solid #EEE;
484 margin-left: 30px + $-s;
498 background-color: #EEE;
513 vertical-align: middle;
516 background-color: $positive;
520 background-color: $negative;
529 display: inline-block;
533 border-bottom: 2px solid $primary;
538 .dropdown-container {
539 display: inline-block;
550 background-color: #FFFFFF;
552 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
554 border: 1px solid #EEE;
563 text-decoration: none;
564 background-color: #EEE;
574 border-bottom: 1px solid #DDD;
578 .search-results > h3 a {