Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215
index.php000064400000003725152335150000006365 0ustar00 * @author Anika Henke */ // phpcs:disable PSR1.Files.SideEffects if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../'); if(!defined('NOSESSION')) define('NOSESSION',1); require_once(DOKU_INC.'inc/init.php'); ?> Template Replacements cssStyleini(); if (!empty($ini)) { echo ''; echo ""; foreach($ini['replacements'] as $key => $val){ echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
".hsc($conf['template'])."'s style.ini
'.hsc($key).''.hsc($val).''; if(preg_match('/^#[0-f]{3,6}$/i',$val)){ echo '
 
'; } echo '
'; } else { echo "

Non-existent or invalid template or style.ini: ".hsc($conf['template'])."

"; } ?> dokuwiki/tpl_footer.php000064400000003210152335150000011246 0ustar00 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); header('X-UA-Compatible: IE=edge,chrome=1'); ?> <?php echo hsc($lang['mediaselect'])?> [<?php echo strip_tags($conf['title'])?>]

dokuwiki/template.info.txt000064400000000330152335150000011666 0ustar00base dokuwiki author Anika Henke email anika@selfthinker.org date 2015-07-26 name DokuWiki Template desc DokuWiki's default template since 2012 url http://www.dokuwiki.org/template:dokuwiki dokuwiki/style.ini000064400000006614152335150000010234 0ustar00; Please see http://php.net/manual/en/function.parse-ini-file.php ; for limitations of the ini format used here ; To extend this file or make changes to it, it is recommended to create ; a local conf/tpl//style.ini file to prevent losing ; any changes after an upgrade. ; Please don't forget to copy the section your changes should be under ; (i.e. [stylesheets] or [replacements]) into that file as well. ; Define the stylesheets your template uses here. The second value ; defines for which output media the style should be loaded. Currently ; print, screen and all are supported. ; You can reference CSS and LESS files here. Files referenced here will ; be checked for updates when considering a cache rebuild while files ; included through LESS' @import statements are not [stylesheets] css/basic.less = screen css/_imgdetail.css = screen css/_media_popup.css = screen css/_media_fullscreen.css = screen css/_fileuploader.css = screen css/_tabs.css = screen css/_links.css = screen css/_toc.css = screen css/_footnotes.css = screen css/_search.less = screen css/_recent.css = screen css/_diff.css = screen css/_edit.css = screen css/_modal.css = screen css/_forms.css = screen css/_admin.less = screen css/structure.less = screen css/design.less = screen css/usertools.less = screen css/pagetools.less = screen css/content.less = screen css/mobile.less = all css/print.css = print ; This section is used to configure some placeholder values used in ; the stylesheets. Changing this file is the simplest method to ; give your wiki a new look. ; Placeholders defined here will also be made available as LESS variables ; (with surrounding underscores removed, and the prefix @ini_ added) [replacements] ;-------------------------------------------------------------------------- ;------ guaranteed dokuwiki color placeholders that every plugin can use ; main text and background colors __text__ = "#333" ; @ini_text __background__ = "#fff" ; @ini_background ; alternative text and background colors __text_alt__ = "#999" ; @ini_text_alt __background_alt__ = "#eee" ; @ini_background_alt ; neutral text and background colors __text_neu__ = "#666" ; @ini_text_neu __background_neu__ = "#ddd" ; @ini_background_neu ; border color __border__ = "#ccc" ; @ini_border ; highlighted text (e.g. search snippets) __highlight__ = "#ff9" ; @ini_highlight ; default link color __link__ = "#2b73b7" ; @ini_link ;-------------------------------------------------------------------------- __background_site__ = "#fbfaf9" ; @ini_background_site ; these are used for wiki links __existing__ = "#080" ; @ini_existing __missing__ = "#d30" ; @ini_missing ; site and sidebar widths __site_width__ = "75em" ; @ini_site_width __sidebar_width__ = "16em" ; @ini_sidebar_width ; cut off points for mobile devices __tablet_width__ = "800px" ; @ini_tablet_width __phone_width__ = "480px" ; @ini_phone_width __theme_color__ = "#008800" ; @_ini_theme_color: theme_color of the web app dokuwiki/css/_fileuploader.css000064400000003265152335150000012506 0ustar00/** * This file provides the styles for the file uploader * used in the media manager (both fullscreen and popup). */ .qq-uploader { position: relative; width: 100%; } .qq-uploader .error { color: #f00; background-color: #fff; } /* select file button */ .qq-upload-button { display: inline-block; text-decoration: none; font-size: 100%; cursor: pointer; margin: 1px 1px 5px; } .qq-upload-button-focus { outline: 1px dotted; } /* drop area */ .qq-upload-drop-area { position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-height: 70px; z-index: 2; background: @ini_background_neu; color: @ini_text; text-align: center; } .qq-upload-drop-area span { display: block; position: absolute; top: 50%; width: 100%; margin-top: -8px; font-size: 120%; } .qq-upload-drop-area-active { background: @ini_background_alt; } /* list of files to upload */ div.qq-uploader ul { margin: 0; padding: 0; list-style: none; } .qq-uploader li { margin: 0 0 5px; color: @ini_text; } .qq-uploader li span, .qq-uploader li input, .qq-uploader li a { margin-right: 5px; } .qq-upload-file { display: block; font-weight: bold; } .qq-upload-spinner { display: inline-block; background: url("../../images/throbber.gif"); width: 15px; height: 15px; vertical-align: text-bottom; } .qq-upload-size, .qq-upload-cancel { font-size: 85%; } .qq-upload-failed-text { display: none; } .qq-upload-fail .qq-upload-failed-text { display: inline; } .qq-action-container * { vertical-align: middle; } .qq-overwrite-check input { margin-left: 10px; } dokuwiki/css/_imgdetail.css000064400000001236152335150000011766 0ustar00/** * This file provides styles for the image detail page (detail.php). */ #dokuwiki__detail { padding: 1em; } #dokuwiki__detail h1 { } #dokuwiki__detail img { float: left; margin: 0 1.5em .5em 0; } [dir=rtl] #dokuwiki__detail div.content img { float: right; margin-right: 0; margin-left: 1.5em; } #dokuwiki__detail div.img_detail { float: left; } [dir=rtl] #dokuwiki__detail div.content div.img_detail { float: right } #dokuwiki__detail div.img_detail h2 { } #dokuwiki__detail div.img_detail dl { } #dokuwiki__detail div.img_detail dl dt { } #dokuwiki__detail div.img_detail dl dd { } #dokuwiki__detail p.back { clear: both; } dokuwiki/css/_media_fullscreen.css000064400000027005152335150000013332 0ustar00/** * This file provides the styles for the fullscreen media manager * (?do=media). * * What most templates would probably need to change (depending on * their site width) are the 4 min-width's (search for @change). */ /*____________ structure ____________*/ #mediamanager__page h1 { margin-bottom: .5em; } #mediamanager__page { /* min-width must be summary of all 3 panels' min-widths */ min-width: 50em; /* @change */ width: 100%; text-align: left; } [dir=rtl] #mediamanager__page { text-align: right; } #mediamanager__page .panel { float: left; } [dir=rtl] #mediamanager__page .panel { float: right; } #mediamanager__page .namespaces { width: 20%; min-width: 10em; /* @change */ left:0 !important; /* overrules jQuery UI resizable in rtl */ } #mediamanager__page .filelist { width: 50%; min-width: 25em; /* @change */ left:0 !important; /* overrules jQuery UI resizable in rtl */ } #mediamanager__page .file { width: 30%; min-width: 15em; /* @change */ } #mediamanager__page .tabs li { white-space: nowrap; } #mediamanager__page .panelHeader { background-color: @ini_background_alt; margin: 0 10px 10px 0; padding: 10px 10px 8px; text-align: left; min-height: 20px; overflow: hidden; } [dir=rtl] #mediamanager__page .panelHeader { text-align: right; margin: 0 0 10px 10px; } #mediamanager__page .panelContent { overflow-y: auto; overflow-x: hidden; padding: 0; margin: 0 10px 10px 0; position: relative; } [dir=rtl] #mediamanager__page .panelContent { text-align: right; margin: 0 0 10px 10px; } #mediamanager__page .file .panelHeader, #mediamanager__page .file .panelContent { margin-right: 0; } [dir=rtl] #mediamanager__page .file .panelHeader, [dir=rtl] #mediamanager__page .file .panelContent { margin-left: 0; } #mediamanager__page .ui-resizable-e { width: 6px; right: 2px; background: transparent url(../../images/resizecol.png) center center no-repeat; } #mediamanager__page .ui-resizable-e:hover { background-color: @ini_background_alt; } [dir=rtl] #mediamanager__page .ui-resizable-w { width: 6px; left: 2px; background: transparent url(../../images/resizecol.png) center center no-repeat; } [dir=rtl] #mediamanager__page .ui-resizable-w:hover { background-color: @ini_background_alt; } #mediamanager__page dd { margin: 0; } #mediamanager__page .panelHeader h3 { float: left; font-weight: normal; font-size: 1em; padding: 0; margin: 0 0 3px; } [dir=rtl] #mediamanager__page .panelHeader h3 { float : right } /*____________ namespaces panel ____________*/ [dir=rtl] #mediamanager__page .namespaces { text-align: right; } /* make it look like a tab (as in _tabs.css) */ #mediamanager__page .namespaces h2 { font-size: 1em; display: inline-block; padding: .3em .8em; margin: 0 0 0 .3em; border-radius: .5em .5em 0 0; font-weight: normal; background-color: @ini_background_alt; color: @ini_text; border: 1px solid @ini_border; border-bottom-color: @ini_background_alt; line-height: 1.4em; position: relative; bottom: -1px; z-index: 2; } [dir=rtl] #mediamanager__page .namespaces h2 { margin: 0 .3em 0 0; position: relative; right: 10px; } #mediamanager__page .namespaces .panelHeader { border-top: 1px solid @ini_border; z-index: 1; } #mediamanager__page .namespaces ul { margin-left: .2em; margin-bottom: 0; padding: 0; list-style: none; } [dir=rtl] #mediamanager__page .namespaces ul { margin-left: 0; margin-right: .2em; } #mediamanager__page .namespaces ul ul { margin-left: 1em; } [dir=rtl] #mediamanager__page .namespaces ul ul { margin-left: 0; margin-right: 1em; } #mediamanager__page .namespaces ul ul li { margin: 0; } #mediamanager__page .namespaces ul .selected { background-color: __highlight__; font-weight: bold; } /*____________ file list panel ____________*/ /* file list header */ #mediamanager__page .panelHeader form.options { float: right; margin-top: -3px; } [dir=rtl] #mediamanager__page .panelHeader form.options { float : left } #mediamanager__page .panelHeader ul { list-style: none; margin: 0; padding: 0; } #mediamanager__page .panelHeader ul li { color: @ini_text; float: left; line-height: 1; padding-left: 3px; } [dir=rtl] #mediamanager__page .panelHeader ul li { padding-right: 3px; padding-left: 0; float: right; } #mediamanager__page .panelHeader ul li.ui-controlgroup-horizontal { padding-left: 30px; margin: 0 0 0 5px; } #mediamanager__page .panelHeader ul li.listType { background: url('../../images/icon-list.png') 3px 1px no-repeat; } #mediamanager__page .panelHeader ul li.sortBy { background: url('../../images/icon-sort.png') 3px 1px no-repeat; } [dir=rtl] #mediamanager__page .panelHeader ul li.ui-controlgroup-horizontal { padding-left: 0; padding-right: 30px; margin: 0 5px 0 0; background-position: right 1px; } #mediamanager__page .panelHeader form.options .ui-controlgroup-horizontal label{ font-size: 90%; margin-right: -0.4em; padding: .3em .5em; line-height: 1; } /* file list content */ #mediamanager__page .filelist ul { padding: 0; margin: 0 10px 0 0; } [dir=rtl] #mediamanager__page .filelist ul { margin: 0 0 0 10px; } #mediamanager__page .filelist ul.rows { margin: 0; } #mediamanager__page .filelist .panelContent ul li:hover { background-color: @ini_background_alt; } #mediamanager__page .filelist li dt a { vertical-align: middle; display: table-cell; overflow: hidden; } /* file list as thumbs */ #mediamanager__page .filelist .thumbs li { width: 100px; min-height: 130px; display: inline-block; /* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */ margin: 0 6px 10px 0; background-color: @ini_background_neu; color: @ini_text; padding: 5px; vertical-align: top; text-align: center; position: relative; line-height: 1.2; } [dir=rtl] #mediamanager__page .filelist .thumbs li { margin-right: 0; margin-left: 6px; } #mediamanager__page .filelist .thumbs li dt a { width: 100px; height: 90px; } #mediamanager__page .filelist .thumbs li dt a img { max-width: 90px; max-height: 90px; } #mediamanager__page .filelist .thumbs li .name, #mediamanager__page .filelist .thumbs li .size, #mediamanager__page .filelist .thumbs li .filesize, #mediamanager__page .filelist .thumbs li .date { display: block; overflow: hidden; text-overflow: ellipsis; width: 90px; white-space: nowrap; } #mediamanager__page .filelist .thumbs li .name { padding: 5px 0; font-weight: bold; } #mediamanager__page .filelist .thumbs li .date { font-style: italic; white-space: normal; } /* file list as rows */ #mediamanager__page .filelist .rows li { list-style: none; display: block; position: relative; max-height: 50px; margin: 0 0 3px 0; background-color: @ini_background; color: @ini_text; overflow: hidden; } #mediamanager__page .filelist .rows li:nth-child(2n+1) { background-color: @ini_background_neu; } #mediamanager__page .filelist .rows li dt { float: left; width: 10%; height: 40px; text-align: center; } [dir=rtl] #mediamanager__page .filelist .rows li dt { float: right; } #mediamanager__page .filelist .rows li dt a { width: 100px; height: 40px; } #mediamanager__page .filelist .rows li dt a img { max-width: 40px; max-height: 40px; } #mediamanager__page .filelist .rows li .name, #mediamanager__page .filelist .rows li .size, #mediamanager__page .filelist .rows li .filesize, #mediamanager__page .filelist .rows li .date { overflow: hidden; text-overflow: ellipsis; float: left; margin-left: 1%; white-space: nowrap; } [dir=rtl] #mediamanager__page .filelist .rows li .name, [dir=rtl] #mediamanager__page .filelist .rows li .size, [dir=rtl] #mediamanager__page .filelist .rows li .filesize, [dir=rtl] #mediamanager__page .filelist .rows li .date { float: right; margin-left: 0; margin-right: 1%; } #mediamanager__page .filelist .rows li .name { width: 30%; font-weight: bold; } #mediamanager__page .filelist .rows li .size, #mediamanager__page .filelist .rows li .filesize { width: 15%; } #mediamanager__page .filelist .rows li .date { width: 20%; font-style: italic; white-space: normal; } /* upload form */ #mediamanager__page div.upload { padding-bottom: 0.5em; } /*____________ file panel ____________*/ #mediamanager__page .file ul.actions { text-align: center; margin: 0 0 5px; padding: 0; list-style: none; } #mediamanager__page .file ul.actions li { display: inline; margin: 0; } #mediamanager__page .file div.image { margin-bottom: 5px; text-align: center; } #mediamanager__page .file div.image img { width: 100%; } #mediamanager__page .file dl { margin-bottom: 0; } #mediamanager__page .file dl dt { font-weight: bold; display: block; background-color: @ini_background_alt; } #mediamanager__page .file dl dd { display: block; background-color: @ini_background_neu; } /* file meta data edit form */ #mediamanager__page form.meta div.row { margin-bottom: 5px; } #mediamanager__page form.meta label span { display: block; } #mediamanager__page form.meta input { width: 50%; } #mediamanager__page form.meta button { width: auto; } #mediamanager__page form.meta textarea.edit { height: 6em; width: 95%; min-width: 95%; max-width: 95%; } /* file revisions form */ #mediamanager__page form.changes ul { margin-left: 10px; padding: 0; list-style-type: none; } [dir=rtl] #mediamanager__page form.changes ul { margin-left: 0; margin-right: 10px; } #mediamanager__page form.changes ul li div.li div { font-size: 90%; color: @ini_text_neu; padding-left: 18px; } [dir=rtl] #mediamanager__page form.changes ul li div.li div { padding-left: 0; padding-right: 18px; } #mediamanager__page form.changes ul li div.li input { position: relative; top: 1px; } /* file diff view */ #mediamanager__diff table { table-layout: fixed; border-width: 0; } #mediamanager__diff td, #mediamanager__diff th { width: 48%; margin: 0 5px 10px 0; padding: 0; vertical-align: top; text-align: left; border-color: @ini_background; } [dir=rtl] #mediamanager__diff td, [dir=rtl] #mediamanager__diff th { margin: 0 0 10px 5px; text-align: right; } #mediamanager__diff th { font-weight: normal; background-color: @ini_background; line-height: 1.2; } #mediamanager__diff th a { font-weight: bold; } #mediamanager__diff th span { font-size: 90%; } #mediamanager__diff dl dd strong{ background-color: __highlight__; color: @ini_text; font-weight: normal; } /* image diff views */ #mediamanager__page .file form.diffView { margin-bottom: 10px; display: block; } #mediamanager__diff div.slider { margin: 10px; width: 95%; } #mediamanager__diff .imageDiff { position: relative; } #mediamanager__diff .imageDiff .image2 { position: absolute; top: 0; left: 0; } #mediamanager__diff .imageDiff.opacity .image2 { opacity: 0.5; } #mediamanager__diff .imageDiff.portions .image2 { border-right: 1px solid red; overflow: hidden; } #mediamanager__diff .imageDiff.portions img { float: left; } #mediamanager__diff .imageDiff img { width: 100%; max-width: none; } dokuwiki/css/_tabs.css000064400000003502152335150000010756 0ustar00/** * This file provides the styles for general tabs. */ .dokuwiki .tabs > ul, .dokuwiki ul.tabs { padding: 0; margin: 0; overflow: hidden; position: relative; } /* border underneath */ .dokuwiki .tabs > ul:after, .dokuwiki ul.tabs:after { position: absolute; content: ""; width: 100%; bottom: 0; left: 0; border-bottom: 1px solid @ini_border; } .dokuwiki .tabs > ul li, .dokuwiki ul.tabs li { float: left; padding: 0; margin: 0; list-style: none; } [dir=rtl] .dokuwiki .tabs > ul li, [dir=rtl] .dokuwiki ul.tabs li { float: right; } .dokuwiki .tabs > ul li a, .dokuwiki ul.tabs li strong, .dokuwiki ul.tabs li a { display: inline-block; padding: .3em .8em; margin: 0 0 0 .3em; background-color: @ini_background_neu; color: @ini_text; border: 1px solid @ini_border; border-radius: .5em .5em 0 0; position: relative; z-index: 0; } [dir=rtl] .dokuwiki .tabs > ul li a, [dir=rtl] .dokuwiki ul.tabs li strong, [dir=rtl] .dokuwiki ul.tabs li a { margin: 0 .3em 0 0; } .dokuwiki ul.tabs li strong { font-weight: normal; } .dokuwiki ul.tabs li a:link, .dokuwiki ul.tabs li a:visited { } .dokuwiki .tabs > ul li a:hover, .dokuwiki .tabs > ul li a:active, .dokuwiki .tabs > ul li a:focus, .dokuwiki .tabs > ul li .curid a, .dokuwiki .tabs > ul .active a, .dokuwiki ul.tabs li a:hover, .dokuwiki ul.tabs li a:active, .dokuwiki ul.tabs li a:focus, .dokuwiki ul.tabs li.active a, .dokuwiki ul.tabs li strong { background-color: @ini_background_alt; color: @ini_text; text-decoration: none; font-weight: normal; } .dokuwiki .tabs > ul li .curid a, .dokuwiki .tabs > ul li .active a, .dokuwiki .tabs > ul li .active a, .dokuwiki ul.tabs li.active a, .dokuwiki ul.tabs li strong { z-index: 2; border-bottom-color: @ini_background_alt; } dokuwiki/css/_search.less000064400000010515152335150000011452 0ustar00/** * This file provides styles for the search results page (?do=search) * and the AJAX search popup. */ /* general ********************************************************************/ /* search hit in normal text */ .dokuwiki .search_hit { color: @ini_text; background-color: __highlight__; } /* "nothing found" at search + media */ .dokuwiki div.nothing { margin-bottom: 1.4em; } /* search results page ********************************************************************/ /*____________ advanced search form ____________*/ .dokuwiki .search-results-form fieldset.search-form { width: 100%; margin: 1em 0; input[name="q"] { width: 50%; } button.toggleAssistant { float: right; } .advancedOptions { padding: 1em 0; > div { display: inline-block; position: relative; margin: 0 0.5em; } div.toggle { // default closed toggle state div.current { cursor: pointer; max-width: 10em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; &::after { content: '▼'; font-size: smaller; color: @ini_text_alt; } } div.changed { font-weight: bold; } ul { display: none; position: absolute; border: 1px solid @ini_border; background-color: @ini_background; padding: 0.25em 0.5em; text-align: left; min-width: 10em; max-width: 15em; max-height: 50vh; overflow: auto; z-index: 100; li { margin: 0.25em 0; list-style: none; a { display: block; } } } // open toggle state &.open { div.current::after { content: '▲'; } ul { display: block; } } } } } [dir=rtl] .search-results-form fieldset.search-form .advancedOptions { div.toggle ul { text-align: right; } } /*____________ matching pagenames ____________*/ .dokuwiki div.search_quickresult { margin-bottom: 1.4em; ul { padding: 0; li { float: left; width: 12em; margin: 0 1.5em; } } } [dir=rtl] .dokuwiki div.search_quickresult ul li { float: right; } /*____________ search results ____________*/ .dokuwiki dl.search_results { margin-bottom: 1.2em; /* search heading */ dt { font-weight: normal; margin-bottom: .2em; } /* last modified line */ dd.meta { margin: 0 0 .2em 0; } /* search snippet */ dd.snippet { color: @ini_text_alt; background-color: inherit; margin: 0 0 1.2em 0; /* search hit in search results */ strong.search_hit { font-weight: normal; /* color is set in general */ } /* ellipsis separating snippets */ .search_sep { color: @ini_text; background-color: inherit; } } } /* AJAX quicksearch popup ********************************************************************/ .dokuwiki form.search { div.no { position: relative; } /* .JSpopup */ div.ajax_qsearch { position: absolute; top: 0; left: -13.5em; /* -( width of #qsearch__in + padding of .ajax_qsearch + a bit more ) */ width: 12em; padding: 0.5em; font-size: .9em; z-index: 20; text-align: left; display: none; strong { display: block; margin-bottom: .3em; } ul { margin: 0 !important; padding: 0 !important; li { margin: 0; padding: 0; display: block !important; } } } } [dir=rtl] .dokuwiki form.search div.ajax_qsearch { left: auto; right: -13.5em; text-align: right; } dokuwiki/css/print.css000064400000005177152335150000011034 0ustar00/** * This file provides the styles for printing. * * @todo: improve and finish */ body { font: normal 87.5%/1.3 Garamond, Baskerville, "Hoefler Text", "Nimbus Roman No9 L", serif; background-color: #fff; color: #000; } /* hide certain sections */ .a11y, audio, video, #dokuwiki__header .tools, #dokuwiki__aside, .dokuwiki .breadcrumbs, .dokuwiki .pageId, #dw__toc, h3.toggle, #dokuwiki__pagetools, #dokuwiki__footer { display: none; } h1, h2, h3, h4, h5, caption, legend { clear: both; } ul { list-style: disc outside; } ol { list-style: decimal outside; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: upper-roman; } ol ol ol ol { list-style-type: upper-alpha; } ol ol ol ol ol { list-style-type: lower-roman; } a:link, a:visited { text-decoration: none; border-bottom: 1pt dotted; color: #333; background-color: inherit; } /* display href after link */ a.urlextern:after, a.interwiki:after, a.mail:after { content: " [" attr(href) "]"; font-size: 90%; } /* code blocks */ pre { font-family: monospace; } dl.code dt, dl.file dt { font-weight: bold; } mark { font-weight: bold; } /* images */ img { border-width: 0; vertical-align: middle; } img.media { margin: .2em 0; } img.medialeft { margin: .2em 1em .2em 0; } img.mediaright { margin: .2em 0 .2em 1em; } img.mediacenter { margin: .2em auto; } blockquote { padding: 0 10pt; margin: 0; border: solid #ccc; border-width: 0 0 0 2pt; } [dir=rtl] blockquote { border-width: 0 2pt 0 0; } /* tables */ .dokuwiki div.table { margin-bottom: 1.4em; } table { border-collapse: collapse; empty-cells: show; border-spacing: 0; border: 1pt solid #ccc; } th, td { padding: 3pt 5pt; margin: 0; vertical-align: top; border: 1pt solid #666; } th { font-weight: bold; text-align: left; } [dir=rtl] th { text-align: right; } /*____________ a bit of layout ____________*/ #dokuwiki__header { border-bottom: 2pt solid #ccc; } #dokuwiki__header h1 { font-size: 1.5em; } #dokuwiki__header h1 a { text-decoration: none; border-width: 0; } #dokuwiki__header h1 img { float: left; margin-right: .5em; } [dir=rtl] #dokuwiki__header h1 img { float: right; margin-right: 0; margin-left: .5em; } .dokuwiki div.footnotes { clear: both; border-top: 1pt dotted #999; margin-top: 10pt; } .dokuwiki div.docInfo { font-size: 90%; text-align: right; clear: both; padding-top: 2pt; border-top: 1pt solid #999; margin-top: 10pt; } [dir=rtl] .dokuwiki div.docInfo { text-align: left; } dokuwiki/css/_media_popup.css000064400000007120152335150000012327 0ustar00/** * This file provides styles for the media manager popup * (mediamanager.php). */ /*____________ structure ____________*/ html.popup { overflow: auto; } #media__manager { height: 100%; overflow: hidden; } #mediamgr__aside { width: 30%; height: 100%; overflow: auto; position: absolute; left: 0; border-right: 1px solid @ini_border; } [dir=rtl] #mediamgr__aside { left: auto; right: 0; border-right-width: 0; border-left: 1px solid @ini_border; } #mediamgr__aside .pad { padding: .5em; } #mediamgr__content { width: 69.7%; height: 100%; overflow: auto; position: absolute; right: 0; } [dir=rtl] #mediamgr__content { right: auto; left: 0; } #mediamgr__content .pad { padding: .5em; } #media__manager h1, #media__manager h2 { font-size: 1.5em; margin-bottom: .5em; padding-bottom: .2em; border-bottom: 1px solid @ini_border; } /* left side ********************************************************************/ /*____________ options ____________*/ #media__opts { margin-bottom: .5em; } #media__opts input { margin-right: .3em; } [dir=rtl] #media__opts input { margin-right: 0; margin-left: .3em; } #media__opts label { } /*____________ tree ____________*/ #media__tree ul { padding-left: .2em; } [dir=rtl] #media__tree ul { padding-left: 0; padding-right: .2em; } #media__tree ul li { clear: left; list-style-type: none; list-style-image: none; margin-left: 0; } [dir=rtl] #media__tree ul li { clear: right; margin-right: 0; } #media__tree ul li img { float: left; padding: .5em .3em 0 0; } [dir=rtl] #media__tree ul li img { float: right; padding: .5em 0 0 .3em; } #media__tree ul li div.li { display: inline; } #media__tree ul li li { margin-left: 1.5em; } [dir=rtl] #media__tree ul li li { margin-left: 0; margin-right: 1.5em; } /* right side ********************************************************************/ /*____________ upload form ____________*/ /* upload info */ #media__content div.upload { font-size: .9em; margin-bottom: .5em; } #mediamanager__uploader { margin-bottom: 1em; } #mediamanager__uploader p { margin-bottom: .5em; } /*____________ file list ____________*/ #media__content img.load { margin: 1em auto; } #media__content .odd, #media__content .even { padding: .5em; } #media__content .odd { background-color: @ini_background_alt; } #media__content .even { } /* highlight newly uploaded or edited file */ #media__content #scroll__here { border: 1px dashed @ini_border; } /* link which inserts media file */ #media__content a.mediafile { margin-right: 1.5em; font-weight: bold; cursor: pointer; } [dir=rtl] #media__content a.mediafile { margin-right: 0; margin-left: 1.5em; } #media__content span.info { } #media__content img.btn { vertical-align: text-bottom; } /* info how to insert media, if JS disabled */ #media__content div.example { color: @ini_text_neu; margin-left: 1em; } #media__content div.detail { padding: .2em 0; } #media__content div.detail div.thumb { float: left; margin: 0 .5em 0 18px; } [dir=rtl] #media__content div.detail div.thumb { float: right; margin: 0 18px 0 .5em; } #media__content div.detail div.thumb a { display: block; cursor: pointer; } #media__content div.detail p { margin-bottom: 0; } /*____________ media search ____________*/ #dw__mediasearch { } #dw__mediasearch p { } #dw__mediasearch label { } #dw__mediasearch label span { } #dw__mediasearch input.edit { } #dw__mediasearch button { } dokuwiki/css/design.less000064400000014477152335150000011332 0ustar00/** * This file provides the main design styles for the * bits that surround the content. * * @author Anika Henke * @author Andreas Gohr * @author Clarence Lee */ /* header ********************************************************************/ #dokuwiki__header { padding: 2em 0 1.5em; .headings, .tools { margin-bottom: 1.5em; width: 49%; } .tools { margin-top: .2em; } h1 { margin: 0; font-size: 1.5em; font-weight: normal; img { float: left; margin-right: .5em; } span { display: block; padding-top: 10px; } a { text-decoration: none; color: @ini_text; background-color: inherit; } } p.claim { margin-bottom: 0; font-size: 0.875em; } /* make all links in header (including breadcrumb and interwiki) same colour as the rest */ a { color: @ini_link; background-color: inherit; } } [dir=rtl] #dokuwiki__header h1 img { float: right; margin-left: .5em; margin-right: 0; } /* tools ********************************************************************/ /* highlight selected tool */ .mode_admin .action.admin a, .mode_login .action.login a, .mode_register .action.register a, .mode_profile .action.profile a, .mode_recent .action.recent a, .mode_index .action.index a, .mode_media .action.media a, .mode_revisions .action.revs a, .mode_backlink .action.backlink a, .mode_subscribe .action.subscribe a { font-weight: bold; } #dokuwiki__header .tools { ul { padding-left: 0; margin-bottom: 0; } li { font-size: 0.875em; margin-left: 1em; list-style: none; display: inline; } form.search div.ajax_qsearch li { font-size: 1em; margin-left: 0; display: block; overflow: hidden; text-overflow: ellipsis; } } [dir=rtl] #dokuwiki__header .tools li { margin-right: 1em; margin-left: 0; } #dokuwiki__header .mobileTools { display: none; /* hide mobile tools dropdown to only show in mobile view */ } /*____________ site tools ____________*/ #dokuwiki__sitetools { text-align: right; form.search { font-size: 0.875em; } } [dir=rtl] #dokuwiki__sitetools { text-align: left; } form.search { display: block; position: relative; margin-bottom: 0.5em; input { width: 18em; padding: .35em 22px .35em .1em; } button { background: transparent url(images/search.png) no-repeat 0 0; border-width: 0; width: 19px; height: 14px; text-indent: -99999px; margin-left: -20px; box-shadow: none; padding: 0; } } [dir=rtl] form.search { input { padding: .35em .1em .35em 22px; } button { background-position: 5px 0; margin-left: 0; margin-right: -20px; position: relative; } } /*____________ breadcrumbs ____________*/ .dokuwiki div.breadcrumbs { border-top: 1px solid @ini_border; border-bottom: 1px solid @ini_background; margin-bottom: .5em; font-size: 0.875em; clear: both; div { padding: .1em .35em; } div:only-child { border-top: 1px solid @ini_background; border-bottom: 1px solid @ini_border; } div:first-child { border-top: 1px solid @ini_background; } div:last-child { border-bottom: 1px solid @ini_border; } .bcsep { font-size: 0.75em; } } /* sidebar ********************************************************************/ .dokuwiki .aside { font-size: 0.875em; overflow: hidden; word-wrap: break-word; /* make sidebar more condensed */ h1 { font-size: 1.714em; margin-bottom: .292em; } h2 { margin-bottom: .333em; } h3 { margin-bottom: .444em; } h4 { margin-bottom: .5em; } h5 { margin-bottom: .5714em; } p, ul, ol, dl, pre, table, fieldset, hr, blockquote, address { margin-bottom: .7em; } ul, ol { padding-left: .5em; } li ul, li ol { margin-bottom: 0; padding: 0; } a:link, a:visited { color: @ini_link; background-color: inherit; } } [dir=rtl] .dokuwiki .aside ul, [dir=rtl] .dokuwiki .aside ol { padding-right: .5em; } /* content ********************************************************************/ .dokuwiki .pageId { float: right; margin-right: -1em; margin-bottom: -1px; margin-top: -1.5em; overflow: hidden; padding: 0.5em 1em 0; span { font-size: 0.875em; border: solid @ini_background_alt; border-width: 1px 1px 0; background-color: @ini_background; color: @ini_text_alt; padding: .1em .35em; border-top-left-radius: 2px; border-top-right-radius: 2px; box-shadow: 0 0 .5em @ini_text_alt; display: block; } } .dokuwiki div.page { clear: both; background: @ini_background; color: inherit; border: 1px solid @ini_background_alt; box-shadow: 0 0 .5em @ini_text_alt; border-radius: 2px; padding: 1.556em 2em 2em; margin-bottom: .5em; overflow: hidden; word-wrap: break-word; } .dokuwiki .docInfo { font-size: 0.875em; text-align: right; } /* license note under edit window */ .dokuwiki div.license { font-size: 93.75%; } [dir=rtl] .dokuwiki .docInfo { text-align: left; } [dir=rtl] .dokuwiki .pageId { float: left; margin-left: -1em; margin-right: 0; } /* footer ********************************************************************/ .dokuwiki .wrapper { margin-bottom: 1.4em; } #dokuwiki__footer { margin-bottom: 1em; text-align: center; > .pad { font-size: 0.875em; } div.license { margin-bottom: 0.5em; font-size: 100%; } div.buttons a { img { opacity: 0.5; } &:hover img, &:active img, &:focus img { opacity: 1; } } } [dir=rtl] #dokuwiki__footer .license img { margin: 0 0 0 .5em; } dokuwiki/css/usertools.less000064400000001536152335150000012110 0ustar00#dokuwiki__usertools { position: absolute; top: .5em; right: 40px; // pagetool width text-align: right; width: 100%; ul { margin: 0 auto; padding: 0; max-width: @ini_site_width; } li.action a { display: inline-flex; flex-direction: row-reverse; flex-wrap: nowrap; svg { height: 1.4em; width: 1.4em; vertical-align: middle; fill: @ini_border; margin-right: 0.2em; } } li.action a:hover, li.action a:active { svg { fill: @ini_link; } } } [dir=rtl] #dokuwiki__usertools { text-align: left; left: 40px; // pagetool width right: auto; li.action a { svg { margin-right: 0; margin-left: 0.2em; } } } dokuwiki/css/_diff.css000064400000005723152335150000010744 0ustar00/** * This file provides styles for the diff view, which shows you * differences between two versions of a page (?do=diff). */ .dokuwiki table.diff { width: 100%; border-width: 0; } .dokuwiki table.diff th, .dokuwiki table.diff td { vertical-align: top; padding: 0; border-width: 0; /* no style.ini colours because deleted and added lines have a fixed background colour */ background-color: #fff; color: #333; } /* table header */ .dokuwiki table.diff th { border-bottom: 1px solid @ini_border; font-size: 110%; font-weight: normal; } .dokuwiki table.diff th a { font-weight: bold; } .dokuwiki table.diff th span.user { font-size: .9em; } .dokuwiki table.diff th span.sum { font-size: .9em; font-weight: bold; } .dokuwiki table.diff th.minor { color: #999; } .dokuwiki table.diff_sidebyside th { width: 50%; } /* table body */ .dokuwiki table.diff .diff-lineheader { width: .7em; text-align: right; } [dir=rtl] .dokuwiki table.diff .diff-lineheader { text-align: left; } .dokuwiki table.diff .diff-lineheader, .dokuwiki table.diff td { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; } .dokuwiki table.diff td.diff-blockheader { font-weight: bold; } .dokuwiki table.diff .diff-addedline { background-color: #cfc; color: inherit; } .dokuwiki table.diff .diff-deletedline { background-color: #fdd; color: inherit; } .dokuwiki table.diff td.diff-context { background-color: #eee; color: inherit; } .dokuwiki table.diff td.diff-addedline strong, .dokuwiki table.diff td.diff-deletedline strong { color: #f00; background-color: inherit; font-weight: bold; } /* diff options */ .dokuwiki .diffoptions form { float: left; } .dokuwiki .diffoptions p { float: right; } /* diff nav */ .dokuwiki table.diff_sidebyside td.diffnav { padding-bottom: .7em; } .dokuwiki .diffnav a { display: inline-block; vertical-align: middle; } .dokuwiki .diffnav a span { display: none; } .dokuwiki .diffnav a:hover, .dokuwiki .diffnav a:active, .dokuwiki .diffnav a:focus { background-color: @ini_background_alt; text-decoration: none; } .dokuwiki .diffnav a:before { display: inline-block; line-height: 1; padding: .2em .4em; border: 1px solid @ini_border; border-radius: 2px; color: @ini_text; } .dokuwiki .diffnav a.diffprevrev:before { content: '\25C0'; /* left triangle */ } .dokuwiki .diffnav a.diffnextrev:before, .dokuwiki .diffnav a.difflastrev:before { content: '\25B6'; /* right triangle */ } .dokuwiki .diffnav a.diffbothprevrev:before { content: '\25C0\25C0'; } .dokuwiki .diffnav a.diffbothnextrev:before { content: '\25B6\25B6'; } .dokuwiki .diffnav select { width: 60%; min-width: 9em; height: 1.5em; /* height is necessary for longer options in Webkit */ } .dokuwiki .diffnav select option[selected] { font-weight: bold; } dokuwiki/css/structure.less000064400000002500152335150000012101 0ustar00/** * This file provides styles for the general layout structure. * * @author Anika Henke */ body { margin: 0 auto; } #dokuwiki__site { margin: 0 auto; max-width: @ini_site_width; } #dokuwiki__site > .site { padding: 0 .5em; } #dokuwiki__header { width: 100%; .headings { float: left; } .tools { float: right; text-align: right; } } [dir=rtl] #dokuwiki__header { .headings { float: right; text-align: right; } .tools { float: left; text-align: left; } } #dokuwiki__site .wrapper { position: relative; } #dokuwiki__aside { width: @ini_sidebar_width; float: left; position: relative; display: block; > .pad { margin: 0 1.5em 0 0; } } [dir=rtl] #dokuwiki__aside { float: right; > .pad { margin: 0 0 0 1.5em; } } .showSidebar #dokuwiki__content { float: right; margin-left: (-1 * @ini_sidebar_width); width: 100%; > .pad { margin-left: @ini_sidebar_width; } } [dir=rtl] .showSidebar #dokuwiki__content { float: left; margin-left: 0; margin-right: (-1 * @ini_sidebar_width); > .pad { margin-left: 0; margin-right: @ini_sidebar_width; } } #dokuwiki__footer { clear: both; } dokuwiki/css/basic.less000064400000021236152335150000011131 0ustar00/** * This file provides the most basic styles. * * If you integrate DokuWiki into another project, you might either * want to integrate this file into the other project as well, or use * the other project's basic CSS for DokuWiki instead of this one. * * @author Anika Henke */ html { overflow-x: auto; overflow-y: scroll; } html, body { color: @ini_text; background: @ini_background_site url(images/page-gradient.png) top left repeat-x; margin: 0; padding: 0; } body { font: normal 87.5%/1.4 Arial, sans-serif; /* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */ -webkit-text-size-adjust: 100%; } /*____________ headers ____________*/ caption, figcaption, summary, legend { padding: 0; margin: 0 0 .35em; line-height: 1.2; } h1, h2, h3, h4, h5, h6 { font-weight: bold; padding: 0; line-height: 1.2; clear: left; /* ideally 'both', but problems with toc */ } [dir=rtl] h1, [dir=rtl] h2, [dir=rtl] h3, [dir=rtl] h4, [dir=rtl] h5, [dir=rtl] h6 { clear: right; } h1 { font-size: 2em; margin: 0 0 0.444em; } h2 { font-size: 1.5em; margin: 0 0 0.666em; } h3 { font-size: 1.125em; margin: 0 0 0.888em; } h4 { font-size: 1em; margin: 0 0 1.0em; } h5 { font-size: .875em; margin: 0 0 1.1428em; } h6 { font-size: .75em; margin: 0 0 1.333em; } /* bottom margin = 1 / font-size */ /*____________ basic margins and paddings ____________*/ p, ul, ol, dl, pre, table, hr, blockquote, figure, details, fieldset, address { margin: 0 0 1.4em 0; /* bottom margin = line-height */ padding: 0; } div, video, audio { margin: 0; padding: 0; } /*____________ lists ____________*/ ul, ol { padding: 0 0 0 1.5em; } [dir=rtl] ul, [dir=rtl] ol { padding: 0 1.5em 0 0; } li, dd { padding: 0; margin: 0 0 0 1.5em; } [dir=rtl] li, [dir=rtl] dd { margin: 0 1.5em 0 0; } dt { font-weight: bold; margin: 0; padding: 0; } li ul, li ol, li dl, dl ul, dl ol, dl dl { margin-bottom: 0; padding: 0; } li li { font-size: 100%; } ul { list-style: square outside; } ol { list-style: decimal outside; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: upper-roman; } ol ol ol ol { list-style-type: upper-alpha; } ol ol ol ol ol { list-style-type: lower-roman; } /*____________ tables ____________*/ table { border-collapse: collapse; empty-cells: show; border-spacing: 0; border: 1px solid @ini_border; } caption { caption-side: top; text-align: left; } [dir=rtl] caption { text-align: right; } th, td { padding: .3em .5em; margin: 0; vertical-align: top; border: 1px solid @ini_border; } th { font-weight: bold; background-color: @ini_background_alt; text-align: left; } [dir=rtl] th { text-align: right; } /*____________ links ____________*/ a { outline: none; } a:link, a:visited { text-decoration: none; color: @ini_link; } a:link:hover, a:visited:hover, a:link:focus, a:visited:focus, a:link:active, a:visited:active { text-decoration: underline; } /*____________ misc ____________*/ img { border-width: 0; vertical-align: middle; color: #666; background-color: transparent; font-style: italic; height: auto; } video { height: auto; } img, object, embed, iframe, video, audio { max-width: 100%; } button img { max-width: none; } hr { border-top: solid @ini_border; border-bottom: solid @ini_background; border-width: 1px 0; height: 0; text-align: center; clear: both; } acronym, abbr { cursor: help; border-bottom: 1px dotted; font-style: normal; } em acronym, em abbr { font-style: italic; } mark { background-color: @ini_highlight; color: inherit; } pre, code, samp, kbd { 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: 1em; direction: ltr; text-align: left; background-color: @ini_background_site; color: @ini_text; box-shadow: inset 0 0 .3em @ini_border; border-radius: 2px; } pre { overflow: auto; word-wrap: normal; border: 1px solid @ini_border; border-radius: 2px; box-shadow: inset 0 0 .5em @ini_border; padding: .7em 1em; } blockquote { padding: 0 .5em; border: solid @ini_border; border-width: 0 0 0 .25em; } [dir=rtl] blockquote { border-width: 0 .25em 0 0; } q:before, q:after { content: ''; } sub, sup { font-size: .8em; line-height: 1; } sub { vertical-align: sub; } sup { vertical-align: super; } small { font-size: .8em; } wbr { display: inline-block; /* for IE 11 */ } /*____________ forms ____________*/ /* for all of the form styles, style.ini colours are not used on purpose (except for fieldset border) */ form { display: inline; margin: 0; padding: 0; } fieldset { padding: .7em 1em 0; padding: .7rem 1rem; /* for those browsers understanding :last-child */ border: 1px solid @ini_text_alt; } fieldset > :last-child { margin-bottom: 0; } legend { margin: 0; padding: 0 .1em; } label { vertical-align: middle; cursor: pointer; } input, textarea, button, select, optgroup, option, keygen, output, meter, progress { font: inherit; font-weight: normal; color: #333; background-color: #fff; line-height: normal; margin: 0; vertical-align: middle; box-sizing: border-box; } select { max-width: 100%; } optgroup { font-style: italic; font-weight: bold; } option { font-style: normal; font-weight: normal; } input, textarea, select, keygen { border: 1px solid #ccc; box-shadow: inset 0 0 1px #eee; border-radius: 2px; } input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus, keygen:active, keygen:focus { border-color: #999; } input[type=radio], input[type=checkbox], input[type=image] { padding: 0; border-style: none; box-shadow: none; } /* all types of buttons */ input[type=submit], input[type=button], input[type=reset], input.button, a.button, button, .qq-upload-button { color: #333; background-color: #eee; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MjQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMC4zIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VFRUVFRSIgb2Zmc2V0PSIwLjk5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0NDQ0NDQyIgb2Zmc2V0PSIuOTkiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnODI0KSIgLz4KPC9zdmc+); background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%); border: 1px solid #ccc; border-radius: 2px; padding: .1em .5em; cursor: pointer; } input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=button]:hover, input[type=button]:active, input[type=button]:hover, input[type=reset]:hover, input[type=reset]:active, input[type=reset]:hover, input.button:hover, input.button:active, input.button:focus, a.button:hover, a.button:active, a.button:focus, button:hover, button:active, button:focus, .qq-upload-button:hover { border-color: #999; background-color: #ddd; background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NzAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNEY0RjQiIG9mZnNldD0iMC4zIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0RERERERCIgb2Zmc2V0PSIwLjk5Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI0JCQkJCQiIgb2Zmc2V0PSIuOTkiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNjcwKSIgLz4KPC9zdmc+); background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #dddddd 99%, #bbbbbb 99%); } input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; } input[disabled], button[disabled], select[disabled], textarea[disabled], option[disabled], input[readonly], button[readonly], select[readonly], textarea[readonly] { cursor: auto; opacity: .5; background-color: #eee; } dokuwiki/css/_forms.css000064400000003320152335150000011151 0ustar00/* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form code */ /** * This file provides styles for forms in general and specifically * for ?do= * - login * - resendpwd * - register * - profile * - subscribe */ /* ---------------- forms ------------------------ */ .dokuwiki form { border: none; display: inline; } .dokuwiki label.block { display: block; text-align: right; font-weight: bold; } [dir=rtl] .dokuwiki label.block { text-align: left; } .dokuwiki label.simple { display: block; text-align: left; font-weight: normal; } [dir=rtl] .dokuwiki label.simple { text-align: right; } .dokuwiki label.block select, .dokuwiki label.block input.edit { width: 50%; } .dokuwiki label span { vertical-align: middle; } .dokuwiki fieldset { width: 400px; text-align: center; border: 1px solid @ini_border; padding: 0.5em; margin: auto; } .dokuwiki input.edit, .dokuwiki select.edit { vertical-align: middle; } .dokuwiki select.edit { padding: 0.1em 0; } .dokuwiki button { vertical-align: middle; } /** * Styles for auth forms */ #dw__login label[for="remember__me"] { margin-left: 50%; margin-bottom: 1.4em; } #dw__login fieldset, #dw__resendpwd fieldset, #dw__register fieldset { padding-bottom: 0.7em; } #dw__profiledelete { display: block; margin-top: 2.8em; } /** * Styles for the subscription page */ #subscribe__form { display: block; width: 400px; text-align: center; } #subscribe__form fieldset { text-align: left; margin: 0.5em 0; } [dir=rtl] #subscribe__form fieldset { text-align: right; } #subscribe__form label { display: block; margin: 0 0.5em 0.5em; } dokuwiki/css/_footnotes.css000064400000001164152335150000012047 0ustar00/** * This file provides styles for footnotes. */ /*____________ footnotes inside the text ____________*/ /* link to footnote inside the text */ .dokuwiki sup a.fn_top { } /* JSpopup */ div.insitu-footnote { max-width: 40%; min-width: 5em; } /*____________ footnotes at the bottom of the page ____________*/ .dokuwiki div.footnotes { border-top: 1px solid @ini_border; padding: .5em 0 0 0; margin: 1em 0 0 0; clear: both; } .dokuwiki div.footnotes div.fn { } .dokuwiki div.footnotes div.fn div.content { display: inline; } .dokuwiki div.footnotes div.fn sup a.fn_bot { font-weight: bold; } dokuwiki/css/_admin.less000064400000003013152335150000011270 0ustar00.dokuwiki div.ui-admin { /* main task grouped in two columns */ ul.admin_tasks { float: left; width: 40%; list-style-type: none; font-size: 1.125em; } [dir=rtl] & ul.admin_tasks { float: right; } /* general menu item styling */ ul { padding: 0; li { margin: 0 0 1em 0; font-weight: bold; list-style-type: none; white-space: nowrap; a { display: flex; span { display: inline-block; &.icon { width: 1.5em; min-height: 1.5em; margin: 0 0.5em; vertical-align: top; svg { width: 1.5em; height: 1.5em; fill: @ini_link; display: inline-block; path { fill: @ini_link; } } } &.prompt { white-space: normal; } } } } } /* DokuWiki version */ #admin__version { clear: left; float: right; color: @ini_text_neu; background-color: inherit; } [dir=rtl] & #admin__version { clear: right; float: left; } } dokuwiki/css/mobile.less000064400000014070152335150000011315 0ustar00/** * This file provides styles for mobile devices * and smaller screens (up to 480px and 768px width). * * @author Anika Henke */ /* for detecting media queries in JavaScript (see script.js): */ #screen__mode { position: relative; z-index: 0; } /* for screen widths in the tablet range ********************************************************************/ @media only screen and (max-width: @ini_tablet_width) { #screen__mode { z-index: 1; /* for detecting media queries in JavaScript (see script.js) */ } /* structure */ #dokuwiki__aside { width: 100%; float: none; margin-bottom: 1.5em; } #dokuwiki__aside > .pad, [dir=rtl] #dokuwiki__aside > .pad { margin: 0 0 .5em; /* style like .page */ background: @ini_background; color: inherit; border: 1px solid #eee; box-shadow: 0 0 .5em @ini_text_alt; border-radius: 2px; padding: 1em; margin-bottom: .5em; } #dokuwiki__aside h3.toggle { font-size: 1em; &.closed { margin-bottom: 0; padding-bottom: 0; } &.open { border-bottom: 1px solid @ini_border; } } .showSidebar #dokuwiki__content { float: none; margin-left: 0; width: 100%; > .pad { margin-left: 0; } } [dir=rtl] .showSidebar #dokuwiki__content, [dir=rtl] .showSidebar #dokuwiki__content > .pad { margin-right: 0; } /* preview */ .dokuwiki.hasSidebar div.preview { border-right: none; } [dir=rtl] .dokuwiki.hasSidebar div.preview { border-left: none; } /* toc */ #dw__toc { float: none; margin: 0 0 1em 0; width: auto; border-left-width: 0; border-bottom: 1px solid @ini_border; } [dir=rtl] #dw__toc { float: none; margin: 0 0 1em 0; border-right-width: 0; } .dokuwiki h3.toggle { padding: 0 .5em .5em 0; } #dw__toc > div, #dokuwiki__aside div.content { padding: .2em 0 .5em; } /* page */ .dokuwiki div.page { padding: 1em; } /* enable horizontal scrolling in media manager */ .mode_media div.page { overflow: auto; } /* push pagetools closer to content */ #dokuwiki__pagetools { top: 0; } .showSidebar #dokuwiki__pagetools { top: 3.5em; } /* _edit */ .dokuwiki div.section_highlight { margin: 0 -1em; padding: 0 .5em; border-width: 0 .5em; } .dokuwiki div.preview { margin: 0 -1em; padding: 1em; } /* _recent */ .dokuwiki form.changes ul { padding-left: 0; } [dir=rtl] .dokuwiki form.changes ul { padding-right: 0; } } /* /@media */ /* for screen widths in the smartphone range ********************************************************************/ @media only screen and (max-width: @ini_phone_width) { #screen__mode { z-index: 2; /* for detecting media queries in JavaScript (see script.js) */ } body { font-size: 100%; } /*____________ structure ____________*/ #dokuwiki__site { max-width: 100%; > .site { padding: 0 .5em; } } #dokuwiki__aside { margin-bottom: 0; } #dokuwiki__header { padding: .5em 0; } /*____________ header ____________*/ #dokuwiki__header ul.a11y.skip { position: static !important; left: 0 !important; width: auto !important; height: auto !important; float: right; font-size: 0.875em; list-style: none; padding-left: 0; margin: 0; li { margin-left: .35em; display: inline; } } [dir=rtl] #dokuwiki__header ul.a11y.skip { left: auto !important; right: 0 !important; float: left; padding-right: 0; li { margin: 0 .35em 0 0; } } #dokuwiki__header .headings, #dokuwiki__header .tools { float: none; text-align: left; width: auto; margin-bottom: .5em; } [dir=rtl] #dokuwiki__header .headings, [dir=rtl] #dokuwiki__header .tools { float: none; text-align: right; width: auto; } #dokuwiki__sitetools { text-align: left; } [dir=rtl] #dokuwiki__sitetools { text-align: right; } #dokuwiki__usertools, #dokuwiki__sitetools ul, #dokuwiki__sitetools h3, #dokuwiki__pagetools, .dokuwiki div.breadcrumbs, /* @todo: maybe move breadcrumbs to the bottom? */ .dokuwiki .pageId { display: none; } /* search form */ #dokuwiki__sitetools form.search { float: left; margin: 0 .2em .2em 0; width: 49%; } [dir=rtl] #dokuwiki__sitetools form.search { float: right; margin: 0 0 .2em .2em; } #dokuwiki__sitetools form.search input { width: 100% !important; } .dokuwiki form.search div.ajax_qsearch { display: none !important; } /* action dropdown is alternative for all hidden tools */ #dokuwiki__header .mobileTools { display: block; font-size: 0.875em; margin: 0 0 .2em 0; float: right; width: 49%; } [dir=rtl] #dokuwiki__header .mobileTools { float: left; } #dokuwiki__header .mobileTools select { padding: .3em .1em; width: 100% !important; } /* force same height on search input and tools select */ #dokuwiki__sitetools form.search input, #dokuwiki__header .mobileTools select { height: 2.1em; line-height: 2.1em; overflow: visible; } /*____________ content ____________*/ #dokuwiki__aside > .pad, .dokuwiki div.page { padding: .5em; } /* form elements */ #config__manager fieldset td.value, #config__manager td .input, .dokuwiki fieldset, .dokuwiki input.edit, .dokuwiki textarea { width: auto !important; max-width: 100% !important; } .dokuwiki select { max-width: 100% !important; } #config__manager fieldset { margin-left: 0; margin-right: 0; } .dokuwiki label.block { text-align: left; span { display: block; } } [dir=rtl] .dokuwiki label.block { text-align: right; } /* _edit */ .dokuwiki div.section_highlight { margin: 0; padding: 0; border-width: 0; } .dokuwiki div.preview { margin: 0 -.5em; padding: .5em; } } /* /@media */ /* for screen heights smaller than the pagetools permit ********************************************************************/ @media only screen and (max-height: 400px) { // 400px is only roughly the required value, this may be wrong under non-standard circumstances #dokuwiki__pagetools div.tools { position: static; } } /* /@media */ dokuwiki/css/_recent.css000064400000003220152335150000011302 0ustar00/** * This file provides styles for the recent changes (?do=recent) and * old revisions (?do=revisions). */ /*____________ list of revisions / recent changes ____________*/ /* select type of revisions (media/pages) */ .dokuwiki .changeType { margin-bottom: .5em; } .dokuwiki form.changes ul li { list-style: none; margin-left: 0; } [dir=rtl] .dokuwiki form.changes ul li { margin-right: 0; } .dokuwiki form.changes ul li span, .dokuwiki form.changes ul li a { vertical-align: middle; } .dokuwiki form.changes ul li span.user a { vertical-align: bottom; } .dokuwiki form.changes ul li.minor { opacity: .7; } .dokuwiki form.changes li span.date { } .dokuwiki form.changes li a.diff_link { vertical-align: baseline; } .dokuwiki form.changes li a.revisions_link { vertical-align: baseline; } .dokuwiki form.changes li a.wikilink1, .dokuwiki form.changes li a.wikilink2 { } .dokuwiki form.changes li span.sum { font-weight: bold; } .dokuwiki form.changes li span.user { } /*____________ size differences ____________*/ .dokuwiki form.changes li .sizechange { font-size: 80%; border-radius: .2em; padding: .1em .2em; /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */ background-color: #ddd; } .dokuwiki form.changes li .sizechange.positive { background-color: #cfc;; } .dokuwiki form.changes li .sizechange.negative { background-color: #fdd; } /*____________ page navigator ____________*/ .dokuwiki div.pagenav { text-align: center; margin: 1.4em 0; } .dokuwiki div.pagenav-prev, .dokuwiki div.pagenav-next { display: inline; margin: 0 .5em; } dokuwiki/css/_toc.css000064400000003354152335150000010617 0ustar00/** * This file provides styles for the TOC (table of contents), the * sitemap (?do=index) and backlinks (?do=backlink). */ /* toc ********************************************************************/ /* toc container */ #dw__toc { float: right; margin: 0 0 1.4em 1.4em; width: 12em; background-color: @ini_background_alt; color: inherit; } [dir=rtl] #dw__toc { float: left; margin: 0 1.4em 1.4em 0; } /*____________ toc header ____________*/ .dokuwiki h3.toggle { padding: .2em .5em; font-weight: bold; } .dokuwiki .toggle strong { float: right; margin: 0 .2em; } [dir=rtl] .dokuwiki .toggle strong { float: left; } /*____________ toc list ____________*/ #dw__toc > div { padding: .2em .5em; } #dw__toc ul { padding: 0; margin: 0; } #dw__toc ul li { list-style: none; padding: 0; margin: 0; line-height: 1.1; } #dw__toc ul li div.li { padding: .15em 0; } #dw__toc ul ul { padding-left: 1em; } [dir=rtl] #dw__toc ul ul { padding-left: 0; padding-right: 1em; } #dw__toc ul ul li { } #dw__toc ul li a { } /* in case of toc list jumping one level (e.g. if heading level 3 follows directly after heading level 1) */ #dw__toc ul li.clear { } /* sitemap (and backlinks) ********************************************************************/ .dokuwiki ul.idx { padding-left: 0; } [dir=rtl] .dokuwiki ul.idx { padding-right: 0; } .dokuwiki ul.idx li { list-style-image: url(../../images/bullet.png); } .dokuwiki ul.idx li.open { list-style-image: url(../../images/open.png); } .dokuwiki ul.idx li.closed { list-style-image: url(../../images/closed.png); } [dir=rtl] .dokuwiki ul.idx li.closed { list-style-image: url(../../images/closed-rtl.png); } dokuwiki/css/_modal.css000064400000003463152335150000011127 0ustar00/** * This file provides styles for modal dialogues. */ .dokuwiki .ui-widget { font-size: 100%; } /* link wizard (opens from the link button in the edit toolbar) ********************************************************************/ #link__wiz { } [dir=rtl] #link__wiz_close { float: left; } #link__wiz_result { background-color: @ini_background; width: 293px; height: 193px; overflow: auto; border: 1px solid @ini_border; margin: 3px auto; text-align: left; line-height: 1; } [dir=rtl] #link__wiz_result { text-align: right; } #link__wiz_result div { padding: 3px 3px 3px 0; } #link__wiz_result div a { display: block; padding-left: 22px; min-height: 16px; background: transparent 3px center no-repeat; } [dir=rtl] #link__wiz_result div a { padding: 3px 22px 3px 3px; background-position: 257px 3px; } #link__wiz_result div.type_u a { background-image: url(../../images/up.png); } #link__wiz_result div.type_f a { background-image: url(../../images/page.png); } #link__wiz_result div.type_d a { background-image: url(../../images/ns.png); } #link__wiz_result div.even { background-color: @ini_background_neu; } #link__wiz_result div.selected { background-color: @ini_background_alt; } #link__wiz_result span { display: block; color: @ini_text_neu; margin-left: 22px; } /* media option wizard (opens when inserting media in the media popup) ********************************************************************/ #media__popup { /* for backwards compatibility (not needed since Rincewind) */ display: none; } #media__popup_content p { margin: 0 0 .5em; } #media__popup_content label { margin-right: .5em; cursor: default; } #media__popup_content button { margin-right: 1px; cursor: pointer; } dokuwiki/css/_links.css000064400000003041152335150000011143 0ustar00/** * This file provides styles for all types of links. */ /*____________ links to wiki pages ____________*/ /* existing wikipage */ .dokuwiki a.wikilink1 { } /* not existing wikipage */ .dokuwiki a.wikilink2 { text-decoration: none; } .dokuwiki a.wikilink2:link, .dokuwiki a.wikilink2:visited { border-bottom: 1px dashed; } .dokuwiki a.wikilink2:hover, .dokuwiki a.wikilink2:active, .dokuwiki a.wikilink2:focus { border-bottom-width: 0; } /* any link to current page */ .dokuwiki span.curid a { font-weight: bold; } /*____________ other link types ____________*/ .dokuwiki a.urlextern, .dokuwiki a.windows, .dokuwiki a.mail, .dokuwiki a.mediafile, .dokuwiki a.interwiki { background-repeat: no-repeat; background-position: 0 center; padding: 0 0 0 18px; } /* external link */ .dokuwiki a.urlextern { background-image: url(../../images/external-link.png); } /* windows share */ .dokuwiki a.windows { background-image: url(../../images/unc.png); } /* email link */ .dokuwiki a.mail { background-image: url(../../images/email.png); } /* icons of the following are set by dokuwiki in lib/exe/css.php */ /* link to some embedded media */ .dokuwiki a.mediafile { } /* interwiki link */ .dokuwiki a.interwiki { } /* RTL corrections; if link icons don't work as expected, remove the following lines */ [dir=rtl] .dokuwiki a.urlextern, [dir=rtl] .dokuwiki a.windows, [dir=rtl] .dokuwiki a.mail, [dir=rtl] .dokuwiki a.interwiki, [dir=rtl] .dokuwiki a.mediafile { background-position: right center; padding: 0 18px 0 0; } dokuwiki/css/content.less000064400000020035152335150000011516 0ustar00/** * This file provides the main design styles for the page content. * * @author Anika Henke * @author Andreas Gohr * @author Clarence Lee */ /*____________ section indenting ____________ .dokuwiki .page h1 {margin-left: 0;} .dokuwiki .page h2 {margin-left: .666em;} .dokuwiki .page h3 {margin-left: 1.776em;} .dokuwiki .page h4 {margin-left: 3em;} .dokuwiki .page h5 {margin-left: 4.5712em;} .dokuwiki .page div.level1 {margin-left: 0;} .dokuwiki .page div.level2 {margin-left: 1em;} .dokuwiki .page div.level3 {margin-left: 2em;} .dokuwiki .page div.level4 {margin-left: 3em;} .dokuwiki .page div.level5 {margin-left: 4em;} [dir=rtl] .dokuwiki .page h1 {margin-left: 0; margin-right: 0;} [dir=rtl] .dokuwiki .page h2 {margin-left: 0; margin-right: .666em;} [dir=rtl] .dokuwiki .page h3 {margin-left: 0; margin-right: 1.776em;} [dir=rtl] .dokuwiki .page h4 {margin-left: 0; margin-right: 3em;} [dir=rtl] .dokuwiki .page h5 {margin-left: 0; margin-right: 4.5712em;} [dir=rtl] .dokuwiki .page div.level1 {margin-left: 0; margin-right: 0;} [dir=rtl] .dokuwiki .page div.level2 {margin-left: 0; margin-right: 1em;} [dir=rtl] .dokuwiki .page div.level3 {margin-left: 0; margin-right: 2em;} [dir=rtl] .dokuwiki .page div.level4 {margin-left: 0; margin-right: 3em;} [dir=rtl] .dokuwiki .page div.level5 {margin-left: 0; margin-right: 4em;} */ /* hx margin-left = (1 / font-size) * .levelx-margin */ /*____________ links to wiki pages (addition to _links) ____________*/ /* existing wikipage */ .dokuwiki a.wikilink1 { color: @ini_existing; background-color: inherit; } /* not existing wikipage */ .dokuwiki a.wikilink2 { color: @ini_missing; background-color: inherit; } /*____________ images ____________*/ /* embedded images (styles are already partly set in lib/styles/all.css) */ .dokuwiki img.media { margin: .2em 0; } .dokuwiki img.medialeft { margin: .2em 1em .2em 0; } .dokuwiki img.mediaright { margin: .2em 0 .2em 1em; } .dokuwiki img.mediacenter { margin: .2em auto; } /*____________ lists ____________*/ .dokuwiki .page, .dokuwiki .aside { ul li { color: @ini_text_alt; } ol li { color: @ini_text_neu; } li .li { color: @ini_text; } } /*____________ tables ____________*/ /* div around each table */ .dokuwiki div.table { overflow-x: auto; margin-bottom: 1.4em; } .dokuwiki div.table table { margin-bottom: 0; } .dokuwiki table.inline { min-width: 50%; } .dokuwiki table.inline tr:hover td { background-color: @ini_background_alt; } .dokuwiki table.inline tr:hover th { background-color: @ini_border; } /*____________ code ____________*/ /* fix if background-color hides underlining */ .dokuwiki em.u code { text-decoration: underline; } /* filenames for downloadable file and code blocks */ .dokuwiki dl.code, .dokuwiki dl.file { dt { background-color: @ini_background_site; background: linear-gradient(to bottom, @ini_background_alt 0%, @ini_background_site 100%); color: inherit; border: 1px solid @ini_border; border-bottom-color: @ini_background_site; border-top-left-radius: .3em; border-top-right-radius: .3em; padding: .3em .6em .1em; margin-bottom: -1px; float: left; a { background-color: transparent; font-size: 0.875em; font-weight: normal; display: block; min-height: 16px; } } dd { margin: 0; clear: left; } pre { box-shadow: inset -4px -4px .5em -.3em @ini_border; } } [dir=rtl] .dokuwiki dl.code, [dir=rtl] .dokuwiki dl.file { dt { float: right; } dd { clear: right; } } /* for code in */ .dokuwiki dl.file { pre, dt { border-style: dashed; } dt { border-bottom-style: solid; } } /*____________ JS popup ____________*/ .JSpopup { background-color: @ini_background; color: @ini_text; border: 1px solid @ini_border; box-shadow: .1em .1em .1em @ini_border; border-radius: 2px; padding: .3em .5em; font-size: .9em; } .dokuwiki form.search div.ajax_qsearch { top: -.35em; font-size: 1em; text-overflow: ellipsis; } .JSpopup ul, .JSpopup ol { padding-left: 0; } [dir=rtl] .JSpopup ul, [dir=rtl] .JSpopup ol { padding-right: 0; } /* changes to underscored CSS files ********************************************************************/ #acl__tree li { margin: 0; } #dokuwiki__content span.curid a { font-weight: normal; } #dokuwiki__content strong span.curid a { font-weight: bold; } /*____________ changes to _edit ____________*/ .dokuwiki div.toolbar { button.toolbutton { border-radius: 0; border-left-width: 0; padding: .1em .35em; } button.toolbutton:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-left-width: 1px; } button.toolbutton:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } } [dir=rtl] .dokuwiki div.toolbar { button.toolbutton:last-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-left-width: 1px; } button.toolbutton:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-left-width: 0; border-right-width: 1px; } } .dokuwiki div.section_highlight { margin: 0 -2em; padding: 0 1em; border-width: 0 1em; } .dokuwiki textarea.edit { font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace; } .dokuwiki div.preview { margin: 0 -2em; padding: 0 2em; } .dokuwiki.hasSidebar div.preview { border-right: @ini_sidebar_width solid @ini_background_alt; } [dir=rtl] .dokuwiki.hasSidebar div.preview { border-right-width: 0; border-left: @ini_sidebar_width solid @ini_background_alt; } .dokuwiki div.preview div.pad { padding: 1.556em 0 2em; } /*____________ changes to _toc ____________*/ #dw__toc { margin: -1.556em -2em .5em 1.4em; width: @ini_sidebar_width; border-left: 1px solid @ini_border; background: @ini_background; color: inherit; } [dir=rtl] #dw__toc { margin: -1.556em 1.4em .5em -2em; border-left-width: 0; border-right: 1px solid @ini_border; } .dokuwiki h3.toggle { padding: .5em 1em; margin-bottom: 0; font-size: .875em; letter-spacing: .1em; } #dokuwiki__aside h3.toggle { display: none; } .dokuwiki .toggle strong { background: transparent url(images/toc-arrows.png) 0 0; width: 8px; height: 5px; margin: .4em 0 0; } .dokuwiki .toggle.closed strong { background-position: 0 -5px; } .dokuwiki .toggle strong span { display: none; } #dw__toc { > div { font-size: 0.875em; padding: .5em 1em 1em; } ul { padding: 0 0 0 1.2em; li { list-style-image: url(images/toc-bullet.png); } } ul li.clear { list-style: none; } ul li div.li { padding: .2em 0; } } [dir=rtl] #dw__toc ul { padding: 0 1.5em 0 0; } /*____________ changes to _imgdetail ____________*/ #dokuwiki__detail { padding: 0; img { float: none; margin-bottom: 1.4em; } div.img_detail { float: none; } div.img_detail dl { overflow: hidden; } div.img_detail dl dt { float: left; width: 9em; text-align: right; clear: left; } div.img_detail dl dd { margin-left: 9.5em; } } [dir=rtl] #dokuwiki__detail div.img_detail { dl dt { float: right; text-align: left; clear: right; } dl dd { margin-left: 0; margin-right: 9.5em; } } dokuwiki/css/_edit.css000064400000005345152335150000010761 0ustar00/** * This file provides styles for the edit view (?do=edit), preview * and section edit buttons. */ /* edit view ********************************************************************/ .dokuwiki div.editBox { } /*____________ toolbar ____________*/ .dokuwiki div.toolbar { display: inline-block; margin-bottom: .5em; } #draft__status { float: right; color: @ini_text_alt; background-color: inherit; } [dir=rtl] #draft__status { float: left; } #tool__bar { float: left; } [dir=rtl] #tool__bar { float: right; } /* buttons inside of toolbar */ .dokuwiki div.toolbar button.toolbutton { } /* picker popups (outside of .dokuwiki) */ div.picker { width: 300px; border: 1px solid @ini_border; background-color: @ini_background_alt; color: inherit; } /* picker for headlines */ div.picker.pk_hl { width: auto; } /* buttons inside of picker */ div.picker button.pickerbutton, div.picker button.toolbutton { padding: .1em .35em; border-width: 0; } /*____________ edit textarea ____________*/ .dokuwiki textarea.edit { width: 100%; margin-bottom: .5em; } /*____________ below the textarea ____________*/ .dokuwiki div.editBar { overflow: hidden; margin-bottom: .5em; } /* size and wrap controls */ #size__ctl { float: right; } [dir=rtl] #size__ctl { float: left; } #size__ctl img { cursor: pointer; } /* edit buttons */ .dokuwiki .editBar .editButtons { display: inline; margin-right: 1em; } [dir=rtl] .dokuwiki .editBar .editButtons { margin-right: 0; margin-left: 1em; } .dokuwiki .editBar .editButtons button { } /* summary input and minor changes checkbox */ .dokuwiki .editBar .summary { display: inline; } .dokuwiki .editBar .summary label { vertical-align: middle; white-space: nowrap; } .dokuwiki .editBar .summary label span { vertical-align: middle; } .dokuwiki .editBar .summary input { } /* change background colour if summary is missing */ .dokuwiki .editBar .summary input.missing { color: @ini_text; background-color: #ffcccc; } /* preview ********************************************************************/ .dokuwiki div.preview { border: dotted @ini_border; border-width: .2em 0; padding: 1.4em 0; margin-bottom: 1.4em; } /* section edit buttons ********************************************************************/ .dokuwiki .secedit { float: right; margin-top: -1.4em; } [dir=rtl] .dokuwiki .secedit { float: left; } .dokuwiki .secedit button { font-size: 75%; } /* style for section highlighting */ .dokuwiki div.section_highlight { margin: 0 -1em; /* negative side margin = side padding + side border */ padding: 0 .5em; border: solid @ini_background_alt; border-width: 0 .5em; } dokuwiki/css/pagetools.less000064400000006575152335150000012056 0ustar00/** * This file provides the styles for the page tools * (fly out navigation beside the page to edit, etc). * * @author Anika Henke * @author Andreas Gohr */ #dokuwiki__site > .site { /* give space to the right so the tools won't disappear on smaller screens */ /* it's 40px because the 30px wide icons will have 5px more spacing to the left and right */ padding-right: 40px; /* give the same space to the left to balance it out */ padding-left: 40px; } .dokuwiki div.page { height: 190px; min-height: 190px; /* 30 (= height of icons) x 6 (= maximum number of possible tools) + 2x5 */ height: auto; } #dokuwiki__pagetools { @ico-width: 28px; @ico-margin: 8px; @item-width: (@ico-width + @ico-margin + @ico-margin); @item-height: (@ico-width + @ico-margin); position: absolute; right: (-1 * @item-width); /* on same vertical level as first headline, because .page has 2em padding */ top: 2em; width: @item-width; div.tools { position: fixed; width: @item-width; ul { position: absolute; right: 0; text-align: right; margin: 0; padding: 0; /* add transparent border to prevent jumping when proper border is added on hover */ border: 1px solid transparent; z-index: 10; li { padding: 0; margin: 0; list-style: none; font-size: 0.875em; a { display: block; /* add transparent border to prevent jumping when proper border is added on focus */ border: 1px solid transparent; white-space: nowrap; line-height: @item-height; vertical-align: middle; height: @item-height; span { display: none; // hide label until hover margin: 0 @ico-margin; } svg { width: @ico-width; height: @ico-width; margin: 0 @ico-margin; display: inline-block; vertical-align: middle; fill: @ini_border; } } // on interaction show the full item a:active, a:focus, a:hover { background-color: @ini_background_alt; span { display: inline-block; } svg { fill: @ini_link; } } } } } [dir=rtl] & { right: auto; left: (-1 * @item-width); div.tools { ul { right: auto; left: 0; text-align: left; } } } } // on hover or focus show all items #dokuwiki__pagetools:hover, #dokuwiki__pagetools:focus-within { div.tools ul { background-color: @ini_background; border-color: @ini_border; border-radius: 2px; box-shadow: 2px 2px 2px @ini_text_alt; li a span { display: inline-block; } } } dokuwiki/detail.php000064400000007733152335150000010351 0ustar00 * @author Anika Henke * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); header('X-UA-Compatible: IE=edge,chrome=1'); ?> <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?> [<?php echo strip_tags($conf['title'])?>]
'.$ERROR.''; else: ?>

