Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/jquery-syntax/jquery-syntax/base/
Djquery.syntax.core.css1 .syntax-theme-base .syntax {
4 .syntax-theme-base .syntax .function {
6 .syntax-theme-base .syntax .keyword, .syntax-theme-base .syntax .access {
8 .syntax-theme-base .syntax .type {
10 .syntax-theme-base .syntax .comment {
12 .syntax-theme-base .syntax .constant {
14 .syntax-theme-base .syntax .string, .syntax-theme-base .syntax .symbol {
16 .syntax-theme-base .syntax .string .escape {
18 .syntax-theme-base .syntax .operator {
20 .syntax-theme-base .syntax .href {
[all …]
Djquery.syntax.brush.xml.css1 .syntax-theme-base .syntax .xml .cdata-content {
4 .syntax-theme-base .syntax .xml .xml-tag, .syntax-theme-base .syntax .xml .cdata {
6 .syntax-theme-base .syntax .xml .tag-name, .syntax-theme-base .syntax .xml .cdata-tag {
9 .syntax-theme-base .syntax .xml .namespace {
11 .syntax-theme-base .syntax .xml .attribute {
13 .syntax-theme-base .syntax .xml .instruction {
15 .syntax-theme-base .syntax .xml .entity, .syntax-theme-base .syntax .xml .percent-escape {
Djquery.syntax.brush.diff.css1 .syntax-theme-base .syntax .add {
3 .syntax-theme-base .syntax .del {
5 .syntax-theme-base .syntax .insert {
7 .syntax-theme-base .syntax .insert-line {
9 .syntax-theme-base .syntax .remove {
11 .syntax-theme-base .syntax .remove-line {
13 .syntax-theme-base .syntax .offset {
15 .syntax-theme-base .syntax .offset-line {
Djquery.syntax.layout.fixed.css1 .syntax-container.syntax-theme-base div.fixed.syntax {
6 .syntax-container.syntax-theme-base div.fixed.syntax .numbers-column {
13 .syntax-container.syntax-theme-base div.fixed.syntax .numbers-column div {
15 .syntax-container.syntax-theme-base div.fixed.syntax .code-column {
19 .syntax-container.syntax-theme-base div.fixed.syntax .code-column table {
23 .syntax-container.syntax-theme-base div.fixed.syntax .code-column .source {
27 .syntax-container.syntax-theme-base div.fixed.syntax .code-column .source.alt {
Djquery.syntax.layout.list.css1 .syntax-container.syntax-theme-base ol.syntax {
6 .syntax-container.syntax-theme-base ol.syntax li {
19 .syntax-container.syntax-theme-base ol.syntax li div.source {
25 .syntax-container.syntax-theme-base ol.syntax li.alt div.source {
27 .syntax-container.syntax-theme-base ul.syntax {
33 .syntax-container.syntax-theme-base ul.syntax li {
45 .syntax-container.syntax-theme-base ul.syntax li div.source {
50 .syntax-container.syntax-theme-base ul.syntax li.alt div.source {
Djquery.syntax.brush.bash.css1 .syntax-theme-base .syntax .bash {
4 .syntax-theme-base .syntax .bash .prompt {
7 .syntax-theme-base .syntax .bash .bash-script {
10 .syntax-theme-base .syntax .bash .stderr {
Djquery.syntax.brush.css.css1 .syntax-theme-base .syntax .css .selector {
4 .syntax-theme-base .syntax .css .property {
6 .syntax-theme-base .syntax .css .color-box {
8 .syntax-theme-base .syntax .css .color-box .sample {
/plugin/jquery-syntax/jquery-syntax/bright/
Djquery.syntax.core.css1 .syntax-container.syntax-theme-bright .syntax {
4 .syntax-container.syntax-theme-bright .syntax .function {
6 .syntax-container.syntax-theme-bright .syntax .keyword {
8 .syntax-container.syntax-theme-bright .syntax .access {
11 .syntax-container.syntax-theme-bright .syntax .type {
14 .syntax-container.syntax-theme-bright .syntax .comment {
17 ….syntax-container.syntax-theme-bright .syntax .string, .syntax-container.syntax-theme-bright .synt…
19 .syntax-container.syntax-theme-bright .syntax .string .escape {
21 .syntax-container.syntax-theme-bright .syntax .operator {
23 .syntax-container.syntax-theme-bright .syntax .href {
[all …]
/plugin/revealjs/css/theme/
DREADME.md7 …te your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.c…
9 Each theme file does four things in the following order:
11 1. **Include [/css/theme/template/mixins.scss](https://github.com/hakimel/reveal.js/blob/master/css…
14 2. **Include [/css/theme/template/settings.scss](https://github.com/hakimel/reveal.js/blob/master/c…
18 …rride the default theme. Either by specifying variables (see [settings.scss](https://github.com/ha…
20 4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/
21 The template theme file which will generate final CSS output based on the currently defined variabl…
/plugin/codeprism/
Daction.php7 $theme = $this->getConf('theme');
9 if ($theme != 'default') {
10 $theme = '-' . $theme;
13 return $theme;
35 $theme = $this->getTheme();
45 'themes/prism' . $theme . '.min.css',
/plugin/eventline/
Dtimeline.js9 var theme = Timeline.ClassicTheme.create();
42 theme.mousewheel = mouse;
43 theme.event.label.width = 500;
44 theme.event.bubble.width = bubbleW;
45 theme.event.bubble.maxHeight = bubbleH;
74 theme: theme property
98 theme: theme property
131 theme: theme property
141 …upFilterHighlightControls(document.getElementById("eventlineplugin__controls"), tl, [0,1], theme);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/
DGoogleExampleLibraryagentV1Shelf.php29 public $theme; variable in Google\\Service\\Libraryagent\\GoogleExampleLibraryagentV1Shelf
48 public function setTheme($theme) argument
50 $this->theme = $theme;
57 return $this->theme;
/plugin/templateconfhelper/action/
Dtemplateaction.php35 $theme = '';
50 $theme = $u['template_theme'];
70 $theme = $_GET['utpl_theme'];
77 $this->_switch( $tpl, $theme );
130 function _switch( $tpl, $theme='' ) {/*{{{*/ argument
134 if( $theme ) {
135 $conf['template_theme'] = $theme;
/plugin/revealjs/css/theme/source/
Dsimple.scss2 * A simple theme for reveal.js presentations, similar
3 * to the default theme. The accent color is darkblue.
5 …* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT …
17 // Include theme-specific fonts
22 // Override theme settings (see ../template/settings.scss)
42 @import "../template/theme";
Dblood.scss2 * Blood theme for reveal.js
5 * Designed to be used with highlight.js theme
18 // Include theme-specific fonts
22 // Colors used in the theme
38 // (c) Default theme by Hakim El Hattab
51 @import "../template/theme";
54 // some overrides after theme template import
Dserif.scss2 * A simple theme for reveal.js presentations, similar
3 * to the default theme. The accent color is brown.
5 …* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT license…
16 // Override theme settings (see ../template/settings.scss)
34 @import "../template/theme";
Dleague.scss2 * League theme for reveal.js.
4 * This was the default theme pre-3.0.0.
17 // Include theme-specific fonts
21 // Override theme settings (see ../template/settings.scss)
33 @import "../template/theme";
Dblack.scss2 * Black theme for reveal.js. This is the opposite of the 'white' theme.
14 // Include theme-specific fonts
18 // Override theme settings (see ../template/settings.scss)
48 @import "../template/theme";
Dwhite.scss2 * White theme for reveal.js. This is the opposite of the 'black' theme.
14 // Include theme-specific fonts
18 // Override theme settings (see ../template/settings.scss)
48 @import "../template/theme";
Dnight.scss2 * Black theme for reveal.js.
14 // Include theme-specific fonts
19 // Override theme settings (see ../template/settings.scss)
33 @import "../template/theme";
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/css/
DfixedColumns.bootstrap5.css59 html[data-bs-theme=dark] table.dataTable thead tr > .dtfc-fixed-left,
60 html[data-bs-theme=dark] table.dataTable thead tr > .dtfc-fixed-right,
61 html[data-bs-theme=dark] table.dataTable tfoot tr > .dtfc-fixed-left,
62 html[data-bs-theme=dark] table.dataTable tfoot tr > .dtfc-fixed-right {
65 html[data-bs-theme=dark] table.dataTable tbody tr > .dtfc-fixed-left,
66 html[data-bs-theme=dark] table.dataTable tbody tr > .dtfc-fixed-right {
69 html[data-bs-theme=dark] div.dtfc-left-top-blocker,
70 html[data-bs-theme=dark] div.dtfc-right-top-blocker {
73 html[data-bs-theme=dark] div.dataTables_scrollBody {
76 html[data-bs-theme=dark] div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
[all …]
DfixedColumns.bootstrap5.min.css1theme=dark] table.dataTable thead tr>.dtfc-fixed-left,html[data-bs-theme=dark] table.dataTable the…
/plugin/achart/assets/
Dapexcharts.css62 .apexcharts-tooltip.apexcharts-theme-light {
67 .apexcharts-tooltip.apexcharts-theme-dark {
83 .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
88 .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
214 .apexcharts-xaxistooltip.apexcharts-theme-dark {
261 .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {
265 .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
277 .apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {
281 .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
304 .apexcharts-yaxistooltip.apexcharts-theme-dark {
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dsequence-diagram.js28 theme: 'hand' property
33 if (!(options.theme in Diagram.themes)) {
34 throw new Error('Unsupported theme: ' + options.theme);
43 var Theme = Diagram.themes[options.theme];
/plugin/freechat/phpfreechat/src/
Dpfcglobalconfig.class.php484 var $theme = 'default'; variable in pfcGlobalConfig
913 mkdir_r($this->data_public_path.'/themes/'.$this->theme);
914 if (!is_dir($this->data_public_path.'/themes/'.$this->theme))
915 $this->errors[] = _pfc("cannot create %s", $this->data_public_path.'/themes/'.$this->theme);
918 $ret = copy_r( $this->theme_path.'/'.$this->theme,
919 $this->data_public_path.'/themes/'.$this->theme );
922 $this->theme_path.'/'.$this->theme,
923 $this->data_public_path.'/themes/'.$this->theme);
1009 $theme = file($this->getFilePathFromTheme("smileys/theme.txt"));
1011 foreach($theme as $line)
[all …]

12345678910>>...13