* v0.0.3
[ppastats.git] / www / css / ppastats.css
diff --git a/www/css/ppastats.css b/www/css/ppastats.css
new file mode 100644 (file)
index 0000000..1d3f636
--- /dev/null
@@ -0,0 +1,35 @@
+body {
+    padding: 1em 1em 1em 1em;
+    font-family: "Ubuntu", sans-serif;
+    color: #000;
+    background-color: #fff;
+}
+
+em {
+    font-weight: bold;
+    font-style: normal;
+}
+
+a {
+    color: #1982D1;
+    font-style: normal;
+    text-decoration: none;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+#chart {
+    float: right;
+    width: 80%;
+    margin: 0 0 0 0;
+    padding: 0 0 0 0;
+    font-size: 0.75em;
+}
+
+#versions {
+    width: 20%;
+    float: left;
+}
+