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
Progress » Church Progress – Church Progress – Church

Progress

Defines different styles for progress bars.

Usage

The progress bar consists of a background bar and the progress bar itself, indicating the increase.

Class Description
.uk-progress This class is used on the parent container to create the background of the progress bar.
.uk-progress-bar This class needs to be added to the child element to create the actual progress bar.

Example

40%

Markup

<div class="uk-progress">
    <div class="uk-progress-bar" style="width: 40%;">40%</div>
</div>

Size modifiers

Add the .uk-progress-mini or .uk-progress-small class to change the size of the bar.

Example

Markup

<div class="uk-progress uk-progress-mini">...</div>
<div class="uk-progress uk-progress-small">...</div>

Color modifiers

To apply different colors to your progress bars, just add the .uk-progress-success, .uk-progress-warning or .uk-progress-danger class.

Example

Markup

<div class="uk-progress uk-progress-success">...</div>
<div class="uk-progress uk-progress-warning">...</div>
<div class="uk-progress uk-progress-danger">...</div>

Striped

To create a striped progress bar, use the .striped class.

Example

Markup

<div class="uk-progress uk-progress-striped">...</div>

You can even animate the striped bar. To do so, just add the .uk-active class.

Example

Markup

<div class="uk-progress uk-progress-striped uk-active">...</div>

Combinable

All modifiers of the Progress component can be combined with each other.

Example

Markup

<div class="uk-progress uk-progress-small uk-progress-danger uk-progress-striped uk-active">...</div>

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/klient.dhosting.pl/nvservice/sites/nowaparafiam/public_html/wp-content/plugins/google-maps-easy/modules/gmap/views/gmap.php on line 174