luciazephyr: Eleven, frustrated, "I can access printer, why the fuck can't you access printer?!" ([DW] technology how does it work!?)
[personal profile] luciazephyr
Okay, so I gave [livejournal.com profile] matterofchicago a new layout using Alex's amazing art. Only problem I have is that all the text has serifs, and I am very much an Arial fan. But the custom CSS says Arial 9px. Anyone know why it's showing me ugly serifs? Is it coming up serif-ified for anyone else?

ETA: Okay, I managed to fix that problem. Now I want to make the layout wider. I don't need that annoying calendar hanging onto the side. Anyone know how I can get rid of it and make the entry and comments wider?

(no subject)

Date: 2011-05-21 09:08 pm (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
It's serified, yes.

The only place I see Arial 9 in there is for the comment input box. There's nothing that actually places or inherits Arial 9 into the entrytext class. So either whoever made the base has another custom.css, or the code's being screwy. And the way it's coded, I can believe either option.

(no subject)

Date: 2011-05-21 09:17 pm (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
or just find, in whichever css it's in
.entrytext > p { padding: 0 15px 0 15px;}

and change it to
.entrytext > p { font-family: "Arial",Sans-serif; font-size: 9px; padding: 0 15px; }

Though if I could convince you to put it at 12px or more, so I don't have to load an override css to be able to read it, I'd love you for a long time.

(no subject)

Date: 2011-05-21 09:29 pm (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
Wow. Those commentbox tables are all sorts of fail, aren't they?

Yes, 12px is good enough. (If it were still W>B, I'd drive to Missouri to show you my glasses.) But people are used to reading B>W, so it's what they expect. Never mind that most paper isn't #FFF, let alone backlit. Yeah, I understand not caring for it, and for your personal journal, make it whatever you want it to be. But for a common community, it kinda should be easily readable.



...waitaminute. I haven't read that chapter yet! What am I doing, fiddling with code!?

(no subject)

Date: 2011-05-21 09:39 pm (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
mine's light-on-dark, too, so I understand, fully.

(no subject)

Date: 2011-05-22 12:46 am (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
I'll look at it later tonight - got a few things to do atm

(no subject)

Date: 2011-05-22 12:52 am (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
does the community have a
http://www.livejournal.com/customize/options.bml?group=sidebars
area? Can you just shut off the calendar?

(no subject)

Date: 2011-05-22 12:55 am (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
I'll look at the css later tonight - should be able to slap display: none on the right element.

(no subject)

Date: 2011-05-22 04:50 am (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
Find
.sidetd {width: 20% !important; border-right: 1px solid #dddddd; }

change it to
.sidetd {display: none; }

See if that works. (Part of the havoc is that damn !important in the call. That sort of coding hacks me off.)

(no subject)

Date: 2011-05-22 05:21 am (UTC)
samjohnsson: It's just another mask (Default)
From: [personal profile] samjohnsson
I taught myself HTML 14 years ago, and have just been picking up pieces as we go. DW is running a style tutorial on one of their comms (I linked it earlier) - this is the reference post they posted, with lots of links.
http://wiki.dwscoalition.org/notes/CSS_Primer
Best "wtf is that" is
http://www.w3schools.com/css/css_reference.asp

Tags

Style Credit

Expand Cut Tags

No cut tags