diff --git a/cache/cyanine-custom.css b/cache/cyanine-custom.css index 54c5e0b..c4ab8ec 100644 --- a/cache/cyanine-custom.css +++ b/cache/cyanine-custom.css @@ -10,4 +10,21 @@ display: inline; background: white; line-height: 2.1rem; padding: 6px 4px 4px; +} +article a[href^="http"]::after, +article a[href^="https://"]::after +{ + content: ""; + width: 11px; + height: 11px; + margin-left: 4px; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E"); + background-position: center; + background-repeat: no-repeat; + background-size: contain; + display: inline-block; +} +a[href^="https://www.electrictoolbox.com"] { + background: none; + padding-right: 0; } \ No newline at end of file diff --git a/content/00-welcome/00-setup-your-website.md b/content/00-welcome/00-setup-your-website.md index 7f2d72c..bfbcbc6 100644 --- a/content/00-welcome/00-setup-your-website.md +++ b/content/00-welcome/00-setup-your-website.md @@ -6,6 +6,8 @@ Typemill provides detailed settings, and you have access to nearly all settings You will find all configurations and settings under the main navigation point `settings` with the following sub-navigation: +[favicon io (ZIP, 21.53 KB)](media/files/favicon-io.zip){.tm-download file-zip} + * System settings * Theme settings * Plugin settings diff --git a/content/00-welcome/index.md b/content/00-welcome/index.md index 0f28ab3..dcca197 100644 --- a/content/00-welcome/index.md +++ b/content/00-welcome/index.md @@ -1,4 +1,4 @@ -# Wel­come & Go +# Welcome -Great that you give Typemill a try!! & Type­mill is a simple Flat File Content Management System (CMS). We (the community) work hard to provide the best author experience with easy and intuitive authoring tools. But Typemill is still in early development and it is likely that not everything will work perfectly out of the box. If you miss something or if you have ideas for improvements, then post a new issue on [GitHub](https://github.com/typemill/typemill/issues). +Great that you give Typemill a try!! Typemill is a simple Flat File Content Management System (CMS). We (the community) work hard to provide the best author experience with easy and intuitive authoring tools. But Typemill is still in early development and it is likely that not everything will work perfectly out of the box. If you miss something or if you have ideas for improvements, then post a new issue on [GitHub](https://github.com/typemill/typemill/issues). diff --git a/media/files/favicon-io.zip b/media/files/favicon-io.zip new file mode 100644 index 0000000..03c8381 Binary files /dev/null and b/media/files/favicon-io.zip differ diff --git a/media/tmp/example.webp b/media/tmp/example.webp deleted file mode 100644 index 89e6075..0000000 Binary files a/media/tmp/example.webp and /dev/null differ diff --git a/themes/cyanine/css/style.css b/themes/cyanine/css/style.css index 5a76541..0891ca4 100644 --- a/themes/cyanine/css/style.css +++ b/themes/cyanine/css/style.css @@ -51,7 +51,7 @@ article code{ font-size: 0.8em; line-height: 1.4em; padding: 0 0.5em; - word-break: break-all; + word-break: break-word; } pre > code{ font-size: 0.8em; @@ -286,12 +286,17 @@ a.tm-download:hover::before{ /* style the typemill download-button for files */ a.tm-download { - margin-left: 40px; + margin-left: 35px; } a.tm-download::before{ - content: url("data:image/svg+xml; utf8, "); + content: "_"; +/* mask-image: url("data:image/svg+xml; utf8, "); */ + mask-image: url("data:image/svg+xml; utf8, "); + mask-repeat: no-repeat; + background-color: currentColor; position: absolute; - margin-left: -40px; + margin-left: -35px; + width: 30px; text-decoration: none; } a.tm-download:hover::before{ @@ -528,22 +533,23 @@ button.play-video::after { } @media print { - #contentnav, #bottompager,.widgetcontainer,.funcicons,.account,footer{ + #contentnav, nav, #bottompager,.widgetcontainer,.funcicons,.account,footer{ display: none; } .grid-main{ margin-top: -10px!important; padding-top: 0px!important; } - .logo a[href]:after { +/* .logo a[href]:after { content: "Homepage: " attr(href); display: block; margin: 1rem 0; font-size: 14px; font-weight: normal; } +*/ .logo-image{ - max-width: 200px; + max-width: 150px; } main{ padding-bottom: 0!important; @@ -564,6 +570,9 @@ button.play-video::after { background: #fff!important; color: black!important; } + article{ + font-size: .8em; + } article a[href]{ color: black; text-decoration: underline; diff --git a/themes/cyanine/layout.twig b/themes/cyanine/layout.twig index 14cddd5..c96cac6 100644 --- a/themes/cyanine/layout.twig +++ b/themes/cyanine/layout.twig @@ -126,7 +126,7 @@ border-color: {{ settings.themes.cyanine.fontcolorsecondary|default('#333') }}; } - main a, footer a, .landingpageintro p a, .landingpageinfo p a, .landingpageteaser p a, .landingpagenavi p a{ + main a, main a:before, footer a, .landingpageintro p a, .landingpageinfo p a, .landingpageteaser p a, .landingpagenavi p a{ color: {{ settings.themes.cyanine.fontcolorlink|default('#007474') }}; } .TOC li a, .TOC li a:hover,.TOC li a:focus,.TOC li a:active{ diff --git a/themes/cyanine/page.twig b/themes/cyanine/page.twig index c125d42..3aa5afe 100644 --- a/themes/cyanine/page.twig +++ b/themes/cyanine/page.twig @@ -34,7 +34,7 @@ -
+