]> git.sesse.net Git - pr0n/blobdiff - pr0n-fullscreen.css
Add a new and very hip fullscreen interface; not exposed to the users just yet,
[pr0n] / pr0n-fullscreen.css
diff --git a/pr0n-fullscreen.css b/pr0n-fullscreen.css
new file mode 100644 (file)
index 0000000..cde61ee
--- /dev/null
@@ -0,0 +1,45 @@
+body {
+       background-color: black;
+       color: white;
+       margin: 0;
+       padding: 0;
+}
+.container {
+       text-align: center;
+/*     border: 1px solid red; */
+}
+img {
+       vertical-align: middle;
+}
+
+#previous {
+       position: absolute;
+       bottom: 0px;
+       left: 0px;
+       z-index: 1;
+}
+#next {
+       position: absolute;
+       bottom: 0px;
+       right: 0px;
+       z-index: 1;
+}
+#preload {
+       position: absolute;
+       left: -2px;
+       top: -2px;
+       width: 1px;
+       height: 1px;
+}
+
+/* IE5/6 madness */
+html
+{
+       overflow: hidden;
+}
+
+body
+{
+       height: 100%;
+       overflow: auto;
+}