Searched refs:backgrounds (Results 1 – 25 of 35) sorted by relevance
12
| /plugin/revealjs/css/ |
| D | reveal.scss | 1084 .reveal .backgrounds { class 1131 /* Video backgrounds */ 1147 .reveal[data-background-transition=none]>.backgrounds .slide-background, class 1148 .reveal>.backgrounds .slide-background[data-background-transition=none] { class 1153 .reveal[data-background-transition=slide]>.backgrounds .slide-background, class 1154 .reveal>.backgrounds .slide-background[data-background-transition=slide] { class 1158 .reveal[data-background-transition=slide]>.backgrounds .slide-background.past, class 1159 .reveal>.backgrounds .slide-background.past[data-background-transition=slide] { class 1162 .reveal[data-background-transition=slide]>.backgrounds .slide-background.future, class 1163 .reveal>.backgrounds .slide-background.future[data-background-transition=slide] { class [all …]
|
| D | reveal.css | 1010 .reveal .backgrounds { 1050 /* Video backgrounds */ 1067 .reveal[data-background-transition=none] > .backgrounds .slide-background, 1068 .reveal > .backgrounds .slide-background[data-background-transition=none] { 1072 .reveal[data-background-transition=slide] > .backgrounds .slide-background, 1073 .reveal > .backgrounds .slide-background[data-background-transition=slide] { 1078 .reveal[data-background-transition=slide] > .backgrounds .slide-background.past, 1079 .reveal > .backgrounds .slide-background.past[data-background-transition=slide] { 1083 .reveal[data-background-transition=slide] > .backgrounds .slide-background.future, 1084 .reveal > .backgrounds .slide-background.future[data-background-transition=slide] { [all …]
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | BackgroundTag.php | 106 $backgrounds = $parentCall->getAttribute(BackgroundAttribute::BACKGROUNDS); 107 if ($backgrounds == null) { 108 $backgrounds = [$backgroundAttributes->toCallStackArray()]; 110 $backgrounds[] = $backgroundAttributes->toCallStackArray(); 112 $parentCall->addAttribute(BackgroundAttribute::BACKGROUNDS, $backgrounds);
|
| /plugin/combo/ComboStrap/TagAttribute/ |
| H A D | BackgroundAttribute.php | 71 $backgrounds = $tagAttributes->getValueAndRemove(self::BACKGROUNDS); 72 switch (sizeof($backgrounds)) { 75 $background = $backgrounds[0]; 126 foreach ($backgrounds as $background) {
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | background.css | 1 .backgrounds {
|
| /plugin/revealjs/css/print/ |
| D | pdf.css | 121 /* Slide backgrounds are placed inside of their slide when exporting to PDF */
|
| D | paper.css | 41 .reveal .backgrounds,
|
| /plugin/bootswrapper/exe/help/ |
| D | text.txt | 90 ==== Contextual backgrounds ====
|
| /plugin/revealjs/css/theme/template/ |
| D | theme.scss | 322 .backgrounds { class
|
| /plugin/revealjs/css/theme/ |
| D | white.css | 272 .backgrounds {
|
| D | black.css | 272 .backgrounds {
|
| D | moon.css | 276 .backgrounds {
|
| D | night.css | 270 .backgrounds {
|
| D | sky.css | 279 .backgrounds {
|
| D | serif.css | 272 .backgrounds {
|
| D | solarized.css | 276 .backgrounds {
|
| D | league.css | 278 .backgrounds {
|
| D | blood.css | 275 .backgrounds {
|
| D | beige.css | 276 .backgrounds {
|
| D | simple.css | 275 .backgrounds {
|
| /plugin/mikioplugin/ |
| H A D | README.md | 101 - Fix button backgrounds being overridden by the DokuWiki theme when styled.
|
| /plugin/diagramsnet/lib/shapes/bpmn/ |
| D | mxBpmnShape2.js | 144 var f = this.backgrounds[bg]; 328 mxBpmnShape.prototype.backgrounds = { method in mxBpmnShape
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | History.md | 846 …tps://github.com/jakubpawlowicz/clean-css/issues/307) - `background-color` in multiple backgrounds. 866 …ssue [#304](https://github.com/jakubpawlowicz/clean-css/issues/304) - merging multiple backgrounds.
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | fullcalendar.less | 301 /* extra precedence to prevent theme-provided backgrounds */
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | ChangeLog | 1431 MakePath, FillPath, Fill, Circle allowing backgrounds, borders
|
12