Removes filmstrip and sidebar so the image covers all available screen space. Details and titlebar are displayed as overlay so no harm for functionality was done.
dpreview.com true fullscreen sample galleries by amishukov
Details
Authoramishukov
LicenseCC BY-NC-SA
Categorydpreview.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v1.0 initial release
Source code
/* ==UserStyle==
@name dpreview.com true fullscreen sample galleries
@namespace dpreview.com
@version 1.0.0
@description Removes filmstrip and sidebar so the image covers all available screen space. Details and titlebar are displayed as overlay so no harm for functionality was done.
@author Artem Mishukov
==/UserStyle== */
@-moz-document url-prefix("https://www.dpreview.com")
{
.imageViewer .filmstripContainer, .imageViewer .iconLights, .imageViewer .sidebar .social, .imageViewer .sidebar .tabs
{
display: none !important;
}
.imageViewer .toolbar
{
height: 0 !important;
padding: 0 !important;
top: 24px;
position: absolute;
text-shadow: 1px 1px 2px black;
z-index: 112;
}
.imageViewer .titleBar
{
height: 0 !important;
padding: 0 !important;
width: 99%;
margin-left: 6px;
top: 6px;
text-shadow: 1px 1px 1px black;
position: absolute;
z-index: 111;
background-color: transparent !important;
}
.imageViewer .sidebar
{
padding: 0 !important;
position: fixed;
width: 0 !important;
text-shadow: 1px 1px 2px black;
background-color: transparent !important;
}
.imageViewer .sidebar .adAndImageDetails
{
position: fixed;
right: 28px;
max-height: 100%;
max-width: 18%;
overflow-y: scroll;
z-index: 109;
}
.imageViewer .next
{
z-index: 110;
}
}