Home
last modified time | relevance | path

Searched refs:theme (Results 1 – 25 of 199) sorted by relevance

12345678

/template/mindthedark/
Ddetail.php15 $theme = tpl_getConf('theme'); variable
20 $theme = $_COOKIE["theme"]; variable
26 $theme = "auto"; variable
29 $theme = "light"; variable
35 $theme = "auto"; variable
46 theme="<?php echo $theme ?>">
Dmain.php22 $theme = tpl_getConf('theme'); variable
25 $theme = "auto"; variable
29 $theme = $_COOKIE["theme"]; variable
50 theme="<?php echo $theme ?>"
/template/mindthedark/css/
D_autocolor.less52 /* User prefers light theme and automatic is switched on*/
54 :root[theme="auto"]{
59 /* User prefers dark theme and automatic is switched on*/
61 :root[theme="auto"]{
66 /* Admin selected light theme and automatic is switched off*/
67 :root[theme="light"]{
71 /* Admin selected dark theme and automatic is switched off*/
72 :root[theme="dark"]{
76 /* Darken the pictures in the dark theme a bit*/
D_geshi_dark.less4 * It doesn't change the default style light theme style
102 /* dark theme and automatic is switched off*/
103 &:root[theme="dark"] {
107 /* User prefers dark theme and automatic is switched on*/
109 &:root[theme="auto"] {
D_plugin_wrap.less55 /* dark theme and automatic is switched off*/
56 &:root[theme="dark"] {
60 /* User prefers dark theme and automatic is switched on*/
62 &:root[theme="auto"] {
D_plugin_note.less86 /* dark theme and automatic is switched off*/
87 &:root[theme="dark"] {
91 /* User prefers dark theme and automatic is switched on*/
93 &:root[theme="auto"] {
/template/bootstrap3/tpl/
Dtheme-switcher.php33 <?php foreach ($TPL->getAvailableBootswatchThemes() as $theme): ?>
34 <li<?php echo ($bootswatch_theme == $theme) ? ' class="active"' : '' ?>>
35 …'bootswatchTheme', '<?php echo hsc($theme); ?>'); document.location.reload(true)" href="#"><?php e…
/template/sidebar_theme/
Dreadme.txt1 default-sidebar theme of dokuwiki
11 1) decompress default-sidebar.tar.gz in lib/tpl/sidebar-theme
12 2) modify sidebar-theme/conf.php for sidebars
13 3) put $conf['template'] = 'sidebar-theme'; in your conf file (or use configuration manager in admi…
27 - All design is in sidebar-theme.css file
29 - For change it, modify in sidebar-theme.css:
/template/quickjump/
Dreadme.md11 This is a theme for the popular open-sourcewiki software, "DokuWiki", which you can explore at http…
13 The goal of this theme is to present an interface for Dokuwiki that is:
25 * Use this theme with Dokuwiki version 2008-05-05 or newer (http://dokuwiki.org)
27 * Install the display_wiki_page plugin (written by Terence J Grant) before using this theme (http:/…
33 Version 1.1 and newer of this theme are licensed under the BSD License:
/template/dokutwitterbootstrap/
DREADME.md10 This "theme" is actually intended to be modified with a Twitter Bootstrap theme
13 there's many themes available for free and/or pay. A basic theme would require
14 only that you overwrite a few files included in this theme. More radical
32 Combining the above two (via this theme), we get an excellent content editor
38 Here's what the theme looks like by default. Multiple screenshots in different
62 This DokuWiki theme will get you started with a very basic Twitter Boostrap
63 theme. Then, replace the following files with your own Bootstrap files:
67 * bootstrap-theme.min.css
69 bootstrap theme here. See included modifications.css, which enables the
81 This theme is hard-coded to use minified Bootstrap CSS and Bootstrap javascript.
[all …]
/template/minimal/
H A Dtemplate_plugin.php19 $theme = '';
22 $theme = ' theme-'.strtolower(tpl_getConf('theme'));
28 return tpl_classes().$toc.$width.$sidebar.$theme;
/template/usable/
DREADME.txt11 - Use this theme with Dokuwiki version 2008-05-05 or newer (http://dokuwiki.org)
14 before using this theme (http://www.dokuwiki.org/plugin:display_wiki_page)
21 This is a theme for the popular open-sourcewiki software,
24 The goal of this theme is to present an interface for Dokuwiki
33 This theme was originally designed for the FSU College of Information.
/template/retro/
H A Dmediamanager.php28 $theme = ''; variable
31 $theme = ' theme-'.strtolower(tpl_getConf('theme')); variable
36 $tpl_retro_classes = tpl_classes().$toc.$width.$theme;
H A Ddetail.php30 $theme = ''; variable
33 $theme = ' theme-'.strtolower(tpl_getConf('theme')); variable
38 $tpl_retro_classes = tpl_classes().$toc.$width.$theme;
H A Dmain.php15 $theme = ''; variable
18 $theme = ' theme-'.strtolower(tpl_getConf('theme')); variable
23 $tpl_retro_classes = tpl_classes().$toc.$width.$theme;
/template/notepad/
DREADME.md3 * Based on a wordpress theme
4 * Designed by [N Design Studio](https://wordpress.org/themes/notepad-theme/)
10 ![able theme screenshot](https://i.imgur.com/qJm4H7z.png)
/template/kiwiki/css/
H A Dbasic.css18 #theme-mode svg#themeicon #dark {
39 #theme-mode svg#themeicon #light {
42 #theme-mode svg#themeicon #dark {
81 body.darkmode #theme-mode svg#themeicon #light,
82 body.lightmode #theme-mode svg#themeicon #dark {
85 body.darkmode #theme-mode svg#themeicon #dark,
86 body.lightmode #theme-mode svg#themeicon #light {
/template/strap/ComboStrap/
H A DPrism.php79 public static function addSnippet($theme) argument
83 if ($theme == self::PRISM_THEME) {
86 $themeStyleSheet = "prism-$theme.min.css";
88 $themeIntegrity = self::THEMES_INTEGRITY[$theme];
216 $theme = $plugin->getConf(Prism::CONF_PRISM_THEME, Prism::PRISM_THEME_DEFAULT);
217 Prism::addSnippet($theme);
H A DTemplateEngine.php236 $theme = ExecutionContext::getActualOrCreateFromEnv()
239 return self::createForTheme($theme);
244 $theme = [self::CONF_THEME_DEFAULT];
248 $theme[] = $directory->getLastName();
253 return $theme;
312 $theme = $this->templateSearchDirectories[0];
313 $templateFile = $theme->resolve($templateName . "." . self::EXTENSION_HBS);
/template/newspaper/
DREADME.md3 * Based on a wordpress theme that is no longer listed in the Wordpress Theme Directory for being ou…
4 * This is also a [pmwiki theme](https://www.pmwiki.org/wiki/Skins/NewsPaper)
11 ![newspaper theme screenshot](https://i.imgur.com/BeZCtCC.png)
/template/bootstrap3/assets/typeahead/
Dbootstrap3-typeahead.min.js1theme=this.options.theme&&this.options.themes&&this.options.themes[this.options.theme]||c.defaults… property
/template/mikio/assets/
H A Dmikio-typeahead.js46 …is.theme = this.options.theme && this.options.themes && this.options.themes[this.options.theme] ||…
47 this.$menu = jQuery(this.options.menu || this.theme.menu);
342 return jQuery(that.options.headerHtml || that.theme.headerHtml).text(item.name)[0];
346 return jQuery(that.options.headerDivider || that.theme.headerDivider)[0];
350 i = jQuery(that.options.item || that.theme.item).data('value', item);
351 i.find(that.options.itemContentSelector || that.theme.itemContentSelector)
352 .addBack(that.options.itemContentSelector || that.theme.itemContentSelector)
391 … next = jQuery(this.$menu.find(jQuery(this.options.item || this.theme.item).prop('tagName'))[0]);
411 … prev = this.$menu.find(jQuery(this.options.item || this.theme.item).prop('tagName')).last();
438 var itemTagName = jQuery(this.options.item || this.theme.item).prop('tagName');
[all …]
/template/bootstrap3/css/
Dcallouts.less68 .bootswatch-callout(@theme, @primary, @success, @info, @warning, @danger) {
70 .@{theme} .bs-callout-primary {
80 .@{theme} .bs-callout-success {
90 .@{theme} .bs-callout-info {
100 .@{theme} .bs-callout-warning {
110 .@{theme} .bs-callout-danger {
/template/flat/css/
Dadmin-style.css1 .flat-theme-info {
5 .flat-theme-info hr {
/template/flat/assets/css/
Dadmin-style.css1 .flat-theme-info {
5 .flat-theme-info hr {

12345678