Searched refs:backgrounds (Results 1 – 25 of 33) sorted by relevance
12
/plugin/revealjs/css/ |
H A D | reveal.scss | 1084 .reveal .backgrounds { 1131 /* Video backgrounds */ 1147 .reveal[data-background-transition=none]>.backgrounds .slide-background, 1258 .reveal[data-transition-speed="fast"]>.backgrounds .slide-background { 1261 .reveal[data-transition-speed="slow"]>.backgrounds .slide-background { 1310 .backgrounds { 1318 .backgrounds .slide-background { 1327 .backgrounds .slide-background.stack { 1339 .reveal.overview .backgrounds .slide-background, 1340 .reveal.overview-deactivating .backgrounds .slide-background { [all …]
|
H A D | reveal.css | 1010 .reveal .backgrounds { 1050 /* Video backgrounds */ 1067 .reveal[data-background-transition=none] > .backgrounds .slide-background, 1182 .reveal[data-transition-speed="fast"] > .backgrounds .slide-background { 1185 .reveal[data-transition-speed="slow"] > .backgrounds .slide-background { 1222 .reveal.overview .backgrounds { 1226 .reveal.overview .backgrounds .slide-background { 1231 .reveal.overview .backgrounds .slide-background.stack { 1238 .reveal.overview .backgrounds .slide-background, 1239 .reveal.overview-deactivating .backgrounds .slide-background { [all …]
|
/plugin/combo/ComboStrap/Tag/ |
H A D | BackgroundTag.php | 78 * Set the backgrounds attributes 93 * The backgrounds node 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 | 47 * A component attributes to store backgrounds 49 const BACKGROUNDS = "backgrounds"; 71 $backgrounds = $tagAttributes->getValueAndRemove(self::BACKGROUNDS); 72 switch (sizeof($backgrounds)) { 75 $background = $backgrounds[0]; 113 $backgroundHTML = "<div class=\"backgrounds\">" . 123 * This backgrounds should have been set on the backgrounds 126 foreach ($backgrounds as $background) {
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | background.css | 1 .backgrounds {
|
/plugin/revealjs/css/print/ |
H A D | pdf.css | 121 /* Slide backgrounds are placed inside of their slide when exporting to PDF */
|
H A D | paper.css | 41 .reveal .backgrounds,
|
/plugin/bootswrapper/exe/help/ |
H A D | text.txt | 90 ==== Contextual backgrounds ====
|
/plugin/revealjs/css/theme/template/ |
H A D | theme.scss | 322 .backgrounds {
|
/plugin/revealjs/css/theme/ |
H A D | black.css | 272 .backgrounds {
|
H A D | moon.css | 276 .backgrounds {
|
H A D | night.css | 270 .backgrounds {
|
H A D | serif.css | 272 .backgrounds {
|
H A D | sky.css | 279 .backgrounds {
|
H A D | solarized.css | 276 .backgrounds {
|
H A D | white.css | 272 .backgrounds {
|
H A D | beige.css | 276 .backgrounds {
|
H A D | simple.css | 275 .backgrounds {
|
H A D | blood.css | 275 .backgrounds {
|
H A D | league.css | 278 .backgrounds {
|
/plugin/diagramsnet/lib/shapes/bpmn/ |
H A D | mxBpmnShape2.js | 144 var f = this.backgrounds[bg]; 328 mxBpmnShape.prototype.backgrounds = { method in mxBpmnShape
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.less | 301 /* extra precedence to prevent theme-provided backgrounds */
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ChangeLog | 1431 MakePath, FillPath, Fill, Circle allowing backgrounds, borders
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 1389 * Bugfix: Images with transparent backgrounds now have
|
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 5180 # adds translucency for echo and hover, both text and backgrounds
|
12