Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/Cute-category-posts/Cute-category-posts.php on line 342

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteBibleText/CuteBibleText.php on line 157

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteEventGallery/CuteEventGallery.php on line 141

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteEvents/CuteEvents.php on line 205

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteEvents3columns/CuteEvents3columns.php on line 172

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteEventsSidebar/CuteEventsSidebar.php on line 162

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteFaq/CuteFaq.php on line 158

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteGallery/cute-gallery.php on line 163

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteLastDonation/CuteLastDonation.php on line 147

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteLatest/CuteLatest.php on line 165

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteLatestSidebar/CuteLatestSidebar.php on line 162

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteLocation/CuteLocation.php on line 176

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CutePartners/CutePartners.php on line 142

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CutePastors/CutePastors.php on line 170

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CutePostGallery/CutePostGallery.php on line 153

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CutePostThumbnails/CutePostThumbnails.php on line 142

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteScripture/CuteScripture.php on line 144

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteSermons/CuteSermons.php on line 176

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteTestimonials/CuteTestimonials.php on line 164

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/CuteText/CuteText.php on line 153

Deprecated: Function create_function() is deprecated in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/cutechurch-slider/cutechurch-slider.php on line 267

Notice: Trying to access array offset on value of type int in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/uploads/warp/src/Warp/Config/Repository.php on line 243

Notice: Trying to access array offset on value of type int in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/uploads/warp/src/Warp/Config/Repository.php on line 243

Notice: Trying to access array offset on value of type int in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/uploads/warp/src/Warp/Config/Repository.php on line 243

Notice: Trying to access array offset on value of type int in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/uploads/warp/src/Warp/Config/Repository.php on line 243

Warning: session_start(): Cannot start session when headers already sent in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/uploads/warp/systems/wordpress/src/Warp/Wordpress/Helper/SystemHelper.php on line 487
Overlay » Church Overlay – Church Overlay – Church

Overlay

Create an image overlay, which comes in different styles.

Usage

This component can be applied to an image, an anchor or text. Just add the .uk-overlay to a container element and the .uk-overlay-area class to a <div> to create the overlay itself.

Example

Markup

<!-- This is a div with an overlay -->
<div class="uk-overlay">
    <img src="" alt="">
    <div class="uk-overlay-area"></div>
</div>

<!-- This is an anchor with an overlay -->
<a class="uk-overlay" href="">
    <img src="" alt="">
    <div class="uk-overlay-area"></div>
</a>

Overlay area content

By default, the overlay displays an icon. But you can also enter your own content, like text or a button. Just add the .uk-overlay-area-content class to a <div> element inside the overlay area.

Example

Lorem ipsum dolor sit amet, consetetur sadipscing elitr.

<div class="uk-overlay">
    <img src="" alt="">
    <div class="uk-overlay-area">
        <div class="uk-overlay-area-content">...</div>
    </div>
</div>

Overlay toggle

To toggle the overlay by hovering the area around it, like a caption for example, just add the .uk-overlay-toggle class.

Example

Caption

Markup

<figure class="uk-overlay-toggle">
    <div class="uk-overlay">
        <img src="" alt="">
        <div class="uk-overlay-area"></div>
    </div>
    <figcaption>...</figcaption>
</figure>

Overlay caption

Add the .uk-overlay-caption class to create an overlay with a text caption.

Example

Some text
Some text

Markup

<!-- This is a div with an overlay caption -->
<div class="uk-overlay">
    <img src="" alt="">
    <div class="uk-overlay-caption">...</div>
</div>

<!-- This is an anchor with an overlay caption -->
<a class="uk-overlay" href="">
    <img src="" alt="">
    <div class="uk-overlay-caption">...</div>
</a>

Overlay with thumbnails

You can also apply an overlay to a thumbnail from the Thumbnail component. To toggle the overlay by hovering the thumbnail’s caption or frame, just add the .uk-overlay-toggle class.

Example

Markup

<a class="uk-thumbnail uk-overlay-toggle" href="">
    <div class="uk-overlay">
        <img src="" alt="">
        <div class="uk-overlay-caption">...</div>
    </div>
</a>