Home
last modified time | relevance | path

Searched refs:cover (Results 1 – 25 of 121) sorted by relevance

12345

/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/mikioplugin/icons/bootstrap-icons/
H A Dbi.css4 mask-size: cover;
7 -webkit-mask-size: cover;
/plugin/facebookalbum/
H A Dsyntax.php185 foreach( $cover_results as $cover ) {
186 $covers[ $cover['pid'] ] = $cover['src'];
/plugin/revealjs/css/theme/
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%);
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%);
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css21 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 Dstyle.less3 background-size: cover;
/plugin/codeclipboard/
H A Dstyle.css9 background-size: cover;
/plugin/currentlyreading/
H A Dplugin.info.txt6 desc Displays an image of a book cover with text that says "Currently Reading" linked to the book…
H A DREADME3 Displays a book cover and text with link to a story that says "Currently Reading."
H A DREADME.md3 Places a box on a wiki page showing the cover of whatever book
/plugin/unsplashdoku/
H A Daction.php50 …$body_style = 'body { ' . 'min-height: 100%; ' . $background_image . ' background-size: cover; ' …
/plugin/dirpictures/
H A Dstyle.css31 background-size: cover;
91 background-size: cover;
/plugin/editsections/
H A Dplugin.info.txt6 …ble for nested (hierarchical) or flat edit sections. Nested edit sections cover the same indentati…
/plugin/nspages/
H A Dstyle.css56 background-size: cover;
113 background-size: cover;
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.hbs16 {{!--No main-header as the index generally contains a cover image
/plugin/revealjs/
H A Dstyle.css38 background-size: cover; /*Reveal.js default*/
/plugin/evesso/
H A Dstyle.css7 background-size: cover; /* try also: contain or 100% */
/plugin/editonlink/
H A Dstyle.css22 background-size: cover;
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css315 /* The layer used to cover the dialog when opening a child dialog. */
316 .cover
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css315 /* The layer used to cover the dialog when opening a child dialog. */
316 .cover
/plugin/mikioplugin/
H A DREADME.md173 - 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 Dmain.css153 -webkit-background-size: cover;
154 -moz-background-size: cover;
155 background-size: cover;
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak190 …$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.…

12345