Home
last modified time | relevance | path

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

1234567891011

/plugin/jquery-syntax/jquery-syntax/base/
H A 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 {
18 .syntax-theme-base .syntax .operator {
20 .syntax-theme-base .syntax .href {
27 .syntax-theme-base .syntax pre {
[all …]
H A 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 {
H A 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 {
H A 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 {
H A 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 {
H A 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 {
H A 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 {
H A Djquery.syntax.brush.html.css1 .syntax-theme-base .syntax .html .doctype {
4 .syntax-theme-base .syntax .html .javascript, .syntax-theme-base .syntax .html .css {
H A Djquery.syntax.brush.apache.css1 .syntax-theme-base .syntax .apache .tag {
3 .syntax-theme-base .syntax .apache .tag-name {
5 .syntax-theme-base .syntax .apache .tag-name {
H A Djquery.syntax.brush.bash-script.css1 .syntax-theme-base .syntax .bash-script .function {
3 .syntax-theme-base .syntax .bash-script .option {
5 .syntax-theme-base .syntax .bash-script .env {
/plugin/jquery-syntax/jquery-syntax/bright/
H A 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/
H A 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/indexmenu/
H A Dadmin.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/
H A 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/eventline/
H A 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
98 theme: theme
131 theme: theme
141 …upFilterHighlightControls(document.getElementById("eventlineplugin__controls"), tl, [0,1], theme);
/plugin/revealjs/css/theme/source/
H A 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";
H A 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
H A 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";
H A 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";
H A 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";
H A 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";
H A 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/templateconfhelper/action/
H A 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/achart/assets/
H A Dapexcharts.css62 .apexcharts-tooltip.apexcharts-theme-light {
67 .apexcharts-tooltip.apexcharts-theme-dark {
214 .apexcharts-xaxistooltip.apexcharts-theme-dark {
304 .apexcharts-yaxistooltip.apexcharts-theme-dark {
469 .apexcharts-theme-dark .apexcharts-zoom-icon svg,
470 .apexcharts-theme-dark .apexcharts-zoomin-icon svg,
471 .apexcharts-theme-dark .apexcharts-zoomout-icon svg,
472 .apexcharts-theme-dark .apexcharts-reset-icon svg,
473 .apexcharts-theme-dark .apexcharts-pan-icon svg,
475 .apexcharts-theme-dark .apexcharts-menu-icon svg,
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js28 theme: 'hand' property in Diagram.drawSVG.defaultOptions
33 if (!(options.theme in Diagram.themes)) {
34 throw new Error('Unsupported theme: ' + options.theme);
43 var Theme = Diagram.themes[options.theme];

1234567891011