@@ -289,6 +289,13 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
289289 color : # e27b41 ;
290290 fill : # e27b41 ; }
291291
292+ .text-bookshelf {
293+ color : # af5a5a ;
294+ fill : # af5a5a ; }
295+ .text-bookshelf : hover {
296+ color : # af5a5a ;
297+ fill : # af5a5a ; }
298+
292299.text-book {
293300 color : # 009688 ;
294301 fill : # 009688 ; }
@@ -342,6 +349,7 @@ ul, ol {
342349
343350ul {
344351 padding-left : 20.8px ;
352+ padding-right : 20.8px ;
345353 list-style : disc; }
346354 ul ul {
347355 list-style : circle;
352360
353361ol {
354362 list-style : decimal;
355- padding-left : 32px ; }
363+ padding-left : 32px ;
364+ padding-right : 32px ; }
356365
357366li .checkbox-item , li .task-list-item {
358367 list-style : none;
@@ -581,13 +590,40 @@ div[class^="col-"] img {
581590 flex-direction : column;
582591 border : 1px solid # ddd ;
583592 min-width : 100px ; }
593+ .grid-card h2 {
594+ width : 100% ;
595+ font-size : 1.5em ;
596+ margin : 0 0 10px ; }
597+ .grid-card h2 a {
598+ display : block;
599+ width : 100% ;
600+ line-height : 1.2 ;
601+ text-decoration : none; }
602+ .grid-card p {
603+ font-size : .85em ;
604+ margin : 0 ;
605+ line-height : 1.6em ; }
584606 .grid-card .grid-card-content {
585- flex : 1 ; }
607+ flex : 1 ;
608+ border-top : 0 ;
609+ border-bottom-width : 2px ; }
586610 .grid-card .grid-card-content , .grid-card .grid-card-footer {
587611 padding : 24px ; }
588612 .grid-card .grid-card-content + .grid-card-footer {
589613 padding-top : 0 ; }
590614
615+ .book-grid-item .grid-card-content h2 a {
616+ color : # 009688 ;
617+ fill : # 009688 ; }
618+
619+ .bookshelf-grid-item .grid-card-content h2 a {
620+ color : # af5a5a ;
621+ fill : # af5a5a ; }
622+
623+ .book-grid-item .grid-card-footer p .small {
624+ font-size : .8em ;
625+ margin : 0 ; }
626+
591627@media screen and (max-width : 800px ) {
592628 .grid .third {
593629 grid-template-columns : 1fr 1fr ; } }
@@ -1604,6 +1640,8 @@ table.table {
16041640 text-align : right; }
16051641 table .table .text-center {
16061642 text-align : center; }
1643+ table .table td .actions {
1644+ overflow : visible; }
16071645
16081646table .no-style td {
16091647 border : 0 ;
@@ -2078,6 +2116,9 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
20782116.page-content .mce-content-body p {
20792117 line-height : 1.6 ; }
20802118
2119+ .mce-colorbtn-trans {
2120+ overflow : hidden; }
2121+
20812122/* BASICS */
20822123.CodeMirror {
20832124 /* Set height, width, borders, and global font properties here */
@@ -2614,16 +2655,17 @@ span.CodeMirror-selectedtext {
26142655 cursor : pointer;
26152656 fill : # 444 ;
26162657 z-index : 5 ;
2617- transition : all ease-in 180 ms ;
2658+ transition : all ease-in 240 ms ;
26182659 -webkit-user-select : none;
26192660 -moz-user-select : none;
26202661 -ms-user-select : none;
26212662 user-select : none;
2622- opacity : 0.7 ; }
2663+ opacity : 0 ;
2664+ pointer-events : none; }
26232665 .CodeMirror-copy svg {
2624- transition : -webkit-transform ease-in 180 ms ;
2625- transition : transform ease-in 180 ms ;
2626- transition : transform ease-in 180 ms , -webkit-transform ease-in 180 ms ;
2666+ transition : -webkit-transform ease-in 240 ms ;
2667+ transition : transform ease-in 240 ms ;
2668+ transition : transform ease-in 240 ms , -webkit-transform ease-in 240 ms ;
26272669 -webkit-transform : translateY (0 );
26282670 transform : translateY (0 ); }
26292671 .CodeMirror-copy .success {
@@ -2638,7 +2680,8 @@ span.CodeMirror-selectedtext {
26382680 -moz-user-select : all;
26392681 -ms-user-select : all;
26402682 user-select : all;
2641- opacity : 1 ; }
2683+ opacity : 1 ;
2684+ pointer-events : all; }
26422685
26432686[notification ] {
26442687 position : fixed;
@@ -3563,7 +3606,7 @@ header .search-box {
35633606 .book-tree .sidebar-page-list .sub-menu {
35643607 display : none;
35653608 padding-left : 0 ; }
3566- .book-tree .sidebar-page-list . sub-menu . open {
3609+ .book-tree .sidebar-page-list [ chapter-toggle ]. open + . sub-menu {
35673610 display : block; }
35683611
35693612.sortable-page-list , .sortable-page-list ul {
@@ -3714,18 +3757,22 @@ ul.pagination {
37143757 .dropdown-container ul li .padded {
37153758 padding : 6px 16px ;
37163759 line-height : 1.2 ; }
3717- .dropdown-container ul a {
3760+ .dropdown-container ul a , . dropdown-container ul button {
37183761 display : block;
37193762 padding : 6px 16px ;
37203763 color : # 555 ;
3721- fill : # 555 ; }
3722- .dropdown-container ul a : hover {
3764+ fill : # 555 ;
3765+ white-space : nowrap; }
3766+ .dropdown-container ul a : hover , .dropdown-container ul button : hover {
37233767 text-decoration : none;
37243768 background-color : # EEE ; }
3725- .dropdown-container ul a svg {
3769+ .dropdown-container ul a svg , . dropdown-container ul button svg {
37263770 margin-right : 12px ;
37273771 display : inline-block;
37283772 width : 16px ; }
3773+ .dropdown-container ul button {
3774+ width : 100% ;
3775+ text-align : left; }
37293776 .dropdown-container ul li .border-bottom {
37303777 border-bottom : 1px solid # DDD ; }
37313778
@@ -3746,29 +3793,6 @@ ul.pagination {
37463793 transform : scale (1.15 );
37473794 opacity : .5 ; }
37483795
3749- .book-grid-item .grid-card-content {
3750- border-top : 0 ;
3751- border-bottom-width : 2px ; }
3752- .book-grid-item .grid-card-content h2 {
3753- width : 100% ;
3754- font-size : 1.5em ;
3755- margin : 0 0 10px ; }
3756- .book-grid-item .grid-card-content h2 a {
3757- display : block;
3758- width : 100% ;
3759- line-height : 1.2 ;
3760- color : # 009688 ;
3761- fill : # 009688 ;
3762- text-decoration : none; }
3763- .book-grid-item .grid-card-content p {
3764- font-size : .85em ;
3765- margin : 0 ;
3766- line-height : 1.6em ; }
3767-
3768- .book-grid-item .grid-card-footer p .small {
3769- font-size : .8em ;
3770- margin : 0 ; }
3771-
37723796.page-editor {
37733797 display : flex;
37743798 flex-direction : column;
@@ -4170,8 +4194,6 @@ body.dragging, body.dragging * {
41704194 [back-to-top ]: hover {
41714195 width : 136px ;
41724196 opacity : 1 !important ; }
4173- [back-to-top ]: hover span {
4174- display : inline-block; }
41754197 [back-to-top ] .inner {
41764198 width : 136px ; }
41774199 [back-to-top ] span {
@@ -4228,10 +4250,25 @@ body.dragging, body.dragging * {
42284250 background-color : # FFF ;
42294251 transition : all ease-in-out 120ms ;
42304252 cursor : pointer; }
4253+ .entity-selector .compact {
4254+ font-size : 10px ; }
4255+ .entity-selector .compact .entity-item-snippet {
4256+ display : none; }
42314257
42324258.entity-list-item .selected h3 , .entity-list-item .selected i , .entity-list-item .selected p , .entity-list-item .selected a , .entity-list-item .selected span {
42334259 color : # EEE ; }
42344260
4261+ .scroll-box {
4262+ max-height : 250px ;
4263+ overflow-y : scroll;
4264+ border : 1px solid # DDD ;
4265+ border-radius : 3px ; }
4266+ .scroll-box .scroll-box-item {
4267+ padding : 6px 16px ;
4268+ border-bottom : 1px solid # DDD ; }
4269+ .scroll-box .scroll-box-item : last-child {
4270+ border-bottom : 0 ; }
4271+
42354272.center-box {
42364273 margin : 48px auto 0 auto;
42374274 width : 420px ;
0 commit comments