'.$lang['reference'].':'; $media_usage = ft_mediause($IMG,true); if(count($media_usage) > 0){ foreach($media_usage as $path){ echo '
'.html_wikilink($path).'
'; } }else{ echo '
'.$lang['nothingfound'].'
'; } ?>

*/ ?>

    getListItems(); ?>
dokuwiki/script.js000064400000005356152335150000010237 0ustar00/** * We handle several device classes based on browser width. * * - desktop: > __tablet_width__ (as set in style.ini) * - mobile: * - tablet <= __tablet_width__ * - phone <= __phone_width__ */ var device_class = ''; // not yet known var device_classes = 'desktop mobile tablet phone'; function tpl_dokuwiki_mobile(){ // the z-index in mobile.css is (mis-)used purely for detecting the screen mode here var screen_mode = jQuery('#screen__mode').css('z-index') + ''; // determine our device pattern // TODO: consider moving into dokuwiki core switch (screen_mode) { case '1': if (device_class.match(/tablet/)) return; device_class = 'mobile tablet'; break; case '2': if (device_class.match(/phone/)) return; device_class = 'mobile phone'; break; default: if (device_class == 'desktop') return; device_class = 'desktop'; } jQuery('html').removeClass(device_classes).addClass(device_class); // handle some layout changes based on change in device var $handle = jQuery('#dokuwiki__aside h3.toggle'); var $toc = jQuery('#dw__toc h3'); if (device_class == 'desktop') { // reset for desktop mode if($handle.length) { $handle[0].setState(1); $handle.hide(); } if($toc.length) { $toc[0].setState(1); } } if (device_class.match(/mobile/)){ // toc and sidebar hiding if($handle.length) { $handle.show(); $handle[0].setState(-1); } if($toc.length) { $toc[0].setState(-1); } } } jQuery(function(){ var resizeTimer; dw_page.makeToggle('#dokuwiki__aside h3.toggle','#dokuwiki__aside div.content'); tpl_dokuwiki_mobile(); jQuery(window).on('resize', function(){ if (resizeTimer) clearTimeout(resizeTimer); resizeTimer = setTimeout(tpl_dokuwiki_mobile,200); } ); // increase sidebar length to match content (desktop mode only) var sidebar_height = jQuery('.desktop #dokuwiki__aside').height(); var pagetool_height = jQuery('.desktop #dokuwiki__pagetools ul:first').height(); // pagetools div has no height; ul has a height var content_min = Math.max(sidebar_height || 0, pagetool_height || 0); var content_height = jQuery('#dokuwiki__content div.page').height(); if(content_min && content_min > content_height) { var $content = jQuery('#dokuwiki__content div.page'); $content.css('min-height', content_min); } // blur when clicked jQuery('#dokuwiki__pagetools div.tools>ul>li>a').on('click', function(){ this.blur(); }); }); dokuwiki/images/apple-touch-icon.png000064400000014300152335150000013504 0ustar00PNG  IHDRrruOPLTEj7%%:a "nc&dT))$$S%%XTJs,;7}zv* #"a^W21-mjfYP IHEB@:  %% 953('%A    ;=8~wpuMj a}6&;8͇pcRQGnOįL쟒Pl)rͤ԰=}%=y3ַ7®"ԩĺ-HѽLYU8y!pge}NB8D8ز޻vJ'|hatü92u0mj_gdcAt¸^S5]^|[QWaUN^Vqig^|oQ.98I|%jH(2EPcV ͵HJ<0l-eR[8+QCjCƎ`Z5aش %RE 2JhZY\4G~xO&;Mf8Џs~&7MIaVNͬS~uŚR߂,dWoO-&˰Bv=|Ķܺ,:yEEwXS_y} Ym\븹jS"Jb4`Tuꛎ'D2L& nhI9Y_STT3! @*qtX_2mIu"Xe{2ens ŷLvdnYOuɃprUuO 4ɄHUU}K.TuGBJH暸ם q=y,m,)"y"E(:vt G)HJ EQTo#H"&DZ=}z"m<*TuD(:" ꑼ\>t]:A&'j2r#ɕnl'BL $ rIz|r7)Uq!A,2E2pb:#/rfYA*W a1hTtYh?C ba}ˇ$hY:m>n}accQeo˰3mlAE֩ Kjd܆}t">N!/ ;6t48]~r&-]@B@e#&$19?뮊O!6߾Q rv<6. yylqr"Ȳ1L 59;;Y5`p8d[=lW?:Díh,*DNbb/EYŬ@?l Œ߇m ҋ+N`)5a*HlO *uO9fE,٭-M% ?$,3nmÒ"S:*b=DŬ@V.槒uĬ"xWɛ*>D# odfWP6"p}XxEFh R1oNI/NMMԤ! 3nФ} '0y#.,8R` L]!ZWNb$j'̲f$2lCZ9H"LL;+"JVIb?<2"]y`䃢Tdq@8Z\ؽޑXbf3wyݕbUGow"YGW"!Gh_=#'MK@Yv__ܒE4PTo{3DEF|? U `BZSc`Ci!H7~ԻfbQ)^)պBǙ*򽜜;tR|i('2㗦Y$5\y%Sc KmoaJ5G"l ?QwD}\|K<+ON_\5&r$Hf#/O1/Oz rkvR!g]DZ.Pf"_2L-R#8uGb-m<$Y&Qup/7 J#8.>{HN o a*G\HzWa޸ML'k HTTDӈ mo,w%7D ]u f,D .~Cں8?(ku֢v\vi˥T;3vAZD@AAI4#6,R"mح.b4^[P܈FYWQ1f-^~_{[{{퓜sMd$:p&~̓/;wfWh4:=}\e2Idkxpȷ؆DfffQ5HqG"[lp$ ,Xʻ~Ńo]y3hyyNB4zAEk.$iDMͦkW|nJHR#ml1ܤ2$FD2?{unkbl;S S7 *.p9oG1lkee4LK$Q2rkD-I߸"Nhquh4G$ ̆ZEAa0Z\VU>l$V_5-I?E]Q>~`َF4J(5HCcbx`) פrD25Y:jIHPNʹ*+%~Q':'d:clfJ\P ^8jtTDV ~z9ePQDWu&lEQ-h6Uu+`(ӈHfs+D+P2ZO:.SXxk5:2H/A.荳Xdt3_a #[vBB,ãzchٳ:A~vB 1Ɓ'hq 1QIILF|?GkEMsuPKKKO~HvkHDMdHO"Il&y3yy,Ь[EDt*xI 1:I^8zcF< e׷+x/B25X[E9 $"YOne6g1RD27@wCA+{'2ry)Vab1%!NVi面$k{/DyOh&db|'2=I!;l| SDSlM[ 35϶|4pDj8U!{_‘yzbed%oıȘE#g(S "/C e~* 3^.cF\e*1Bqs `] Xl'[,ٸ^#x%r 900K"Z("ֳ > -֦ dA_|Z44XE" OyM]"8lq?&*P~͘^ y-Dg4qXm&SIݍOK\a& OaAc;;m5Ό5"L49&JcaF*]:40jgg'-',ΊGpc0Sٙ?.E]JA*GG'Pw޽M%F.8`D2=sya5ρJm(dM˗l"G2դ dJa"s}e"o JMV{/I;J'@OIs GGd}PbǁD~裩8ɧҵCślo_Xp(ZE]vO/I(H9SODh~"Y)50̇> SHoԤDPHdtLVH T쬽O;dz,eYoL"Y5˞dJN޾zY3X?9۪Q'S2U=qTEli*A$׷^<>ϑ7^_ܓxcKVB+V"V$T J(LJ_~fXYyjqZAnFQ> %UG yd-&1l&L4p7q%H[ ͶwVKjnfQz1#DZt4S`I()jSyP[HZfAJ9ξ&U8܆ U|/q.2rO+썌|x\ݓ &>NN^/kt Iv щ_pqO?^SgW(TB6F^zteH,F63׽.E$j[M!}_ۊ<4<ȲO2AfGB|DkZ2Y+Ԥ$InmwA.u,#FBM2KfHܦqgvMtR 1֪i$IMq֥IaV m EL$R[ȃƞ aXHyJD$F$S3?^Re/gF9Mޑl[D?5 Pc# V`iOIenS0%nOMPJɗy#>`)U 2<ZާS {2ow#s763-.َ>^s &*<|YP&}b|f~%8r4d!S| OZO4w4-0s#dhщqibTqb@/ vOIENDB`dokuwiki/images/page-gradient.png000064400000000321152335150000013042 0ustar00PNG  IHDRsYhCIDAT(!NCQE}} i ! 0 +bK.Xo$N!-SpՒd8D2R\ov;*?}G9lnHX}"M*duy %J屃Ab\_)*,FIENDB`dokuwiki/images/favicon.ico000064400000016356152335150000011765 0ustar00h6 00F( uzV[$8cgJdȹ"<ԥPgŸM7                       ( @) ѱTbYvCbB7Jzo_tfM> J/oTv=̙ gWdGN j 2Pu՗n) $ 7$0 *7%%%%%0%.$05++)))7.5+<%)*<0519"++(<:: $55999"9+ % 7%)::$<19999155*)%0(7 5119991&$%51115(-''') 1. '':055$"''" ) 5&.$ 77"--%%3<5 555)")7%) &3:-'- "')( ")))"""''--'".)))) -""%>==>=>8>.:;"-%=4>4>===!88##4%; =;;;8#8= ///; >! ;!8>; 8 / :;!. =$!;;;;;/ 888//%<<(%>/ 8882/0< 7(*6  ;/  /% ( 6 !< ;0/ 8//3)* %%%<< ;/ >2/%<3)* %<%!% </ >>> / (3<* !666%0/ >>>>82/33 <6!; / >=>,2/0,<<%<!!<;/2>===4+  ,6!<<%) =*++*,,,,! ;;>>388>989+*(9;;>883/"""' &!&+;3+;*3999//""'' !&88(/""''''' &(83,>>>>>88/""''''' '/&0<**99;>>>8>*(**->>3>>(!!!!!!"//<  39&!!!!!"//(3>>>+-9 983//&(!!!"//88>>>>89*>+ 3*8+3 31,  ,,1,>>922; 2>>  ,8383%22 "22+2>>>+1  18*9-222 82;;+22 1185>;;;2+2+,  *785) #,,22+2+2  +, =555) ))) 3;;,+2+22 21+*85-222225 ))  322+22;*2.22 )))(&= <22+22-96;++2442%))512< )  (,22+23>824444%22.<  = 22;9*)*24444243   2#<  .44444424   (138;955<%.444444444  = *3;3**++%44.444444. =   = +%.4--.4444444-(  = 1;4%.476-7*....444.1( =&= (8-4.47.% .;66;..44..( = & == 3+-4.%7.; .76774.;7.  = := (9..; .6.*7..7*. 77 2< = ::== >*.. .**.6 .. . $ .2,( = :5 == 39..*6.6*. 6..7*;7;6 742;$ =55=) 2+*3.47%6 4 7 7- 647747;2*$< =5:55 <3.44%%%%;* *%.747 .7.62$< =5555389(.4%44444.4.44444.%-.;;7;73 =555003.444444%444444444.44..44.4-.3 ==<:=%%%44.....4444444444444442< ))&*>*9%%%44......4...2<$ = :&98>*39%%-4.. &<88>*39<<8(<3>????dokuwiki/images/license.txt000064400000000315152335150000012013 0ustar00Icons for: sitetools.png Icon set: Dusseldorf Designer: pc.de License: Creative Commons Attribution License [http://creativecommons.org/licenses/by/3.0/] URL: http://pc.de/icons/#Dusseldorf dokuwiki/images/page-background.svg000064400000000570152335150000013405 0ustar00 dokuwiki/images/toc-arrows.png000064400000000341152335150000012435 0ustar00PNG  IHDR BPLTEtRNS5+;?.(8<)I#'27]?8IDATx= 0 {q>!T#ќW$73*9N\ <IENDB`dokuwiki/images/toc-bullet.png000064400000000161152335150000012407 0ustar00PNG  IHDRo} PLTEݻ0tRNS@fIDATxc``b`X$l!IENDB`dokuwiki/images/pagetools/08_backlink.png000064400000001017152335150000014420 0ustar00PNG  IHDR;0IDATxM@G`Jp S%l )(aKp n]c; OwϬ(d ?؃%~ٗ=N0ŧ0]PO o~{sB.]aàY몛"B"f /wkWUx&0(bbA} ,;oA0Ļ{炟,dnQml/Y{YeY+ϲ?}wdSu/{ 4)Q`~~|QdJaL1W>K"ټOj sخ9 i yĹW-<++lJ30(a[}{^3C ⇣wIENDB`dokuwiki/images/pagetools/11_mediamanager.png000064400000000500152335150000015242 0ustar00PNG  IHDR;0IDATxK 0'M},s%G(^##DZ >Em @ 'E"BՀߊq1w4uBHL2i! } , ~;4iѩzX4g]nMӆ~ ׄ~׀/`8Ilq.)TŅ(^2!D9\HEk(H޸%L\)+| $Pe5%FC`,6D|VN E`IENDB`dokuwiki/images/pagetools/license.txt000064400000000360152335150000014010 0ustar00Icon set: iPhone toolbar icons Designer: TheWorkingGroup.ca License: Creative Commons Attribution-Share Alike License [http://creativecommons.org/licenses/by-sa/3.0/] URL: http://blog.twg.ca/2009/09/free-iphone-toolbar-icons/ dokuwiki/images/pagetools/06_revert.png000064400000000716152335150000014154 0ustar00PNG  IHDR;0IDATxݍ@`JJKKJK(+w_L(υ|j0_' op)$ \|B:9ky[.|ƒB.ʋ*zФzc;yQiB!qS2^nV>քǝ4+5ᦽ' l$wXJb!tO5<8ga:wunfksf`ci5|Rܼ&4asJ 9hB#C5;y6 !Khq:AdsK e cG +̘,kXZ"w eN>yY>Siܟdٗx9iƒΨe.6b} ZBu>a*3:IENDB`dokuwiki/images/pagetools/09_subscribe.png000064400000000566152335150000014634 0ustar00PNG  IHDR;0=IDATx 0n A7`O doـ PP%\QuBH[ 駃ͱW>H/~?&Ѐ"J̣PCM{QG^V]1 $$:0Sp}l#!@8D`)dGg'=3&HP|߰iw Sx|B{1A="|4"d1ëM-{ /~x(V;e4  %"4vbm3;]ο!kIENDB`dokuwiki/images/pagetools/12_back.png000064400000000440152335150000013534 0ustar00PNG  IHDR;0IDATxԹy@Eaw0PK$@ *%P^>YH 뛼tL%|)Gx;C'u] oy^Je %8dq}m?]?Bp A˿G3 mΰwjl6gt/s+5#Maq?6Ez4 W|--A߿E@@~R/,>RkVrq7CAIENDB`dokuwiki/images/pagetools/07_revisions.png000064400000001401152335150000014657 0ustar00PNG  IHDR;0IDATxm0%TKP *A%T٬s1}πؗ<|ƜK_"_ :$AhP!m{R!==LAzj$|<9؞P!&Ƕ-{G ڒ\@ ޳>[E~B_Qn(zyoz쓮'z!IT>gupXoX-R (|HPA^5~h`ZiLttr lI}_`7߈{J^td\:cm l"]m_|x|ȭ,P#y=A|-ҧB.d%$/F?N5yQCyxQA=NIh IʻAyr7 j$ 8PX,::#B f, h7ߎff4M>LH`C"y|Bu}71D5,$0'_ Aukz0 L\#IENDB`dokuwiki/images/pagetools/00_default.png000064400000000756152335150000014267 0ustar00PNG  IHDR ^PLTE+2&tRNS////????OOOO__$hIDATxڽG@g΂sߖ4*G>nASe)?|5n5D%?S;$^!Z'aHsj 8s/@jDvbL{5mf}-Ef"ZּʁxR)(y@ ?3M>DŽ&ٟ($WONkH |IENDB`dokuwiki/images/pagetools/03_draft.png000064400000001120152335150000013730 0ustar00PNG  IHDR;0IDATxm`nFp#t!#d&hPۼ'b 6&CP*HC䨪?>:;_QOO|Ip4OpA5P7xlzVӣ\jGsFo, tWVk zVV  (G<*p0'.*m*fT\k@R`m<תŜu s fGJX;Cjs9hi.B`Hqo{#}t37N,~VG|#0$m]l=3Q#m?t<]Z`wUsYhҷ}v]ݯ2ha=/j4`IVRuH] JO`pL f'>~.78'P,0xgZmz5Z0zL`IG]s* li >撗 _0$/?)OeRpxNeR0/ʤO#sXIENDB`dokuwiki/images/pagetools/10_top.png000064400000000451152335150000013436 0ustar00PNG  IHDR;0IDATxMQq;x%X+(R(aJK ƀ `xopUY'չ'?0(%gN‡c(%|#1 w#á;$Ln~J08\݄pvl'X pQ{y))wPe7Sºh1&o1 j[Ac~ߔИbCc~hL/oIx̠1 ?/p{3+IENDB`dokuwiki/images/pagetools/02_create.png000064400000001104152335150000014074 0ustar00PNG  IHDR;0 IDATxM0` #0G#0BG`І|7s X $~XUU9O}fm8 9?o~|g?W|[r/ivtؘZ}oUel[M]()N;:ΕUj9: O|PAaJk&b|>zsX>!Նp2T=ZF%LKOO3`YzOFQN#?]`^t0!Ca4O;++c{G1`&c 꼨d UqZtT&.2VB)NMݎ@L](a4N2>FD|뺦>`~uI{4žC`T,RslQg(Ӭ ,F A;᢬΀0U tH_˓O0ҋe<_kYbB$+(F1Wsߩg8SL#绷ua%96 .__${fBIENDB`dokuwiki/images/pagetools/01_edit.png000064400000001007152335150000013557 0ustar00PNG  IHDR;0IDATxm@t(aKp 0%P%JI [AQx=5Z5Q">,ǑgID~z>5%Y)S.c Cex1:lL«m$cSԶ+F 6]ʺ\2ԃRsC >V@'g>pFtys>D2TWt D60/7]ésfk &Q `F>2Զ9L$ƹ [,u&糺[*Z3`3h.r$PU`,pJη.#P3`e^a4c ϐ,78i}* f[jiaQ0vVy[1\7@"(UjR3`c>[TrQ\yQ{i^4ɨ0[8sL#.L/7g \o/|֩LDIENDB`dokuwiki/images/pagetools/05_source.png000064400000000736152335150000014146 0ustar00PNG  IHDR;0IDATxm0ndБŠb,Þ&{K_> עdSȜ{%P)\ͰmCtv{e3tp}M-׃а,ۮ{P簟o%2Uˌ̒ !PM+߇ HrȜr-V<۞sgϨa1[ ’W/~JsYHJK8β"&ks,6zGy-Yg EF cݽH9^}~:::kX<&N?&~Ifz $ eװxx]i7'~~U" pIENDB`dokuwiki/images/pagetools/04_show.png000064400000000501152335150000013613 0ustar00PNG  IHDR ^oPLTEf[tRNS//OOesIDATxڽӻ 0DQ h6>B?%X ª]5[o{Q * @deprecated 2018-06-15 we no longer use PNG based icons * @todo Maybe add some more error checking */ $GAMMA = 0.8; $OPTIPNG = '/usr/bin/optipng'; if('cli' != php_sapi_name()) die('please run from commandline'); // load input images $input = glob('pagetools/*.png'); sort($input); $cnt = count($input); if(!$cnt){ die("No input images found. This script needs to be called from within the image directory!\n"); } // create destination image $DST = imagecreatetruecolor(30,$cnt*45*2); imagesavealpha($DST, true); $C_trans = imagecolorallocatealpha($DST, 0, 0, 0, 127); imagefill($DST, 0, 0, $C_trans); // load highlight color from style.ini $ini = parse_ini_file('../style.ini',true); $COLOR = hex2rgb($ini['replacements']['__link__']); $C_active = imagecolorallocate($DST, $COLOR['r'],$COLOR['g'],$COLOR['b']); // add all the icons to the sprite image for($i=0; $i<$cnt; $i++){ $base = $i*90; $IN = imagecreatefrompng($input[$i]); imagesavealpha($IN, true); imagecolorscale($IN,$GAMMA); imagecopy($DST,$IN, 0,$base, 0,0, 30,30); imagedestroy($IN); $IN = imagecreatefrompng($input[$i]); imagesavealpha($IN, true); imagecolorscale($IN,$GAMMA); imagecopy($DST,$IN, 0,$base+45, 0,0, 30,30); imagedestroy($IN); imagelayereffect($DST, IMG_EFFECT_OVERLAY); imagefilledrectangle($DST, 0,$base+45, 30,$base+45+30, $C_active); imagelayereffect($DST, IMG_EFFECT_NORMAL); } // output sprite imagepng($DST,'pagetools-sprite.png'); imagedestroy($DST); // optimize if possible if(is_executable($OPTIPNG)){ system("$OPTIPNG -o5 'pagetools-sprite.png'"); } /** * Convert a hex color code to an rgb array */ function hex2rgb($hex) { // strip hash $hex = str_replace('#', '', $hex); // normalize short codes if(strlen($hex) == 3){ $hex = substr($hex,0,1). substr($hex,0,1). substr($hex,1,1). substr($hex,1,1). substr($hex,2,1). substr($hex,2,1); } // calc rgb return array( 'r' => hexdec(substr($hex, 0, 2)), 'g' => hexdec(substr($hex, 2, 2)), 'b' => hexdec(substr($hex, 4, 2)) ); } /** * Scale (darken/lighten) a given image * * @param resource $img The truetype GD image to work on * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens) */ function imagecolorscale(&$img, $scale){ $w = imagesx($img); $h = imagesy($img); imagealphablending($img, false); for($x = 0; $x < $w; $x++){ for($y = 0; $y < $h; $y++){ $rgba = imagecolorat($img, $x, $y); $a = ($rgba >> 24) & 0xFF; $r = ($rgba >> 16) & 0xFF; $g = ($rgba >> 8) & 0xFF; $b = $rgba & 0xFF; $r = max(min(round($r*$scale),255),0); $g = max(min(round($g*$scale),255),0); $b = max(min(round($b*$scale),255),0); $color = imagecolorallocatealpha($img, $r, $g, $b, $a); imagesetpixel($img, $x, $y, $color); } } imagealphablending($img, true); } dokuwiki/images/button-donate.gif000064400000000273152335150000013105 0ustar00GIF89aPy\+fff,POڋ޼ Haʶ g5hm8أ'lN)2&Ġ‰Yo&f36T*oX_6wuCb(7Ex%tVن鹣əIс P;dokuwiki/images/button-php.gif000064400000000317152335150000012421 0ustar00GIF89aPfff1ey,Pڋ޼H0ʶ g5h pG;M'%pDTtpNRٖ 7bƢQճ&"å3l7s5DFR4"'hUhyyٳ5)TByu*KHj+!q#9"çkZM\4-]/-OG Q~uM{ѽ$z9acQ֓ws6Wv}Aݟ)>q.q$u͵nLg? jMlNw9/y]|ddՖY%'ssrF>R[~xt."A{u%M\jq*PM[ZҮ!TGZOkb\og1Eҩ8zLPw6Hƕut濧2jSGxHmsfX:cf`#JQvO5%{gcI\ܮQzmM:Uծg&{HJݏsOдm}G檌6Ks<ʌaI{WQRh𶙻[ra^AhW1.FhC|.ȯ?EMl>%԰sIjXx]?,I>SBd2zՈ]z\ݫG=Cמׂʊ1,JiJ3wXU5PŅYBk6Ui#eI7*@qWҡPrgmfs,g{)d.dkrTVu^F{-۝+`oܨלU}O*;dмqif1¬NKdr[ۧwcTqֺpEˈji12*Ox-JXnK՛rM`'NjiKOQ鯼umOW _i\c3|SX<scy\Nו%(U(WJ7ztUߪ{;; Z5IuI//=lW|i |+s_[:v~uceROmGcǧמs}l| 9P:.{i 봀J^{~o@Nmcp2۽Orkvta驩9tGj0x`-f0~rFo²+DRxr?Q3ȯpUvGy.-N/3+o~iwmfM5yt ϭc{^*pRz&WQE'A'5Xx_]1 s?+S_Cb%N:q뿡=,-r:%hz%`빺#ֽL?:Ji!G;] ibUo,p||⹳2EK;rNRHeaQ_8Sre8rFu8ʰQ^wW=4/^m!Sɛ`W H`lt:^<@X$.Rx8b.OcMz7JnA9_w0KFݯ֪[[kǩ <"@Ϛ>T_wS1A۩Ӂ5dvR+Rg9"i:v|/.0,5 --тC ;c Rp K~tz].Y-uQhcU@nW#95AXRoF&:TN<8۟v@7|m֬&`"h!\9\og^EJ|zOF#ol#V 4wI7P[Z1e?A-m} j0hl:"7ߏr캧&!ysQ~E8t5]QK=i>քdHPQقc7Iks`!gYXO^-Gf]2J+{_y:է<{+lVImS'ѴE8WO I減,:܈ E'?^TN7=XRo}E Ysq<+TG^ T=O_d ѥOLZFj#V&l1oD?EjY! /<ly_ch Z/"+uq0:5xp>kwɩivbP(#'~'|SPI+$ywߠ|ԚdxQ2FO񢼪-T6~idLsFR?pēHRIm[ʹm 3Ⱘ;9(M4h,d7Ml+1_͐{^h+gIͻ7pww#fy*BXDB%y>;#Ko6Utf}:`OHnлF+6Wru :o;Fq )F9okmI¿g8o|X5岖mvHG< X`XZ Ƒ]lZY'\(䁁W:O4m2Qı>p,3W 3tEI ."s&Xis_98=9/ hAmcc|ziͰ&v܏^9x_ƱcgSaV>ȌW2H :bo-xi஍47Xv]O9qROo< &\ڹ K{+x5+mfyэݜ{X%R>GpoZ1hdp6큶@ rHIu{KSk D^9 s.:t0*MZjrXK|&jծn9'4VToR}[eql񅙛K[\-])N ktI8%ǣcuq#ˊɍ3OoE=tZWo,Vs #l :֧,$uqm5(c%N}9_EUiJ kdStW3=NkH@~~7vߊPBEM~b+:xf;S#Ā[I5Ï cg=^i~Y1ddg'=v^!靄QA YFkZ P:,@#A\vz_,K>7)~s{$p%J1Z\~vo.w$%cHe 99=!n]f"ԓ'3jZ'CɔڭRr[&Cм%g},A +nE{|=>/B>F+<}RmR%Q 9SWb+RRjU^׳$R$P.I.$PvH9W''8NHɩZM7`uaAQmg^M^X|o3/NghW쩪NMxp}}#RC#kR3!Ҿޭ5Μ= s|S$6Vs;Kf& $]}ޭY--$Ixr#{V3ʗ#ܨZ:;%{nFaf>!\_Eiq.N6 \ ;񃞇+ɖ]=V ^loC$7>#X[zWX3g6NN |c=]xL\)5g)/k)I đٻ8"V5 m3H];J;9//Cq9Jx:xxOwLElQR[хI T t:Kֽ.Ntm \!Nآ ̮rs星coAb4_p$yGۜU GLkSJ!H;#\R>ZI/SɊ嫔=(V5TE}TbIYedHFkff^͏\yW$ZcEI-ֿqk3$‚1h-WrϡO֨sq EuOmpgWj2+2pǏǽ|qϝY:۷VKŚIG#[^Gm `0xdWx-6>-e2LJvc.E?k5ŭ UqeL.'k ecxt22n>ZjC~.p9#oǯ?ZqOta\d*k`J,:;Ҕݎ1ݑk1(fXYToISuⳬ5kʷ3i2,r1C'^EZYnǭN =^K?TVkPKH029#LM$ykbI{1޾??ŪU_yx+*Mo4tIc{JĖd3yPqǵwLlkFU10x:FKZ0AiՔ`W@p>|/ Nd>ݫt1kgh.tPnh{ $s|ʢZXvg̏e}2*-@9R0pw@{lXkYܠ nm3C'KSz`Mo#|!^#ӌGPs) 8<⓫e[s0˰r:bRSgEQ9hұZe1h#Hr3=rGOJT qBkuʄ3>~刚V*ݯC:k4Ϳ0|̫r?Nkզ64kJ67N`֘:FXyFI;xv;6 G=t-%#5BGF[sOq^FeRUQOS"5O*;p\b$'#q3?Bi4k i6 du~0U #ʦ>jgH4M.mfaW={ BcLI՞2R'V{}ꞠR"扣C#uR:(NiC≉>m%ʎ1p `G~W/6-jOi%ɂ/g>l6+ҼIT){/FyHbњv鑭ic"{{ 4$V0N0xs{j7hm.tT[y0zpYL3{$kO{V2W59c7QdL X^yxEWѼ)o/c1 U*=FJf&dZm8oЂ/ErJ,6kj=Aq9=h4 '|7&L鷧 &/'->~FFrj y 1\d1So\Ckۥe[HA= g#=_5RUnrNU_-Ά *RkvחRZ sp>a`:PEXaw+W,6wBFUIx$ŠLS]iM&9}[qϺkԩ<s6wJEDrmƾkBX {T%`)]vz苧[ݪ,AAA}gh#OMmI4NARz+TJioRФΰ[O8#l[U,eP?Vt~ I22wž2xv=+8МUj1Ugr&s}NI Gn,sO?+8֩$VGLw>(@dj`ӕ_M!&I-um.١iXe;1G~M]Ks'& .Yl=b5rgZ0\tOaׄM(9 tȁF05gݞzcK]pQ@Q@@=EC=7(VhE=fPե29ۭ٠onGYZŭ²LHG^|pJǃ_)%0Ұo8+k.=2)X U%W83I+ήcuQq2)*sW9P}ߥR'+"vK?XwN3qʷආQapx xegVqK]pQ@1http://ns.adobe.com/xap/1.0/ Windows Photo Editor 10.0.10011.163842015-07-28T18:16:20 C     C   " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?S(&d8Ϩ/3J5}Nk&ucQFִ\\\Ow{yycmk"ׄ/Lj퐼}0Hy]?s.sg4*8e W.C,4 ϫ@K&Qwv j_>=7)-UA]G%ijRX1)cjU%3]-}3|BRNmݵͫZj}~CEյ]+Rte1qm3HԚ3g)4Qx=1eSTן>ҵٍ/4B JXɞكy2e{vd^oo~7 Mi^3$"v`q{WU\UoT՗sp9]S&;xKId,mvӻMCYuo4w x剷+0>o5󌟴Ē|?[x_OgS I>b0Tfֶ# IjVm:m9ڶM5tyӌjtz1RR$()(&3Ҁ+c׊~ߴ+u_L?t1N߯=)ߴ/G}+ 8;xEO~/? SZߊ11^;09>^< m g9̝<> z#~,|;?m  z6eizi"ǂ3#G O4{3_öQecN;/ڳM>$x{? G{Gse?nu38Y-Z ~_hƹ#B-tRgQvWbWc&R}4] 2ܷy̝ PNxxZ.O7:ړAlj#%|A9%sL@j/>kxPΥwWGSLeP %F:ƣ$p(@q^k-仴(ndh=0 pqcWXAOñ%ur)&ҽRW;sN π/5?1̳^kgHP3U# nLJ-4a|vܦI񞽺Wo_|.ׅ湼n4|]D]9Axn R\|d3#uҖMa SS:A!&$|g=9&Y Z8K^§ul|SJۧk_K{uGM-%ucHPWnF ^ckP/LcKM nֱ_FNDO kxVRN1j7m3c1ea_QiiHDy(u={SLRtӒmΧ:4oi $7GAw3mj2Kl;Y춸(2F[ukݼP<+3^'_xTђHb|p^6f,13>+mGmt r9Êڏ_?hϋV^*Ե+3Yi}CCO2 `s+w'5 c*WѾ˭Ѳ~8Rt($,lG}_D̯> ?a 3ԕKЬ.[yY v8ƒs_K~~=ho.7[ny#lp`;r5ڳK׎C~K/9gyk$A,G漏W_~_4{SiY[ѵ\:\FF|6;Xϩ(TT9XJsKVv?Y#=Zٯ=x1/#+i5<+#bjUaZ ?v&xLTygf+Sd WI0:Bp!gl GsV;lgcB[Wx ֵkY|hE-z"lniG^wݭ_bL>GWYTz/%~^g !߉3he#uzQVI!@sǷ$ǯWg;7e:<6kWjF?8b}A1_c[ACnOa&9 H prĻ9,wo9]#PAY{[QtzqOXgRCk\C/~NJL]J5xBۄIߑqT-f$;֯?eGs%ϊK20cL^I,\/͜4@u?ûi4|gvZx1Hד+\ (qGxU/(8>qʡⶭ? .dB5Mv/B;\{υ/ C f8{PyɎXt$OS6a]E.0˨U-SO48FHl~"Z+ 7XeHцߡ~C{}Ko+y?.6?k.FW֝D$x3yH*Awzbg t_+~ïSv]M#R`}s+1?UYY7iGCɸsR5lO7Omºt{k"Y6Y\]J7D"V2Rk=4t#jB.1?hJMs$nlm\fMVWfnVd…|pAY+xKiRZcs V%ҎZcMx#[]v%B)5St@Hݸ75]cߜ}-X^4K#m v tgr@3bA 'L,`rHFWZ0mqQ*x tܾp~KZ,;z-,*үGH=xϡXZ|H=}+%7U,/' :yW5~͛c%Z[:b%_Co?R|<-KxGaӬ!:X6c(.n/'We >1xi-4O~&3j6V|Ghԕ,:($mr5Z-jWwv16gFp%7??Mþ'ӛKm͌wZ.o|?bIYfFE$cؑ<*]#JTB 5dJxOu/ j6v35.LIM9LbHx~'5}9ऺXEe){q1l#pJ׉~m>&F>X48O$hQ3i) x)lq_Hi?:~7-+;T[cM(5 <g~湍OcOt`еoX.T:N di$m;+FFᱞ1XxbNңR5!3-~a,rsjd'ӹL[HH r4u˷7g[e,2@@ƃ̱&ܴ$9=N>sf[`['z AJ+_SR(:p*xG~ЧFGȷ_"~c?j]--SWjO>BȂi#ǒbp K4[ha%az{wke;[M6o?ڮGaM+S¿-/ZܫTm~M%ovU¿y-,σ>j䨂ʰK)^*[iB pIb79:;VlZg?[G}qT pBæ_inpF6? 8dCiQGbSO%AW[(gc,_k\4jmnܟlu-mBOˆUbO`?M;\|XooQޭߗ糪GLL My)xtmXńl2~+`xk&qi5Kk;$C25)e kԭ1!eqv_>0Yh Z\^~~ד#3z|~ڽbu Ǝ'0|;́61uk_5{xCKMFo i Xim 89߶G7F~_/d6suCy'MĺzHΖa]瑾l9 W?FC[xby7#[K/Xex7[VӾ؋`AR@<ĭ5=ޝh׈$w`}?W~Ծ_l[O|Gbۏ,qrTkaOf&O.Y.o c*>%S|[[,:w:ځҮ7ژEiN< 7N9_hR^39[`n>? ܴ*tXOBclYUE;bW+# XgYɦk&Z-\<9lq9w_|uyq&l쮴۫Y yCB3dmPF :d 7Z`Դ Q vWhi(`±|=8bqTjF-;;u_9xٺxNVZg[}UHǍJ4rKI7  v:++zH-7[R\6xnnIv+*KTފ4z^&)SvJB.K)B"t@={]&:E/ohb1w1G*n(&" W!:'Y|8_ҾtƑ]M5wxm# Mh͂>V-(cl@ .S:u[״<,ƒ e-/NgR?>5]Pխ%ljEŀH*L ߴD.m5]:fO3,rS7X?\簯C>%7gvڝ)eet#H,?R^zE]M͚GIjc,V0FOҿ8W2/ըH` RK'馍NI MA<'[{b<Լ)|ci&?g>k>x"\N@M$;ICs_g8wሧ..+}W<=M3 in=Z]zz|"ؤu_'Z":f8>2X~(i+]:#Ӽqyo$\vC)q E nF$Q*P>3׼Iyeiz֛i3XR[n,|1*D3g<_c~6fj\{ n$h @Xe")~8~{g.TK/>)}+z}Q2\E>Lg%Wfb*'lJ?JXAakP|_f+PeXu/u,"K][W\xS|5HaXSܬeQ=Ûk{L> $+;9G\3p2$`->/ߍ5UԾ.xT>Ce,Q.R* # GxSCy\ц}by$tkyXy"ȏd.ϟfTr7~6 NkNJ#!AI:b#rq1Þ2~:jz..mbi_/zt;6GN~x_ۖV*Wg*eK_nZt+?jeI᧷YG!aH3JRW䡞ш=`s_|x¾&.ҬtvΝ|lgCi"t,jyQ-}=+w|6G|' c`r Un2H潼,v:4Njy&8\,Kn$s#_|*M4t{%.-qc57<-{`D*i^xoUs4 晧xKjӛwԭB|al/ʤrqmZpJβ1*/u|Cfk+Ējb-۷U 0=:Kzi7 e JE d[I%K|w5ŚGv,~(on& MOnm;$N2~ vFf;G*Y"teytX>SƸRWk_}_xxƮc^*7=zY=d-mO~ϜZ?8w  >^| '^w `/58ouYKխmR7-ա,F[pr Oσy-|c_ߍ#LD:h!V]؄ 2>Ün*yMv7f?7ux]Ovx&]hϖ> S}"+XIΠ&?jb5dڜmx'?Ǚ;Qx:ͳer2,zI1ӓ'Zc3Xi^)&\G.},L}Fa-s0({_<ӊח2UsI5 |>NO" gO)d1^>?b=I񽶢ڄS#icR돗@rq{xf_ύ͡ Z,yۼ6V: P{;ۢg5{_ vIBռT*ɢjT#G*ׄGUƞ64A&XΎ;|ӎW`/9ɭE3GӼIG].2N~YI>8 3p/Wb<\YoQ}pw%W=֧%u%oSmL }Lόla3N,+qOP寜?n #6vV;}?^ [t(2p!bѼYVx{,67Ƒ# /pV;Z5[|>|= 7b3#Aom&m wW(Ҧ^8\$oVh}k#-uFy&9َyGo]G^2SKm2d A) _81k_\&Y"IA,ۋ#?<#r~S[S/M<\NciZ ˛0h:5iZ/"q.ۉ!R.C)q_C˿ ψ^8Ci,h -:ɹx$zw~}nOlwP]zDY;`Ou_>K[T}wJVvk Gm3KDNXJYY2%lҴ杓qR.Jj_8x_נ595GHFRZCiy$+)SˏnrWiqRifIxM!F|ck#(U8T>ݻikuei6v#K4>1C%ʭQIV}r*[ٯM׼a;v0wOoُݩ't'$srIJ*TUqZq^hCz\lo*7.򎇰~k^:C"phMlcalTUc4WY^ e*XXmW]InH~U_ԬS^c{m<'S#|z+ THnY 20{Tfu< <-]ϳsLi]g/RP5RtUү.j $?ёU߄(A#<Οjz]Ɨk}Mi*/-A$[BČ61Â+o^ KDJ饎2XeX#_:PGM\1ɦd3N2?xv|Վs,g%F&]voاkNQ5~EYfx]#]w*Aqj1HF۟>~5֐-n{AP\m'LĒxt{ܖqi'}ז?⬁$Eb+@0 = B#~9ݟX.;y#8<{W) ,ڥH]B6X#\B|޾}5'K3Z51ƋɺT'-NoLᛂsWzuVG]]k^>-,䓍~q9d٥`q|FԴ-s:Z.Z2Y2RK(ʌtⲼGɨkK? ֗3M=&FV w9{w]8ݒgſ|U*8LGm"xYdžHӒȃ3ҩVo|3/Ga¤U_ _zh]]+Y}䀙 6]JNZc3 ѧB#,.5Z]掏$:U7٢Դb$yur#d ɮOtzM *P$Rq+0 }oA6ml$1h:갰.NmgR wXGcmXe&8-4|ׂo ]7.8":γ|>^#5hog'^cG8/LV+Yh^gI.Uw.pd\ -LP&52vTrv1S'rA麷nw\!\;O4\:6F7KχiNNf.|UI*Ĭc/f#{ZvvZ߮.sqF\ag.ko~H[}mj-aK2 7Hdܫy-}cVQm}M?|=:No/+'8'\W_|J#W~ő,~U8$W,1( @`V3ORd5jI'Ϧ|X*ZI'cGSOJuivڝ, O_ M&yH9D$B>hZ2[G:=+We׀4}#@"x5<-ޡdaW~N:i=˻ke+4%17˒FF~!vک+X͈Ҽ_\mCC}y %n eV=lqp䓷c~Vt~hFv̡'o>Vtݣμ_B&.cY'ҵ=OeB+EfU\W .@iU  mx^j?:FoΉ}4aVV#ˍ$is%qƚ]_ jv\yp^x6-SHehGHpe}m[[ /i5Ě~Ӵ Mw?ytFP0+ [lt}:Ivo/#,dY=̳ g{~8mvKN,&F卅caE!8/}]xFk$-~O!b_*]JxGYv}2ERP6_dW{sO w>?WiIrvtq )'k>+~#jj=1vXtSp]߀6ZSE7>{^on&PQ+rpG~Kr}YwrṬJ6夿9>Om-E `EWv~*9ɧW񊊲:)EYlQEPŠ(([~CVЬ5+HaaEqdJd+'ߡjRtf䀤4` d~Wö(Tc dګTc-S0X=שZ%Kh\qE\-%LWW&_(\((dokuwiki/images/usertools.png000064400000002624152335150000012402 0ustar00PNG  IHDR6PLTE췷𺺺꼼ṹ̷ǿƹ񿿿·߼¿¿źͼ򿿿ᄒώ濿־ʿ·񼼼罽庺ǹƺĽytRNS@fBIDATx?hM{"hn!*b#vM-? v )!")LH*)CTHIHrwz38s{A >>|awAɐA=,ɭe>1Dkmsn DY4mng^HY30mey 'Ej*'r$I(.BFY "2E4xg;9dq8g( =T➡+ j8?BR,+,Cց0foc$Qrho lMwx x 3)1h· \8G~Rz $c QWT IсM`H`hn(֮R8 `Hҳ8G@8Bfr"c)t mY!{mA|C>O Cùǵ\#Vvx} `4[x`bxIJ)f—3"(M$4hw!"8қ/uqRzH^-^F7ϢIENDB`dokuwiki/images/pagetools-sprite.png000064400000017117152335150000013647 0ustar00PNG  IHDR ^IDATxmƕq%.%0F 1 1B3v~vӷn ; %\r JRQu$:m-6zp#z\ȡWLì߾|5B45ۗ0eM_ ;͟+K slrtEuvnl'GH ˾Sc1f=wd`vȟo \p $';璑T6ヾy& hz*'=HFO$c<8pف_=~2BN0' /Oz#t2Fc7Gw0ל_ɢ|YД_FȕfN}2\S|\ȡk}90ojժUVZjպo=F8b ?~\ȡ韟 3 w#JcQ?>qe a˚>,5x,)ytD::l;7}G!y?X1;LƏ5@r?dgNvPh[-0|+'=HFox H/:BN0' /?k9cNh3T0ל_}}|/b)rSf44{󦃃\ȡkMraDUZjժUVZk_ [$6ʄXL_!Z'V47kkMՓ4\cE2&,ސ_Ctʓd4ӓԐLTD,oJ$.$ׄ!4M5\8&BcţBcOG?Y#4!HcOw66ƨs ; :i)'ܑݳklkUn4{w\cqx۹ ҦqGc1\7}ɽŷƞ]1XfQ =;pc㐩5+EkoƖƲo/Yㆯi_S㩖77k:~hi4/:Zw&oT{4 MCvcݬY݃O |ڔіejc66܍TsĿ iHժUVZjժUk#JGr_SHM5!o!Z~񷞦f?z2kH&TcNyE_;/ȜeMąXh4M5\8&Bc4{>WN G{w{ cXh칆Sp w$ێklkUn4{w\cqx۹ ҦqGcqh̿OO =pc$wp {w4!SkVw>6p-Wh _T NZfx5}xEGKS&ÝI[9՞41ĦBӐ}F7k>Or7ڒlWmƦ–jnQ41 kժUVZjժU5Z5Z5DK$7M>aM\Y=ؔ3\_Bn4J\J\SՓiӛ&Q3w$j.QjժUVZj$jM$jM$jM$j'\"iu4$oD7IƦ'hd$깦o}$깦#'QӦ7MfNI%UZjժUVZD$5&H`VmJxEÓن|fLGu/u s$ӱNԌ>r*N`xV'5cjbzvB"\39I[LpW Oh&'|5xo桳ɤ 9!c1uL1c~SK@Hj\_ 5d_xoxg'A0<׹O(Ĝh{$<xp ' ,)UuiW2 [xkm@ÂzQLD64 h\6 C n_pkmO M2kx>kt\q.#6aٖI1N2,I-&hܳMCrI:lEéDRJ/K)jK)kA ijժUVZjժum.ScDfզW4Ԍ>r*N`@SxR38-+K6 TkFgsV磭ĩ~!&B>KJU]䕌m|B}ܗnaAq=(&"`xvM4g !Q#B|Yc,]{^tI_{ g +etFr= <_8I5I"ń{ixȡp_1I h8q|Y_Je!eC~rw ZHSVZjժUV0\c)Ƃq}M~VJ%<ڙ_IqvnxWJW~SȌK,2<3ЉqdQN)GC.nL,Yty,rJ]RƄy% Zi򶲤0]AWTf1y .K*aL ?'8B1@,!pPc` -c\.x19d _q=[9B㶱mag/ ߼piSaT>Zg_M/'9R7|ҤXtqA^9BޜEy $14mmZVZjժUC vcFC {aU/Sd d ̵W ȄTHz?cjR$ c a<6| ͌0Ǯ1MѢ cXa ~LrOS>:A~A6KTx?<$@jkk M~VZ5&6ݒ  wMۦVZjժU/^RyLpA=>{HbD{EW=<6k*t{ M" $ r_o`!Oޛ >;HdhAxy  QIRC`7F$gg u.8@#ORm٣ @0}X`{j 5M7,-!$rׇ1%+]C}qϊ=m78|)-*Vp چ 0A:pZ9;L;o~qUVZjժU;b rŀv<I8 =$1iLAX UۋǶ&{sb 96'MrLJ$2'$a$/@*xLa`̸sVlcSEv<=>O?7Ta|h<"#s~OB6` A8=_V1Fꠙo&gA40ArmC S.U r΅ü'Ӊǝ|z~W 9> Ոtl2N> ڝj}۳A8)H[B9ȅ&1뷅D; pCnD<r[LB˅}h 0qUp9: 39l$Au*g lYB"r̡ ^:5M'` l汗!5M7,-!$rׇoKVt zog۶ >Ӕ+NamCWt vU]feeu87UVZjժE ACzS"PrC֔Im4+}7'C} IcI+4Q_Jx, [xMbW6Or\4iRsr͓|֩E5*<L41"P ,8fb-5MC`bs %}uP$IdYhF,BBU(X$ɪ.ҜT&"!%kaZ(h^$Մ i$T-ZUn4ToU$ Em-<Mn1]:{wlj7 q<x7# 4G)]J#).M4D]\;E?$luӪ٭9'N)ÿ._/׏U'g`kt\[~W804Ca2O((B}|y5'nW6CGW1=l:P y}ne"V+"ynUI"8_8@P07n\/l6ʱ{w zCB@ZulA`>A = syƋ=# /H6FL(ǽߑ 04d76\lq|jޯ $D  2zt6b"BwVe̐CGW1=l:P y}ne"V+"ynUI"dBuaQw({Us}6۷k?+GF@ސF}yh[OPt\vxb9 `B  q:2dƳ 8FPÆaCp76n]87;0^/PUA=!"AFFVD 32t;8 t>0GBd1Gh1x5`%'1X&Q *_4b<=j>6xpF*o$I$I$XÊ VԉƅOz^y yֿGxW SҸA=N΅:c +.g+<`%С~j<5}n1-Qj)̩DJs] ?Kj)ͫZFDj N$I$I*%Vd-aEDCű`E8`\3z^y yֿGxW SҸA=N΅:c +.g+<`%С~j8>V˨yi:dP:D` CZ DD0}ZFDjo N$I$Ilk g2qق]F: aޱх2G9k<%S";Pz[#خLJF[F2cl.OU5SUfg̻,Θw'kwFRt6ﶦ8cmaqƼ;Muż/{y7kލ*w|{y7kvl7T#tk$I$I|0x=x`{\Z}0$x|˜*Ff3mS";Pz[#LJF[FNBrl>-哳TY#=UeQqƼywyo$E`nk 3h'h']~i݃ͻQ]nTy׼ݨyEv.b/5H%I$I$IiEɚPlwx@]OaEmJ44Q7XUhzGr=VUcܣkyc79°eEޣzOEN[}KVkѭFu7A֟Uv_^z$I$I$I5y~Wu͆qѵVԦDCu~ޑqX;څ.4^a`Uc,8zk1t؍FvN0:z:GYh^.SnQ={jbQIENDB`dokuwiki/images/button-html5.png000064400000000461152335150000012702 0ustar00PNG  IHDRPD0PLTE;jN^ꬮPPPfffyvIDATx͎ O {/k6F_$ X UϫBNuuӆPMUt,W=>bL;|UʭA" 8KyfPF5>U;Hkͤ%:dwPP轟cohuvwoY?7== LIENDB`dokuwiki/images/search.png000064400000000463152335150000011607 0ustar00PNG  IHDR(cPLTEfht!tRNS4A$L>=Q-+7 CS@NG8TRF1!'D:E/.UC1^IDATx-UQ445) 8J~y_psbLidE8Įd>fs2QZdҽjY:B[i?&IENDB`dokuwiki/images/button-dw.png000064400000000616152335150000012265 0ustar00PNG  IHDRPD`PLTE*GϡY4hbv̴%Ή۞ 樌vİW7K>ȴn]yKkv;]jSSSv|f%]JIDATxڭˎ Pn-O 2U 8PX(~.CT4 Qx!'cyoH2Y3 /2B>y&UGWǾ#1263]HNwӆ~ѳ-wPMCf_0 0~z8=@88ePD!- ~эBM92aM]pIENDB`dokuwiki/images/button-rss.png000064400000000262152335150000012457 0ustar00PNG  IHDRPD PLTEffffy[MEaIDATxA 0 2ƃ$ 5 8pwc tR, ƚnEm=o7zd ¶@2}9:] zHIENDB`dokuwiki/images/button-css.png000064400000000451152335150000012440 0ustar00PNG  IHDRPU0PLTEү֬ȉy^fff;jPPPN5c IDATxc8C$`8@AU '),gP=sVsv2ߝq -;2qת @M[r40ȵ`jۻ'͟V1 BH~e` 02Fªigk} |`P.y;!@BB8$KIENDB`dokuwiki/main.php000064400000006573152335150000010034 0ustar00 * @author Clarence Lee * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ $hasSidebar = page_findnearest($conf['sidebar']); $showSidebar = $hasSidebar && ($ACT=='show'); ?> <?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]


    getListItems(); ?>
