lj css overrides

Dec 23, 2011 05:51


I created some code overrides for xmen_firstkink that I've cleaned up and publicly posted here. It is the same set of overrides used on this layout and at xmen_firstkink, and will only work on paid, plus, or permanent accounts ( Read more... )

tag

Leave a comment

Comments 7

This is what a logged-in comment looks like! firstkinkmod December 23 2011, 12:16:08 UTC
:)

Reply


This is what an anon comment looks like! anonymous December 23 2011, 12:18:05 UTC
:(

Reply

This is what a reply looks like! firstkinkmod December 23 2011, 12:25:51 UTC
Hi!

Reply


firstkinkmod December 23 2011, 12:27:21 UTC
This is a comment without a subject line!

Reply


sunnyspringhome December 23 2011, 22:01:38 UTC
Hey, I came back to check if you guys had officially posted your code so I could thank you for the earlier version that I poached using "view source" :) while I'm here, I think we've fixed a couple things on your bug list:

#5:
.entry-comments-text>table {
background: none repeat scroll 0 0 #BDF;
border: 5px solid #BDF;
margin: 0 auto;
width: 450px !important; } should put the comment page numbers into a nice blue box without fucking up the width of the reply box. You can switch out "width" for "max-width" to get it scale with the number of pages it needs to display, the way the old comment page did.

#6: I got the comment subject lines to stay put on f_fa with this:

.entry-text H3 { margin-top: 2px !important; }
.comment-head H3 { margin-bottom:2px !important;} It's a little kludgy but it seems to do the trick.

Also, I noticed that you have double underlines on usernames in the body of the entry-- if it bugs you, this gets rid of that grey underline that's actually a tricksy bottom border:

.ljuser a:visited, . ( ... )

Reply

firstkinkmod December 23 2011, 23:21:24 UTC
Glad that I could help (seems everyone's pulling from source these days, lol). Your overrides work for me as well, though I'm not seeing any double-underlines anywhere.

Would it be all right to put these overrides into the larger textarea with a credit to you, or should I separate them out into a different textarea? In either case, I'll link to this comment in the main post.

Reply

sunnyspringhome December 23 2011, 23:42:04 UTC
Feel free to put them in with the rest of the code! Lol, considering the number of people that have never had to touch the custom CSS box before LJ borked the comment pages, it's probably easiest to just have the most complete version of the code everywhere instead of making everyone copypaste different sections.

The double underlines-- hm, maybe it's a browser thing? But this is what I see on this page and this is ffa right now. There's a secondary grey underline in usernames when I'm on your journal and XMFK.

I am not anything like a web designer by trade, so mostly I was inspecting elements with Firebug and overriding one thing at a time XD Your CSS looks a lot more streamlined than what I ended up with.

Reply


Leave a comment

Up