Searched refs:theme (Results 1 – 25 of 311) sorted by relevance
12345678910>>...13
1 .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 …]
1 .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 {
1 .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 {
1 .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 {
1 .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 {
1 .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 {
1 .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 {
1 .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 …]
7 …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…
7 $theme = $this->getConf('theme');9 if ($theme != 'default') {10 $theme = '-' . $theme;13 return $theme;35 $theme = $this->getTheme();45 'themes/prism' . $theme . '.min.css',
9 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 property98 theme: theme property131 theme: theme property141 …upFilterHighlightControls(document.getElementById("eventlineplugin__controls"), tl, [0,1], theme);
29 public $theme; variable in Google\\Service\\Libraryagent\\GoogleExampleLibraryagentV1Shelf48 public function setTheme($theme) argument50 $this->theme = $theme;57 return $this->theme;
35 $theme = '';50 $theme = $u['template_theme'];70 $theme = $_GET['utpl_theme'];77 $this->_switch( $tpl, $theme );130 function _switch( $tpl, $theme='' ) {/*{{{*/ argument134 if( $theme ) {135 $conf['template_theme'] = $theme;
2 * A simple theme for reveal.js presentations, similar3 * 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 fonts22 // Override theme settings (see ../template/settings.scss)42 @import "../template/theme";
2 * Blood theme for reveal.js5 * Designed to be used with highlight.js theme18 // Include theme-specific fonts22 // Colors used in the theme38 // (c) Default theme by Hakim El Hattab51 @import "../template/theme";54 // some overrides after theme template import
2 * A simple theme for reveal.js presentations, similar3 * 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";
2 * League theme for reveal.js.4 * This was the default theme pre-3.0.0.17 // Include theme-specific fonts21 // Override theme settings (see ../template/settings.scss)33 @import "../template/theme";
2 * Black theme for reveal.js. This is the opposite of the 'white' theme.14 // Include theme-specific fonts18 // Override theme settings (see ../template/settings.scss)48 @import "../template/theme";
2 * White theme for reveal.js. This is the opposite of the 'black' theme.14 // Include theme-specific fonts18 // Override theme settings (see ../template/settings.scss)48 @import "../template/theme";
2 * Black theme for reveal.js.14 // Include theme-specific fonts19 // Override theme settings (see ../template/settings.scss)33 @import "../template/theme";
59 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 …]
1 …theme=dark] table.dataTable thead tr>.dtfc-fixed-left,html[data-bs-theme=dark] table.dataTable the…
62 .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 …]
28 theme: 'hand' property33 if (!(options.theme in Diagram.themes)) {34 throw new Error('Unsupported theme: ' + options.theme);43 var Theme = Diagram.themes[options.theme];
484 var $theme = 'default'; variable in pfcGlobalConfig913 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 …]