MyBB Community Forums

Full Version: Shoutbox issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys!

So, I`m encountering this error with my shoutbox since I have installed a new theme instead the default one.

I am using Inferno Shoutbox updated to 1.8.

The problem is that in the text`s box the characters are white and cannot be seen.
This is really annoying and may lead to grammatical errors.

[Image: RmmwoUY.png]

Another error is are the dropboxes with text`s colors and fonts.

As you see, they have a weird shadow.

How can I remove that?


Thanks anticipated!


My forum`s URL is: http://forum.ad-rp.webuda.com/

Test account:

Username: Test_Account
Password: Test123
Hi,

open ACP > Templates & Styles > Themes > YOUR THEME > inferno.css

Add to css selector ".inferno_table select"
text-shadow:none

and add to css selector ".inferno_text"
color: #111;
(2015-01-14, 04:56 PM)SvePu Wrote: [ -> ]Hi,

open ACP > Templates & Styles > Themes > YOUR THEME > inferno.css

Add to css selector ".inferno_table select"


text-shadow:none

and add to css selector ".inferno_text"


color: #111;

The problem with the shadow is somehow fixed.
However, I the .inferno_text Extra CSS Attributes resets to default when I change the color.

Any suggestions?
Ok..open the theme css file "inferno.css" in advanced mode.

Select all in editor window and replace it all with:
.inferno_table select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #6B91AB;
	border-radius: 3px 3px 3px 3px;
	font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	outline: 0 none;
	padding: 4px;
	text-shadow: none;
	color: #111;
}

.inferno_text {
	max-width: 500px;
	height: 18px;
	color: #111;
	width: 90%;
	font-size: 12px;
}

.inferno_shoutbox {
}

.inferno_content {
	padding-left: 5px;
	word-wrap:break-word;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:5px;
    color: #3e3e3e;
	overflow: auto;
}

.inferno_content a {
	text-decoration:none;
	color:#336699;
}

.inferno_content a:hover {
	text-decoration:underline;
}

.inferno_links {
	margin-left: 5px;
	margin-bottom: -1px;
}

.inferno_links div {
	border-radius: 3px 3px 0px 0px;
	/*padding-left: 5px;
	padding-right: 5px;*/
}

.inferno_links div {
	margin-right: 8px;
	display: inline;
}

.inferno_alert {
	background-color: #FBEF8D;
	padding: 1px;
}

.inferno_alert_div {
	padding: 8px 0px 3px 5px;
}
The text inside the imput box still cannot be seen.

Are you sure is the right HEX?
I refreshed your forum page and can't see the above written css rules.

Have you saved the css changes?
Yes, I did.
Sorry, but it doesn't look right.

Could you send me a temporary admin access via PM?
Info sent.
Moved to Plugin Support.