]> git.sesse.net Git - webpdf/blobdiff - pdfweb.css
Added support for showing the last submitted PDFs in a thumbnail fashion.
[webpdf] / pdfweb.css
diff --git a/pdfweb.css b/pdfweb.css
new file mode 100644 (file)
index 0000000..718fced
--- /dev/null
@@ -0,0 +1,32 @@
+.pdfthumbnail {
+       width: 250px;
+       height: 260px;
+       border: 1px solid black;
+       font-family: arial, helvetica, sans-serif;
+       font-size: smaller;
+       float: left;
+       margin: 1em;
+       background: rgb(192,192,255);
+}
+
+.pdfthumbnail p {
+       margin: 0em;
+       text-align: center;
+}
+.pdfthumbnail .thumb {
+       height: 192px;
+       line-height: 192px;
+       margin-top: 15px;
+       margin-bottom: 5px;
+}
+.pdfthumbnail img {
+       border: 1px solid black;
+       vertical-align: middle;
+}
+
+.copyright {
+       font-size: smaller;
+       border-top: 1px solid gray;
+       padding-top: 0.5em;
+       clear: both;
+}