wishfulclicking: man in black and white pulling back a curtain to show moving sky (Default)
needs to up my sock game ([personal profile] wishfulclicking) wrote2011-12-28 11:32 pm
Entry tags:

do not try and predict trends

Today I upgraded my account for a month mostly for the icons, though the extra 3 points were nice but ineffective. With my new icon space I deleted some (there are still more I need to get rid of) and added some, changed my default--love it though that was the opposite expression I wore with Misfits' latest finale.

Right now I'm trying to resist starting this WIP update because the author is not done posting and I'm already tired and it's better if I wait and just speed through it in the morning instead of F5ing a ridiculous number of times.

My new layout has all CAPS in certain parts, is there a way to changed that? Also to add some space between the journal title and recent entries or reading page within the header?
chagrined: Marvel comics: zombie!Spider-Man, holding playing cards, saying "Brains?" (brains?)

[personal profile] chagrined 2011-12-29 06:11 am (UTC)(link)
Hello, came here from network. Here are some CSS fixes for you. Just go to the custom CSS page of customize style, and paste these in the custom stylesheet box. (I also included one for overriding some code that makes the subtitle & pagetitle of your style automatically be in lowercase, but if you don't mind that, just delete that one.)

/* To get rid of text in uppercase */
#title, .navigation, .entry-title, .datetime, .metadata, .metadata-item-location, .metadata-item-music, .metadata-item-mood, .tag, .tag ul, .tag-text, .entry-interaction-links li, .comment-poster, .comment .footer, .month h3, .month th, .page-tags .tags-container h2, .page-icons .icons-container h2, .module-header, .journal-name, .journal-website-name, .module-navlinks ul.module-list, .manage-link, .manage-tags-link, .module calendar th, .module-calendar td.empty-day, .module-calendar td.entry-day, .ContextualPopup, .ContextualPopup .Relation, #lj_controlstrip td, #lj_controlstrip input { text-transform: none !important; }

/* To get rid of text in lowercase */
#subtitle, #pagetitle { text-transform: none !important; }

/* To insert padding above pagetitle (adjust "1" to value you desire, e.g 0.5em, 2em, etc. */
#pagetitle { padding: 1em 0 0 0 !important; }
Edited 2011-12-29 10:25 (UTC)