From fd15c8bc68374f7f5184d7febdb3cca46d488839 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Sat, 11 Jan 2014 09:35:53 +0700 Subject: [PATCH] Improve default theme style Improve default theme style. --- themes/default/css/style.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/themes/default/css/style.css b/themes/default/css/style.css index 7b3f2b1..f0b5765 100644 --- a/themes/default/css/style.css +++ b/themes/default/css/style.css @@ -97,6 +97,10 @@ h6 { text-align:center; } +.hide { + display:none; +} + /*------------------------- Link --------------------------*/ @@ -325,6 +329,14 @@ h1.title-post a:hover, h2.title-index a:hover { margin-top:0; } +.inprofile .bio { + font-size: 14px; + font-style:italic; + border-bottom: 1px solid #EBF2F6; + padding-bottom: 1em; + margin-bottom: 2em; +} + .post-list { font-size: 14px; } @@ -343,6 +355,10 @@ h1.title-post a:hover, h2.title-index a:hover { float:left; } +.author-info p { + font-style:italic; +} + .share { width:140px; margin-right: 1em; @@ -671,5 +687,4 @@ h1.title-post a:hover, h2.title-index a:hover { width: 100%; } -} - +} \ No newline at end of file