MODERATOR TOOLS AND STYLES TOP THE LIST OF "NEW" IN THIS LATEST LIVEJOURNAL SITE UPDATE
LiveJournal Release 91 is live! Let’s just dive right in, shall we?
WHAT'S NEW
Moderators: Edit tags BEFORE approving an entry
Any of the thousands of mods on LiveJournal communities can attest to the hassle of editing tags after they’ve approved a post. Release 91
(
Read more... )
However, am now waiting for some smart programmer outside of LJ to make something that overrides this scissors business. Why do you do unnecessary things WITHOUT asking the people who use this place every day? (Or is it "Heaven forbid the users actually like the way the site looks, quick, change it!")
It's not like you're lacking for space on the front page now, right? How about some polls for these kinds of changes instead of just enacting them?
I don't mind the dotted line+scissor halves in the rich text edit, but changing parentheses to THAT, reducing visibility, compatibility, and logic?
No. No. No....
And no.
Reply
Reply
Put the code into the Custom CSS box.
Reply
Reply
Reply
Reply
Compile error: line 308, column 1: Unknown token encountered while parsing layer: [TokenPunct] = .
S2::Layer, S2/Layer.pm, 67
S2::Compiler, S2/Compiler.pm, 27
It then copies the code, but the first line is in italics: .ljcut-link { color:transparent; margin-left:-25px; }
Can you help me figure this out?
Reply
Reply
.ljcut-link { color:transparent; margin-left:-25px; }
.ljcut-link:before { content:"( "; color:#cbd3d8; padding-left:25px; }
.ljcut-link:after { content:" )"; color:#cbd3d8; }
.ljcut-link a { margin-left:-25px; }
ETA: I guess the link isn't going to work, but if you need to see the rest of the code, let me know where to send it. (Link Fixed!) But, the layer compiles perfectly until I add the code above.
Reply
edit: fixed that link, lol.
Reply
Reply
A question: were the parens for the cut-tags hypertext-colored or black before? I adapted it a little bit to use black but despite the fact I don't like the scissors, I don't remember that detail from before. *headdesk*
Also I had to mess a little bit with the margin of the inner text because for some reason it was overlapping the space that was put in for the open paren, so I changed it to "-22" instead of "-25" and that seemed to work: here is my adaptation (using my color for the text):
.ljcut-link { color:transparent; margin-left:-25px; }
.ljcut-link:before { content:"( "; color:#000000; padding-left:25px; }
.ljcut-link:after { content:" )"; color:#000000; }
.ljcut-link a { margin-left:-22px; color:#5674b9}
Also I use a pre-made style sheet so I had to change the "Use layout's stylesheet(s) when including custom external stylesheet " option to "Yes". And it worked :D Thanks again.
Reply
Reply
Reply
Reply
Thanks so much for that. Phew.
Reply
Leave a comment