goodbyebird: Batman returns: Catwoman seen through a glass window. (Only Murderers In The Building)
goodbyebird ([personal profile] goodbyebird) wrote in [community profile] style_system2022-03-30 02:06 pm

Looking for some layout help

Hi,
I recently ported Flexible Squares + a layout from livejournal to use at [community profile] 3weeks4dreamwidth. Try as I might, I'm having a hard time adjusting some things, and since I'm on a bit of a deadline (wanted to start promoting on the 1st) I hoped somebody here might have the answers.

My two big issues are:
the font in the comments is tiny
the first line of every comment is partially covered up by the poster's icon, as is the second like of entry titles.

Would also love it if:
the entry titles could be links
have icons link to the user's userpics when clicked
change the color of italics
get rid of the calendar at the top


CSS


Many thanks for any help <3
presumenothing: (Default)

[personal profile] presumenothing 2022-03-30 03:32 pm (UTC)(link)
Not familiar enough with DW theme coding to figure out the rest offhand, but here's fixes for two things at least:

.commentreply {
position: relative;
margin: 10px;
font-size: 12px; <- increase this for comment font size (or remove this one line entirely)

I{
color: #d7ff6c; <- change this for italic colour

ETA: A bit of a hack, but adding "#sidebar_calendar { display: none; }" should hide the calendar area from view.
Edited 2022-03-30 15:51 (UTC)