Updated assets for release and incremented version
This commit is contained in:
		
							parent
							
								
									9d67efb4a4
								
							
						
					
					
						commit
						bf74f53ca7
					
				
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -252,6 +252,13 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
 | 
			
		|||
    color: #e27b41;
 | 
			
		||||
    fill: #e27b41; }
 | 
			
		||||
 | 
			
		||||
.text-bookshelf {
 | 
			
		||||
  color: #af5a5a;
 | 
			
		||||
  fill: #af5a5a; }
 | 
			
		||||
  .text-bookshelf:hover {
 | 
			
		||||
    color: #af5a5a;
 | 
			
		||||
    fill: #af5a5a; }
 | 
			
		||||
 | 
			
		||||
.text-book {
 | 
			
		||||
  color: #009688;
 | 
			
		||||
  fill: #009688; }
 | 
			
		||||
| 
						 | 
				
			
			@ -305,6 +312,7 @@ ul, ol {
 | 
			
		|||
 | 
			
		||||
ul {
 | 
			
		||||
  padding-left: 20.8px;
 | 
			
		||||
  padding-right: 20.8px;
 | 
			
		||||
  list-style: disc; }
 | 
			
		||||
  ul ul {
 | 
			
		||||
    list-style: circle;
 | 
			
		||||
| 
						 | 
				
			
			@ -315,7 +323,8 @@ ul {
 | 
			
		|||
 | 
			
		||||
ol {
 | 
			
		||||
  list-style: decimal;
 | 
			
		||||
  padding-left: 32px; }
 | 
			
		||||
  padding-left: 32px;
 | 
			
		||||
  padding-right: 32px; }
 | 
			
		||||
 | 
			
		||||
li.checkbox-item, li.task-list-item {
 | 
			
		||||
  list-style: none;
 | 
			
		||||
| 
						 | 
				
			
			@ -544,13 +553,40 @@ div[class^="col-"] img {
 | 
			
		|||
  flex-direction: column;
 | 
			
		||||
  border: 1px solid #ddd;
 | 
			
		||||
  min-width: 100px; }
 | 
			
		||||
  .grid-card h2 {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    font-size: 1.5em;
 | 
			
		||||
    margin: 0 0 10px; }
 | 
			
		||||
  .grid-card h2 a {
 | 
			
		||||
    display: block;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    line-height: 1.2;
 | 
			
		||||
    text-decoration: none; }
 | 
			
		||||
  .grid-card p {
 | 
			
		||||
    font-size: .85em;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    line-height: 1.6em; }
 | 
			
		||||
  .grid-card .grid-card-content {
 | 
			
		||||
    flex: 1; }
 | 
			
		||||
    flex: 1;
 | 
			
		||||
    border-top: 0;
 | 
			
		||||
    border-bottom-width: 2px; }
 | 
			
		||||
  .grid-card .grid-card-content, .grid-card .grid-card-footer {
 | 
			
		||||
    padding: 24px; }
 | 
			
		||||
  .grid-card .grid-card-content + .grid-card-footer {
 | 
			
		||||
    padding-top: 0; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-content h2 a {
 | 
			
		||||
  color: #009688;
 | 
			
		||||
  fill: #009688; }
 | 
			
		||||
 | 
			
		||||
.bookshelf-grid-item .grid-card-content h2 a {
 | 
			
		||||
  color: #af5a5a;
 | 
			
		||||
  fill: #af5a5a; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-footer p.small {
 | 
			
		||||
  font-size: .8em;
 | 
			
		||||
  margin: 0; }
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 800px) {
 | 
			
		||||
  .grid.third {
 | 
			
		||||
    grid-template-columns: 1fr 1fr; } }
 | 
			
		||||
| 
						 | 
				
			
			@ -1613,6 +1649,8 @@ table.table {
 | 
			
		|||
    text-align: right; }
 | 
			
		||||
  table.table .text-center {
 | 
			
		||||
    text-align: center; }
 | 
			
		||||
  table.table td.actions {
 | 
			
		||||
    overflow: visible; }
 | 
			
		||||
 | 
			
		||||
table.no-style td {
 | 
			
		||||
  border: 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -1975,7 +2013,7 @@ header .search-box {
 | 
			
		|||
  .book-tree .sidebar-page-list .sub-menu {
 | 
			
		||||
    display: none;
 | 
			
		||||
    padding-left: 0; }
 | 
			
		||||
  .book-tree .sidebar-page-list .sub-menu.open {
 | 
			
		||||
  .book-tree .sidebar-page-list [chapter-toggle].open + .sub-menu {
 | 
			
		||||
    display: block; }
 | 
			
		||||
 | 
			
		||||
.sortable-page-list, .sortable-page-list ul {
 | 
			
		||||
| 
						 | 
				
			
			@ -2126,18 +2164,22 @@ ul.pagination {
 | 
			
		|||
  .dropdown-container ul li.padded {
 | 
			
		||||
    padding: 6px 16px;
 | 
			
		||||
    line-height: 1.2; }
 | 
			
		||||
  .dropdown-container ul a {
 | 
			
		||||
  .dropdown-container ul a, .dropdown-container ul button {
 | 
			
		||||
    display: block;
 | 
			
		||||
    padding: 6px 16px;
 | 
			
		||||
    color: #555;
 | 
			
		||||
    fill: #555; }
 | 
			
		||||
    .dropdown-container ul a:hover {
 | 
			
		||||
    fill: #555;
 | 
			
		||||
    white-space: nowrap; }
 | 
			
		||||
    .dropdown-container ul a:hover, .dropdown-container ul button:hover {
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      background-color: #EEE; }
 | 
			
		||||
    .dropdown-container ul a svg {
 | 
			
		||||
    .dropdown-container ul a svg, .dropdown-container ul button svg {
 | 
			
		||||
      margin-right: 12px;
 | 
			
		||||
      display: inline-block;
 | 
			
		||||
      width: 16px; }
 | 
			
		||||
  .dropdown-container ul button {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    text-align: left; }
 | 
			
		||||
  .dropdown-container ul li.border-bottom {
 | 
			
		||||
    border-bottom: 1px solid #DDD; }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2158,29 +2200,6 @@ ul.pagination {
 | 
			
		|||
            transform: scale(1.15);
 | 
			
		||||
    opacity: .5; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-content {
 | 
			
		||||
  border-top: 0;
 | 
			
		||||
  border-bottom-width: 2px; }
 | 
			
		||||
  .book-grid-item .grid-card-content h2 {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    font-size: 1.5em;
 | 
			
		||||
    margin: 0 0 10px; }
 | 
			
		||||
  .book-grid-item .grid-card-content h2 a {
 | 
			
		||||
    display: block;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    line-height: 1.2;
 | 
			
		||||
    color: #009688;
 | 
			
		||||
    fill: #009688;
 | 
			
		||||
    text-decoration: none; }
 | 
			
		||||
  .book-grid-item .grid-card-content p {
 | 
			
		||||
    font-size: .85em;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    line-height: 1.6em; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-footer p.small {
 | 
			
		||||
  font-size: .8em;
 | 
			
		||||
  margin: 0; }
 | 
			
		||||
 | 
			
		||||
.page-editor {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -289,6 +289,13 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
 | 
			
		|||
    color: #e27b41;
 | 
			
		||||
    fill: #e27b41; }
 | 
			
		||||
 | 
			
		||||
.text-bookshelf {
 | 
			
		||||
  color: #af5a5a;
 | 
			
		||||
  fill: #af5a5a; }
 | 
			
		||||
  .text-bookshelf:hover {
 | 
			
		||||
    color: #af5a5a;
 | 
			
		||||
    fill: #af5a5a; }
 | 
			
		||||
 | 
			
		||||
.text-book {
 | 
			
		||||
  color: #009688;
 | 
			
		||||
  fill: #009688; }
 | 
			
		||||
| 
						 | 
				
			
			@ -342,6 +349,7 @@ ul, ol {
 | 
			
		|||
 | 
			
		||||
ul {
 | 
			
		||||
  padding-left: 20.8px;
 | 
			
		||||
  padding-right: 20.8px;
 | 
			
		||||
  list-style: disc; }
 | 
			
		||||
  ul ul {
 | 
			
		||||
    list-style: circle;
 | 
			
		||||
| 
						 | 
				
			
			@ -352,7 +360,8 @@ ul {
 | 
			
		|||
 | 
			
		||||
ol {
 | 
			
		||||
  list-style: decimal;
 | 
			
		||||
  padding-left: 32px; }
 | 
			
		||||
  padding-left: 32px;
 | 
			
		||||
  padding-right: 32px; }
 | 
			
		||||
 | 
			
		||||
li.checkbox-item, li.task-list-item {
 | 
			
		||||
  list-style: none;
 | 
			
		||||
| 
						 | 
				
			
			@ -581,13 +590,40 @@ div[class^="col-"] img {
 | 
			
		|||
  flex-direction: column;
 | 
			
		||||
  border: 1px solid #ddd;
 | 
			
		||||
  min-width: 100px; }
 | 
			
		||||
  .grid-card h2 {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    font-size: 1.5em;
 | 
			
		||||
    margin: 0 0 10px; }
 | 
			
		||||
  .grid-card h2 a {
 | 
			
		||||
    display: block;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    line-height: 1.2;
 | 
			
		||||
    text-decoration: none; }
 | 
			
		||||
  .grid-card p {
 | 
			
		||||
    font-size: .85em;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    line-height: 1.6em; }
 | 
			
		||||
  .grid-card .grid-card-content {
 | 
			
		||||
    flex: 1; }
 | 
			
		||||
    flex: 1;
 | 
			
		||||
    border-top: 0;
 | 
			
		||||
    border-bottom-width: 2px; }
 | 
			
		||||
  .grid-card .grid-card-content, .grid-card .grid-card-footer {
 | 
			
		||||
    padding: 24px; }
 | 
			
		||||
  .grid-card .grid-card-content + .grid-card-footer {
 | 
			
		||||
    padding-top: 0; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-content h2 a {
 | 
			
		||||
  color: #009688;
 | 
			
		||||
  fill: #009688; }
 | 
			
		||||
 | 
			
		||||
.bookshelf-grid-item .grid-card-content h2 a {
 | 
			
		||||
  color: #af5a5a;
 | 
			
		||||
  fill: #af5a5a; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-footer p.small {
 | 
			
		||||
  font-size: .8em;
 | 
			
		||||
  margin: 0; }
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 800px) {
 | 
			
		||||
  .grid.third {
 | 
			
		||||
    grid-template-columns: 1fr 1fr; } }
 | 
			
		||||
| 
						 | 
				
			
			@ -1604,6 +1640,8 @@ table.table {
 | 
			
		|||
    text-align: right; }
 | 
			
		||||
  table.table .text-center {
 | 
			
		||||
    text-align: center; }
 | 
			
		||||
  table.table td.actions {
 | 
			
		||||
    overflow: visible; }
 | 
			
		||||
 | 
			
		||||
table.no-style td {
 | 
			
		||||
  border: 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -2078,6 +2116,9 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
 | 
			
		|||
.page-content.mce-content-body p {
 | 
			
		||||
  line-height: 1.6; }
 | 
			
		||||
 | 
			
		||||
.mce-colorbtn-trans {
 | 
			
		||||
  overflow: hidden; }
 | 
			
		||||
 | 
			
		||||
/* BASICS */
 | 
			
		||||
.CodeMirror {
 | 
			
		||||
  /* Set height, width, borders, and global font properties here */
 | 
			
		||||
| 
						 | 
				
			
			@ -2614,16 +2655,17 @@ span.CodeMirror-selectedtext {
 | 
			
		|||
  cursor: pointer;
 | 
			
		||||
  fill: #444;
 | 
			
		||||
  z-index: 5;
 | 
			
		||||
  transition: all ease-in 180ms;
 | 
			
		||||
  transition: all ease-in 240ms;
 | 
			
		||||
  -webkit-user-select: none;
 | 
			
		||||
     -moz-user-select: none;
 | 
			
		||||
      -ms-user-select: none;
 | 
			
		||||
          user-select: none;
 | 
			
		||||
  opacity: 0.7; }
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
  pointer-events: none; }
 | 
			
		||||
  .CodeMirror-copy svg {
 | 
			
		||||
    transition: -webkit-transform ease-in 180ms;
 | 
			
		||||
    transition: transform ease-in 180ms;
 | 
			
		||||
    transition: transform ease-in 180ms, -webkit-transform ease-in 180ms;
 | 
			
		||||
    transition: -webkit-transform ease-in 240ms;
 | 
			
		||||
    transition: transform ease-in 240ms;
 | 
			
		||||
    transition: transform ease-in 240ms, -webkit-transform ease-in 240ms;
 | 
			
		||||
    -webkit-transform: translateY(0);
 | 
			
		||||
            transform: translateY(0); }
 | 
			
		||||
  .CodeMirror-copy.success {
 | 
			
		||||
| 
						 | 
				
			
			@ -2638,7 +2680,8 @@ span.CodeMirror-selectedtext {
 | 
			
		|||
     -moz-user-select: all;
 | 
			
		||||
      -ms-user-select: all;
 | 
			
		||||
          user-select: all;
 | 
			
		||||
  opacity: 1; }
 | 
			
		||||
  opacity: 1;
 | 
			
		||||
  pointer-events: all; }
 | 
			
		||||
 | 
			
		||||
[notification] {
 | 
			
		||||
  position: fixed;
 | 
			
		||||
| 
						 | 
				
			
			@ -3563,7 +3606,7 @@ header .search-box {
 | 
			
		|||
  .book-tree .sidebar-page-list .sub-menu {
 | 
			
		||||
    display: none;
 | 
			
		||||
    padding-left: 0; }
 | 
			
		||||
  .book-tree .sidebar-page-list .sub-menu.open {
 | 
			
		||||
  .book-tree .sidebar-page-list [chapter-toggle].open + .sub-menu {
 | 
			
		||||
    display: block; }
 | 
			
		||||
 | 
			
		||||
.sortable-page-list, .sortable-page-list ul {
 | 
			
		||||
| 
						 | 
				
			
			@ -3714,18 +3757,22 @@ ul.pagination {
 | 
			
		|||
  .dropdown-container ul li.padded {
 | 
			
		||||
    padding: 6px 16px;
 | 
			
		||||
    line-height: 1.2; }
 | 
			
		||||
  .dropdown-container ul a {
 | 
			
		||||
  .dropdown-container ul a, .dropdown-container ul button {
 | 
			
		||||
    display: block;
 | 
			
		||||
    padding: 6px 16px;
 | 
			
		||||
    color: #555;
 | 
			
		||||
    fill: #555; }
 | 
			
		||||
    .dropdown-container ul a:hover {
 | 
			
		||||
    fill: #555;
 | 
			
		||||
    white-space: nowrap; }
 | 
			
		||||
    .dropdown-container ul a:hover, .dropdown-container ul button:hover {
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      background-color: #EEE; }
 | 
			
		||||
    .dropdown-container ul a svg {
 | 
			
		||||
    .dropdown-container ul a svg, .dropdown-container ul button svg {
 | 
			
		||||
      margin-right: 12px;
 | 
			
		||||
      display: inline-block;
 | 
			
		||||
      width: 16px; }
 | 
			
		||||
  .dropdown-container ul button {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    text-align: left; }
 | 
			
		||||
  .dropdown-container ul li.border-bottom {
 | 
			
		||||
    border-bottom: 1px solid #DDD; }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -3746,29 +3793,6 @@ ul.pagination {
 | 
			
		|||
            transform: scale(1.15);
 | 
			
		||||
    opacity: .5; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-content {
 | 
			
		||||
  border-top: 0;
 | 
			
		||||
  border-bottom-width: 2px; }
 | 
			
		||||
  .book-grid-item .grid-card-content h2 {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    font-size: 1.5em;
 | 
			
		||||
    margin: 0 0 10px; }
 | 
			
		||||
  .book-grid-item .grid-card-content h2 a {
 | 
			
		||||
    display: block;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    line-height: 1.2;
 | 
			
		||||
    color: #009688;
 | 
			
		||||
    fill: #009688;
 | 
			
		||||
    text-decoration: none; }
 | 
			
		||||
  .book-grid-item .grid-card-content p {
 | 
			
		||||
    font-size: .85em;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    line-height: 1.6em; }
 | 
			
		||||
 | 
			
		||||
.book-grid-item .grid-card-footer p.small {
 | 
			
		||||
  font-size: .8em;
 | 
			
		||||
  margin: 0; }
 | 
			
		||||
 | 
			
		||||
.page-editor {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: column;
 | 
			
		||||
| 
						 | 
				
			
			@ -4170,8 +4194,6 @@ body.dragging, body.dragging * {
 | 
			
		|||
  [back-to-top]:hover {
 | 
			
		||||
    width: 136px;
 | 
			
		||||
    opacity: 1 !important; }
 | 
			
		||||
    [back-to-top]:hover span {
 | 
			
		||||
      display: inline-block; }
 | 
			
		||||
  [back-to-top] .inner {
 | 
			
		||||
    width: 136px; }
 | 
			
		||||
  [back-to-top] span {
 | 
			
		||||
| 
						 | 
				
			
			@ -4228,10 +4250,25 @@ body.dragging, body.dragging * {
 | 
			
		|||
    background-color: #FFF;
 | 
			
		||||
    transition: all ease-in-out 120ms;
 | 
			
		||||
    cursor: pointer; }
 | 
			
		||||
  .entity-selector.compact {
 | 
			
		||||
    font-size: 10px; }
 | 
			
		||||
    .entity-selector.compact .entity-item-snippet {
 | 
			
		||||
      display: none; }
 | 
			
		||||
 | 
			
		||||
.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 {
 | 
			
		||||
  color: #EEE; }
 | 
			
		||||
 | 
			
		||||
.scroll-box {
 | 
			
		||||
  max-height: 250px;
 | 
			
		||||
  overflow-y: scroll;
 | 
			
		||||
  border: 1px solid #DDD;
 | 
			
		||||
  border-radius: 3px; }
 | 
			
		||||
  .scroll-box .scroll-box-item {
 | 
			
		||||
    padding: 6px 16px;
 | 
			
		||||
    border-bottom: 1px solid #DDD; }
 | 
			
		||||
    .scroll-box .scroll-box-item:last-child {
 | 
			
		||||
      border-bottom: 0; }
 | 
			
		||||
 | 
			
		||||
.center-box {
 | 
			
		||||
  margin: 48px auto 0 auto;
 | 
			
		||||
  width: 420px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue