Home
last modified time | relevance | path

Searched refs:backgrounds (Results 1 – 25 of 35) sorted by relevance

12

/plugin/revealjs/css/
Dreveal.scss1084 .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 …]
Dreveal.css1010 .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 DBackgroundTag.php106 $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 DBackgroundAttribute.php71 $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 Dbackground.css1 .backgrounds {
/plugin/revealjs/css/print/
Dpdf.css121 /* Slide backgrounds are placed inside of their slide when exporting to PDF */
Dpaper.css41 .reveal .backgrounds,
/plugin/bootswrapper/exe/help/
Dtext.txt90 ==== Contextual backgrounds ====
/plugin/revealjs/css/theme/template/
Dtheme.scss322 .backgrounds { class
/plugin/revealjs/css/theme/
Dwhite.css272 .backgrounds {
Dblack.css272 .backgrounds {
Dmoon.css276 .backgrounds {
Dnight.css270 .backgrounds {
Dsky.css279 .backgrounds {
Dserif.css272 .backgrounds {
Dsolarized.css276 .backgrounds {
Dleague.css278 .backgrounds {
Dblood.css275 .backgrounds {
Dbeige.css276 .backgrounds {
Dsimple.css275 .backgrounds {
/plugin/mikioplugin/
H A DREADME.md101 - Fix button backgrounds being overridden by the DokuWiki theme when styled.
/plugin/diagramsnet/lib/shapes/bpmn/
DmxBpmnShape2.js144 var f = this.backgrounds[bg];
328 mxBpmnShape.prototype.backgrounds = { method in mxBpmnShape
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md846 …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 Dfullcalendar.less301 /* extra precedence to prevent theme-provided backgrounds */
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog1431 MakePath, FillPath, Fill, Circle allowing backgrounds, borders

12