initial
[www.git] / www / psensor / screenshots / style.css
diff --git a/www/psensor/screenshots/style.css b/www/psensor/screenshots/style.css
new file mode 100644 (file)
index 0000000..0b043a8
--- /dev/null
@@ -0,0 +1,55 @@
+body {
+    background-color: #111;
+    font-family: Ubuntu,Arial,Verdana;
+    font-style: normal;
+    color: white;
+}
+
+.nav {
+    text-align:center;
+    color: #666;
+}
+
+a {
+    text-decoration: none;
+    color: white;
+}
+
+img {
+    border: 0;
+ }
+
+.imgpreview {
+    margin-top: 8pt;
+    margin-left: 8pt;    
+
+    text-align:center;
+}
+
+ul {
+
+
+    list-style-type:none;
+    margin:0;
+    padding:0;
+}
+
+li {
+    display:inline;
+
+    background-color: #333;
+
+}
+
+div.geninfo {
+    font-size:8pt;
+    text-align: right;
+    color: #888;
+}
+
+
+td {
+    width: 128px;
+    height: 128px;
+    padding: 8px;
+}
\ No newline at end of file