MyBB Community Forums

Full Version: [AJAX] Inferno Shoutbox for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change the default font colour?
(2015-01-10, 05:51 PM)RVP991 Wrote: [ -> ]How can I change the default font colour?

http://community.mybb.com/thread-149231-...pid1128028
nice plugin
how to change entry shout??
see image below

[Image: image.png]
(2015-01-11, 04:09 PM)owenks666 Wrote: [ -> ]how to change entry shout??
see image below

[Image: image.png]

I'm not entirely sure what you are asking. Are you wanting to extend the shout entry box?
(2015-01-12, 12:32 AM)Clank Wrote: [ -> ]
(2015-01-11, 04:09 PM)owenks666 Wrote: [ -> ]how to change entry shout??
see image below

[Image: image.png]

I'm not entirely sure what you are asking. Are you wanting to extend the shout entry box?

yes
that's what i mean, my bad english.. sorry Big Grin
Go to ACP >> Template & Styles >> Themes >> YOUR THEME and open the inferno.css to edit.

Search for css selector => .inferno_text and add:
float: right;

[attachment=33490]
(2015-01-12, 02:21 AM)SvePu Wrote: [ -> ]Go to ACP >> Template & Styles >> Themes >> YOUR THEME and open the inferno.css to edit.

Search for css selector => .inferno_text and add:
float: right;

not working Big Grin

this ss for inspect element
http://s26.postimg.org/4d1mtfnd5/image.png

and this, all of inferno.css code
.inferno_table select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    outline: 0 none;
    padding: 4px;
}

.inferno_text {
	max-width: 500px;
	height: 18px;
	float: right;
	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;
}

(2015-01-12, 02:36 AM)owenks666 Wrote: [ -> ]
(2015-01-12, 02:21 AM)SvePu Wrote: [ -> ]Go to ACP >> Template & Styles >> Themes >> YOUR THEME and open the inferno.css to edit.

Search for css selector => .inferno_text and add:

float: right;

not working Big Grin


this ss for inspect element
http://s26.postimg.org/4d1mtfnd5/image.png

and this, all of inferno.css code

.inferno_table select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    outline: 0 none;
    padding: 4px;
}

.inferno_text {
	max-width: 500px;
	height: 18px;
	float: right;
	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;
}


Hmm, that's odd, it should be working. Under inferno_text try removing the max-width line and try upping the "width: 90%;" to 99%. Everything looks correct, so if that doesn't work, I would need an account to see what is messing with the rendering.
(2015-01-12, 02:36 AM)owenks666 Wrote: [ -> ]not working Big Grin

It works for me Wink ....


[attachment=33496]