Added syle to make avatar bgs transparant on profile pages and reshuffled some

This commit is contained in:
ryliejamesthomas 2019-06-23 23:18:31 +10:00
parent eb0bea883d
commit 652edbaa0e
1 changed files with 24 additions and 17 deletions

View File

@ -8,6 +8,12 @@
-moz-tab-size:4;
}
/* Link icon in front of permalink, to make clearer */
a.status__relative-time::before {
content:"🔗 ";
}
abbr {
cursor:help;
}
@ -16,17 +22,10 @@ cite {
font-style:italic;
}
/* General button appearance */
.btn,
.button {
background-color:#ffaec9!important;
border:1px solid #fff200!important;
color:black!important;
}
/* Link icon in front of permalink, to make clearer */
a.status__relative-time::before {
content:"🔗 ";
/* Removes nav area from
/about/more /public and profiles */
div.public-layout > div.container > nav.header {
display:none!important;
}
/* Remove scrollbar styling */
@ -34,17 +33,19 @@ html {
scrollbar-color:unset;
}
/* Removes nav area from
/about/more /public and profiles */
div.public-layout > div.container > nav.header {
display:none!important;
}
/* Place display name and account on separate lines */
strong.display-name__html {
display:block;
}
/* General button appearance */
.btn,
.button {
background-color:#ffaec9!important;
border:1px solid #fff200!important;
color:black!important;
}
/* Logged-in page (Tweetdeck style)
-------------------------------------------------------
*/
@ -138,6 +139,12 @@ 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
-------------------------------------------------------
*/