Add support for full-screen on gecko and webkit.

This commit is contained in:
Jason A. Donenfeld
2012-04-18 07:38:04 +02:00
parent 3f976581fd
commit 4643b9cd9f
5 changed files with 2834 additions and 2132 deletions

View File

@ -77,6 +77,17 @@ a:hover {
#next {
right: 0.1em;
}
#fullscreen {
display: none;
position: absolute;
opacity: 0.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
margin-top: -0.25em;
margin-left: -1em;
font-size: 2em;
cursor: pointer;
}
#photo {
border: 0;
left: 0;