Home
last modified time | relevance | path

Searched refs:cover (Results 101 – 121 of 121) sorted by path

12345

/plugin/revealjs/
H A DREADME.md272 …ognized by postfix `%` and `px` or by keywords `auto`, `contain` and `cover` (cover is the default…
H A Dchangelog.md24 …ognized by postfix `%` and `px` or by keywords `auto`, `contain` and `cover` (cover is the default…
H A Dstyle.css38 background-size: cover; /*Reveal.js default*/
/plugin/revealjs/css/
H A Dreveal.css1036 background-size: cover; }
1059 -o-object-fit: cover;
1060 object-fit: cover; }
H A Dreveal.scss1113 background-size: cover;
1140 object-fit: cover;
/plugin/revealjs/css/theme/
H A Dbeige.css13 background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
15 background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
16 background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
17 background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
18 background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
H A Dleague.css15 background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
17 background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
18 background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
19 background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
20 background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
H A Dsky.css16 background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
18 background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
19 background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
20 background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
21 background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
/plugin/revealjs/css/theme/template/
H A Dmixins.scss23 background: -moz-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
25 background: -webkit-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
26 background: -o-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
27 background: -ms-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
28 background: radial-gradient( center, $type cover, $inner 0%, $outer 100% );
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml99 istanbul cover -x "**/vendor/**" --report lcovonly ./test/test.js -- ./lodash.js
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dmain.css153 -webkit-background-size: cover;
154 -moz-background-size: cover;
155 background-size: cover;
H A Dtopcoat-desktop-light.css3526 background-size: cover;
/plugin/struct/
H A Dstyle.less453 background-size: cover;
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1926 The surging waters proceeded to cover them; down they went into the depths like a stone.
2216 …two wings upward, screening over the cover with their wings, with their faces one toward the other…
2270 And you must put the cover upon the ark of the testimony in the Most Holy.
2544 the Ark and its poles, the cover and the curtain of the screen;
2614 …creening over the cover with their wings, and their faces were one to the other. The faces of the …
2700 and the ark of the testimony and its poles and the cover,
3216 …finger in front of the cover on the east side, and he will spatter some of the blood with his fing…
13257 O earth, do not cover my blood!And let there prove to be no place for my outcry!
16273 As for the heads of those surrounding me,May the trouble of their own lips cover them.
16303 Deliver me from my enemies, O Jehovah.I have taken cover even with you.
[all …]
/plugin/tline/
H A DCHANGES.txt136 and _stop, you may want to add span decorators to cover up the
/plugin/unsplashdoku/
H A Daction.php50 …$body_style = 'body { ' . 'min-height: 100%; ' . $background_image . ' background-size: cover; ' …
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13cover||(s.cover=document.createElement("div"),s.cover.onkeydown=o,s.cover.className="dhx_modal_cov…
H A Ddhtmlxgantt.js.map1cover","buttonAriaAttrs","getFirstDefined","_createBox","cancel","contentId","btn","_boxStructure"…
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
H A Ddhtmlxgantt_material.css1 …1)}.switch_unsetted{display:none}.matherial_checkbox_icon{background-size:cover;height:1.3em;width…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14697 if (!modality.cover) {
14698 modality.cover = document.createElement("div");
14700 modality.cover.onkeydown = modal_key;
14701 modality.cover.className = "dhx_modal_cover";
14702 document.body.appendChild(modality.cover);
14705 modality.cover.style.display = mode ? "inline-block" : "none";
14978 if(modality.cover && modality.cover.parentNode){
14979 modality.cover.parentNode.removeChild(modality.cover);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_material.css564 background-size: cover;

12345