Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: sum69dessy on September 03, 2017, 04:33:45 PM

Title: Blued-Darkcurve Theme
Post by: sum69dessy on September 03, 2017, 04:33:45 PM
Hi This is my first post, so sorry if this is the wrong place?

I have SMF 2.0.14 running and installed the blued-darkcurve theme and installed an image which works but it does not stay fixed?
I have tried to modify the index.css but to no availe. How do I get it to stay fixed and not scroll?

Thanks
Title: Re: Blued-Darkcurve Theme
Post by: d3vcho on September 03, 2017, 04:39:34 PM
Hey there, welcome to SMF Community Forums!

Can you please leave an URL to your forum?
Title: Re: Blued-Darkcurve Theme
Post by: Sir Osis of Liver on September 03, 2017, 04:54:49 PM
If you want a fixed background image (like this (http://www.thekrashsite.com/forum/index.php)) -

index.css



body
{
background: url(../images/filename.jpg) fixed;
background-color: #232730;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0;
padding: 0;
}


Title: Re: Blued-Darkcurve Theme
Post by: sum69dessy on September 03, 2017, 04:56:16 PM
@ d3vch0() , sorry but it is a closed forum for registered members only. You are more then welcome to register if you want.
Here is our website, just click on forum and register.  http://summer69.org.uk/
Thanks for you reply.
Title: Re: Blued-Darkcurve Theme
Post by: sum69dessy on September 03, 2017, 05:00:02 PM
Quote from: Sir Osis of LiverĀ on September 03, 2017, 04:54:49 PM
If you want a fixed background image (like this (http://www.thekrashsite.com/forum/index.php)) -

index.css



body
{
background: url(../images/filename.jpg) fixed;
background-color: #232730;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0;
padding: 0;
}



WOW... Thanks, worked a treat! First time I've used the comunity forums and a fantastic result. thanks to all.