Merge branch 'master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template
# Conflicts: # css/area_nav-pagetools.less # css/base_mixins.less
This commit is contained in:
commit
4e16e9e596
15 changed files with 390 additions and 199 deletions
|
@ -3,3 +3,55 @@
|
||||||
*
|
*
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* no print */
|
||||||
|
|
||||||
|
@media screen {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
.main-footer {
|
||||||
|
position: relative;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: @font-size-default;
|
||||||
|
}
|
||||||
|
|
||||||
|
bdi {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* min-width: 1024px */
|
||||||
|
|
||||||
|
@media @screen_min-md {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
|
||||||
|
.col-xs-12 {
|
||||||
|
float: right;
|
||||||
|
width: 73%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-footer {
|
||||||
|
padding: @margin-default 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* max-width: 1023px */
|
||||||
|
|
||||||
|
@media @screen_max-md {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
|
||||||
|
.main-footer {
|
||||||
|
padding: @margin-default (@margin-big - .5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
nav#dokuwiki__pagetools{
|
nav#dokuwiki__pagetools{
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
@ -56,3 +57,13 @@ nav#dokuwiki__pagetools{
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* max-width: 1023px */
|
||||||
|
|
||||||
|
@media @screen_max-md {
|
||||||
|
nav#dokuwiki__pagetools {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
175
css/base.less
175
css/base.less
|
@ -4,6 +4,32 @@
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* converted vars */
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
||||||
|
@height-context-bar: 50px;
|
||||||
|
|
||||||
|
@border-radius: __default_border_radius__;
|
||||||
|
|
||||||
|
@font_family_screen: __font_family_screen__;
|
||||||
|
|
||||||
|
@color-border: __border__;
|
||||||
|
@color-nav: __nav_menu_color__;
|
||||||
|
@color-nav-hover: __nav_menu_hover_color__;
|
||||||
|
@color-nav-hover-bg: __nav_menu_hover_bg__;
|
||||||
|
|
||||||
|
@color-content-bg: __background_content__;
|
||||||
|
@color-site-bg: __background_site__;
|
||||||
|
|
||||||
|
@color-link: __existing__;
|
||||||
|
|
||||||
|
@margin-small: .5rem;
|
||||||
|
@margin-default: 1.5rem;
|
||||||
|
@margin-big: 2.5rem;
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* global vars */
|
/* global vars */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
@ -11,6 +37,12 @@
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* fonts */
|
/* fonts */
|
||||||
|
|
||||||
|
@font-size-small: .75rem;
|
||||||
|
@font-size-default: .88rem;
|
||||||
|
@font-size-big: 1.5rem;
|
||||||
|
@font-size-bigger: 1.75rem;
|
||||||
|
|
||||||
@line-height-default: 125%;
|
@line-height-default: 125%;
|
||||||
@line-height-big: 135%;
|
@line-height-big: 135%;
|
||||||
@line-height-bigger: 140%;
|
@line-height-bigger: 140%;
|
||||||
|
@ -18,6 +50,7 @@
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* breakpoints */
|
/* breakpoints */
|
||||||
|
|
||||||
@break-min-xxs: 480;
|
@break-min-xxs: 480;
|
||||||
@break-max-xxs: (@break-min-xxs - 1);
|
@break-max-xxs: (@break-min-xxs - 1);
|
||||||
|
|
||||||
|
@ -68,6 +101,7 @@
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* col width */
|
/* col width */
|
||||||
|
|
||||||
@c12: 100%;
|
@c12: 100%;
|
||||||
@c11: 91.66666667%;
|
@c11: 91.66666667%;
|
||||||
@c10: 83.33333333%;
|
@c10: 83.33333333%;
|
||||||
|
@ -83,25 +117,6 @@
|
||||||
|
|
||||||
@grid-columns: 12;
|
@grid-columns: 12;
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
|
||||||
/* margin / padding */
|
|
||||||
@margin-big: 2.5rem;
|
|
||||||
|
|
||||||
@border-radius: __default_border_radius__;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@color-border: __border__;
|
|
||||||
@color-nav: __nav_menu_color__;
|
|
||||||
@color-nav-hover: __nav_menu_hover_color__;
|
|
||||||
@color-nav-hover-bg:__nav_menu_hover_bg__;
|
|
||||||
|
|
||||||
@color-content-bg: __background_content__;
|
|
||||||
@color-site-bg: __background_site__;
|
|
||||||
|
|
||||||
@color-link: __existing__;
|
|
||||||
|
|
||||||
@height-context-bar: 50px;
|
|
||||||
|
|
||||||
@box-shadow-offset: __box_shadow_offset__;
|
@box-shadow-offset: __box_shadow_offset__;
|
||||||
@box-shadow: __box_shadow__;
|
@box-shadow: __box_shadow__;
|
||||||
|
@ -110,17 +125,19 @@
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* all media */
|
/* all media */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
html, body{
|
|
||||||
font-size: 100.1%;
|
html,
|
||||||
|
body {
|
||||||
.reset();
|
.reset();
|
||||||
|
|
||||||
|
font-size: 100.1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, .nav-direct{
|
header,
|
||||||
|
.nav-direct{
|
||||||
.elementsReset();
|
.elementsReset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div, span, object,
|
div, span, object,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote,
|
h1, h2, h3, h4, h5, h6, p, blockquote,
|
||||||
a, abbr, em,acronym, img, strong,
|
a, abbr, em,acronym, img, strong,
|
||||||
|
@ -128,27 +145,65 @@ dl, dt, dd, ol, ul, li,
|
||||||
fieldset, form, label, legend,
|
fieldset, form, label, legend,
|
||||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||||
input, select, option, textarea, button {
|
input, select, option, textarea, button {
|
||||||
font-size: 1rem; line-height: 100%;
|
font-size: 1rem;
|
||||||
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ol, ul{ list-style: none outside none; }
|
ol,
|
||||||
blockquote, q{ quotes: none; }
|
ul {
|
||||||
acronym{ cursor: help; border-bottom: dotted 1px #333; }
|
list-style: none outside none;
|
||||||
|
}
|
||||||
|
|
||||||
*:focus{ outline: 0; }
|
blockquote,
|
||||||
|
q {
|
||||||
|
quotes: none;
|
||||||
|
}
|
||||||
|
|
||||||
table{ border-collapse: collapse; border-spacing: 0; empty-cells: show; caption-side: top; }
|
acronym {
|
||||||
caption, th, td{ text-align: left; vertical-align: top; }
|
cursor: help;
|
||||||
|
border-bottom: dotted 1px #333;
|
||||||
|
}
|
||||||
|
|
||||||
img{ display: block; float: none; border: none 0; line-height: @line-height-default; }
|
*:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
*, div, nav, header{
|
table{
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
empty-cells: show;
|
||||||
|
caption-side: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
caption,
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
float: none;
|
||||||
|
border: none 0;
|
||||||
|
line-height: @line-height-default;
|
||||||
|
}
|
||||||
|
|
||||||
|
*,
|
||||||
|
div,
|
||||||
|
nav,
|
||||||
|
header {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer, .container, .row, nav, nav > ul{
|
header,
|
||||||
&::before, &::after{
|
footer,
|
||||||
|
.container,
|
||||||
|
.row, nav,
|
||||||
|
nav > ul {
|
||||||
|
&::before,
|
||||||
|
&::after {
|
||||||
display: table;
|
display: table;
|
||||||
content: " ";
|
content: " ";
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -156,6 +211,8 @@ header, footer, .container, .row, nav, nav > ul{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* css behaviour */
|
||||||
|
|
||||||
.sr-out {
|
.sr-out {
|
||||||
.sr-out();
|
.sr-out();
|
||||||
|
@ -165,7 +222,9 @@ header, footer, .container, .row, nav, nav > ul{
|
||||||
.sr-only();
|
.sr-only();
|
||||||
}
|
}
|
||||||
|
|
||||||
.structure, .none, .mobile-only {
|
.structure,
|
||||||
|
.none,
|
||||||
|
.mobile-only {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -186,13 +245,11 @@ header, footer, .container, .row, nav, nav > ul{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* screen only */
|
/* screen only */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
|
|
||||||
html {
|
html {
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
|
@ -203,7 +260,10 @@ header, footer, .container, .row, nav, nav > ul{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
audio, canvas, progress, video {
|
audio,
|
||||||
|
canvas,
|
||||||
|
progress,
|
||||||
|
video {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
@ -255,9 +315,11 @@ header, footer, .container, .row, nav, nav > ul{
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
|
@ -275,42 +337,50 @@ header, footer, .container, .row, nav, nav > ul{
|
||||||
font: inherit;
|
font: inherit;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
button {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
button,
|
button,
|
||||||
select {
|
select {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"],
|
button {
|
||||||
input[type="radio"] {
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
&[type="checkbox"],
|
||||||
|
&[type="radio"] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="number"]::-webkit-inner-spin-button,
|
&[type="number"] {
|
||||||
input[type="number"]::-webkit-outer-spin-button {
|
&::-webkit-inner-spin-button,
|
||||||
|
&::-webkit-outer-spin-button {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input[type="search"] {
|
&[type="search"] {
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
|
||||||
|
|
||||||
input[type="search"]::-webkit-search-cancel-button,
|
&::-webkit-search-cancel-button,
|
||||||
input[type="search"]::-webkit-search-decoration {
|
&::-webkit-search-decoration {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
@ -333,15 +403,16 @@ header, footer, .container, .row, nav, nav > ul{
|
||||||
figure, figcaption, footer, header,
|
figure, figcaption, footer, header,
|
||||||
menu, nav, output, ruby, section, summary,
|
menu, nav, output, ruby, section, summary,
|
||||||
time, mark, audio, video {
|
time, mark, audio, video {
|
||||||
font-family: __font_family_screen__;
|
font-family: @font_family_screen;
|
||||||
color: @ini_text;
|
color: @ini_text;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* print only */
|
/* print only */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
body {
|
body {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
|
|
|
@ -4,9 +4,11 @@
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
||||||
.setLocalFontFace(@fontFamily,@fontWeight,@localFontName,@localFontNameVar,@filename) {
|
.setLocalFontFace(@fontFamily,@fontWeight,@localFontName,@localFontNameVar,@filename) {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: @fontFamily;
|
font-family: @fontFamily;
|
||||||
|
@ -28,7 +30,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fontello() {
|
.fontello() {
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
font-family: "fontello";
|
font-family: "fontello";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -62,12 +63,11 @@
|
||||||
/* Uncomment for 3D effect */
|
/* Uncomment for 3D effect */
|
||||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fontello-double() {
|
.fontello-double() {
|
||||||
|
&::before,
|
||||||
&::before, &::after{
|
&::after {
|
||||||
font-family: "fontello";
|
font-family: "fontello";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -100,14 +100,13 @@
|
||||||
/* Uncomment for 3D effect */
|
/* Uncomment for 3D effect */
|
||||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Screenreader / Hide */
|
/* Screenreader / Hide */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
||||||
.sr-out() {
|
.sr-out() {
|
||||||
display: block;
|
display: block;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
@ -141,6 +140,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn-default-size() {
|
.btn-default-size() {
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
|
@ -160,10 +160,16 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
.btn-default-size();
|
.btn-default-size();
|
||||||
|
height: 1rem;
|
||||||
|
width: 1rem;
|
||||||
|
min-height: 1.2em;
|
||||||
|
min-width: 1.4em;
|
||||||
|
|
||||||
&::before{
|
&::before{
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
&::after{
|
&::after{
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -186,6 +192,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Screenreader / Hide */
|
/* Screenreader / Hide */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
@ -213,6 +220,7 @@
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Col Grid */
|
/* Col Grid */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
|
||||||
.make-grid(@class) {
|
.make-grid(@class) {
|
||||||
.float-grid-columns(@class);
|
.float-grid-columns(@class);
|
||||||
.loop-grid-columns(@grid-columns, @class, width);
|
.loop-grid-columns(@grid-columns, @class, width);
|
||||||
|
@ -235,6 +243,3 @@
|
||||||
width: percentage((@index / @grid-columns));
|
width: percentage((@index / @grid-columns));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -55,3 +55,12 @@ Font license info
|
||||||
Homepage: http://designmodo.com/linecons-free/
|
Homepage: http://designmodo.com/linecons-free/
|
||||||
|
|
||||||
|
|
||||||
|
## Iconic
|
||||||
|
|
||||||
|
Copyright (C) 2012 by P.J. Onori
|
||||||
|
|
||||||
|
Author: P.J. Onori
|
||||||
|
License: SIL (http://scripts.sil.org/OFL)
|
||||||
|
Homepage: http://somerandomdude.com/work/iconic/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -251,6 +251,18 @@
|
||||||
"css": "plus",
|
"css": "plus",
|
||||||
"code": 59422,
|
"code": 59422,
|
||||||
"src": "fontawesome"
|
"src": "fontawesome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"uid": "7222571caa5c15f83dcfd447c58d68d9",
|
||||||
|
"css": "search",
|
||||||
|
"code": 59423,
|
||||||
|
"src": "entypo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"uid": "7034e4d22866af82bef811f52fb1ba46",
|
||||||
|
"css": "code",
|
||||||
|
"code": 61729,
|
||||||
|
"src": "fontawesome"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
<metadata>Copyright (C) 2016 by original authors @ fontello.com</metadata>
|
<metadata>Copyright (C) 2017 by original authors @ fontello.com</metadata>
|
||||||
<defs>
|
<defs>
|
||||||
<font id="fontello" horiz-adv-x="1000" >
|
<font id="fontello" horiz-adv-x="1000" >
|
||||||
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||||
|
@ -68,6 +68,8 @@
|
||||||
|
|
||||||
<glyph glyph-name="plus" unicode="" d="M786 439v-107q0-22-16-38t-38-15h-232v-233q0-22-16-37t-38-16h-107q-22 0-38 16t-15 37v233h-232q-23 0-38 15t-16 38v107q0 23 16 38t38 16h232v232q0 22 15 38t38 16h107q23 0 38-16t16-38v-232h232q23 0 38-16t16-38z" horiz-adv-x="785.7" />
|
<glyph glyph-name="plus" unicode="" d="M786 439v-107q0-22-16-38t-38-15h-232v-233q0-22-16-37t-38-16h-107q-22 0-38 16t-15 37v233h-232q-23 0-38 15t-16 38v107q0 23 16 38t38 16h232v232q0 22 15 38t38 16h107q23 0 38-16t16-38v-232h232q23 0 38-16t16-38z" horiz-adv-x="785.7" />
|
||||||
|
|
||||||
|
<glyph glyph-name="search" unicode="" d="M772 78q30-34 6-62l-46-46q-36-32-68 0l-190 190q-74-42-156-42-128 0-223 95t-95 223 90 219 218 91 224-95 96-223q0-88-46-162z m-678 358q0-88 68-156t156-68 151 63 63 153q0 88-68 155t-156 67-151-63-63-151z" horiz-adv-x="789" />
|
||||||
|
|
||||||
<glyph glyph-name="bookmark-empty" unicode="" d="M643 707h-572v-693l237 227 49 47 50-47 236-227v693z m7 72q12 0 24-5 19-8 29-23t11-35v-719q0-19-11-35t-29-23q-10-4-24-4-27 0-47 18l-246 236-246-236q-20-19-46-19-13 0-25 5-18 7-29 23t-11 35v719q0 19 11 35t29 23q12 5 25 5h585z" horiz-adv-x="714.3" />
|
<glyph glyph-name="bookmark-empty" unicode="" d="M643 707h-572v-693l237 227 49 47 50-47 236-227v693z m7 72q12 0 24-5 19-8 29-23t11-35v-719q0-19-11-35t-29-23q-10-4-24-4-27 0-47 18l-246 236-246-236q-20-19-46-19-13 0-25 5-18 7-29 23t-11 35v719q0 19 11 35t29 23q12 5 25 5h585z" horiz-adv-x="714.3" />
|
||||||
|
|
||||||
<glyph glyph-name="docs" unicode="" d="M946 636q23 0 38-16t16-38v-678q0-23-16-38t-38-16h-535q-23 0-38 16t-16 38v160h-303q-23 0-38 16t-16 38v375q0 22 11 49t27 42l228 228q15 16 42 27t49 11h232q23 0 38-16t16-38v-183q38 23 71 23h232z m-303-119l-167-167h167v167z m-357 214l-167-167h167v167z m109-361l176 176v233h-214v-233q0-22-15-37t-38-16h-233v-357h286v143q0 22 11 49t27 42z m534-449v643h-215v-232q0-22-15-38t-38-15h-232v-358h500z" horiz-adv-x="1000" />
|
<glyph glyph-name="docs" unicode="" d="M946 636q23 0 38-16t16-38v-678q0-23-16-38t-38-16h-535q-23 0-38 16t-16 38v160h-303q-23 0-38 16t-16 38v375q0 22 11 49t27 42l228 228q15 16 42 27t49 11h232q23 0 38-16t16-38v-183q38 23 71 23h232z m-303-119l-167-167h167v167z m-357 214l-167-167h167v167z m109-361l176 176v233h-214v-233q0-22-15-37t-38-16h-233v-357h286v143q0 22 11 49t27 42z m534-449v643h-215v-232q0-22-15-38t-38-15h-232v-358h500z" horiz-adv-x="1000" />
|
||||||
|
@ -84,6 +86,8 @@
|
||||||
|
|
||||||
<glyph glyph-name="meh" unicode="" d="M643 243q0-15-11-25t-25-11h-357q-14 0-25 11t-11 25 11 25 25 11h357q15 0 25-11t11-25z m-286 250q0-30-21-51t-50-21-51 21-21 51 21 50 51 21 50-21 21-50z m286 0q0-30-21-51t-51-21-50 21-21 51 21 50 50 21 51-21 21-50z m143-143q0 73-29 139t-76 114-114 76-138 28-139-28-114-76-76-114-29-139 29-139 76-113 114-77 139-28 138 28 114 77 76 113 29 139z m71 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
|
<glyph glyph-name="meh" unicode="" d="M643 243q0-15-11-25t-25-11h-357q-14 0-25 11t-11 25 11 25 25 11h357q15 0 25-11t11-25z m-286 250q0-30-21-51t-50-21-51 21-21 51 21 50 51 21 50-21 21-50z m286 0q0-30-21-51t-51-21-50 21-21 51 21 50 50 21 51-21 21-50z m143-143q0 73-29 139t-76 114-114 76-138 28-139-28-114-76-76-114-29-139 29-139 76-113 114-77 139-28 138 28 114 77 76 113 29 139z m71 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
|
||||||
|
|
||||||
|
<glyph glyph-name="code" unicode="" d="M344 69l-28-28q-5-5-12-5t-13 5l-260 261q-6 5-6 12t6 13l260 260q5 6 13 6t12-6l28-28q6-5 6-13t-6-12l-219-220 219-219q6-6 6-13t-6-13z m330 596l-208-721q-2-7-9-11t-13-1l-34 9q-8 3-11 9t-2 14l209 720q2 8 8 11t13 2l35-10q7-2 11-9t1-13z m367-363l-260-261q-6-5-13-5t-13 5l-28 28q-5 6-5 13t5 13l219 219-219 220q-5 5-5 12t5 13l28 28q6 6 13 6t13-6l260-260q5-5 5-13t-5-12z" horiz-adv-x="1071.4" />
|
||||||
|
|
||||||
<glyph glyph-name="puzzle" unicode="" d="M929 237q0-45-25-75t-69-30q-23 0-43 10t-33 21-32 21-39 10q-62 0-62-69 0-22 9-65t8-64v-3q-12 0-18 0-19-2-54-7t-65-7-54-3q-35 0-58 15t-23 47q0 20 9 39t22 32 21 33 10 43q0 44-31 69t-75 25q-47 0-80-26t-33-71q0-24 9-46t18-36 19-30 8-28q0-25-25-50-21-19-65-19-54 0-137 13-5 1-16 2t-15 3l-7 1q-1 0-2 0-1 0-1 1v571q1 0 10-2t19-2 12-2q83-14 137-14 44 0 65 20 25 24 25 49 0 13-8 29t-19 29-18 36-9 47q0 45 33 71t81 25q44 0 74-25t31-69q0-23-10-43t-21-33-22-31-9-40q0-32 23-47t58-14q35 0 100 8t91 9v-1q-1-1-2-9t-3-19-2-12q-13-84-13-137 0-45 19-65 25-26 50-26 12 0 28 8t30 19 36 19 46 8q46 0 71-33t26-80z" horiz-adv-x="928.6" />
|
<glyph glyph-name="puzzle" unicode="" d="M929 237q0-45-25-75t-69-30q-23 0-43 10t-33 21-32 21-39 10q-62 0-62-69 0-22 9-65t8-64v-3q-12 0-18 0-19-2-54-7t-65-7-54-3q-35 0-58 15t-23 47q0 20 9 39t22 32 21 33 10 43q0 44-31 69t-75 25q-47 0-80-26t-33-71q0-24 9-46t18-36 19-30 8-28q0-25-25-50-21-19-65-19-54 0-137 13-5 1-16 2t-15 3l-7 1q-1 0-2 0-1 0-1 1v571q1 0 10-2t19-2 12-2q83-14 137-14 44 0 65 20 25 24 25 49 0 13-8 29t-19 29-18 36-9 47q0 45 33 71t81 25q44 0 74-25t31-69q0-23-10-43t-21-33-22-31-9-40q0-32 23-47t58-14q35 0 100 8t91 9v-1q-1-1-2-9t-3-19-2-12q-13-84-13-137 0-45 19-65 25-26 50-26 12 0 28 8t30 19 36 19 46 8q46 0 71-33t26-80z" horiz-adv-x="928.6" />
|
||||||
|
|
||||||
<glyph glyph-name="file-pdf" unicode="" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-287 331q18-14 47-31 33 4 65 4 82 0 99-27 9-13 1-29 0-1-1-1l-1-2v0q-3-21-39-21-27 0-64 11t-73 29q-123-13-219-46-85-146-135-146-8 0-15 4l-14 7q0 0-3 2-6 6-4 20 5 23 32 51t73 54q8 5 13-3 1-1 1-2 29 47 60 110 38 76 58 146-13 46-17 89t4 71q6 22 23 22h12q13 0 20-8 10-12 5-38-1-3-2-4 0-2 0-5v-17q-1-68-8-107 31-91 82-133z m-321-229q29 13 76 88-29-22-49-47t-27-41z m222 513q-9-23-2-73 1 4 4 24 0 2 4 24 1 3 3 5-1 0-1 1-1 1-1 2 0 12-7 20 0-1 0-1v-2z m-70-368q76 30 159 45-1 0-7 5t-9 8q-43 37-71 98-15-48-46-110-17-31-26-46z m361 9q-13 13-78 13 42-16 69-16 8 0 10 1 0 0-1 2z" horiz-adv-x="857.1" />
|
<glyph glyph-name="file-pdf" unicode="" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-287 331q18-14 47-31 33 4 65 4 82 0 99-27 9-13 1-29 0-1-1-1l-1-2v0q-3-21-39-21-27 0-64 11t-73 29q-123-13-219-46-85-146-135-146-8 0-15 4l-14 7q0 0-3 2-6 6-4 20 5 23 32 51t73 54q8 5 13-3 1-1 1-2 29 47 60 110 38 76 58 146-13 46-17 89t4 71q6 22 23 22h12q13 0 20-8 10-12 5-38-1-3-2-4 0-2 0-5v-17q-1-68-8-107 31-91 82-133z m-321-229q29 13 76 88-29-22-49-47t-27-41z m222 513q-9-23-2-73 1 4 4 24 0 2 4 24 1 3 3 5-1 0-1 1-1 1-1 2 0 12-7 20 0-1 0-1v-2z m-70-368q76 30 159 45-1 0-7 5t-9 8q-43 37-71 98-15-48-46-110-17-31-26-46z m361 9q-13 13-78 13 42-16 69-16 8 0 10 1 0 0-1 2z" horiz-adv-x="857.1" />
|
||||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
fonts/icons/fontello.zip
Normal file
BIN
fonts/icons/fontello.zip
Normal file
Binary file not shown.
74
main.php
74
main.php
|
@ -150,6 +150,7 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
</div><!-- .nav-area-head -->
|
</div><!-- .nav-area-head -->
|
||||||
<?php if ($showSidebar): ?>
|
<?php if ($showSidebar): ?>
|
||||||
|
|
||||||
|
|
||||||
<div class="tools">
|
<div class="tools">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -162,12 +163,13 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Include Hook: sidebarheader.html */
|
/* Include Hook: sidebarheader.html */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_includeFile('sidebarheader.html') ?>
|
tpl_includeFile('sidebarheader.html')
|
||||||
|
?>
|
||||||
</div><!-- .sidebarheader -->
|
</div><!-- .sidebarheader -->
|
||||||
|
|
||||||
<div class="search main-sidebar">
|
<div class="search main-sidebar">
|
||||||
<?php if (tpl_getConf('logo') && file_exists(mediaFN(tpl_getConf('logo')))){
|
<?php
|
||||||
|
if (tpl_getConf('logo') && file_exists(mediaFN(tpl_getConf('logo')))){
|
||||||
if (tpl_getConf('logo_spacer') && file_exists(mediaFN(tpl_getConf('logo_spacer')))){
|
if (tpl_getConf('logo_spacer') && file_exists(mediaFN(tpl_getConf('logo_spacer')))){
|
||||||
echo '<img width="5" height="5" src="'.ml(tpl_getConf('logo_spacer')).'" alt="" />';
|
echo '<img width="5" height="5" src="'.ml(tpl_getConf('logo_spacer')).'" alt="" />';
|
||||||
} else{
|
} else{
|
||||||
|
@ -179,8 +181,8 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* search form */
|
/* search form */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
include('tpl/main-sidebar-search.php'); ?>
|
include('tpl/main-sidebar-search.php');
|
||||||
|
?>
|
||||||
</div><!-- .search -->
|
</div><!-- .search -->
|
||||||
|
|
||||||
<div id="dokuwiki__aside" class="menu main-sidebar">
|
<div id="dokuwiki__aside" class="menu main-sidebar">
|
||||||
|
@ -192,7 +194,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
include('tpl/nav-main.php');
|
include('tpl/nav-main.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
</div><!-- .menu -->
|
</div><!-- .menu -->
|
||||||
|
|
||||||
<div class="site-tools main-sidebar">
|
<div class="site-tools main-sidebar">
|
||||||
|
@ -202,8 +203,8 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* site tools */
|
/* site tools */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
include('tpl/nav-sitetools.php'); ?>
|
include('tpl/nav-sitetools.php');
|
||||||
|
?>
|
||||||
</div><!-- .site-tools -->
|
</div><!-- .site-tools -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -214,8 +215,8 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* Include Hook: sidebarfooter.html */
|
/* Include Hook: sidebarfooter.html */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_includeFile('sidebarfooter.html') ?>
|
tpl_includeFile('sidebarfooter.html')
|
||||||
|
?>
|
||||||
</div><!-- .sidebarheader -->
|
</div><!-- .sidebarheader -->
|
||||||
|
|
||||||
</div><!-- .col -->
|
</div><!-- .col -->
|
||||||
|
@ -261,6 +262,7 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
</div><!-- .container -->
|
</div><!-- .container -->
|
||||||
</div><!-- /top-header -->
|
</div><!-- /top-header -->
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
@ -274,8 +276,10 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_includeFile('pageheader.html')
|
tpl_includeFile('pageheader.html')
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="breadcrumbs">
|
<div class="breadcrumbs">
|
||||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>
|
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
@ -288,16 +292,20 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* breadcrumb */
|
/* breadcrumb */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
include('tpl/nav-breadcrumb.php'); ?>
|
include('tpl/nav-breadcrumb.php');
|
||||||
|
?>
|
||||||
|
|
||||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo $lang['page_tools'] ?></h6>
|
<h6 class="sr-only" role="heading" aria-level="2"><?php echo $lang['page_tools'] ?></h6>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* page tools */
|
/* page tools */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
include('tpl/nav-page-tools.php'); ?>
|
include('tpl/nav-page-tools.php');
|
||||||
|
?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="dokuwiki__content" class="page main-content">
|
<div id="dokuwiki__content" class="page main-content">
|
||||||
|
@ -308,7 +316,8 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* wikipage start / main content */
|
/* wikipage start / main content */
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_content(false); /* the main content */ ?>
|
tpl_content(false); /* the main content */
|
||||||
|
?>
|
||||||
|
|
||||||
</div><!-- .main-content -->
|
</div><!-- .main-content -->
|
||||||
|
|
||||||
|
@ -317,25 +326,42 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
||||||
</div><!-- .container -->
|
</div><!-- .container -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<?php tpl_flush() ?>
|
<?php tpl_flush() ?>
|
||||||
<?php tpl_includeFile('pagefooter.html') ?>
|
<?php tpl_includeFile('pagefooter.html') ?>
|
||||||
</div></div><!-- /content -->
|
</div><!-- /content -->
|
||||||
|
|
||||||
|
|
||||||
<div class="clearer"></div>
|
<div class="clearer"></div>
|
||||||
|
|
||||||
</div><!-- /wrapper -->
|
</div><!-- /wrapper -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ********** FOOTER ********** -->
|
<!-- ********** FOOTER ********** -->
|
||||||
<div id="dokuwiki__footer"><div class="pad">
|
|
||||||
<div class="doc"><?php tpl_pageinfo() /* 'Last modified' etc */ ?></div>
|
<div id="dokuwiki__footer">
|
||||||
<?php tpl_license('button') /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?>
|
<div class="container">
|
||||||
</div></div><!-- /footer -->
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
|
||||||
|
<div class="main-footer">
|
||||||
|
<p>
|
||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* 'Last modified' etc */
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
tpl_pageinfo()
|
||||||
|
?>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div><!-- /footer -->
|
||||||
|
|
||||||
|
|
||||||
<?php tpl_includeFile('footer.html') ?>
|
<?php tpl_includeFile('footer.html') ?>
|
||||||
</div><!-- .dokuwiki__site -->
|
</div><!-- .dokuwiki__site -->
|
||||||
|
|
|
@ -76,6 +76,7 @@ css/area_nav-pagetools.less = all
|
||||||
css/plugins/magic-matcher.less = all
|
css/plugins/magic-matcher.less = all
|
||||||
css/plugins/do_tasks.less = all
|
css/plugins/do_tasks.less = all
|
||||||
|
|
||||||
|
|
||||||
; _____________ print styles _____________
|
; _____________ print styles _____________
|
||||||
|
|
||||||
css/print.css = print
|
css/print.css = print
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue