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 {
315 transition: all ease-in-out 120ms;
318 text-decoration: none;
326 background-color: rgba(21, 101, 192, 0.15);
332 .breadcrumbs a, .action-buttons a {
333 display: inline-block;
354 padding: $-m $-s 0 $-s;
362 .book-tree .sidebar-page-list {
366 border-left: 5px solid $color-book;
371 padding: $-xs 0 $-xs $-s;
373 background-color: rgba(255, 255, 255, 0.2);
374 text-decoration: none;
381 color: #EEE !important;
388 color: $color-book !important;
390 background-color: rgba($color-book, 0.29);
394 color: $color-chapter !important;
396 background-color: rgba($color-chapter, 0.12);
400 border-left: 5px solid $color-chapter;
408 color: $color-page !important;
409 border-left: 5px solid $color-page;
413 background-color: rgba($color-page, 0.1);
419 .sortable-page-list, .sortable-page-list ul {
422 .sortable-page-list {
424 box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
428 box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
431 border: 1px solid #DDD;
436 border-left: 2px solid $color-chapter;
439 border-left: 2px solid $color-page;
447 // Jquery Sortable Styles
454 body.dragging, body.dragging * {
455 cursor: move !important;
458 .sortable-page-list li.placeholder {
461 .sortable-page-list li.placeholder:before {
466 margin: 15vh auto 0 auto;
467 padding: $-m $-xxl $-xl*2 $-xxl;
470 background-color: #EEE;
471 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
472 border: 1px solid #DDD;
476 .activity-list-item {
479 border-bottom: 1px solid #EEE;
485 margin-left: 30px + $-s;
499 background-color: #EEE;
514 vertical-align: middle;
517 background-color: $positive;
521 background-color: $negative;
530 display: inline-block;
534 border-bottom: 2px solid $primary;
539 .dropdown-container {
540 display: inline-block;
551 background-color: #FFFFFF;
553 box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
555 border: 1px solid #EEE;
564 text-decoration: none;
565 background-color: #EEE;
575 border-bottom: 1px solid #DDD;
579 .search-results > h3 a {