MyBB Community Forums

Full Version: iGame 1.8.23 (Dark transparent skin)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For this you could change the css rules for .post_content in ACP > Templates & Styles > Themes > iGame > global.css

e.g.:
.post_content {
	padding: 9px 10px 5px 10px;
	background: whitesmoke;
	color: #333;
	text-shadow: 0 1px 1px #ccc;
}

[attachment=33684]
Thanks For The Help.
its working...
Hello guys!

I need help with this, i'd like to create a box for the user's info and center all together but i dont know how Confused

(See the attachment)
Change the css rules for .post.classic .post_author div.author_statistics in iGame > global.css from:
.post.classic .post_author div.author_statistics {
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: left;
	font: normal 13px tahoma,helvetica,arial,sans-serif;
	font-style: normal;
	text-shadow: 0px 1px 1px #171717;
}
to:
.post.classic .post_author div.author_statistics {
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
	font: normal 13px tahoma,helvetica,arial,sans-serif;
	font-style: normal;
	text-shadow: 0px 1px 1px #171717;
	text-align: center;
}
http://tecnofreak.es/showthread.php?tid=1

I can't see the change D:
I saved but there aren't any changes

(Sorry for my english)

EDIT: LOL So late, but finally the theme updated byself LOL

Thanks a lot, but how can i create a Box for the user now?
What kind of boxes do you mean? - Like this?

[attachment=33699]
Yeah  but i'd like all together, like the photo (and separate the stadistics from the ranks and image) :
[attachment=33700]
You can still use MyBB post author borders and background, i just removed them.

Look for ".post .post_author" in your global.css and change it to this (you'll need to edit the colors as i haven't tested it)


.post .post_author {
background: #181818;
border: #101010 1px solid;
padding: 5px;
overflow: hidden;
-webkit-box-shadow: inset 0 0 1px 1px #262626;
-moz-box-shadow: inset 0 0 1px 1px #262626;
box-shadow: inset 0 0 1px 1px #262626;
color: #969696;
}

Thank you for your help ^^ Did what you said, but it did not convince the result so I decided to return at sight modern, but it me has remained bugged
http://tecnofreak.es/showthread.php?tid=1
D:
Change the padding or add a width.