RatCreature (
ratcreature) wrote2011-12-21 08:31 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
*spork*
Like almost everyone else I loathe LJ's new comment pages. I've always disliked the customized comment pages and preferred the site style, but I now had to turn the customization on in self-defense, because those are slightly less awful. For many years now I had used "Smooth Sailing" as layout but the custom comment pages there are worse than the "Minimalist" style ones, so I switched my layout and then spend almost two hours trying to get my basic requirements customized again. It should not be this hard to get the icons to display on the left of an entry. I'm still trying to figure out how to make that serif font go away that goes with that layout in some places.
Anyway, in wake of this mess I decided to turn on these crossposting footers linking to DW, to encourage people who so far follow me on LJ to comment elsewhere. I used to find them vaguely obnoxious, because I figured people who wanted to follow and comment on DW would just read there in the first place, but that was before LJ's continuous attempts to make their site unusable had reached quite this level. I'm still considering whether I should just turn comments there off entirely.
Anyway, in wake of this mess I decided to turn on these crossposting footers linking to DW, to encourage people who so far follow me on LJ to comment elsewhere. I used to find them vaguely obnoxious, because I figured people who wanted to follow and comment on DW would just read there in the first place, but that was before LJ's continuous attempts to make their site unusable had reached quite this level. I'm still considering whether I should just turn comments there off entirely.
no subject
no subject
no subject
(Obviously I haven't left for the airport yet *g*. And I don't have time to screw with my journal before I go - damn you, LJ! But I'm going to want to do it when I get back.)
Also, like
no subject
I picked the minimalist Georgia theme and to make the icons display left I added to the custom CSS:
.content .entry .entry-title {
margin-left:130px;
font-size:2.4em;
line-height:1.1em;
}
.content .entry .entry-title IMG {
padding-right:.5em;
}
.content .entry .entry-text .author {
position:relative;
float:left;
max-width:120px;
margin:1.2em 1.2 1.2em 1.2em;
font-size:0.85em;
text-align:center;
z-index:10;
}
.content .entry .entry-text .entry-date {
margin:1em 0 1em;
font-size:1.1em;
font-style:italic;
text-transform:lowercase;
font-family:Georgia, serif;
}