/plugin/revealjs/css/theme/template/ |
H A D | mixins.scss | 23 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/mikioplugin/icons/bootstrap-icons/ |
H A D | bi.css | 4 mask-size: cover; 7 -webkit-mask-size: cover;
|
/plugin/facebookalbum/ |
H A D | syntax.php | 185 foreach( $cover_results as $cover ) { 186 $covers[ $cover['pid'] ] = $cover['src'];
|
/plugin/revealjs/css/theme/ |
H A D | sky.css | 16 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%);
|
H A D | beige.css | 13 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 D | league.css | 15 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%);
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | background.css | 21 background-size: cover; /* scale the background image proportionally so that its width and height are equal to, or greater than, the width/height of the element. */ 40 object-fit: cover;
|
/plugin/fksnewsfeed/ |
H A D | style.less | 3 background-size: cover;
|
/plugin/codeclipboard/ |
H A D | style.css | 9 background-size: cover;
|
/plugin/currentlyreading/ |
H A D | plugin.info.txt | 6 desc Displays an image of a book cover with text that says "Currently Reading" linked to the book…
|
H A D | README | 3 Displays a book cover and text with link to a story that says "Currently Reading."
|
H A D | README.md | 3 Places a box on a wiki page showing the cover of whatever book
|
/plugin/unsplashdoku/ |
H A D | action.php | 50 …$body_style = 'body { ' . 'min-height: 100%; ' . $background_image . ' background-size: cover; ' …
|
/plugin/dirpictures/ |
H A D | style.css | 31 background-size: cover; 91 background-size: cover;
|
/plugin/editsections/ |
H A D | plugin.info.txt | 6 …ble for nested (hierarchical) or flat edit sections. Nested edit sections cover the same indentati…
|
/plugin/nspages/ |
H A D | style.css | 56 background-size: cover; 113 background-size: cover;
|
/plugin/combo/resources/theme/default/pages/templates/ |
H A D | index.hbs | 16 {{!--No main-header as the index generally contains a cover image
|
/plugin/revealjs/ |
H A D | style.css | 38 background-size: cover; /*Reveal.js default*/
|
/plugin/evesso/ |
H A D | style.css | 7 background-size: cover; /* try also: contain or 100% */
|
/plugin/editonlink/ |
H A D | style.css | 22 background-size: cover;
|
/plugin/fckg/fckeditor/editor/skins/default/ |
H A D | fck_dialog.css | 315 /* The layer used to cover the dialog when opening a child dialog. */ 316 .cover
|
/plugin/fckg/fckeditor/editor/skins/silver/ |
H A D | fck_dialog.css | 315 /* The layer used to cover the dialog when opening a child dialog. */ 316 .cover
|
/plugin/mikioplugin/ |
H A D | README.md | 180 - Added `cover` attributes to Card and Carousel for images to cover element instead of being contained
|
/plugin/sequencediagram/bower_components/snap.svg/doc/css/ |
H A D | main.css | 153 -webkit-background-size: cover; 154 -moz-background-size: cover; 155 background-size: cover;
|
/plugin/importfacebookevents/nppBackup/ |
H A D | syntax.php.2018-03-08_163705.bak | 190 …$fb_fields="id,name,place,updated_time,timezone,start_time,end_time,event_times,cover,photos{pictu… 256 …$picFull = isset($event['cover']['source']) ? $event['cover']['source'] : "https://graph.facebook.…
|