]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Move externally served files into their own directory.
[pr0n] / files / pr0n-fullscreen.css
diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css
new file mode 100644 (file)
index 0000000..390ffdc
--- /dev/null
@@ -0,0 +1,55 @@
+* {
+       margin: 0;
+       padding: 0;
+}
+
+body {
+       background-color: black;
+       color: white;
+}
+.container {
+       text-align: center;
+}
+img {
+       vertical-align: middle;
+}
+
+#previous {
+       position: absolute;
+       bottom: 0px;
+       left: 0px;
+       z-index: 1;
+}
+#next {
+       position: absolute;
+       bottom: 0px;
+       right: 0px;
+       z-index: 1;
+}
+#close {
+       position: absolute;
+       top: 0px;
+       right: 0px;
+       z-index: 1;
+}
+
+#preload {
+       position: absolute;
+       left: -2000px;
+       top: -2000px;
+       width: 1px;
+       height: 1px; 
+/*     left: 10px;
+       top: 10px;
+       width: 20px;
+       height: 20px; */
+}
+
+/* IE5/6 madness */
+html {
+       overflow: hidden;
+}
+body
+{
+       height: 100%;
+}