diff --git a/README-sprintdoc.txt b/README similarity index 100% rename from README-sprintdoc.txt rename to README diff --git a/README.md b/README.md deleted file mode 100644 index 5d10690..0000000 --- a/README.md +++ /dev/null @@ -1,7 +0,0 @@ -FAFO template for DokuWiki --------------------------- -This is a modified version of the [sprintdoc](github.com/cosmocode/dokuwiki-template-sprintdoc) template. - -If you install this template manually, make sure it is installed in `lib/tpl/sprintdoc/` – if the folder is called different it will not work! - -Original README: [`README-sprintdoc.txt`](./README-sprintdoc.txt) diff --git a/css/area_footer.less b/css/area_footer.less index 2f2195a..bc11b5a 100755 --- a/css/area_footer.less +++ b/css/area_footer.less @@ -35,6 +35,7 @@ .main-footer { position: relative; box-sizing: border-box; + background-color: @ini_background_site; margin-top: 5px; // for box-shadow of content text-align: center; } diff --git a/css/area_header.less b/css/area_header.less index 23f3d14..50588a8 100755 --- a/css/area_header.less +++ b/css/area_header.less @@ -85,13 +85,12 @@ /* + + + wiki title + + + */ p.title { + background-color: @ini_background_site; opacity: @header-font-opacity; color: @ini_text_webframe; line-height: @line-height-default; margin-bottom: .5rem; - font-weight: bold; - @media @screen_min-md { font-size: @font-size-big; } diff --git a/css/base.less b/css/base.less index ca77f34..5a858ef 100755 --- a/css/base.less +++ b/css/base.less @@ -5,8 +5,8 @@ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* global vars */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ -@font_family_screen: "Roboto Slab", arial, sans-serif; -@font_family_print: "Roboto Slab", arial, sans-serif; +@font_family_screen: arial, sans-serif; +@font_family_print: "Times New Roman", serif; @nav_direct_background: @ini_background; @nav_direct_color: @ini_existing; @@ -36,7 +36,7 @@ @box-shadow-bottom: 0 .1em .5em rgba(153,153,153,.5); // qc-wrapper (breadcrumb), struct inline-editor /* + + + for programmers customizing + + + */ -@fix_border-radius: 0; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg +@fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg @toggle-showsidebar_width: 3.47rem; // shown sidebar after toggle diff --git a/css/base_design.less b/css/base_design.less index 560e5eb..cb9792f 100755 --- a/css/base_design.less +++ b/css/base_design.less @@ -5,9 +5,7 @@ html, body { - background-image: url("images/fafo-background.png"); - background-repeat: no-repeat; - background-color: #d9d9d9; + background-color: @ini_background_site; } /* highlight selected tool */ @@ -500,15 +498,15 @@ pre, code, samp, kbd { - font-family: "Courier Prime", "Courier New", Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, monospace; + font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */ font-size: @font-size-default; direction: ltr; text-align: left; background-color: @code-background; color: @noopentasks-color; - box-shadow: none; - border-radius: 0; + box-shadow: inset 0 0 .3em @noopentasks-border; + border-radius: @fix_border-radius; padding-left: @small-spacing; padding-right: @small-spacing; diff --git a/css/base_mixins.less b/css/base_mixins.less index 1e0ea44..6d3b840 100755 --- a/css/base_mixins.less +++ b/css/base_mixins.less @@ -25,60 +25,6 @@ } } -/* roboto-slab-regular - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */ -@font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ - font-family: 'Roboto Slab'; - font-style: normal; - font-weight: 400; - src: url('fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ -} - -/* roboto-slab-700 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext */ -@font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ - font-family: 'Roboto Slab'; - font-style: normal; - font-weight: 700; - src: url('fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ -} - -/* courier-prime-regular - latin */ -@font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ - font-family: 'Courier Prime'; - font-style: normal; - font-weight: 400; - src: url('fonts/courier-prime-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ -} - -/* courier-prime-italic - latin */ -@font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ - font-family: 'Courier Prime'; - font-style: italic; - font-weight: 400; - src: url('fonts/courier-prime-v11-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ -} - -/* courier-prime-700 - latin */ -@font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ - font-family: 'Courier Prime'; - font-style: normal; - font-weight: 700; - src: url('fonts/courier-prime-v11-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ -} - -/* courier-prime-700italic - latin */ -@font-face { - font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ - font-family: 'Courier Prime'; - font-style: italic; - font-weight: 700; - src: url('fonts/courier-prime-v11-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ -} - .fontello() { &::before { font-family: "fontello"; diff --git a/css/plugins/approve.less b/css/plugins/approve.less index 2d73ed5..356c3cd 100644 --- a/css/plugins/approve.less +++ b/css/plugins/approve.less @@ -9,7 +9,6 @@ @media screen { #plugin__approve { display: none; // initial - position: relative; padding: 2rem 1rem; clear: both; } diff --git a/fonts/courier-prime-v11-latin-700.woff2 b/fonts/courier-prime-v11-latin-700.woff2 deleted file mode 100644 index 2d36acc..0000000 Binary files a/fonts/courier-prime-v11-latin-700.woff2 and /dev/null differ diff --git a/fonts/courier-prime-v11-latin-700italic.woff2 b/fonts/courier-prime-v11-latin-700italic.woff2 deleted file mode 100644 index 4bf1fb6..0000000 Binary files a/fonts/courier-prime-v11-latin-700italic.woff2 and /dev/null differ diff --git a/fonts/courier-prime-v11-latin-italic.woff2 b/fonts/courier-prime-v11-latin-italic.woff2 deleted file mode 100644 index da0d87c..0000000 Binary files a/fonts/courier-prime-v11-latin-italic.woff2 and /dev/null differ diff --git a/fonts/courier-prime-v11-latin-regular.woff2 b/fonts/courier-prime-v11-latin-regular.woff2 deleted file mode 100644 index 42dadfe..0000000 Binary files a/fonts/courier-prime-v11-latin-regular.woff2 and /dev/null differ diff --git a/fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700.woff2 b/fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700.woff2 deleted file mode 100644 index 0edf2f7..0000000 Binary files a/fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-700.woff2 and /dev/null differ diff --git a/fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-regular.woff2 b/fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-regular.woff2 deleted file mode 100644 index f55bf37..0000000 Binary files a/fonts/roboto-slab-v36-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext-regular.woff2 and /dev/null differ diff --git a/images/fafo-background.png b/images/fafo-background.png deleted file mode 100644 index 1d5bc19..0000000 Binary files a/images/fafo-background.png and /dev/null differ diff --git a/style.ini b/style.ini index 93e0977..e690a12 100755 --- a/style.ini +++ b/style.ini @@ -171,9 +171,9 @@ __highlight_text__ = "#252525" ; @ini_highlight_text ; these are used for links -__existing__ = "#0faf00" ; @ini_existing +__existing__ = "#286DA8" ; @ini_existing __missing__ = "#CD5360" ; @ini_missing -__link__ = "#0faf00" ; @ini_link +__link__ = "#286DA8" ; @ini_link ; buttons: submit, links styled like buttons, togglebuttons @@ -188,7 +188,7 @@ __link_alt__ = "#286DA8" ; @ini_link_alt ; border color __border__ = "#BBB" ; @ini_border (guaranteed for every plugin) -__default_border_radius__ = "0" ; @ini_default_border_radius +__default_border_radius__ = "3px" ; @ini_default_border_radius ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/template.info.txt b/template.info.txt index a85b63e..3257267 100755 --- a/template.info.txt +++ b/template.info.txt @@ -1,7 +1,7 @@ base sprintdoc author Jana Deutschlaender email dokuwiki@cosmocode.de -date 2026-03-03 +date 2025-09-23 name sprintDoc Template desc modern, responsive template that integrates multiple plugins url https://www.dokuwiki.org/template:sprintdoc