blank page problem
Posted by: disrupted
Date: November 21, 2008 01:09AM

i replaced the blank.html file inside embed jar but it still displays the original blank page.. which doesn't make any sense, there's another blank.html inside console2.. replaced that aswell but as expected that didn't work.

where is the blank.html page? or is it linked inside some css file

p.s. when typing about:blank (not just closing last tab) it's a blank page.. i'm going nuts

Re: blank page problem
Posted by: disrupted
Date: November 21, 2008 10:40AM

fixed with usercontent stylesheet:



@-moz-document url("about:blank") {

* {
background:
url("chrome://global/content/logo.gif");
margin:0px;
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;
background-color:#000000;
}
}


Re: blank page problem
Posted by: nico
Date: November 21, 2008 12:50PM

cool :cool: thank you

Re: blank page problem
Posted by: nico
Date: November 21, 2008 02:57PM

I have create gif compatible with all colourssmiling smiley
logo gif all background colors

Re: blank page problem
Posted by: JamesD
Date: November 21, 2008 08:52PM

@ disrupted

I need a bit more help to understand. I copied the code to userContent.css. I have put logo.gif in the chrome folder. I changed the color to background-color:#FAEBD7; and I changed the line with logo.gif to url("chrome://logo.gif"); because there were no folders in chrome. Nothing changes when I do a new tab and get an empty window with about:blank.

Sorry, but this old guy need more detailed instructions, please.

Re: blank page problem
Posted by: batifol
Date: November 22, 2008 08:38PM

@nico

Works fine with: url("chrome://global/content/logo.gif");

GC

Re: blank page problem
Posted by: nico
Date: November 22, 2008 08:55PM

Quote
batifol
@nico

Works fine with: url("chrome://global/content/logo.gif");

GC

explanation:smiling smiley


Re: blank page problem
Posted by: batifol
Date: November 23, 2008 06:11PM

@JamesD

Quote
JamesD
I need a bit more help to understand. I copied the code to userContent.css. I have put logo.gif in the chrome folder. I changed the color to background-color:#FAEBD7; and I changed the line with logo.gif to url("chrome://logo.gif"); because there were no folders in chrome. Nothing changes when I do a new tab and get an empty window with about:blank.

Sorry, but this old guy need more detailed instructions, please.

You should also copied the new logo in chrome\embed.jar and keep url("chrome://global/content/logo.gif"

See a good explanation in: this thread

@nico

Thanks for your explanation, good job

GC

Re: blank page problem
Posted by: nico
Date: November 24, 2008 09:09PM

hello

a new logo with a softer colour, always compatible with all backgrounds of colours.smiling smiley


logo with a softer colour

Re: blank page problem
Posted by: desga2
Date: November 25, 2008 12:51AM

Why not conver logo to grey scale? This is more soft with background.

K-Meleon in Spanish

Re: blank page problem
Posted by: nico
Date: November 25, 2008 11:55AM

in grey picture would not be any more adapted with all colours, my picture and just example.smiling smiley

K-Meleon forum is powered by Phorum.