Home
last modified time | relevance | path

Searched refs:file (Results 2376 – 2397 of 2397) sorted by path

1...<<919293949596

/template/zenlike/css/
H A D_imgdetail.css2 * This file provides styles for the image detail page (detail.php).
H A D_links.css2 * This file provides styles for all types of links.
H A D_media_fullscreen.css35 #mediamanager__page .file {
158 /* file list header */
201 /* file list content */
229 /* file list as thumbs */
285 /* file list as rows */
373 #mediamanager__page .file dl {
376 #mediamanager__page .file dl dt {
381 #mediamanager__page .file dl dd {
387 /* file meta data edit form */
412 /* file revisions form */
[all …]
H A D_media_popup.css2 * This file provides styles for the media manager popup
133 /*____________ file list ____________*/
148 /* highlight newly uploaded or edited file */
153 /* link which inserts media file */
H A D_modal.css2 * This file provides styles for modal dialogues.
H A D_recent.css2 * This file provides styles for the recent changes (?do=recent) and
H A D_search.css2 * This file provides styles for the search results page (?do=search)
H A D_tabs.css2 * This file provides the styles for general tabs.
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
H A Dbasic.css2 * This file provides the most basic styles.
5 * want to integrate this file into the other project as well, or use
H A Dcontent.css2 * This file provides the main design styles for the page content.
91 /* for code in <file> */
92 .dokuwiki pre.file {
95 /* filenames for downloadable file and code blocks */
97 .dokuwiki dl.file {
101 .dokuwiki dl.file dt {
111 [dir=rtl] .dokuwiki dl.file dt {
116 .dokuwiki dl.file dt a {
120 .dokuwiki dl.file dd {
H A Ddesign.css2 * This file provides the main design styles for the
H A Dincludes.css2 * This file provides styles for included seperate html files
H A Dmobile.css2 * This file provides style changes for small screens.
H A Dprint.css2 * This file provides the styles for printing.
79 dl.file dt {
H A Dstructure.css2 * This file provides styles for the general layout structure.
/template/zenlike/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
4 ; To extend this file or make changes to it, it is recommended to create
5 ; a style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
41 ; the stylesheets. Changing this file is the simplest method to
H A Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/zero/
H A Ddesign.css553 /* code blocks by file tag */
554 div.dokuwiki pre.file {
714 /* overcome IE issue with one line code or file boxes which require h. scrolling */
716 * html .insitu-footnote pre.file {
H A Dmedia.css88 /* --- file list --- */
H A Dprint.css166 /* code blocks by file tag */
167 pre.file {
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
21 ; the stylesheets. Changing this file is the simplest method to

1...<<919293949596