Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Crip on October 20, 2008, 06:58:44 AM

Title: YaBB Blue
Post by: Crip on October 20, 2008, 06:58:44 AM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1094)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,1094/image,thumb)

Based on the Classic YaBB Se theme, blues & blue gradients gives this theme a nice feel of blue plastic - tis a modern smf Theme.

 
Title: Re: YaBB Blue
Post by: Fussilet on October 21, 2008, 06:01:59 AM
very nice bro :up:
Title: Re: YaBB Blue
Post by: aldo on October 21, 2008, 07:36:41 PM
Nice, seems like people usually forget about the YaBBSE theme :P
Title: Re: YaBB Blue
Post by: Crip on October 22, 2008, 01:50:09 PM
True they do....NOt me thought........
Title: Re: YaBB Blue
Post by: madinmex on October 22, 2008, 09:44:14 PM
Hi, Although I have used  SMF on many occasions I have always used the default. Changing the logo was simple. I have downloaded both tech blue and YaBB blue but would like to change the header. I am a mere mortal so in kind words (please) how do I go about it ? Maybe it will just be text or just a photo. The rest is great and just what I want but the header is the problem, not that I do not like tech blue :-) but is not quite the theme of the forum. HTML and CSS are a foreign language but I will give it my best shot.

Many thanks
Title: Re: YaBB Blue
Post by: SuperZambezi on May 22, 2009, 05:58:38 PM
Quote from: madinmex on October 22, 2008, 09:44:14 PM
Hi, Although I have used  SMF on many occasions I have always used the default. Changing the logo was simple. I have downloaded both tech blue and YaBB blue but would like to change the header. I am a mere mortal so in kind words (please) how do I go about it ? Maybe it will just be text or just a photo. The rest is great and just what I want but the header is the problem, not that I do not like tech blue :-) but is not quite the theme of the forum. HTML and CSS are a foreign language but I will give it my best shot.

Many thanks

Id also like to know how to change the logo. Besides that, great theme. :)
Title: Re: YaBB Blue
Post by: Crip on May 24, 2009, 05:28:50 AM
All my logos are basically the same -- if they have one ...


#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 483px; <======your image width========>
    height: 116px; <======your image Height========>
    cursor: pointer;
    background: url(images/Your_banner.png) no-repeat;
}


After you change it, if it looks like it didn't change, clear cookies,  & or disable / clear your cache do a few Hard Refresh's & Bingo!!! ;)
Title: Re: YaBB Blue
Post by: SuperZambezi on May 25, 2009, 10:05:25 PM
Quote from: Crip on May 24, 2009, 05:28:50 AM
All my logos are basically the same -- if they have one ...


#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 483px; <======your image width========>
    height: 116px; <======your image Height========>
    cursor: pointer;
    background: url(images/Your_banner.png) no-repeat;
}


After you change it, if it looks like it didn't change, clear cookies,  & or disable / clear your cache do a few Hard Refresh's & Bingo!!! ;)

Thanks, it worked. :) For those that dont know, that belongs in style.css file.