Profile page avatar bg transparency.

This commit is contained in:
rjt 2020-11-09 04:00:33 +00:00
parent 81c2e15ff5
commit 3d4db91e95
1 changed files with 16 additions and 12 deletions

View File

@ -86,8 +86,8 @@ div.drawer__inner__mastodon {
}
.emoji-button {
/* custom emoji picker button emoji */
content:url("https://cf.mastohost.com/v1/AUTH_91eb37814936490c95da7b85993cc2ff/gamemaking/custom_emojis/images/000/001/890/original/lsd-face2.png");
width:32px;
}
.navigation-bar__profile-edit::before {
@ -111,9 +111,10 @@ a.status-link:not(.mention) {
-------------------------------------------------------
*/
/* Border round avatar */
/* Transparant avatar background */
.public-layout .public-account-header__bar .avatar img {
border:1px solid #ffaec9;
background:none;
border:none;
}
/* Underline links in post view */
@ -126,23 +127,24 @@ div.grid > div.column-1 > div.hero-widget {
display:none;
}
/* Remove unneeded bg colour on iamges so avatars with
transparant bits look right */
.card__bar .avatar img {
background:none;
}
/* About page
-------------------------------------------------------
*/
/* Point hand for COC checkbox */
/* Point hand for COC checkbox
div.landing label.optional::before {
color:#fff200;
content:"☜";
font-size:120%;
margin-right:0.5em;
}
}*/
/* Adding more details to the
'Why do you want to join?' form
Not screen-reader-friendly :(
.hint::after {
content: ". If you leave this blank most-likely your application will be rejected.";
}*/
div.landing > div.landing__grid > div.landing__grid__column > div.hero-widget > div.hero-widget__text {
padding-bottom:1em;
@ -175,8 +177,10 @@ div.public-account-header.public-account-header--no-bar {
}
/* Pink borders */
div.contact-widget,
div.directory > div.directory__tag,
.hero-widget__footer {
div.hero-widget__footer,
ul.table-of-contents {
border:1px solid #ffaec9;
}
div.box-widget,