style.css

nicopilami

Joined: 2013-12-10
Posts: 1
Posted: Tue, 2013-12-10 08:35

Hi all
I tried to modify the css of my theme (located in /photos/themes/wind/css/screen.css) by trying the code below for using a backgruond image, but without any success : it does change my background color but no way for my PNG wallpaper...

My temptative :

body, html {
margin:5px;
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background: url(page.png) repeat 0 0;
background-color: rgb(31, 48, 55);
}

Can you help me please ?

Thanks
Nico

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2013-12-10 18:26

A link to the page would help.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Wed, 2013-12-11 06:48

I'm guessing that there's a 404 error when trying to grab 'page.png'. I don't know where that file actually is, but try putting it in the root folder and changing the rule to '/page.png'

Other than that, give a link to the page so we can see and not totally guess in the dark.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2013-12-11 14:20

Also the div with a id of doc4 you might want to change that to transparent.
http://galleryproject.org/node/112367#comment-407300

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team