LiveJournal Release 91 is Live: New Features, Bug Fixes and More

Apr 12, 2012 23:36

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... )

Leave a comment

zweiundzwei April 13 2012, 12:27:49 UTC
there's bound to be a more elegant solution than this hack, but for now:

add the following to your stylesheet:

.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:-25px; }

where 25px is the amount of space "✂···" takes up in your layout's font (note it's a positive value for padding and negative for margin) and #000000 is replaced with your layout's normal font colour.

Reply

scout April 13 2012, 22:12:32 UTC
thanks a bunch!

Reply

doylebaby April 13 2012, 22:32:09 UTC
It works a treat, thanks so much for that! :)

Reply

thimble_kiss April 13 2012, 22:54:02 UTC
Thank you!

Reply

sororcula April 14 2012, 00:00:00 UTC
Gasppp, it's like magic. Thanks!

Reply

ayesakara April 14 2012, 00:03:37 UTC
Thank you so much!!!!

Reply

idiosyn April 14 2012, 01:44:24 UTC
You are a freakin' champion!

Reply

denig37 April 14 2012, 03:57:59 UTC
You're a godess *bows down to your feet and starts buildinga shrine* :-D

Reply

ragdoll April 14 2012, 04:17:04 UTC
Hmmm -- I tried that, and all it did was cut off the beginning of my cuts so they were unreadable. I tried tweaking the margin & padding numbers myself and the result was that it put the stupid scissors & dots under the lj-cut text, making it messy and unreadable.

Any suggestions on this? My style is one of the LJ ones: Bunnylicious which is Expressive.

Reply

caras_galadhon April 14 2012, 05:43:07 UTC
That is amazing, thank you! Fastest fix I've ever tried out, too. ♥

Reply

meridian_rose April 14 2012, 07:17:33 UTC
Thank you :D

Reply

glowing_dragon April 14 2012, 07:33:05 UTC
What does it look like when finished?

Reply

wildvision April 14 2012, 08:41:31 UTC
I love you for this, seriously. Thanks so much! =D

Edit: And I just noticed...if you stick this code in Stylish, it'll let you view the normal cut look anywhere. Well, almost. In some layouts, the scissors show up as transparent, inside the first parenthesis. Not perfect, but still, it's an improvement. (Anyone know how to get rid of that little oddity?)

Reply

zweiundzwei April 14 2012, 09:35:26 UTC
And of course that was needlessly complicated - here's the simpler version:

.ljcut-link { color:transparent; }
.ljcut-link:before { content:"( "; color:#605549; }
.ljcut-link:after { content:" )"; color:#605549; }
.ljcut-link a { margin-left:-25px; }

Reply

kittyrefuge April 14 2012, 10:10:34 UTC
Thank you for sharing the information.
You are genius! *hugs*

Reply

openidwouldwork April 14 2012, 11:45:12 UTC
Where do I find my stylesheet? I really want to add that!

Reply


Leave a comment

Up