Sinisterly
Forum Annoyances - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: Announcements (https://sinister.ly/Forum-Announcements)
+---- Forum: Suggestions (https://sinister.ly/Forum-Suggestions)
+----- Forum: Old Suggestions (https://sinister.ly/Forum-Old-Suggestions)
+----- Thread: Forum Annoyances (/Thread-Forum-Annoyances)

Pages: 1 2 3


RE: Forum Annoyances - 0xDEAD10CC - 04-01-2014

So you see nothing wrong with that screenshot? You must be blind. And furthermore, you must also know nothing of web development if you think it should look the same as it does for you, for everyone else. Get a clue first, then post.


RE: Forum Annoyances - Cake - 04-01-2014

(04-01-2014, 01:15 AM)0xDEAD10CC Wrote: So you see nothing wrong with that screenshot? You must be blind. And furthermore, you must also know nothing of web development if you think it should look the same as it does for you, for everyone else. Get a clue first, then post.
1: The only thing wrong with the screen shot is how pixelated it is as well as apparently too dark of color on the dash's.

2: I do quite a bit of web development.

3: This problem is most likely only unique to you.


RE: Forum Annoyances - Alan Turing - 04-01-2014

(04-01-2014, 01:15 AM)0xDEAD10CC Wrote: So you see nothing wrong with that screenshot? You must be blind. And furthermore, you must also know nothing of web development if you think it should look the same as it does for you, for everyone else. Get a clue first, then post.

Chill out, no need to be so "URGHHHHHH" with people that aren't even being disrespectful. Not everyone is going to see what YOU see.


RE: Forum Annoyances - 0xDEAD10CC - 04-01-2014

(04-01-2014, 01:21 AM)Kodo Wrote: 1: The only thing wrong with the screen shot is how pixelated it is as well as apparently too dark of color on the dash's.

2: I do quite a bit of web development.

3: This problem is most likely only unique to you.

1. Lol! What a moron... I enlarged it in paint so that you could see what you just observed about the dashes. Care to now say that there's still nothing wrong with the colors, after you blatantly just observed what is wrong, yourself?

2. Yet, still you seem to know nothing of it... I've heard self-proclaiming people make the same claims as you for many things before.

I've cleared my cache and history, disabled all themes and addons, anything else I'm missing to make things default or do the defaults only apply to me is what you're saying? :S

(04-01-2014, 01:22 AM)Kosaki Wrote: Chill out, no need to be so "URGHHHHHH" with people that aren't even being disrespectful. Not everyone is going to see what YOU see.

And only someone who has any clue about web development would've known this before making such an ignorant reply in the first place. He clearly doesn't, so he can claim all he wants, it still means nothing to me but keystrokes.


RE: Forum Annoyances - Cake - 04-01-2014

Addressing:
1: I said apparently. Meaning, you think it's too dark I don't see a problem with it.
2: ok pro
3: It looks fine for me.


RE: Forum Annoyances - Alan Turing - 04-01-2014

(04-01-2014, 01:25 AM)0xDEAD10CC Wrote: 1. Lol! What a moron... I enlarged it in paint so that you could see what you just observed about the dashes. Care to now say that there's still nothing wrong with the colors, after you blatantly just observed what is wrong, yourself?

2. Yet, still you seem to know nothing of it... I've heard self-proclaiming people make the same claims as you for many things before.

I've cleared my cache and history, disabled all themes and addons, anything else I'm missing to make things default or do the defaults only apply to me is what you're saying? :S


And only someone who has any clue about web development would've known this before making such an ignorant reply in the first place. He clearly doesn't, so he can claim all he wants, it still means nothing to me but keystrokes.

I understand, but calling out someones skills in web app is a bit extreme when they kindly said what they wanted to.

It's as if you and I looked at a shade of blue and I said "It's dark" and you said "No, it's aqua" and I said you obviously know fuck all about colors.


RE: Forum Annoyances - 0xDEAD10CC - 04-01-2014

(04-01-2014, 01:31 AM)Kosaki Wrote: I understand, but calling out someones skills in web app is a bit extreme when they kindly said what they wanted to.

It's as if you and I looked at a shade of blue and I said "It's dark" and you said "No, it's aqua" and I said you obviously know fuck all about colors.

That's far from the point here. The fact is that it should be the same color as the rest of the text -- it's not. I'll have to do more testing if others have confirmed that it's fine for them.. I really don't care at the end of the day though. I'll welcome more members like that to this thread if they think their elite badge is some kind of certificate or something.


RE: Forum Annoyances - Alan Turing - 04-01-2014

(04-01-2014, 01:32 AM)0xDEAD10CC Wrote: That's far from the point here. The fact is that it should be the same color as the rest of the text -- it's not. I'll have to do more testing if others have confirmed that it's fine for them.. I really don't care at the end of the day though. I'll welcome more members like that to this thread if they think their elite badge is some kind of certificate or something.

If that's how you want to act and present yourself, by all means go ahead. But don't be surprised when people don't bother to take any interest in you.


RE: Forum Annoyances - Cake - 04-01-2014

(04-01-2014, 01:32 AM)0xDEAD10CC Wrote: That's far from the point here. The fact is that it should be the same color as the rest of the text -- it's not. I'll have to do more testing if others have confirmed that it's fine for them.

You do realise in mybb that you don't set colors for individual characters right? You set colors for elements / classes in the stylesheet.

So you could do

p {
color: red;
}

and

.blockquote{
color: black;
}

but having the codeblock inside of the blockquote isn't really going to do this so it's probably not a site error. It has to be something on your side. Something else that supports this is the fact that all the text is the same color on my screen and probably multiple other people's screens.

If you haven't already try another browser.


RE: Forum Annoyances - 0xDEAD10CC - 04-01-2014

(04-01-2014, 01:36 AM)Kosaki Wrote: If that's how you want to act and present yourself, by all means go ahead. But don't be surprised when people don't bother to take any interest in you.

I'm not here to advertise myself in the first place. There's already too many teen glory hounds here and the forum I came from was a bit better to be honest.

(04-01-2014, 01:37 AM)Kodo Wrote: You do realise in mybb that you don't set colors for individual characters right? You set colors for elements / classes in the stylesheet.

So you could do

p {
color: red;
}

and

.blockquote{
color: black;
}

but having the codeblock inside of the blockquote isn't really going to do this so it's probably not a site error. It has to be something on your side. Something else that supports this is the fact that all the text is the same color on my screen and probably multiple other people's screens.

If you haven't already try another browser.

You realize that this could still be achieved through JavaScript and PHP if that was the intention? Or did your past work with all the web development you keep talking about not involve such in-depth work?

I've tried another browser, and it was fine, but that doesn't mean or guarantee that the site is fine, even if it is. Do you have any idea about browser optimization and why it even exists, and why web developers care about it? They don't just invoke a javascript popup telling them to download chrome because they haven't got it looking right on IE and Firefox...

I'm not saying that this is what is going on, but you're explaining it like it's impossible. Clearly you're clueless.