elf_fu: (Default)
elf_fu ([personal profile] elf_fu) wrote in [community profile] style_system2013-02-04 03:03 pm

Meta data, images, navigation, meta data spacing and a whole lot of noobsauce.

Hello everyone!

Long time Live Journaler, still trying to adjust to dream width. I know a LITTLE about custom layers and css. Enough to use too much pink and frighten people with it. I'm not the brightest bulb in the pack, so any help with these issues I am having would be great!

Account type: Paid
Journal: http://elf-fu.dreamwidth.org/
Style: Transmorgified
Layout: Transmogrified: Open Skies/Based on Elegant Grunge theme by [personal profile] dee found here: http://dreamwidthlayouts.dreamwidth.org/25847.html



1.) I would like to have my navigation links (Recent Entries, Archives, Tags, etc) to be images. I remember back on the place of the LJ this sometimes involved custom layers and perhaps sacrifices. I seem to be having a hard time finding any tutorials on replacing navigation links with images. Can anyone shove me in the right direction?

2.) My journal title is shoved off to the left on a very busy background. How may I center it please?


3.) Read Comments image is cut off slightly, and I am unsure where or how that happened. How may I adjust that?


4.) When reading comments, the entire comment area seemed squished, like so:

I'm not sure what I broke that needs fixing :p

5.) Mood, music and location all have icons in front of them. I'd like to add one in front of the crossposted link as well. Where would I add that in the css?

5a.) You might also note in the above image, my meta data (Mood, music, location, tags, cross post) seems very spaced apart. I'd like to have less space between them but I am not sure what controls the spacing for it.

Given it's been so long since I hesitantly poked CSS with a very long stick, I am pretty sure half my problems stem from editing things I shouldn't have. I appreciate any head pats, advice and help in advance! Thank you!

[personal profile] ex_awakened208 2013-02-07 10:18 pm (UTC)(link)
I know it's been a few days but I just checked my read page and thought I could help!

2.) To center your title, use this css:
#title span {
width: 100%;
margin: 0 }

#title {
text-align: center; }

I will probably try to see what I can come up with the other ones soon.

[personal profile] ex_awakened208 2013-02-07 10:33 pm (UTC)(link)
3.) I'm not sure if you wanted the one inside the bubble or not, but here is how to get the icon from being cut off w/ the one outside of the bubble:

.entry-readlink a {
width: 20px; }

[personal profile] ex_awakened208 2013-02-07 11:14 pm (UTC)(link)
4.) Maybe try this?

.comment-poster span {
margin-top: 0; }

span.ljuser {
margin-top: 2em; }

5.)
.metadata-item-xpost {
background-image: url("image url");
background-repeat: no-repeat;
margin-left: 0.6em;
padding-left: 26px;
margin-top: 1em;
margin-bottom: 1em;
height: 16px; }

5.a) Couldn't figure out how to change the space between the currents and the tags, but here is the code to change the space between the currents:
.metadata-item {
margin-top: 0 !important;}

I think that's about as much help as I can give! Good luck!
Edited 2013-02-07 23:15 (UTC)

[personal profile] ex_awakened208 2013-02-10 12:25 am (UTC)(link)
Not a problem! I hope that it all works out well when you are able to test it! Take all the time you need.

Good luck with your house!