diff options
Diffstat (limited to 'research_group_template/bhavika/blog/style.css')
-rw-r--r-- | research_group_template/bhavika/blog/style.css | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/research_group_template/bhavika/blog/style.css b/research_group_template/bhavika/blog/style.css index 3771f93..5f7609c 100644 --- a/research_group_template/bhavika/blog/style.css +++ b/research_group_template/bhavika/blog/style.css @@ -43,11 +43,106 @@ { margin-top: 10px; } +.sabi-blogs-item img +{ + margin-top: 10px; + border-radius: 10px; +background-color: #fff; +-webkit-box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09); +box-shadow: 0px 7px 15px 0px rgba(0, 56, 129, 0.09); +margin-bottom: 30px; +padding-bottom: 50px; +} +.post_img +{ + position: relative; +} article { display: block; } +.entry-meta +{ +padding: 40px 35px 0; +width: 100%; +margin-top: 0; +} +.entry-meta ul +{ + margin: 0; +padding: 0; +list-style: none; +overflow: hidden; +vertical-align: middle; +} +.read-more +{ + font-family: "Slabo 27px"; +line-height: 25.032px; +font-weight: 400; +font-style: normal; +color: #183c55; +font-size: 16px; +visibility: visible; +} +.widget-area +{ + font-family: "Slabo 27px"; +line-height: 25.032px; +font-weight: 400; +font-style: normal; +color: #183c55; +font-size: 16px; +visibility: visible; +} +.blog-sidebar +{ + font-family: sans-serif; +-webkit-text-size-adjust: 100% +} +.widget-title +{ box-sizing: border-box; } +.recent-post +{ + font-family: sans-serif; +-webkit-text-size-adjust: 100%; +} +.media +{ + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; +font-size: 14px; +line-height: 1.42857143; +color: #333; +} +.media-left +{ + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; +font-size: 14px; +line-height: 1.42857143; +color: #333; +} +.media-body +{ + font-size: 14px; +} +.media-heading +{ + font-family: "Slabo 27px"; +line-height: 25.032px; +font-weight: 400; +font-style: normal; +color: #183c55; +font-size: 16px; +visibility: visible; +} +.post-text +{ + font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; +font-size: 14px; +line-height: 1.42857143; +color: #333; +} /* Responsive layout - makes a two column-layout instead of four columns */ /*@media screen and (max-width: 800px) { .column { |