From 6e04b1adc23e48808d92dad2b91d53e9364653f2 Mon Sep 17 00:00:00 2001 From: Bhavika-keswani Date: Mon, 15 Jul 2019 22:25:37 +0530 Subject: Blog page added --- research_group_template/bhavika/blog/blog1.html | 52 +++++++++++++- research_group_template/bhavika/blog/style.css | 95 +++++++++++++++++++++++++ research_group_template/bhavika/event/style.css | 1 + 3 files changed, 146 insertions(+), 2 deletions(-) (limited to 'research_group_template/bhavika') diff --git a/research_group_template/bhavika/blog/blog1.html b/research_group_template/bhavika/blog/blog1.html index a2a6f49..be4b72c 100644 --- a/research_group_template/bhavika/blog/blog1.html +++ b/research_group_template/bhavika/blog/blog1.html @@ -5,17 +5,27 @@ + + + + - +
-
+
+
+

11th batch MSc Students Reunion

5005 Heavenly Village Way #2b, Lake Tahoe
@@ -23,11 +33,49 @@
7th August 2017

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ Read More
+
\ No newline at end of file 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 { diff --git a/research_group_template/bhavika/event/style.css b/research_group_template/bhavika/event/style.css index 3771f93..44ff398 100644 --- a/research_group_template/bhavika/event/style.css +++ b/research_group_template/bhavika/event/style.css @@ -43,6 +43,7 @@ { margin-top: 10px; } + article { display: block; -- cgit