diff --git a/css/blogolio.css b/css/blogolio.css index 91f71ee..c4fb1ee 100644 --- a/css/blogolio.css +++ b/css/blogolio.css @@ -170,6 +170,24 @@ li { .blog-main { font-size: 18px; line-height: 1.5; + position: relative; +} + +.blog-main .loader { + display: none; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + opacity: 0; + background: #fff; +} + +.blog-main.loading .loader { + display: block; + opacity: .9; } /* Sidebar modules for boxing content */ @@ -473,4 +491,4 @@ input, textarea, keygen, select, button, meter, progress { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; -} \ No newline at end of file +} diff --git a/index.html b/index.html index f385e4a..0f182c5 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,7 @@