diff --git a/css/profile.css b/css/profile.css index 25c2561..deb995b 100644 --- a/css/profile.css +++ b/css/profile.css @@ -61,6 +61,11 @@ top: 16%; color: #7691ce; } +.forEdition .profile-card-main h2 { + left: 20%; + top: 19%; + color: #f8f8f8; +} .profile-card .direct-messages, .profile-card .direct-messages-with-user, .profile-card .follow diff --git a/css/style.css b/css/style.css index 733029d..074634d 100644 --- a/css/style.css +++ b/css/style.css @@ -664,7 +664,6 @@ button.disabled:hover } .followed-by { - color: #43464d; font-size: 13px; cursor: pointer; } @@ -929,6 +928,7 @@ button.disabled:hover /* external http links */ .post-text a[href^="http"] { font: italic 13px "Open Sans", sans-serif; + text-decoration: none; color: #aa617d; -webkit-transition: all 200ms; -moz-transition: all 200ms; @@ -950,19 +950,21 @@ button.disabled:hover color: #d57a9f; text-decoration: underline; } -.post-text a[href^="#profile"] { +.post-text a[href^="#profile"], .follow-suggestions a[href^="#profile"] { color: #5e8da4; + text-decoration: none; -webkit-transition: all 200ms; -moz-transition: all 200ms; -ms-transition: all 200ms; -o-transition: all 200ms; transition: all 200ms; } -.post-text a[href^="#profile"]:hover { +.post-text a[href^="#profile"]:hover, .follow-suggestions a[href^="#profile"]:hover { color: #76b2ce; } .toptrends-list a[href^="#hashtag"], .post-text a[href^="#hashtag"]{ color: #5e72a4; + text-decoration: none; -webkit-transition: all 200ms; -moz-transition: all 200ms; -ms-transition: all 200ms; @@ -972,6 +974,19 @@ button.disabled:hover .toptrends-list a[href^="#hashtag"]:hover, .post-text a[href^="#hashtag"]:hover{ color: #768fce; } + +.post-info a[href^="#profile"], .followers a[href^="#profile"]{ + color: #43464d; + -webkit-transition: all 200ms; + -moz-transition: all 200ms; + -ms-transition: all 200ms; + -o-transition: all 200ms; + transition: all 200ms; +} +.post-info a[href^="#profile"]:hover, .followers a[href^="#profile"]:hover { + color: #5e8da4; + text-decoration: none; +} .mini-screen-name { font-size: 13px; diff --git a/img/screenshot.png b/img/screenshot.png index b5c4f98..9c2efe9 100644 Binary files a/img/screenshot.png and b/img/screenshot.png differ