MyBB Community Forums

Full Version: Unlimited Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Information

Unlimited Theme is the last theme I design for MyBB 1.6 series. It's dark-based, you can see a lot of minimalistic details, font awesome icons, effects with css3, less images, and more.

Preview

[Image: TD8PoDel.png]

[Image: 7xeHycgl.png]

[Image: 4oQnQKvl.png]

[Image: 2FkGpD7l.png]

Support

At the moment, I'm giving support here... until I have a site.

Licence

[Image: 88x31.png]
Unlimited Theme by eNvy is distributed under a Creative Commons License Attribution-NonCommercial 4.0 International.

Download

You can download Unlimited Theme directly from MyBB!

Hope you like it! =)

Donate

In the case you want to donate to me for my work, it's your own choice, and only you can do that. I do not ask for money, but if you donate it helps me to reach several goals.

[Image: WbUtYUC.gif]
The images could use a bit of resizing I think.
(2014-07-26, 04:45 PM)Kaeden Wrote: [ -> ]The images could use a bit of resizing I think.

Done, thanks.
Nice theme, thanks.
First, nice theme.
Second, where i can edit this thing: topic rate: http://screencloud.net/v/jJFJ
It's a Font Awesome icon CSS rating.

To change the icon you need to do this:

First, go to your ACP > Templates & Styles > Styles > Unlimited and open star_rating.css

After, search this:

.star_rating li a:before {
        font-family: FontAwesome;
	content: "\f1b2";
	font-size: 14px;
} 

To change the logo, you need to change the "\f1b2" content, but how?

http://fontawesome.io/icons/ < List of the icons (remember the name of the icon you want to use)

After, go to your ftp, to images / Unlimited / font / css / and here open font-awesome.css.

Inside search the name of the icon you want (all the icons normally ends with :before), example:

.fa-star:before {
  content: "\f005";
}

That's the star icon, copy the content of the star ("\f005") and replace that in the .star_rating li a:before content, like this:

.star_rating li a:before {
        font-family: FontAwesome;
	content: "\f005";
	font-size: 14px;
} 

Save the changes and that's all =).
Great theme, I would love to see a Red style to it rather than blue, which I would definitely use. But I wouldnt make it an "Over Powering" red.
Solved Smile
Another question, how to edit this: http://screencloud.net/v/FjQp
Remove "Show sidebar" already removed the sidebar from theme, and to edit the color in the bar?

And why this happen: http://screencloud.net/v/aAoZ ?

ps: sorry for bad English.
To remove the button, go to the navigation templates, open nav template and you will see the <a> tag twice (delete both) and the button disappears.

Second one I think it's because you don't have messages in the last row.
(2014-07-27, 05:24 PM)eNvy Wrote: [ -> ]To remove the button, go to the navigation templates, open nav template and you will see the <a> tag twice (delete both) and the button disappears.

Second one I think it's because you don't have messages in the last row.

I create some topics and not solve: http://screencloud.net/v/eJru
Pages: 1 2 3 4 5 6 7 8