Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Deaks on December 10, 2019, 03:13:20 PM

Title: Vintage XMas
Post by: Deaks on December 10, 2019, 03:13:20 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=2939)
(https://custom.simplemachines.org/index.php?action=download;theme=2939;attach=266661;image;thumb)

Vintage Xmas is a simple flat theme that uses css over images where possible, with a unique font and a pleasing layout its a theme for your 2020 Yuletide season.  While the theme does use some CSS3 its designed for minimal impact so will look almost as good if you use an outdated system.

Terms of use :

This theme is free for personal and commercial use. You are allowed to use it in your projects, change it and adapt for your purposes. You are not allowed to remove the authors copyright.
Title: Re: Vintage XMas
Post by: Shambles on December 10, 2019, 03:51:50 PM
How.... retro.


How.... brilliant.
Title: Re: Vintage XMas
Post by: lazo50 on December 11, 2019, 03:07:18 AM
The theme is very nice. The only thing I don't like is the green color of the top. How can I change the color?
Thanks
Title: Re: Vintage XMas
Post by: Dzonny on December 11, 2019, 10:30:29 AM
Quote from: lazo50 on December 11, 2019, 03:07:18 AM
The theme is very nice. The only thing I don't like is the green color of the top. How can I change the color?
Thanks
You can change it in css:
#header {
    background: #5E7D68;
....
}
Title: Re: Vintage XMas
Post by: lazo50 on December 11, 2019, 03:46:40 PM
Quote from: Dzonny on December 11, 2019, 10:30:29 AM
Quote from: lazo50 on December 11, 2019, 03:07:18 AM
The theme is very nice. The only thing I don't like is the green color of the top. How can I change the color?
Thanks
You can change it in css:
#header {
    background: #5E7D68;
....
}



Many TNX