mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-02-05 03:24:40 +00:00
update
update
This commit is contained in:
parent
b3041fa71a
commit
b066aefd4f
@ -61,6 +61,11 @@
|
|||||||
top: 16%;
|
top: 16%;
|
||||||
color: #7691ce;
|
color: #7691ce;
|
||||||
}
|
}
|
||||||
|
.forEdition .profile-card-main h2 {
|
||||||
|
left: 20%;
|
||||||
|
top: 19%;
|
||||||
|
color: #f8f8f8;
|
||||||
|
}
|
||||||
.profile-card .direct-messages,
|
.profile-card .direct-messages,
|
||||||
.profile-card .direct-messages-with-user,
|
.profile-card .direct-messages-with-user,
|
||||||
.profile-card .follow
|
.profile-card .follow
|
||||||
|
@ -664,7 +664,6 @@ button.disabled:hover
|
|||||||
}
|
}
|
||||||
.followed-by
|
.followed-by
|
||||||
{
|
{
|
||||||
color: #43464d;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@ -929,6 +928,7 @@ button.disabled:hover
|
|||||||
/* external http links */
|
/* external http links */
|
||||||
.post-text a[href^="http"] {
|
.post-text a[href^="http"] {
|
||||||
font: italic 13px "Open Sans", sans-serif;
|
font: italic 13px "Open Sans", sans-serif;
|
||||||
|
text-decoration: none;
|
||||||
color: #aa617d;
|
color: #aa617d;
|
||||||
-webkit-transition: all 200ms;
|
-webkit-transition: all 200ms;
|
||||||
-moz-transition: all 200ms;
|
-moz-transition: all 200ms;
|
||||||
@ -950,19 +950,21 @@ button.disabled:hover
|
|||||||
color: #d57a9f;
|
color: #d57a9f;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.post-text a[href^="#profile"] {
|
.post-text a[href^="#profile"], .follow-suggestions a[href^="#profile"] {
|
||||||
color: #5e8da4;
|
color: #5e8da4;
|
||||||
|
text-decoration: none;
|
||||||
-webkit-transition: all 200ms;
|
-webkit-transition: all 200ms;
|
||||||
-moz-transition: all 200ms;
|
-moz-transition: all 200ms;
|
||||||
-ms-transition: all 200ms;
|
-ms-transition: all 200ms;
|
||||||
-o-transition: all 200ms;
|
-o-transition: all 200ms;
|
||||||
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;
|
color: #76b2ce;
|
||||||
}
|
}
|
||||||
.toptrends-list a[href^="#hashtag"], .post-text a[href^="#hashtag"]{
|
.toptrends-list a[href^="#hashtag"], .post-text a[href^="#hashtag"]{
|
||||||
color: #5e72a4;
|
color: #5e72a4;
|
||||||
|
text-decoration: none;
|
||||||
-webkit-transition: all 200ms;
|
-webkit-transition: all 200ms;
|
||||||
-moz-transition: all 200ms;
|
-moz-transition: all 200ms;
|
||||||
-ms-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{
|
.toptrends-list a[href^="#hashtag"]:hover, .post-text a[href^="#hashtag"]:hover{
|
||||||
color: #768fce;
|
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
|
.mini-screen-name
|
||||||
{
|
{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 227 KiB |
Loading…
x
Reference in New Issue
Block a user