Compare commits
No commits in common. "faf044874714b6faa0a40a7c9af7bdd40e4dea7f" and "93e6d14cca6e90bc49779650ded660347fac8c88" have entirely different histories.
faf0448747
...
93e6d14cca
17 changed files with 13 additions and 77 deletions
|
|
@ -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)
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
@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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 MiB |
|
|
@ -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
|
||||
|
||||
|
||||
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue