
Originally Posted by
Iluminatos
in style.css change this:
Code:
body{margin:0;background:#f6f7f9;}
to this:
Code:
body{margin:0;background-color:#EFEFEF;background: url(http://spacedream.org/app/tpl/skins/site/images/bg/val15/bg_left.png) fixed left bottom no-repeat,url(http://spacedream.org/app/tpl/skins/site/images/bg/val15/bg_right.png) fixed right bottom no-repeat,url(http://spacedream.org/app/tpl/skins/site/images/bg/val15/bg_center.png) repeat-x fixed center bottom;}
And that should make it work on /index.
For /me page, by looking the source i can't find the opening <body> tag which should be right after the closing </head> tag, so first make sure thats there.
After that edit http://spacedream.org/static/dashboa...idashboard.css from this:
to this:
Code:
body{margin:0;
background-color:#EFEFEF;
background: url(http://spacedream.org/app/tpl/skins/site/images/bg/val15/bg_left.png) fixed left bottom no-repeat,url(http://spacedream.org/app/tpl/skins/site/images/bg/val15/bg_right.png) fixed right bottom no-repeat,url(http://spacedream.org/app/tpl/skins/site/images/bg/val15/bg_center.png) repeat-x fixed center bottom;}
if it doesn't work then idk whats wrong, but i can look into it after you try everything above.