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.
Nice, but I think it would look better with index folder icons and a full banner.
In thread picture looks awesome though.
Just wanted to say that your theme is really great! But I wanted to ask if it would be ok for you or is it allowed, when I will use your theme on my homepage and change a few things. For example:

   
  • colours from blue into red
  • maybe mix the theme "igame" with your another theme (Revolution gaming [Dark theme], like icons on forum
Surely your " Theme © iAndrew 2014 " will stay there where it is now.

I am very new to the kind of editing homepages and not sure what is allowed and what not. That's why I wanted to ask you, iAndrew
Hi, you can edit anything you like with the theme 5kuZZy.

I have updates for Revo + iGame i'll upload shortly on the mods site.
Thank you for this fast reply and the information!   Cool
Works great, thanks!
How do you change the overall #3F9889 (Green) Color?
(2015-03-09, 03:42 PM)Sprax Wrote: [ -> ]How do you change the overall #3F9889 (Green) Color?

Themes > iGame > Global.css and new.css
(2015-03-05, 01:03 AM)nollidnosnhoj Wrote: [ -> ]Is there a way to make sure that layout of the theme doesn't mess up when changing resolution of the browser window, or viewing in mobile phone?

I actually don't have an issue on mobile (or at the very least 1080p phone on my nexus 5 doesn't)  

But I think I know what you mean on the desktop. 

If you don't have the window zoomed to 100% or less (basically just don't zoom over 100%) the page will derp at same aspect ratios it seems.. but 100% works fine.

Lots of websites have issues with this and you need to do some fancy stuff to not have this issue. 
Hey there iAndrew!

I had a quick question for you. I can't seem to get the "igame" logo with crosshairs to be removed. I have logo.png in the correct directory and all that.
This is what I mean: http://prntscr.com/6f5t7n
Edit: I tried the solution you provided earlier in regards to changing the header to have a specific text and that didn't work either.

Any ideas?
Thanks,
-Ivy
(2015-03-10, 07:24 PM)IvyRush Wrote: [ -> ]Hey there iAndrew!

I had a quick question for you. I can't seem to get the "igame" logo with crosshairs to be removed. I have logo.png in the correct directory and all that.
This is what I mean: http://prntscr.com/6f5t7n
Edit: I tried the solution you provided earlier in regards to changing the header to have a specific text and that didn't work either.

Any ideas?
Thanks,
-Ivy

Templates > iGame > header Templates > Header  just 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 class="logo" style="margin-top: 30px; margin-left: 5px;">
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>