Skip to content

Commit bf74f53

Browse files
committed
Updated assets for release and incremented version
1 parent 9d67efb commit bf74f53

4 files changed

Lines changed: 126 additions & 70 deletions

File tree

public/dist/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/dist/export-styles.css

Lines changed: 49 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
252252
color: #e27b41;
253253
fill: #e27b41; }
254254

255+
.text-bookshelf {
256+
color: #af5a5a;
257+
fill: #af5a5a; }
258+
.text-bookshelf:hover {
259+
color: #af5a5a;
260+
fill: #af5a5a; }
261+
255262
.text-book {
256263
color: #009688;
257264
fill: #009688; }
@@ -305,6 +312,7 @@ ul, ol {
305312

306313
ul {
307314
padding-left: 20.8px;
315+
padding-right: 20.8px;
308316
list-style: disc; }
309317
ul ul {
310318
list-style: circle;
@@ -315,7 +323,8 @@ ul {
315323

316324
ol {
317325
list-style: decimal;
318-
padding-left: 32px; }
326+
padding-left: 32px;
327+
padding-right: 32px; }
319328

320329
li.checkbox-item, li.task-list-item {
321330
list-style: none;
@@ -544,13 +553,40 @@ div[class^="col-"] img {
544553
flex-direction: column;
545554
border: 1px solid #ddd;
546555
min-width: 100px; }
556+
.grid-card h2 {
557+
width: 100%;
558+
font-size: 1.5em;
559+
margin: 0 0 10px; }
560+
.grid-card h2 a {
561+
display: block;
562+
width: 100%;
563+
line-height: 1.2;
564+
text-decoration: none; }
565+
.grid-card p {
566+
font-size: .85em;
567+
margin: 0;
568+
line-height: 1.6em; }
547569
.grid-card .grid-card-content {
548-
flex: 1; }
570+
flex: 1;
571+
border-top: 0;
572+
border-bottom-width: 2px; }
549573
.grid-card .grid-card-content, .grid-card .grid-card-footer {
550574
padding: 24px; }
551575
.grid-card .grid-card-content + .grid-card-footer {
552576
padding-top: 0; }
553577

578+
.book-grid-item .grid-card-content h2 a {
579+
color: #009688;
580+
fill: #009688; }
581+
582+
.bookshelf-grid-item .grid-card-content h2 a {
583+
color: #af5a5a;
584+
fill: #af5a5a; }
585+
586+
.book-grid-item .grid-card-footer p.small {
587+
font-size: .8em;
588+
margin: 0; }
589+
554590
@media screen and (max-width: 800px) {
555591
.grid.third {
556592
grid-template-columns: 1fr 1fr; } }
@@ -1613,6 +1649,8 @@ table.table {
16131649
text-align: right; }
16141650
table.table .text-center {
16151651
text-align: center; }
1652+
table.table td.actions {
1653+
overflow: visible; }
16161654

16171655
table.no-style td {
16181656
border: 0;
@@ -1975,7 +2013,7 @@ header .search-box {
19752013
.book-tree .sidebar-page-list .sub-menu {
19762014
display: none;
19772015
padding-left: 0; }
1978-
.book-tree .sidebar-page-list .sub-menu.open {
2016+
.book-tree .sidebar-page-list [chapter-toggle].open + .sub-menu {
19792017
display: block; }
19802018

19812019
.sortable-page-list, .sortable-page-list ul {
@@ -2126,18 +2164,22 @@ ul.pagination {
21262164
.dropdown-container ul li.padded {
21272165
padding: 6px 16px;
21282166
line-height: 1.2; }
2129-
.dropdown-container ul a {
2167+
.dropdown-container ul a, .dropdown-container ul button {
21302168
display: block;
21312169
padding: 6px 16px;
21322170
color: #555;
2133-
fill: #555; }
2134-
.dropdown-container ul a:hover {
2171+
fill: #555;
2172+
white-space: nowrap; }
2173+
.dropdown-container ul a:hover, .dropdown-container ul button:hover {
21352174
text-decoration: none;
21362175
background-color: #EEE; }
2137-
.dropdown-container ul a svg {
2176+
.dropdown-container ul a svg, .dropdown-container ul button svg {
21382177
margin-right: 12px;
21392178
display: inline-block;
21402179
width: 16px; }
2180+
.dropdown-container ul button {
2181+
width: 100%;
2182+
text-align: left; }
21412183
.dropdown-container ul li.border-bottom {
21422184
border-bottom: 1px solid #DDD; }
21432185

@@ -2158,29 +2200,6 @@ ul.pagination {
21582200
transform: scale(1.15);
21592201
opacity: .5; }
21602202

2161-
.book-grid-item .grid-card-content {
2162-
border-top: 0;
2163-
border-bottom-width: 2px; }
2164-
.book-grid-item .grid-card-content h2 {
2165-
width: 100%;
2166-
font-size: 1.5em;
2167-
margin: 0 0 10px; }
2168-
.book-grid-item .grid-card-content h2 a {
2169-
display: block;
2170-
width: 100%;
2171-
line-height: 1.2;
2172-
color: #009688;
2173-
fill: #009688;
2174-
text-decoration: none; }
2175-
.book-grid-item .grid-card-content p {
2176-
font-size: .85em;
2177-
margin: 0;
2178-
line-height: 1.6em; }
2179-
2180-
.book-grid-item .grid-card-footer p.small {
2181-
font-size: .8em;
2182-
margin: 0; }
2183-
21842203
.page-editor {
21852204
display: flex;
21862205
flex-direction: column;

public/dist/styles.css

Lines changed: 75 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -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

343350
ul {
344351
padding-left: 20.8px;
352+
padding-right: 20.8px;
345353
list-style: disc; }
346354
ul ul {
347355
list-style: circle;
@@ -352,7 +360,8 @@ ul {
352360

353361
ol {
354362
list-style: decimal;
355-
padding-left: 32px; }
363+
padding-left: 32px;
364+
padding-right: 32px; }
356365

357366
li.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

16081646
table.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 180ms;
2658+
transition: all ease-in 240ms;
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 180ms;
2625-
transition: transform ease-in 180ms;
2626-
transition: transform ease-in 180ms, -webkit-transform ease-in 180ms;
2666+
transition: -webkit-transform ease-in 240ms;
2667+
transition: transform ease-in 240ms;
2668+
transition: transform ease-in 240ms, -webkit-transform ease-in 240ms;
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;

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.23.2
1+
v0.24.0

0 commit comments

Comments
 (0)