• The site has now migrated to Xenforo 2. If you see any issues with the forum operation, please post them in the feedback thread.
  • Due to issues with external spam filters, QQ is currently unable to send any mail to Microsoft E-mail addresses. This includes any account at live.com, hotmail.com or msn.com. Signing up to the forum with one of these addresses will result in your verification E-mail never arriving. For best results, please use a different E-mail provider for your QQ address.
  • For prospective new members, a word of warning: don't use common names like Dennis, Simon, or Kenny if you decide to create an account. Spammers have used them all before you and gotten those names flagged in the anti-spam databases. Your account registration will be rejected because of it.
  • Since it has happened MULTIPLE times now, I want to be very clear about this. You do not get to abandon an account and create a new one. You do not get to pass an account to someone else and create a new one. If you do so anyway, you will be banned for creating sockpuppets.
  • Due to the actions of particularly persistent spammers and trolls, we will be banning disposable email addresses from today onward.
  • The rules regarding NSFW links have been updated. See here for details.

Styling requests

Announcements and some thread banners are hard to read in UI.X Dark (Mobile).

3ZIn4Uh.png
 
Got tired of looking at the way thread tags looked for the Light Responsive theme and changed them a bit.

jfCC69M.png


Changelog: Added following code to EXTRA.css
Code:
/* Tags */
.tagList, .tagList li {
	display: inline;
}
.tag {
	background-color: @contentBackground;
	border: 1px solid;
	text-decoration: none !important;
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
.tag:hover {
	color: @textCtrlText !important;
	border: 1px solid @textCtrlText;
	background-color: #bcbcbc;
}

If I ever figure out where it in the the proper template I may transfer the changes over.
 
Last edited:
The blackend theme needs a change if possible.

Are a blinding white and you can just barely read the text in them.

Everything else seems to be fine except for that little flaw. I understand if it can't be changed though, just thought I should bring it up since I've been using said theme for awhile and the spoiler tags always irritated me.
 
The blackend theme needs a change if possible.

Are a blinding white and you can just barely read the text in them.

Everything else seems to be fine except for that little flaw. I understand if it can't be changed though, just thought I should bring it up since I've been using said theme for awhile and the spoiler tags always irritated me.
I'm on Blackened-Green, and I can read that just fine.
 
Both styles use the same spoilers, but how does it look for you now? OverReactionGuy

Looks like you darkened it a bit. It's not blinding and I can read the text better. Seems to be better on my eyes too. So I say it's good, so thanks. :D

Honestly I blame the fact that my eyes are rather sensitive to such things in the first place.
 
If you have a quote box inside a spoiler box, you end up with black text on a dark grey background, which is almost unreadable:
The solution, I think, is to add CSS to the quote box which sets the default text colour back to the same off-white as it is outside of spoilers.
 
The solution, I think, is to add CSS to the quote box which sets the default text colour back to the same off-white as it is outside of spoilers.
What Style are you using? There's way too many imo.

Edit: Looking back up, I'll assume Blackened-Green for now.
 
Yeah, still Blackened-Green. Though you should check at least the other Blackened themes; they likely have the same problem.
 
What Style are you using? There's way too many imo.

Edit: Looking back up, I'll assume Blackened-Green for now.
Okay, the fix works, but the colour you set the text in the quote boxes to isn't the same one as the default colour outside of quote boxes - it's several shades lighter.
 
Minor issue I just noticed: using the UI.X Dark (Mobile) theme, some user names are difficult to read:

nHJtoj6.png
 
Added a small text-shadow in the EXTRA.css.
Hmm...

fJAKgjV.png



Well his subtitle is more correct -- he's shadowed af.

EDIT: It is more legible, so yeah this is probably good enough.

The issue is (and was) that the background and text are too close in luminosity, and the brighter background does help with contrast.
 
Last edited:
So, what do you think needs changing? Because with my addition of the text-shadow, nothing in that image appears illegible to my eyes.
 
So, what do you think needs changing? Because with my addition of the text-shadow, nothing in that image appears illegible to my eyes.
It is a bit more legible now. Thanks!

It's just not as clear as most of the other names.

Do you have fine-grained control to change colors for specific themes? If so, maybe a brighter red to contrast the dark-gray background? Alternately. a darker shadow instead of a light shadow. (Or both.)

It's really not a big deal, since those names are so infrequent.
 
It is a bit more legible now. Thanks!

It's just not as clear as most of the other names.

Do you have fine-grained control to change colors for specific themes? If so, maybe a brighter red to contrast the dark-gray background? Alternately. a darker shadow instead of a light shadow. (Or both.)

It's really not a big deal, since those names are so infrequent.
One more try, this time a lighter red with no shadow.
 
Testing.
Code:
.messageText {
	font-size: 10pt;
	font-family: sans-serif, Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
}

Seems good now.
 
I'm not sure if it's just me or the style itself but... Flexile Dark seems to be unable to show dice rolls properly. No numbers appear in the box, it's just a big blue square.
[dice]16295[/dice]
 
Last edited:
Gave a post of mine a test roll.

528b75afdb7e40caba24ed0eda7329b7.png


I mean they do look like shit imo, but it seems to be working.
 
Could the color of the text and/or background on threadmark labels attached to threadmarked posts be changed in the Blackend styles? It's currently black text on a darkish grey background and hard to read.

Also, you might want to change the grey background on those either way. While checking I noticed that the colored text on the threadmark labels in both Blackend-Blue and Blackend-Purple have bad contrast against it.

Edit: Added example image.
examples.png
 
Last edited:

Users who are viewing this thread

Back
Top