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.
You also could try this changes in iGame global.css:

Search for:
.post.classic .post_author {
	width: 15%;
	float: left;
	margin: 0 1% 15px 0;
	padding: 5px 1%;
	margin-top
	font: normal 13px tahoma,helvetica,arial,sans-serif;
	font-style: normal;
	text-shadow: 0px 1px 1px #171717;
}
Replace with:
.post.classic .post_author {
	width: 15%;
	float: left;
	margin: 0 1% 15px 0;
	padding: 15px 1% 30px;
	margin-top
	font: normal 13px tahoma,helvetica,arial,sans-serif;
	font-style: normal;
	text-shadow: 0px 1px 1px #171717;
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #383838;
	background: #232323;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 2px 0px #171717;
	-moz-box-shadow: inset 0 0 2px 0px #171717;
	box-shadow: inset 0 0 2px 0px #171717;
}

and

Search for:
.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;
}
Replace with:
.post.classic .post_author div.author_statistics {
	margin: 6px auto 0;
	padding: 6px;
	float: none;
	font: normal 13px tahoma,helvetica,arial,sans-serif;
	font-style: normal;
	text-shadow: 0px 1px 1px #171717;
	text-align: center;
	border-top: 1px dashed #383838;
	width: 75%;
}

Result:
[attachment=33703]
Ty!

Well, last question, who i can put this togheter?
[attachment=33704]
(2015-02-05, 05:07 PM)Eroyasha Wrote: [ -> ]Ty!

Well, last question, who i can put this togheter?

What do you mean by put this together?
I just started to use MyBB For that theme! Its freakin' amazing! Keep it up iAndrew!

btw i got a question, i checked css s etc. too but couldn't find, how can i recolor the bars? example

http://i.imgur.com/vbIfGE8.png
(2015-02-06, 04:42 PM)GeroX Wrote: [ -> ]I just started to use MyBB For that theme! Its freakin' amazing! Keep it up iAndrew!

btw i got a question, i checked css s etc. too but couldn't find, how can i recolor the bars? example

http://i.imgur.com/vbIfGE8.png

Thanks, Look for these in global.css

#pm_notification
a:link {
a:visited {
a:hover,
a:active {
.thead {
(2015-02-06, 05:01 PM)iAndrew Wrote: [ -> ]
(2015-02-06, 04:42 PM)GeroX Wrote: [ -> ]I just started to use MyBB For that theme! Its freakin' amazing! Keep it up iAndrew!

btw i got a question, i checked css s etc. too but couldn't find, how can i recolor the bars? example

http://i.imgur.com/vbIfGE8.png

Thanks, Look for these in global.css

#pm_notification
a:link {
a:visited {
a:hover,
a:active {
.thead {

Thanks, i re-colored some of them but not all.. example

http://i.imgur.com/pgimMij.png

Please help, and thank you a lot Big Grin
Look for threadtext or threadedtext. forgot which.
(2015-02-06, 07:01 PM)iAndrew Wrote: [ -> ]Look for threadtext or threadedtext. forgot which.
Ok thanks , btw i entered templates , and editing styles from Advanced mode , the color hex #3f9889 , i change them , its ok right?

btw i can't find what you tell.
threadtext in themes > igame > new.css
(2015-02-06, 07:34 PM)iAndrew Wrote: [ -> ]threadtext in themes > igame > new.css

Thank you so much, here is the forum ffy-gaming.url.ph/forums Smile

Do you know how can i edit iGame logo? Smile