diff --git a/cache/cyanine-custom.css b/cache/cyanine-custom.css new file mode 100644 index 0000000..54c5e0b --- /dev/null +++ b/cache/cyanine-custom.css @@ -0,0 +1,13 @@ +.landingpageintro h1{ +display: inline-block; +background: white; +padding: 4px 10px; +margin: 5px; +} + +.landingpageintro p{ +display: inline; +background: white; +line-height: 2.1rem; +padding: 6px 4px 4px; +} \ No newline at end of file diff --git a/content/02-cyanine-theme/00-landingpage.md b/content/01-cyanine-theme/00-landingpage.md similarity index 100% rename from content/02-cyanine-theme/00-landingpage.md rename to content/01-cyanine-theme/00-landingpage.md diff --git a/content/02-cyanine-theme/01-colors-and-fonts.md b/content/01-cyanine-theme/01-colors-and-fonts.md similarity index 100% rename from content/02-cyanine-theme/01-colors-and-fonts.md rename to content/01-cyanine-theme/01-colors-and-fonts.md diff --git a/content/02-cyanine-theme/02-footer.md b/content/01-cyanine-theme/02-footer.md similarity index 100% rename from content/02-cyanine-theme/02-footer.md rename to content/01-cyanine-theme/02-footer.md diff --git a/content/02-cyanine-theme/03-content-elements.md b/content/01-cyanine-theme/03-content-elements.md similarity index 100% rename from content/02-cyanine-theme/03-content-elements.md rename to content/01-cyanine-theme/03-content-elements.md diff --git a/content/02-cyanine-theme/index.md b/content/01-cyanine-theme/index.md similarity index 100% rename from content/02-cyanine-theme/index.md rename to content/01-cyanine-theme/index.md diff --git a/content/02-cyanine-theme/00-landingpage.yaml b/content/02-cyanine-theme/00-landingpage.yaml deleted file mode 100644 index 5ba8679..0000000 --- a/content/02-cyanine-theme/00-landingpage.yaml +++ /dev/null @@ -1,13 +0,0 @@ -meta: - title: 'The Landingpage' - description: "Cyanine provides an optional landingpage with six segments: \nIntro with the content of the home page and an additional link/button.\nInfo with individual markdown content.\nTeaser with two elements. Each element has a headline, a text and a button/link.\nContrast with a headline, text-input and a" - author: trendschau - created: '2020-06-11' - time: 20-05-35 - navtitle: landingpage - modified: '2020-06-11' -seo: - seoimage: '' - seoimagealt: null - Checkbox: null - mycfiel: { } diff --git a/content/02-cyanine-theme/01-colors-and-fonts.yaml b/content/02-cyanine-theme/01-colors-and-fonts.yaml deleted file mode 100644 index ae26f49..0000000 --- a/content/02-cyanine-theme/01-colors-and-fonts.yaml +++ /dev/null @@ -1,13 +0,0 @@ -meta: - title: 'Colors and Fonts' - description: 'First of all cyanine supports individual logos. If you want to use our logo, then please upload it in the system settings. Cyanine will automatically replace the title text with your logo. ' - heroimage: null - heroimagealt: null - owner: null - author: trendschau - manualdate: null - modified: '2020-06-14' - created: '2020-06-11' - time: 20-37-12 - navtitle: 'colors and fonts' - hide: false diff --git a/content/02-cyanine-theme/02-footer.yaml b/content/02-cyanine-theme/02-footer.yaml deleted file mode 100644 index 7bd15f4..0000000 --- a/content/02-cyanine-theme/02-footer.yaml +++ /dev/null @@ -1,12 +0,0 @@ -meta: - title: '3-Column Footer' - description: 'Cyanine provides a three column footer at the bottom of each page. You can use markdown for each column. Make sure that you use the correct headline-level (we suggest a headline level 3 or level 4 to keep the logical headline hierarchy in the document). You can, of course, also add link-lists or' - heroimage: null - heroimagealt: null - author: trendschau - manualdate: null - modified: '2020-06-14' - created: '2020-06-11' - time: 21-00-20 - navtitle: '' - hide: false diff --git a/content/02-cyanine-theme/03-content-elements.yaml b/content/02-cyanine-theme/03-content-elements.yaml deleted file mode 100644 index baedf47..0000000 --- a/content/02-cyanine-theme/03-content-elements.yaml +++ /dev/null @@ -1,13 +0,0 @@ -meta: - title: 'Content Elements' - description: "There are a lot of other settings for your content area. For example: \n" - heroimage: '' - heroimagealt: null - owner: testauthor - author: trendschau - manualdate: null - modified: '2020-06-14' - created: '2020-06-11' - time: 21-05-02 - navtitle: 'content elements' - hide: false diff --git a/content/02-cyanine-theme/index.yaml b/content/02-cyanine-theme/index.yaml deleted file mode 100644 index e57ac51..0000000 --- a/content/02-cyanine-theme/index.yaml +++ /dev/null @@ -1,13 +0,0 @@ -meta: - title: 'The Theme Cyanine' - description: 'Cyanine is the new standard theme for Typemill. It is modern, lightweight and very flexible. You can activate a landingpage, setup different landing-page sections and order them like you want. You can also change the colors, fonts and other details.' - heroimage: null - heroimagealt: null - author: trendschau - manualdate: null - modified: '2020-06-12' - created: '2020-06-11' - time: 19-58-04 - navtitle: cyanine - hide: false - contains: pages diff --git a/system/author/css/style.css b/system/author/css/style.css index 60883db..b60069b 100644 --- a/system/author/css/style.css +++ b/system/author/css/style.css @@ -469,6 +469,13 @@ li.menu-item{ .status.unpublished{ background:#cc4146; } +.foldertoggle{ + position: absolute; + left: -55px; + padding: 8px 5px 5px; + top: 1px; + color: #ccc; +} .navi-item .movewrapper { position: absolute; right: 4px; diff --git a/system/author/js/vue-navi.js b/system/author/js/vue-navi.js index fd61dda..6b7a3d0 100644 --- a/system/author/js/vue-navi.js +++ b/system/author/js/vue-navi.js @@ -1,6 +1,6 @@ const navcomponent = Vue.component('navigation', { template: '#navigation-template', - props: ['homepage', 'name', 'hide', 'newItem', 'parent', 'active', 'filetype', 'status', 'elementtype', 'contains', 'element', 'folder', 'level', 'url', 'root', 'freeze'], + props: ['homepage', 'name', 'hide', 'newItem', 'parent', 'active', 'filetype', 'status', 'elementtype', 'contains', 'element', 'folder', 'level', 'url', 'root', 'freeze', 'collapse'], data: function () { return { showForm: false, diff --git a/system/author/partials/editorNavi.twig b/system/author/partials/editorNavi.twig index 811840b..d85f009 100644 --- a/system/author/partials/editorNavi.twig +++ b/system/author/partials/editorNavi.twig @@ -33,6 +33,7 @@ :contains="item.contains" :filetype="item.fileType" :status="item.status" + :collapse="false" :folder="item.folderContent" > @@ -58,9 +59,10 @@ {% verbatim %}