diff --git a/public/blog/css/author.css b/public/blog/css/author.css index cc7e163a..b346dcc8 100644 --- a/public/blog/css/author.css +++ b/public/blog/css/author.css @@ -7,13 +7,27 @@ .author-name a{ font-size: 18px; } +.author-info .author-name a{ + text-transform: uppercase; + font-weight: bold; +} .author-info button{ padding: 10px 15px; letter-spacing: 1px; font-size: 15px; font-weight: bold; } -/*/author profile top: description*/ +.author-description .profile-description p { + color: #fff; + font-size: 18px; + padding-bottom: 20px; + padding-top: 10px; +} +.author-description .rss-part a button{ + background-color: #9d1e15; + border: 1px solid transparent; +} + /*/author profile top: description*/ /*tabs for author*/ .author-page .background-bar{ @@ -62,9 +76,6 @@ } /*author-tab2*/ - .text-listing-entries .user a{ - font-size: 20px; - } .text-listing-entries .date{ font-size: 18px; color: #8a8a8d; @@ -110,6 +121,7 @@ padding-bottom: 25px; } + footer{