So what I need is simple: user presses something, user sees Vignette effect on new div on top of all page (with page size) alike 
Is it possible with some html5 canvas art? And how to do such thing?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, this is exactly how Chrome’s settings page is doing it: http://jsfiddle.net/JRGHM/
As you can see, the important part is the gradient.
You can make that code work in all browsers that support CSS3 gradients by adding the appropriate gradient syntax: http://caniuse.com/#feat=css-gradients