-
• #678
You + Technology never works. I'm surprised you can even login.
-
• #679
Hey @ononelangster
-
• #680
Just testing
-
• #681
I did! you should see the state of the wifes face!!!!!
.>>>>>>>>>>>>>>>>>
-
• #682
You + Technology never works. I'm surprised you can even login.
Well as long as it's just me then that's fine I guess, it might be a problem if it affected everyone else who has an iPhone, or even a significant proportion of them.
-
• #683
Lucky it's just you then.
-
• #684
.
-
• #685
You can use this to turn posts from those you wish to ignore into Lorem Ipsum until this functionality is added. Add it to Tampermonkey plug in
// ==UserScript== // @author mikec // @name new replace with loren ipsum // @namespace lfgss.com // @description A user friendly view of the new LFGSS // @include http://www.lfgss.com/* // @version 1 // @require http://code.jquery.com/jquery-2.1.1.min.js // @require http://sanderkorvemaker.nl/jquery/js/jquery.lorem.js // ==/UserScript== /** * Extend list below depending on who needs to be lorem ipsumed */ var ignoreList = new Array( "mikec","etc","etc" ); $( ".comment-item" ).each(function() { var potentialBelm = $( this ).find( '.comment-item-author a strong' ).html(); if($.inArray(potentialBelm, ignoreList) > -1){ var el = $( this ).find( '.comment-item-body' ).children('p'); var x = $( el ).text().length; $( el ).lorem({ type: 'characters',amount:x,ptags:true}); } });
-
• #686
Took me a while to trust the sign in method...
SCEPTICAL -
• #687
Thanks for taking the black border off the LFGSS logo, much better.
-
• #688
It's all changed again!
Is the grey/black background the new "style" or just a result of me messing around with other people's code too much?
-
• #689
Changed here too.
-
• #690
I think it's sexy... #everythingblack #streetgoth
-
• #691
ooh I like this new grey background.
-
• #692
These are the original design colours from 2011.
Logo: 173,224,228 (RGB)
Background: 66,65,67 (RGB)Although the link text was defined to be the same as the logo, but that had been based on the presumption that the text would appear on the dark grey background. So I'm not doing this, as content now appears on a white background.
-
• #693
this happened yesterday too, preferred white
-
• #694
this happened yesterday too
Nope, it was black 36 hours ago.
This colour is now staying, it is the original palette
-
• #695
hmm I have lost 12 hours
-
• #696
This colour is now staying, it is the original palette
I like it. Good choice.
-
• #698
This (grey background, blue LFGSS and crucially no outline)
is the best use of colour yet.I don't want to blow any minds but if you add just a tiny bit of colour into the grey (blue – as it appears elsewhere on the page) it will look nicer.
Current grey:
R066/G066/B066Grey that looks groovey:
R055/G060/B065Just a thought.
-
• #699
Will the logo gonna go Black on the sad days?
Yes.
The black does stand out on the grey, but because of the reduced contrast a border will be added to increase the contrast on devices that have a poor display. Thus ensuring it is noticed.
-
• #700
These are the original design colours from 2011.
Thanks - I'll have to take your word for it though, my memory is appalling as I can't remember it at all.
It didn't work, logged me out again.