Smushed Entry Only on Reply Pages

Aug 30, 2007 12:55

I have a couple changes that I want to make that are kind of stumping me and they seem like they should be really simple things to change, but for some reason I can't figure them out on my own or by browsing through older posts ( Read more... )

date format, comments, solved, entries, paid accounts

Leave a comment

tokyonoiz August 30 2007, 17:16:48 UTC
Add

.skiplinks {
display: none;
}

to your CSS to get rid of the links that say "Previos, Edit, Next, etc." on your reply page.

Use

.datesubjectcomment

in your CSS to change the look of date/time on your commentpage.

Reply

(The comment has been removed)

tokyonoiz August 30 2007, 17:48:21 UTC
.datesubjectcomment a:link (etc) only effects the links in this area.
.datesubjectcomment effects everything that is not linked (like date/time)

About the smushedness...can I see it online somewhere?

Reply

tofuparade August 30 2007, 17:51:48 UTC
Yeah, you definitely can. Give me just a sec here to make a public entry. This is a new journal that I'm creating, so I haven't posted any public entries in it yet. :3

Reply

(The comment has been removed)

tokyonoiz August 30 2007, 18:10:22 UTC
I think I now know what you mean..the upper red part is gone..

ok, try this:

#1 Wherever you have

.subject {

change it into

.subject, .replytosubject {

#2 Wherever you have

.date {

change it into

.date, .replytoposter {

I hope this is working o-o'

Reply

tofuparade August 30 2007, 18:15:23 UTC
Oo, thank you so much! It worked some, but it still looks a little wonky. I wonder what changes I can make to get it to look exactly like my posts. If you wouldn't mind too much, would you be able to do as if you were about to reply to me again on my journal, that way you can see how it's changed so far and what's left to fix/adjust about it?

Thank you for all of your help thus far and your generosity with your time. I really appreciate it. ^_^

Reply

tofuparade August 30 2007, 17:46:48 UTC
Oo, actually! I'm so sorry, I made a mistake before and didn't realize that I already had that bit of code for .datesubjectcomment. It was just in a different place than I assumed and my eyes kept skipping right over it! So, that problem is solved. Thank you so very much. <3!

Unfortunately, using .skiplinks to adjust the smushedness of my entry didn't work, but it did definitely remove the links, which is awesome, regardless. So, thank you for that!

Do you have any other suggestions to how I might be able to change things around so that my entry post in my reply pages didn't get smushed like that? It wasn't the navi links, I guess. So, is it the padding or margin somewhere? Or something else? Any help would be super appreciated! Thanks so much!

Reply


Leave a comment

Up