Recommended Posts

Hi,

You can't have scenes for the forums, because the design is fluid (i.e. it changes width) - the scenes are only compatible with the fixed-width main site.

A mod or admin can jump on this to confirm, but this is basically it. :p

Link to comment
https://www.neowin.net/forum/topic/867558-scenes/#findComment-592139192
Share on other sites

If you have stylish :

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("neowin.net") {

}

#container{
Width:988px !important;
}
#header{  background-image:url(https://www.neowin.net/images/header_images/kol4.jpg) !important;background-repeat:no-repeat}

Replacing header with the scene image you want

Link to comment
https://www.neowin.net/forum/topic/867558-scenes/#findComment-592140080
Share on other sites

If you have stylish :

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("neowin.net") {

}

#container{
Width:988px !important;
}
#header{ background-image:url(https://www.neowin.net/images/header_images/kol4.jpg) !important;background-repeat:no-repeat}

Replacing header with the scene image you want

Your a star Snowl!

I was looking to do this, many thanks. :D

Link to comment
https://www.neowin.net/forum/topic/867558-scenes/#findComment-592140096
Share on other sites

If you have stylish :

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("neowin.net") {

#container{
Width:988px !important;
}
#header{  background-image:url(https://www.neowin.net/images/header_images/kol4.jpg) !important;background-repeat:no-repeat}
}

Replacing header with the scene image you want

Cheers!

I made one correction in the quote above. The container/header bits weren't wrapped inside the domain braces (else it becomes a global script).

This also works in Opera if you use Site Preferences.

  • Like 3
Link to comment
https://www.neowin.net/forum/topic/867558-scenes/#findComment-592141012
Share on other sites

Cheers!

I made one correction in the quote above. The container/header bits weren't wrapped inside the domain braces (else it becomes a global script).

This also works in Opera if you use Site Preferences.

Thanks for that rm20010, I was just coming in to say that other sites are showing the scene, but you had already figured it out.

My hero. :cool:

Link to comment
https://www.neowin.net/forum/topic/867558-scenes/#findComment-592142998
Share on other sites

Cheers!

I made one correction in the quote above. The container/header bits weren't wrapped inside the domain braces (else it becomes a global script).

This also works in Opera if you use Site Preferences.

Yeah, I put that instead because I was testing it :(

Oh well :) at least its correct now

  • Like 1
Link to comment
https://www.neowin.net/forum/topic/867558-scenes/#findComment-592143096
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.