posted by
noracharles at 01:44pm on 09/06/2010 under css
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I like a very clean and simple reading page, so I use style=mine all the time.
afuna taught me this:
( If a user's posts or comments show up a lot in your journal or reading page, and you get confused about who it is because they use so many different icons )
If you get confused about the meta data, like mood, location and music you can remove it from view by putting this in your custom css:
.metadata {display: none;}
ETA:
From
poulpette in comments: (paraphrased badly by me, you had better read poulpette's precision here)
To hide mood, location and music but leave the crossposted footer visible:
.metadata-label {display: none;} (Hides "Mood:" etc)
.metadata-item {display: none;} (Hides "Excited" etc)
.metadata li img {display: none;} (Hides the mood image)
Of course you can always see the original icon and original meta data by not using style=mine.
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
( If a user's posts or comments show up a lot in your journal or reading page, and you get confused about who it is because they use so many different icons )
If you get confused about the meta data, like mood, location and music you can remove it from view by putting this in your custom css:
.metadata {display: none;}
ETA:
From
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
To hide mood, location and music but leave the crossposted footer visible:
.metadata-label {display: none;} (Hides "Mood:" etc)
.metadata-item {display: none;} (Hides "Excited" etc)
.metadata li img {display: none;} (Hides the mood image)
Of course you can always see the original icon and original meta data by not using style=mine.
There are 28 comments on this entry. (Reply.)