MyBB Community Forums

Full Version: Inferno Shoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello!

I recently re-installed my Inferno Shoutbox.

However, I have a small colors issue with it.

I am using a dark theme, so the default text wrote in the shoutbox is not so visible.
If you change your text color to white, this will not be seen anymore in the imput box.

[Image: PZOBd5K.png]

How can I change the default color to be seen white in the shoutbox and black in the imput box?

Forum URL: http://forum.ad-rp.url.ph

Test Account: MyBB_Tester
Password: Tester1
in the .inferno.css change the color for .inferno_content...

.inferno_content {
color: #FFFFFF;
}
Moved to Plugin Support.
This message shows up on editing the style sheet.

"This stylesheet is currently being inherited from MyBB Master Style. Any changes you make will break the inheritance, and the stylesheet will be copied to this theme."

I can't modify any of the content.
(2015-01-30, 10:02 AM)michael.b Wrote: [ -> ]I can't modify any of the content.

what you mean by "cant modify"... the changes are not getting saved....  Huh
just make the suggested change and save it.. then hard refresh (Ctrl+F5) the forum to check the change...
You can customize the inferno.css for every single theme. - The inferno.css master stylesheet stays as it is. Wink

Go to ACP >> Templates & Styles >> Themes >> Revolution and open inferno.css in advanced mode to edit:

Replace the whole content with:
.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;
    text-shadow: none;
}

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

.inferno_shoutbox {
}

.inferno_content {
	padding-left: 5px;
	word-wrap:break-word;
	margin-right:10px;
	margin-bottom:20px;
	margin-top:5px;    
	color: #969696;
	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;
}

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

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

.inferno_alert_div {
	padding: 8px 0px 3px 5px;
}

Save changes and try...
I don't know if it's because of my OS (Android), but when I'm trying to edit that template, I can't simple delete any of the content, as my delete key won't work.

Do you mind if I will give you a temporary access via PM to edit it?
Send me access data a PM - I'll modify the css stylesheet for you. Wink
(2015-01-30, 11:35 AM)michael.b Wrote: [ -> ]I don't know if it's because of my OS (Android), but when I'm trying to edit that template, I can't simple delete any of the content, as my delete key won't work.

Do you mind if I will give you a temporary access via PM to edit it?

yes you can PM me the details...

EDIT: Oops delayed response.. @SvePu you beat me Toungue
Sent.
Pages: 1 2