Webmaster's Community

Designing and Development => SMF Support - Simple Machine Forums => Open Source => SMF Modifications and Themes => Topic started by: Ricky on March 04, 2012, 02:53:41 PM

Title: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: Ricky on March 04, 2012, 02:53:41 PM
Concept3

By : Ricky.
For SMF 2.0 , SMF 2.0.1, SMF 2.0.2


A unique theme created using blue, green and gray colors utilizing Css3 to achieve most of its design effect. This theme allows you to add link to your Privacy Policy Page directly through Admin menu and it will be visible in footer through out the forum, no need to edit code for this. Similarly , you can add link to your Terms and Services and Contact us page from Admin Menu.

You can change theme features at :
SMF Admin --> Configuration --> Current Theme

(Assuming that Theme Concept3 has been selected as overall SMF theme on your forum).

Features


Download

Click here to download (http://ifandbut.com/talk/index.php?action=dlattach;topic=264.0;attach=163)

Some Screenshots


See attached below.

Updates

12 / 03 / 2012 : Made it fully compatible with Opera , Chrome and other webkit based browsers.

In the Last

If you use my theme and liked it then kindly give your comment or atleast saying thanks can be really helpful and encouraging.
Title: Re: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: lickitung on March 25, 2012, 08:44:37 PM
hello ricky and thanks for the great theme u made.
Title: Re: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: lickitung on March 26, 2012, 01:52:36 PM
Ok everything else is fixed, the only question is how to center the logo and manipulate it in general?
Title: Re: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: Ricky on March 27, 2012, 07:15:28 PM
I am glad you liked the theme, to center logo, you will have to change few things. I am on mobile device currently, will give you solution once I get chance to use my pc.
Title: Re: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: lickitung on March 27, 2012, 08:14:53 PM
Code: [Select]
h1.forumtitle
{

   line-height: 45px;
   font-size: 1.8em;
   font-family: Geneva, verdana, sans-serif;
    padding: 0;
   text-align: center;
i added that text-align thingie in the end and it worked. Might not be the completely correct way to do it, but since it worked it's fine for me.  I still cannot get it to vertically align, which is not a big issue though.
Title: Re: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: Ricky on March 29, 2012, 05:16:54 AM
I am glad you solved it yourself, you see if it worked then its fine. Though you have done it fine.
For vertical issue, you can add padding-top or margin-top
Title: Re: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: GraueEminenz on April 30, 2012, 06:25:30 AM
Hello,
one can solve the display problems in IE?
Thank you
GE
Title: Re: Concept3 - Unique SMF 2.0 theme utilizing most of CSS3
Post by: Ricky on May 02, 2012, 04:45:32 AM
It can be solved, will look into it, though in IE10 should look fine.