Entry tags:
Show All of User's Fandoms 2.0
Once upon a time,
mumblemutter wrote a really awesome tweak to show all the fandoms on a user's profile page. But, alas, it was no longer working quite right. And since it is one of my can't-live-without modifications, I made a version for the new archive skin.
If it doesn't work in your browser, give me a holler and I'll see what I can do to help.
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
#user-fandoms ol.index {
padding-bottom: 0;
text-align: center;
}
#user-fandoms ol.index li {
display: inline;
margin-right: .5em;
line-height: 2.15em;
}
#user-fandoms ol#fandom_full_list {
padding-top: 0;
padding-bottom: 1.5em;
display: block !important;
}
#user-fandoms p.actions {
display: none;
}
If it doesn't work in your browser, give me a holler and I'll see what I can do to help.
no subject
no subject
no subject
(yes, the more I play with the parent system, the more in love I fall.)
no subject
I set the text-align to justify because I'm kind of obsessed with justify, but otherwise this works beautifully. Thank yooou!
no subject
no subject
#user-fandoms .index {
box-shadow: none;
}
#user-fandoms ol.index {
padding-bottom: 1em;
text-align: justify;
}
#user-fandoms ol.group:before {
content: "ยป ";
}
#user-fandoms ol.index li {
display: inline;
margin-right: .5em;
line-height: 2.15em;
}
#user-fandoms ol#fandom_full_list {
display: block !important;
font-size: .9em;
}
#user-fandoms p.actions {
display: none;
}
This gets rid of the shadowy line inbetween, offsets the list of ~lesser fandoms from the Top 5 while making sure there's a bottom-padding when there are only five fandoms or less, and rescues a tiny bit of screen real estate through font size. And I added a raquo because I have to add raquos to everything. That one can obviously be taken out (and probably should).
This won't appeal to people who want to see the whole thing as a unified block, but I didn't like that the first <ol> was shorter than the block beneath and subtly stuck out. Now it sticks out MORE. :-D
no subject
I keep wanting the little raquo to do something, though I have no idea what.
no subject
no subject
no subject