Compare commits

..

10 commits

Author SHA1 Message Date
faf0448747 [FAFO] Add FAFO-specific README 2026-03-10 20:45:53 +01:00
faf0d99db8 [FAFO] Use FAFO green as the link color 2026-03-10 20:33:05 +01:00
faf01b4238 [FAFO] Use "Roboto Slab" as the main font and "Courier Prime" for monospace 2026-03-10 20:32:08 +01:00
faf04f00e1 [FAFO] Remove border-radius and box-shadow
Only the shadow behind the main content area stays.
2026-03-10 20:10:24 +01:00
faf02d639f [FAFO] Add a FAFO SEM picture as the page background 2026-03-10 20:03:29 +01:00
faf0173f86 [FAFO] Make wiki title font-weight bold 2026-03-10 20:02:19 +01:00
faf038fa32 [FAFO] Drop superfluous background-color of header and footer
These are not needed since the page already has the same background
color.  Remove them so they don't interfere when we put an image in the
background.
2026-03-10 19:58:59 +01:00
Andreas Gohr
fa1fb9e38d Version upped 2026-03-04 00:07:32 +01:00
Anna Dabrowska
af5c62f2bd Approve plugin: fix banner positioning
fixes #135
2026-03-03 11:06:50 +01:00
Andreas Gohr
541675f9a1 Version upped 2026-02-19 00:08:40 +01:00
17 changed files with 77 additions and 13 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
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)

View file

@ -35,7 +35,6 @@
.main-footer {
position: relative;
box-sizing: border-box;
background-color: @ini_background_site;
margin-top: 5px; // for box-shadow of content
text-align: center;
}

View file

@ -85,12 +85,13 @@
/* + + + 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;
}

View file

@ -5,8 +5,8 @@
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* global vars */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@font_family_screen: arial, sans-serif;
@font_family_print: "Times New Roman", serif;
@font_family_screen: "Roboto Slab", arial, sans-serif;
@font_family_print: "Roboto Slab", arial, sans-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: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg
@fix_border-radius: 0; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg
@toggle-showsidebar_width: 3.47rem; // shown sidebar after toggle

View file

@ -5,7 +5,9 @@
html, body {
background-color: @ini_background_site;
background-image: url("images/fafo-background.png");
background-repeat: no-repeat;
background-color: #d9d9d9;
}
/* highlight selected tool */
@ -498,15 +500,15 @@ pre,
code,
samp,
kbd {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
font-family: "Courier Prime", "Courier New", Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, 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: inset 0 0 .3em @noopentasks-border;
border-radius: @fix_border-radius;
box-shadow: none;
border-radius: 0;
padding-left: @small-spacing;
padding-right: @small-spacing;

View file

@ -25,6 +25,60 @@
}
}
/* 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";

View file

@ -9,6 +9,7 @@
@media screen {
#plugin__approve {
display: none; // initial
position: relative;
padding: 2rem 1rem;
clear: both;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
images/fafo-background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View file

@ -171,9 +171,9 @@ __highlight_text__ = "#252525" ; @ini_highlight_text
; these are used for links
__existing__ = "#286DA8" ; @ini_existing
__existing__ = "#0faf00" ; @ini_existing
__missing__ = "#CD5360" ; @ini_missing
__link__ = "#286DA8" ; @ini_link
__link__ = "#0faf00" ; @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__ = "3px" ; @ini_default_border_radius
__default_border_radius__ = "0" ; @ini_default_border_radius
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

View file

@ -1,7 +1,7 @@
base sprintdoc
author Jana Deutschlaender
email dokuwiki@cosmocode.de
date 2025-09-23
date 2026-03-03
name sprintDoc Template
desc modern, responsive template that integrates multiple plugins
url https://www.dokuwiki.org/template:sprintdoc