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.
(2015-04-13, 09:36 PM)iAndrew Wrote: [ -> ]Replace this


<div class="float_left logotext" style="margin-top: 30px; margin-left: 5px;">
<a href="{$mybb->settings['bburl']}/index.php"><i style="font-size: 30px;" class="fa fa-crosshairs fa-fw"></i> IGame</a></div>

With this


<div id="logo">
 <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>

Thank you very much! It worked!
(2015-04-13, 07:13 PM)iAndrew Wrote: [ -> ]Send me a test account so i can try

Randomly the site made the changes and now it is better then the linear thing but still not how it need to be
http://prntscr.com/6tn7dl

(2015-01-06, 08:12 PM)iAndrew Wrote: [ -> ]Logged out: http://i2.minus.com/iMKQV4Qvdhji9.png
Logged in: http://i5.minus.com/io0Yo4ynmPy2f.png
Thread  http://i3.minus.com/itzmqtkToxtiF.png
Footer  http://i6.minus.com/ibj6TahfoyZOzF.png

A dark semi transparent white and black gaming skin.

----------------------------------------------------------
Comes with 10 blurred effect backgrounds (download the extra zip below of blurred backgrounds)

Drop downs galore
Custom footer, showthread, profiles, forum display
Text based logo 
Google fonts
Font awesome ready

Download: http://community.mybb.com/mods.php?actio...57&bid=920

Pack of 10 blurred background images

http://www60.zippyshare.com/v/56558455/file.html

Am I able to change the Green/Blue color to a own orange?
Yes, it's just a bottom border on the thead, you can look for all the other parts using the same colour also.
iAndrew, could you please help me with changing the 'O' on-off font icons back to .png files?

I've attached a screenshot with an example of what I'm trying to achieve.

Fantastic theme btw!
Look in your global.css for these and replace them with this, then upload your images with the same name for each.


.forum_on {
	background: url(images/igame/on.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_off {
	background: url(images/igame/off.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_offlock {
	background: url(images/igame/lock.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

.forum_offlink {
	background: url(images/igame/redirect.png) no-repeat 0 0;
	width: 45px;
	height: 43px;
}

It worked.

I can't believe it was that easy. Blush

Thank you so much!
Wow,very nice.Thanks
es perfecto gracias  Sleepy
Hi,
where can i change link color and forum colors as like ss?=
thx btw. its great theme



[Image: fznlWC.png]
(2015-04-19, 08:58 PM)cepxz Wrote: [ -> ]Hi,
where can i change link color and forum colors as like ss?=
thx btw. its great theme



[Image: fznlWC.png]

Thead in Themes > iGame > global.css, it's just a bottom border