Home
last modified time | relevance | path

Searched refs:cover (Results 51 – 75 of 121) sorted by last modified time

12345

/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/
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…
/plugin/revealjs/css/
H A Dreveal.scss1113 background-size: cover;
1140 object-fit: cover;
/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/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …coded\n // limit of MAX_PATTERN_SIZE to avoid clipping patterns that cover the\n // whol…
H A Dpdf.worker.js.map1 … = rotate % 360;\n } else if (rotate < 0) {\n // The spec doesn't cover negatives. Assume …
/plugin/codeclipboard/
H A Dstyle.css9 background-size: cover;
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/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;
/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/sequencediagram/bower_components/lodash/
H A D.travis.yml99 istanbul cover -x "**/vendor/**" --report lcovonly ./test/test.js -- ./lodash.js
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst18 Below is a minimal template that illustrates a few basics. We will cover further
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md518 There are more to cover. `Hoa\Stream` supports composite streams (with
/plugin/editonlink/
H A Dstyle.css22 background-size: cover;
/plugin/unsplashdoku/
H A Daction.php50 …$body_style = 'body { ' . 'min-height: 100%; ' . $background_image . ' background-size: cover; ' …
/plugin/importfacebookevents/
H A Dsyntax.php194 …$fb_fields="id,name,place,updated_time,timezone,start_time,end_time,event_times,cover,photos{pictu…
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak194 …$fb_fields="id,name,place,updated_time,timezone,start_time,end_time,event_times,cover,photos{pictu…
263 …$picFull = isset($event['cover']['source']) ? $event['cover']['source'] : "https://graph.facebook.…

12345