dokuwiki/tpl_header.php000064400000005364152335150000011214 0ustar00

'.$conf['title'].'', 'accesskey="h" title="[H]"' ); ?>

    '; tpl_userinfo(); /* 'Logged in as ...' */ echo ''; } echo (new \dokuwiki\Menu\UserMenu())->getListItems('action '); ?>

getDropdown($lang['tools']); ?>
    getListItems('action ', false); ?>

dokuwiki/lang/vi/lang.php000064400000002123152335150000011353 0ustar00 */ $lang['__background_site__'] = 'Màu cho nền (phía sau hộp nội dung)'; $lang['__link__'] = 'Màu liên kết chung'; $lang['__existing__'] = 'Màu cho liên kết đến các trang hiện có'; $lang['__missing__'] = 'Màu cho các liên kết đến các trang không tồn tại'; $lang['__site_width__'] = 'Chiều rộng của trang web đầy đủ (có thể là bất kỳ đơn vị độ dài nào: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Chiều rộng của thanh bên, nếu có (có thể là bất kỳ đơn vị độ dài nào: %, px, em, ...)'; $lang['__tablet_width__'] = 'Kích thước màn hình dưới chiều rộng này, trang web chuyển sang chế độ máy tính bảng'; $lang['__phone_width__'] = 'Kích thước màn hình dưới chiều rộng này, trang web chuyển sang chế độ di động'; $lang['__theme_color__'] = 'Màu chủ đề của ứng dụng web'; dokuwiki/lang/vi/style.txt000064400000001074152335150000011626 0ustar00Nếu bạn muốn điều chỉnh logo, chỉ cần sử dụng Quản lý phương tiện để tải lên ''logo.png'' vào ''wiki'' hoặc không gian tên gốc và nó sẽ được tự động sử dụng. Bạn cũng có thể tải lên ''favicon.ico'' ở đó. Nếu bạn sử dụng một wiki đóng thì khuyến nghị nên để không gian tên ''wiki'' (hoặc gốc) có thể đọc được trong cài đặt Danh sách kiểm soát truy cập (ACL) hoặc logo của bạn không được hiển thị đối với thành viên không đăng nhậpdokuwiki/lang/sv/lang.php000064400000001105152335150000011364 0ustar00 */ $lang['__link__'] = 'Den generella länkfärgen'; $lang['__existing__'] = 'Färg på länkar till existerande sidor'; $lang['__missing__'] = 'Färg på länkar till sidor som inte finns'; $lang['__site_width__'] = 'Bredden på hela webbsidan (kan anges i valfri längdenhet: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Bredden på sidokolumnen, om existerande (kan anges i valfri längdenhet: %, px, em, ...)'; dokuwiki/lang/hr/lang.php000064400000001555152335150000011356 0ustar00 */ $lang['__background_site__'] = 'Boja pozadine ispod okvira sa sadržajem'; $lang['__link__'] = 'Boja opće poveznice'; $lang['__existing__'] = 'Boja poveznice na postojeće stranice'; $lang['__missing__'] = 'Boja poveznice na nepostojeće stranice'; $lang['__site_width__'] = 'Širina pune stranice (može biti bilo koja jedinica: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Širina bočne stranice, ako postoji (može biti bilo koja jedinica: %, px, em, ...)'; $lang['__tablet_width__'] = 'Ispod ove širine, prebaci mod prikaza za tablete'; $lang['__phone_width__'] = 'Ispod ove širine, prebaci mod prikaza za mobilni telefon'; $lang['__theme_color__'] = 'Boja teme web aplikacija'; dokuwiki/lang/hr/style.txt000064400000000570152335150000011621 0ustar00Ako želite podesiti logo, jednostavno putem upravitelja datoteka učitate "logo.png" u wiki ili root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako koristite ACL-om zaštićeni wiki s kontrolom pristupa, obavezno morate učiniti vidljivim svim korisnicima (i neprijavljenim!) wiki ili root imenski prostor gdje je logo pohranjen.dokuwiki/lang/oc/lang.php000064400000000553152335150000011343 0ustar00 */ $lang['__link__'] = 'La color generala dels ligams'; $lang['__existing__'] = 'La color pels ligams cap a paginas qu\'existisson'; $lang['__missing__'] = 'La color pels ligams cap a paginas qu\'existisson pas'; dokuwiki/lang/hu/lang.php000064400000001456152335150000011361 0ustar00 */ $lang['__background_site__'] = 'Lap színe (a tartalom mögött)'; $lang['__link__'] = 'Hivatkozás általános színe'; $lang['__existing__'] = 'Hivatkozása színe létező lapoknál'; $lang['__missing__'] = 'Hivatkozása színe nem létező lapoknál'; $lang['__site_width__'] = 'Az oldal teljes szélessége (tetszőleges mértékegységgel: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Az oldalsáv szélessége (tetszőleges mértékegységgel: %, px, em, ...)'; $lang['__tablet_width__'] = 'Váltás tablet-módra ezen szélesség alatt'; $lang['__phone_width__'] = 'Váltás mobiltelefon-módra ezen szélesség alatt'; dokuwiki/lang/hu/style.txt000064400000000625152335150000011625 0ustar00A logó megváltoztatásához tölts fel egy képet "logo.png" néven a "wiki" névtérbe vagy a kiindulási névtérbe. Ugyanígy feltöltheted ide az oldalhoz tartozó ikont is, "favicon.ico" néven. Ha zárt wikit használsz, javasoljuk, hogy állítsd be a "wiki" (vagy a kiindulási) névteret mindenki számára olvashatónak, különben a logót csak a bejelentkezett felhasználók fogják látni.dokuwiki/lang/pt/lang.php000064400000001650152335150000011364 0ustar00 */ $lang['__background_site__'] = 'A cor para o fundo (atrás da caixa de conteúdo)'; $lang['__link__'] = 'A cor para links gerais'; $lang['__existing__'] = 'A cor para links de páginas existentes'; $lang['__missing__'] = 'A cor para links de páginas inexistentes'; $lang['__site_width__'] = 'A largura do site completo (pode ser qualquer unidade de tamanho: %, px, em, ...)'; $lang['__sidebar_width__'] = 'A largura da barra lateral, se houver (pode ser qualquer unidade de comprimento: %, px, em, ...)'; $lang['__tablet_width__'] = 'Abaixo dessa largura, o site alterna para o modo tablet'; $lang['__phone_width__'] = 'Abaixo desta largura, o site muda para o modo de telefone'; $lang['__theme_color__'] = 'Cor do tema do aplicativo da web'; dokuwiki/lang/pt/style.txt000064400000000616152335150000011634 0ustar00Se você quiser ajustar o logotipo, basta usar o Gerenciador de Mídia para enviar um "logo.png" no "wiki"' ou no namespace raiz e ele será usado automaticamente. Você também pode fazer upload de um "favicon.ico". Se você usa um wiki fechado, é recomendado deixar o namespace "wiki" (ou raiz) legível nas configurações da ACL ou seu logotipo não será mostrado para usuários não logados.dokuwiki/lang/fa/lang.php000064400000002257152335150000011333 0ustar00 */ $lang['__background_site__'] = 'رنگ پس‌زمینه (پشت جعبهٔ متن)'; $lang['__link__'] = 'رنگ لینک معمول'; $lang['__existing__'] = 'رنگ برای لینک به صفحات موجود'; $lang['__missing__'] = 'رنگ برای لینک به صفحات ناموجود'; $lang['__site_width__'] = 'عرض کل سایت (از واحدهای طول شامل % یا px یا em و ... می‌شود استفاده کرد)'; $lang['__sidebar_width__'] = 'عرض نوار کناری درصورت وجود (از واحدهای طول شامل % یا px یا em و ... می‌شود استفاده کرد)'; $lang['__tablet_width__'] = 'در پایین اندازه‌های صفحه با این عرض وقتی که در تبلت باز می‌شود'; $lang['__phone_width__'] = 'در پایین اندازه‌های صفحه با این عرض وقتی که در تلفن موبایل باز می‌شود'; $lang['__theme_color__'] = 'رنگ قالب برای برنامهٔ وب'; dokuwiki/lang/fa/style.txt000064400000001361152335150000011575 0ustar00اگر می‌خواهید یک لوگو تنظیم کنید، به راحتی مدیریت رسانه‌ها را باز کنید و یک تصویر با نام ''logo.png'' در فضای نام اصلی یا ''wiki'' آپلود کنید. سپس لوگو به صورت اتوماتیک مورد استفاده قرار می‌گیرد. همچنین می‌توانید یک ''favicon.ico'' در آن‌جا آپلود کنید. اگر از ویکی بسته استفاده می‌کنید پیشنهاد می‌شود که فضای نام ویکی (یا اصلی) در تنظیمات خواندنی به همه باشد یا درغیر اینصورت لوگو به کاربرانی که وارد نشده باشند نمایش داده نمی‌شود.dokuwiki/lang/bg/lang.php000064400000001520152335150000011325 0ustar00 */ $lang['__background_site__'] = 'Цвят за фона, под съдъжанието'; $lang['__link__'] = 'Стандартен цвят за препратка'; $lang['__existing__'] = 'Цвят за препратка към съществуващи станици'; $lang['__missing__'] = 'Цвят за препратка към несъществуващи станици'; $lang['__site_width__'] = 'Ширина на целия сайт (може да бъде всяка мерна единица:%, px, em, ...)'; $lang['__sidebar_width__'] = 'Ширина на страничната лента (може да бъде всяка мерна единица:%, px, em, ...)'; dokuwiki/lang/el/lang.php000064400000002540152335150000011340 0ustar00 */ $lang['__background_site__'] = 'Χρώμα φόντου (πίσω από το κουτί περιεχομένων)'; $lang['__link__'] = 'Το χρώμα γενικής σύνδεσης'; $lang['__existing__'] = 'Το χρώμα συνδέσμων για τις υπάρχουσες σελίδες'; $lang['__missing__'] = 'Το χρώμα συνδέσμων για μη υπάρχουσες σελίδες'; $lang['__site_width__'] = 'Το εύρος ιστοσελίδας (μπορεί να είναι μονάδα μήκους %, px, em..)'; $lang['__sidebar_width__'] = 'Το πλάτος της μπάρας στο πλάι, αν υπάρχει (μπορεί να είναι μονάδα μήκους, %, px, em..)'; $lang['__tablet_width__'] = 'Κάτω από τα μεγέθη της οθόνης αυτού του πλάτους, η ιστοσελίδα λειτουργεί με την δισκέτα.'; $lang['__phone_width__'] = 'Κάτω από τα μεγέθη της οθόνης αυτού του πλάτους, η ιστοσελίδα λειτουργεί με τηλέφωνο'; $lang['__theme_color__'] = 'Χρώμα θέματος ιστοσελίδας'; dokuwiki/lang/el/style.txt000064400000001303152335150000011603 0ustar00Αν θέλετε να προσαρμόσετε το logo, χρησιμοποιείστε απλώς το MediaManager για να φορτώσετε ένα ''logo.png'' μέσα στο ''wiki'' η τον βασικό χώρο ονόματος και θα χρησιμοποιηθεί αυτόματα. Μπορείτε επίσης να φορτώσετε ένα ''favicon.ico'' εκεί. Αν χρησιμοποιήσετε ένα κλειστό wiki συστήνεται να διαμορφώσετε το ''wiki'' ως αναγνώσιμο στις ρυθμίσεις ACL, ειδάλλως το logo σας δεν θα φαίνεται στους χρήστες που δεν έχουν συνδεθείdokuwiki/lang/sk/lang.php000064400000001724152335150000011360 0ustar00 * @author Martin Michalek */ $lang['__background_site__'] = 'Farba základného pozadia (za oknom s obsahom)'; $lang['__link__'] = 'Všeobecná farba odkazu'; $lang['__existing__'] = 'Farba odkazov na existujúce stránky'; $lang['__missing__'] = 'Farba odkazov na neexistujúce stránky'; $lang['__site_width__'] = 'Šírka stránky (môže byť ľubovoľná jednotka dĺžky: %, px, em, ...}'; $lang['__sidebar_width__'] = 'Šírka bočného panela (môže byť ľubovoľná jednotka dĺžky: %, px, em, ...}'; $lang['__tablet_width__'] = 'Nižšia šírka stránky prepne zobrazenie do režimu tabletu'; $lang['__phone_width__'] = 'Nižšia šírka stránky prepne zobrazenie do režimu telefónu'; $lang['__theme_color__'] = 'Farba témy pre webovú aplikáciu'; dokuwiki/lang/ru/lang.php000064400000002254152335150000011370 0ustar00 * @author RainbowSpike <1@2.ru> * @author Aleksandr Selivanov */ $lang['__background_site__'] = 'Цвет для дальнего фона (за окном содержимого)'; $lang['__link__'] = 'Основной цвет ссылок'; $lang['__existing__'] = 'Цвет ссылок на существующие страницы'; $lang['__missing__'] = 'Цвет ссылок на несуществующие страницы'; $lang['__site_width__'] = 'Ширина всего сайта (любые CSS-единицы: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Ширина боковой панели, если есть (любые CSS-единицы)'; $lang['__tablet_width__'] = 'Переключать сайт в планшетный вид ниже ширины'; $lang['__phone_width__'] = 'Переключать сайт в мобильный вид ниже ширины'; $lang['__theme_color__'] = 'Цвет темы веб-приложения'; dokuwiki/lang/ru/style.txt000064400000001445152335150000011640 0ustar00Если вы хотите изменить логотип, просто используйте «Управление медиафайлами» для загрузки файла ''logo.png'' в корневое пространство имён или ''wiki'', и тогда он будет использоваться автоматически. Туда же вы можете загрузить ''favicon.ico''. Если у вас закрытая вики, рекомендуется указать права на «чтение» в списках контроля доступа для пространства имён ''wiki'' (или корневое), иначе логотип не будет показываться незалогинившимся пользователям.dokuwiki/lang/es/lang.php000064400000001770152335150000011353 0ustar00 */ $lang['__background_site__'] = 'Color para el fondo (detrás de la caja de contenido)'; $lang['__link__'] = 'El color de los enlaces en general'; $lang['__existing__'] = 'El color de los enlaces a páginas existentes'; $lang['__missing__'] = 'El color de los enlaces a páginas no existentes'; $lang['__site_width__'] = 'El ancho de la página completa (puede ser cualquier unidad de longitud: %, px, em, ...)'; $lang['__sidebar_width__'] = 'El ancho de la barra lateral (puede ser cualquier unidad de longitud: %, px, em, ...)'; $lang['__tablet_width__'] = 'Para tamaños de pantalla por debajo de esta anchura, el sitio cambia al modo tableta'; $lang['__phone_width__'] = 'Para tamaños de pantalla por debajo de esta anchura, el sitio cambia al modo teléfono'; $lang['__theme_color__'] = 'Color del tema de la aplicación web'; dokuwiki/lang/es/style.txt000064400000000712152335150000011615 0ustar00Si desea ajustar el logotipo, sólo tiene que utilizar el Administrador de Medios para cargar un ''logo.png'' dentro de "wiki'' o en el espacio de nombres de la raíz y se utilizará automáticamente. También puede cargar un ''favicon.ico'' allí. Si utiliza un wiki cerrado se recomienda hacer el ''wiki'' (o raíz) espacio de nombres legible por todo el mundo en la configuración de ACL o su logotipo no se mostrará para que los usuarios no registrados.dokuwiki/lang/no/lang.php000064400000001605152335150000011355 0ustar00 */ $lang['__background_site__'] = 'Farge for bakerste bakgrunn (bak innholdsboksen)'; $lang['__link__'] = 'Generell lenkefarge'; $lang['__existing__'] = 'Farge for lenker til eksisterende sider'; $lang['__missing__'] = 'Farge for lenker til ikke-eksisterende sider'; $lang['__site_width__'] = 'Bredde for hele siden (kan angis i ulike enheter som: (%, px, em, ...)'; $lang['__sidebar_width__'] = 'Sidestolpens bredde, dersom denne finnes (kan angis i ulike enheter som: (%, px, em, ...)'; $lang['__tablet_width__'] = 'For skjermbredde lavere en denne verden, vil siden endres til å vises i brett-modus'; $lang['__phone_width__'] = 'For skjermbredde lavere en denne verden, vil siden endres til å vises i mobil-modus'; dokuwiki/lang/no/style.txt000064400000000741152335150000011624 0ustar00Dersom du ønsker å endre logoen kan du gå til Mediefiler-siden og laste opp en fil med navn «logo.png» i navnerommet «wiki» eller «rot». Filen vil da, automatisk bli bruk som logo. Du kan også last opp en «favicon.ico» hvis ønskelig. Dersom du bruker en lukket wiki er det anbefalt at du setter rettighetene for navnerommet «wiki», eller «rot» til å være lesbar for alle (world-readable). Hvis ikke vil din logo bare vises for brukere som er logget inn i wikien.dokuwiki/lang/it/lang.php000064400000002136152335150000011355 0ustar00 * @author Torpedo */ $lang['__background_site__'] = 'Colore per lo sfondo di livello più basso (dietro il riquadro del contenuto)'; $lang['__link__'] = 'Colore generale per i link'; $lang['__existing__'] = 'Colore per i collegamenti alle pagine esistenti'; $lang['__missing__'] = 'Colore per i collegamenti alle pagine non esistenti'; $lang['__site_width__'] = 'Larghezza dell\'intero sito (può essere una qualunque unità di lunghezza: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Larghezza della barra laterale, se presente (può essere una qualunque unità di lunghezza: %, px, em, ...)'; $lang['__tablet_width__'] = 'Per dimensioni dello schermo al di sotto di questa larghezza, il sito passa in modalità tablet'; $lang['__phone_width__'] = 'Per dimensioni dello schermo al di sotto di questa larghezza, il sito passa in modalità telefono'; $lang['__theme_color__'] = 'il colore del tema dell\'app'; dokuwiki/lang/it/style.txt000064400000000647152335150000011631 0ustar00Se vuoi modificare il logo, semplicemente usa Media Manager per caricare un ''logo.png'' in ''wiki'' o nella directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. Se utilizzi un wiki chiuso si raccomanda di rendere la directory ''wiki'' (o root) leggibile a tutti, nelle impostazioni ACL, altrimenti il tuo logo non sarà visibile agli utenti che non hanno effettuato l'accesso.dokuwiki/lang/cs/lang.php000064400000001740152335150000011346 0ustar00 * @author Jaroslav Lichtblau */ $lang['__background_site__'] = 'Barva hlavního pozadí (pod kontextovým boxem)'; $lang['__link__'] = 'Hlavní barva odkazů'; $lang['__existing__'] = 'Barva odkazů na existující stránky'; $lang['__missing__'] = 'Barva odkazů na neexistující stránky'; $lang['__site_width__'] = 'Šířka plné stránky (jakákoliv jednotka délky: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Šířka postranního panelu, pokud je použit (jakákoliv jednotka délky: %, px, em, ...)'; $lang['__tablet_width__'] = 'Přepnout stránku do módu pro tablet pro velikost obrazovky menší než'; $lang['__phone_width__'] = 'Přepnout stránku do módu pro telefon pro velikost obrazovky menší než'; $lang['__theme_color__'] = 'Barva motivu webové aplikace'; dokuwiki/lang/cs/style.txt000064400000000640152335150000011613 0ustar00Pokud chcete upravit logo, jednoduše použijte Media Manager pro nahrání obrázku "logo.png" do kořenového jmenného prostoru "wiki" a ten bude poté použit jako logo. Můžete nahrát také ikonu "favicon.ico". Pokud používáte neveřejnou wiki, doporučujeme udělit plná práva pro čtení prostoru "wiki" (nebo root) v nastavení ACL, jinak nebude vlastní logo zobrazeno nepřihlášeným uživatelům.dokuwiki/lang/fr/lang.php000064400000001773152335150000011356 0ustar00 * @author Nicolas Friedli */ $lang['__background_site__'] = 'Couleur du fond (derrière la boîte de contenu)'; $lang['__link__'] = 'Couleur générale des liens'; $lang['__existing__'] = 'Couleur des liens pour les pages existantes'; $lang['__missing__'] = 'Couleur des liens pour les pages inexistantes'; $lang['__site_width__'] = 'Largeur du site complet (dans une unité de longueur valide: %, px, em,...)'; $lang['__sidebar_width__'] = 'Largeur de la barre latérale, si existante (dans une unité de longueur valide: %, px, em,...)'; $lang['__tablet_width__'] = 'En dessous de cette largeur, le site passe en mode tablette.'; $lang['__phone_width__'] = 'En dessous de cette largeur, le site passe en mode smartphone.'; $lang['__theme_color__'] = 'Thème de couleur de l\'application web'; dokuwiki/lang/fr/style.txt000064400000000641152335150000011616 0ustar00Si vous souhaitez modifier le logo, utilisez simplement le gestionnaire de médias et envoyez un fichier nommé "logo.png" dans la catégorie "wiki" ou à la racine. Il sera automatiquement utilisé. Il en est de même pour le "favicon.ico". Si vous utilisez un wiki fermé, il est recommandé de régler les ACL de la racine ou de la catégorie "wiki" pour rendre ces images visibles aux utilisateurs non connectés.dokuwiki/lang/en/lang.php000064400000001371152335150010011344 0ustar00 * @author lainme */ $lang['__background_site__'] = '特别背景的颜色 (内容框后面)'; $lang['__link__'] = '一般链接的颜色'; $lang['__existing__'] = '指向存在的页面的链接颜色'; $lang['__missing__'] = '指向不存在的页面的链接颜色'; $lang['__site_width__'] = '全站的宽度 (可以是任何长度单位:%,px,em,...)'; $lang['__sidebar_width__'] = '侧边栏的宽度 (如有,可以是任何长度单位:%,px,em,...)'; $lang['__tablet_width__'] = '当屏幕尺寸小于这个宽度,站点切换到平板模式'; $lang['__phone_width__'] = '当屏幕尺寸小于这个宽度,站点切换到手机模式'; $lang['__theme_color__'] = 'webapp 主题颜色'; dokuwiki/lang/zh/style.txt000064400000000514152335150010011630 0ustar00如果您想调整 Logo,只需使用媒体管理器将“logo.png”上传到“wiki”或者根命名空间下。您也可以同样上传一个“favicon.ico”。如果您采用的是封闭维基,建议在ACL设置中将“wiki” (或者根) 命名空间设置为全局可读,否则未登录用户无法看到您的 Logo。dokuwiki/lang/ko/lang.php000064400000001651152335150010011354 0ustar00 * @author Myeongjin */ $lang['__background_site__'] = '(내용 상자 뒤의) 매우 배경 색'; $lang['__link__'] = '일반 링크 색'; $lang['__existing__'] = '문서가 존재하는 링크의 색'; $lang['__missing__'] = '문서가 존재하지 않는 링크의 색'; $lang['__site_width__'] = '전체 사이트의 너비 (아무 길이 단위나 될 수 있음: %, px, em, ...)'; $lang['__sidebar_width__'] = '사이드바가 있다면, 그것의 너비 (아무 길이 단위나 될 수 있음: %, px, em, ...)'; $lang['__tablet_width__'] = '사이트를 태블릿 모드로 전환할 화면 너비'; $lang['__phone_width__'] = '사이트를 폰 모드로 전환할 화면 너비'; $lang['__theme_color__'] = '웹 앱의 테마 색상'; dokuwiki/lang/ko/style.txt000064400000000745152335150010011626 0ustar00로고를 조정하려면, 간단히 미디어 관리자를 사용하여 ''wiki''나 루트 이름공간 안에 ''logo.png''를 올리면 자동으로 사용됩니다. 또한 여기에 ''favicon.ico''를 올릴 수 있습니다. 만약 닫힌 위키를 사용한다면 ACL 설정에서 ''wiki'' (또는 루트) 이름공간을 전역으로 읽을 수 있도록 설정하거나 로고를 사용자가 로그인하지 않으면 보여주지 않도록 설정하는 것을 권장합니다.dokuwiki/lang/da/lang.php000064400000001576152335150010011335 0ustar00 */ $lang['__background_site__'] = 'Farve til den "bagerste" baggrund (bagved indholdets kasse)'; $lang['__link__'] = 'Grundlæggende link-farve'; $lang['__existing__'] = 'Link-farve til eksisterende sider'; $lang['__missing__'] = 'Link-farve til ikke-eksisterende sider'; $lang['__site_width__'] = 'Hele sidens bredde (kan angives i enhver enhed: %, px, em m.fl.)'; $lang['__sidebar_width__'] = 'Sidepanelets bredde (kan angives i enhver enhed: %, px, em m.fl.)'; $lang['__tablet_width__'] = 'Ved skærmstørrelser under denne bredde, skiftes til tablet-visning'; $lang['__phone_width__'] = 'Ved skærmstørrelser under denne bredde, skiftes til mobilvisning'; $lang['__theme_color__'] = 'Temafarve til web appen'; dokuwiki/lang/da/style.txt000064400000000567152335150010011603 0ustar00If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your logo is not shown to not logged in users. dokuwiki/lang/nl/lang.php000064400000001766152335150010011363 0ustar00 * @author hugo smet */ $lang['__background_site__'] = 'Kleur voor de onderste ondergrond (achter de inhoud kader)'; $lang['__link__'] = 'Kleur voor algemene link'; $lang['__existing__'] = 'Kleur voor link naar bestaande pagina\'s.'; $lang['__missing__'] = 'Kleur voor link naar onbestaande pagina\'s'; $lang['__site_width__'] = 'Breedte van de max site (in gelijk welke eenheid: %, px, em,...)'; $lang['__sidebar_width__'] = 'Breedte van de zijbalk, indien aanwezig (in gelijk welke eenheid: %, px, em,...)'; $lang['__tablet_width__'] = 'Beneden de breedte van deze schermafmetingen schakelt de site over naar tablet modus.'; $lang['__phone_width__'] = 'Beneden de breedte van deze schermafmetingen schakelt de site over naar telefoon modus.'; $lang['__theme_color__'] = 'Thema kleur van de web app'; dokuwiki/lang/nl/style.txt000064400000000647152335150010011627 0ustar00Wil je het logo aanpassen, gebruik dan de Media Manager om een "logo.png" in "wiki" of root naamruimte te uploaden. Dit logo zal dan automatisch gebruikt worden. Je kunt zo ook een "favicon.ico" uploaden. Indien je een gesloten wiki gebruikt is het aan te raden om de "wiki" (of root) naamruimte leesbaar te maken voor iedereen via de ACL instellingen, want anders wordt je logo niet getoond aan niet-ingelogde gebruikers. dokuwiki/lang/cy/lang.php000064400000001207152335150010011353 0ustar00 * @author Wojciech Lichota */ $lang['__background_site__'] = 'Kolor tła za polem zawartości'; $lang['__link__'] = 'Kolor łącza'; $lang['__existing__'] = 'Kolor łącza do istniejącej strony'; $lang['__missing__'] = 'Kolor łącza do nieistniejącej strony'; $lang['__site_width__'] = 'Szerokość pełnej strony (możliwa dowolna jednostka długości: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Szerokość paska bocznego, jeśli istnieje (możliwa dowolna jednostka długości: %, px, em, ...)'; $lang['__tablet_width__'] = 'Szerokość ekrany poniżej której, strona przełączy się w tryb tabletu'; $lang['__phone_width__'] = 'Szerokość ekrany poniżej której, strona przełączy się w tryb telefonu'; $lang['__theme_color__'] = 'Kolor motywu aplikacji internetowej'; dokuwiki/lang/pl/style.txt000064400000000657152335150010011632 0ustar00Jeśli chcesz dostosować logo, po użyj Menadżera multimediów, aby przesłać plik "logo.png" do "wiki" lub głównego katalogu a zostanie on automatycznie użyty. Możesz również załadować tam plik "favicon.ico". Jeśli używasz zamkniętej wiki, zaleca się, aby na liście ACL katalogu "wiki" (lub root) włączyć prawo odczytu. W przeciwnym przypadku twoje logo nie będzie widoczne dla niezalogowanych użytkowników.dokuwiki/lang/pt-br/lang.php000064400000001662152335150010011771 0ustar00 */ $lang['__background_site__'] = 'Cor para o fundo da tela (atrás da caixa de conteúdo)'; $lang['__link__'] = 'Cor dos links gerais'; $lang['__existing__'] = 'Cor dos links para páginas existentes'; $lang['__missing__'] = 'Cor dos links para páginas não existentes'; $lang['__site_width__'] = 'Largura do site inteiro (pode ser qualquer unidade: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Largura da barra lateral, caso exista (pode ser qualquer unidade: %, px, em, ...)'; $lang['__tablet_width__'] = 'Em larguras abaixo dessa medida, o site mudará para o modo tablet'; $lang['__phone_width__'] = 'Em larguras abaixo dessa medida, o site mudará para o modo telefone'; $lang['__theme_color__'] = 'Tema de cor da aplicação web'; dokuwiki/lang/pt-br/style.txt000064400000000660152335150010012235 0ustar00Caso queira ajustar a logo, use o Gerenciador de Mídias para enviar um "logo.png" para o espaço de nomes "wiki" ou para a raiz e ele será automaticamente usado. Você também pode enviar um "favicon.ico". Caso o seu wiki seja fechado, é recomendável que o espaço de nomes "wiki" (ou a raiz) tenha permissão de leitura nas configurações de ACL, caso contrário a sua logo não será exibida para usuários não autenticados.dokuwiki/lang/de-informal/lang.php000064400000001607152335150010013141 0ustar00 */ $lang['__background_site__'] = 'Farbe für den Seitenhintergrund (hinter dem Inhaltsbereich)'; $lang['__link__'] = 'Allgemeine Linkfarbe'; $lang['__existing__'] = 'Farbe für Links zu existierenden Seiten'; $lang['__missing__'] = 'Farbe für Links zu nicht-existierenden Seiten'; $lang['__site_width__'] = 'Breite der ganzen Seite (kann eine beliebige Längeneinheit sein: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Breite der Seitenleiste, falls vorhanden (kann eine beliebige Längeneinheit sein: %, px, em, ...)'; $lang['__tablet_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Tabletmodus'; $lang['__phone_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Handymodus'; dokuwiki/lang/de-informal/style.txt000064400000000745152335150010013412 0ustar00Benutze einfach den Medien-Manager, um ein ''logo.png'' in den ''wiki''- oder obersten Namensraum hochzuladen, wenn du das Logo anpassen willst. Es wird dann automatisch als Logo verwendet. Alternativ kannst du dort auch ein ''favicon.ico'' hochladen. Falls du ein geschlossenes Wiki betreibst, ist es empfehlenswert, den ''wiki''- (oder Wurzel-)Namensraum für alle Nutzer in den ACL-Einstellungen als lesbar zu öffnen. Ansonsten wird das Logo nur für eingeloggte Nutzer angezeigt. dokuwiki/lang/ja/lang.php000064400000001772152335150010011341 0ustar00 * @author Hideaki SAWADA */ $lang['__background_site__'] = 'サイト全体の背景色(content box の背後)'; $lang['__link__'] = '通常のリンク色'; $lang['__existing__'] = '既存ページへのリンク色'; $lang['__missing__'] = '存在しないページへのリンク色'; $lang['__site_width__'] = 'サイトの全体幅(任意の長さの単位を使用可能: % px em など)'; $lang['__sidebar_width__'] = 'サイドバーがある場合、サイドバーの幅(任意の長さの単位を使用可能: % px em など)'; $lang['__tablet_width__'] = 'タブレットモードにサイトを切替える、画面幅'; $lang['__phone_width__'] = '携帯電話モードにサイトを切替える、画面幅'; $lang['__theme_color__'] = 'ウェブアプリのテーマカラー'; dokuwiki/lang/ja/style.txt000064400000001112152335150010011574 0ustar00ロゴを変更したい場合、メディア管理を利用して「wiki」またはルート名前空間に「logo.png」をアップロードして下さい。 自動的にその画像を使用します。 同じ場所に「favicon.ico」をアップロードして使用することもできます。 アクセス制限のある wiki を使用している場合、アクセスコントロール管理で「wiki」またはルート名前空間を全員読取可に設定して下さい。 そうでないとログインしていないユーザーにロゴが表示されません。dokuwiki/lang/de/lang.php000064400000001762152335150010011336 0ustar00 * @author Anika Henke */ $lang['__background_site__'] = 'Farbe für den Seitenhintergrund (hinter dem Inhaltsbereich)'; $lang['__link__'] = 'Allgemeine Linkfarbe'; $lang['__existing__'] = 'Farbe für Links zu existierenden Seiten'; $lang['__missing__'] = 'Farbe für Links zu nicht-existierenden Seiten'; $lang['__site_width__'] = 'Breite der ganzen Seite (kann eine beliebige Längeneinheit sein: %, px, em, ...)'; $lang['__sidebar_width__'] = 'Breite der Seitenleiste, falls vorhanden (kann eine beliebige Längeneinheit sein: %, px, em, ...)'; $lang['__tablet_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Tabletmodus'; $lang['__phone_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Handymodus'; $lang['__theme_color__'] = 'Farbschema der Webapplikation'; dokuwiki/lang/de/style.txt000064400000000735152335150010011604 0ustar00Wenn Sie das Logo anpassen wollen, benutzen Sie einfach den Medien-Manager, um ein ''logo.png'' in den ''wiki''- oder Wurzel-Namensraum hochzuladen. Es wird dann automatisch als Logo verwendet. Sie können dort auch ein ''favicon.ico'' hochladen. Falls Sie ein geschlossenes Wiki haben, ist es empfehlenswert, den ''wiki''- (oder Wurzel-)Namensraum für alle Nutzer in den ACL-Einstellungen als lesbar zu öffnen. Ansonsten wird das Logo nur für eingeloggte Nutzer angezeigt.