Hey, layout help?
May. 21st, 2011 03:27 pmOkay, so I gave
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?
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)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:10 pm (UTC)(no subject)
Date: 2011-05-21 09:17 pm (UTC).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:18 pm (UTC)Oh, I just figured it out myself (LOOK HOW CLEVER I AM) and I think I put it on 11px. How does that look?Now it's size 12px. I can go with that.
Now I really wanna fix the fucking comments. Only part of the layout I don't like. aaaaargh.
(no subject)
Date: 2011-05-21 09:29 pm (UTC)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:37 pm (UTC)On my LJ and DW, it's light on dark because B>W hurts my eyes to read. Even my GD for writing MoC is W>B. But yeah, I wanted to help usability for the fic comm.
Heh, enjoy it!
(no subject)
Date: 2011-05-21 09:39 pm (UTC)(no subject)
Date: 2011-05-22 12:46 am (UTC)(no subject)
Date: 2011-05-22 12:50 am (UTC)(no subject)
Date: 2011-05-22 12:52 am (UTC)http://www.livejournal.com/customize/options.bml?group=sidebars
area? Can you just shut off the calendar?
(no subject)
Date: 2011-05-22 12:54 am (UTC)If I can't get rid of the calendar, I may try to move the sidebar with the userpic to the left above or below the calendar...
(no subject)
Date: 2011-05-22 12:55 am (UTC)(no subject)
Date: 2011-05-22 04:50 am (UTC).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 04:57 am (UTC)I need a device that lets me make out with people over the internet. You are amazing, that is exactly what I wanted. Thank you so much! ♥
ETA: Out of curiosity, did you learn coding online or taught yourself or learned offline? I figure I should learn basic CSS but am unsure where to start.
(no subject)
Date: 2011-05-22 05:21 am (UTC)http://wiki.dwscoalition.org/notes/CSS_Primer
Best "wtf is that" is
http://www.w3schools.com/css/css_reference.asp